Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

A

Abort - Class in org.infinispan.cli.commands.server
 
Abort() - Constructor for class org.infinispan.cli.commands.server.Abort
 
ABORT - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
ABORT - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
abortBatchStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
abortBatchStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.abortBatchStatement_return
 
abortingJoin(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
abortingJoin(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
abortingJoin(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
abortingJoin(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
abortingJoin(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
abortingJoin(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
abortingJoin(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
abortingJoin(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
abortingJoin(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
abortingJoin(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
abortingJoin(Exception) - Method in interface org.infinispan.util.logging.Log
 
abortingJoin(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
abortingJoin$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
abortingJoin$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
abortingJoin$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
abortingJoin$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
abortingJoin$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
abortingJoin$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
abortingJoin$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
abortingJoin$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
abortingJoin$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
abortingJoin$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
abortingJoin$str() - Method in class org.infinispan.util.logging.Log_$logger
 
AbstractAdapter<T extends Event<?,?>> - Class in org.infinispan.cdi.event.cache
 
AbstractAdapter(Event<T>) - Constructor for class org.infinispan.cdi.event.cache.AbstractAdapter
 
AbstractAdapter<T extends Event> - Class in org.infinispan.cdi.event.cachemanager
 
AbstractAdapter(Event<T>) - Constructor for class org.infinispan.cdi.event.cachemanager.AbstractAdapter
 
AbstractCacheEventFilterConverter<K,V,C> - Class in org.infinispan.notifications.cachelistener.filter
AbstractCacheEventFilterConverter() - Constructor for class org.infinispan.notifications.cachelistener.filter.AbstractCacheEventFilterConverter
 
AbstractCachePutInterceptor - Class in org.infinispan.jcache.annotation
Base CachePut interceptor implementation.
AbstractCachePutInterceptor(CacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.AbstractCachePutInterceptor
 
AbstractCacheRemoveAllInterceptor - Class in org.infinispan.jcache.annotation
CacheRemoveAll interceptor implementation.
AbstractCacheRemoveAllInterceptor(CacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.AbstractCacheRemoveAllInterceptor
 
AbstractCacheRemoveEntryInterceptor - Class in org.infinispan.jcache.annotation
CacheRemove interceptor implementation.This interceptor uses the following algorithm describes in JSR-107.
AbstractCacheRemoveEntryInterceptor(CacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.AbstractCacheRemoveEntryInterceptor
 
AbstractCacheResultInterceptor - Class in org.infinispan.jcache.annotation
CacheResult interceptor implementation.
AbstractCacheResultInterceptor(CacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.AbstractCacheResultInterceptor
 
AbstractCacheStream<T,S extends BaseStream<T,S>,T_CONS> - Class in org.infinispan.stream.impl
Abstract stream that provides all of the common functionality required for all types of Streams including the various primitive types.
AbstractCacheStream(Address, boolean, DistributionManager, Supplier<CacheStream<CacheEntry>>, ClusterStreamManager<Object>, boolean, int, Executor, ComponentRegistry) - Constructor for class org.infinispan.stream.impl.AbstractCacheStream
 
AbstractCacheStream(AbstractCacheStream<T, S, T_CONS>) - Constructor for class org.infinispan.stream.impl.AbstractCacheStream
 
AbstractCacheTransaction - Class in org.infinispan.transaction.impl
Base class for local and remote transaction.
AbstractCacheTransaction(GlobalTransaction, int, Equivalence<Object>, long) - Constructor for class org.infinispan.transaction.impl.AbstractCacheTransaction
 
AbstractCloseableIteratorCollection<O,K,V> - Class in org.infinispan.commands.read
Abstract collection that uses an underlying Cache instance to do various operations.
AbstractCloseableIteratorCollection(Cache<K, V>) - Constructor for class org.infinispan.commands.read.AbstractCloseableIteratorCollection
 
AbstractClusteringDependentLogic() - Constructor for class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
 
AbstractCodec - Class in org.infinispan.cli.interpreter.codec
AbstractCodec.
AbstractCodec() - Constructor for class org.infinispan.cli.interpreter.codec.AbstractCodec
 
AbstractCommand - Class in org.infinispan.cli.commands
 
AbstractCommand() - Constructor for class org.infinispan.cli.commands.AbstractCommand
 
AbstractComponentFactory - Class in org.infinispan.factories
Factory that creates components used internally within Infinispan, and also wires dependencies into the components.
AbstractComponentFactory() - Constructor for class org.infinispan.factories.AbstractComponentFactory
Constructs a new ComponentFactory.
AbstractComponentRegistry - Class in org.infinispan.factories
A registry where components which have been created are stored.
AbstractComponentRegistry() - Constructor for class org.infinispan.factories.AbstractComponentRegistry
 
AbstractComponentRegistry.Component - Class in org.infinispan.factories
A wrapper representing a component in the registry
AbstractConfigurationChildBuilder - Class in org.infinispan.client.hotrod.configuration
AbstractConfigurationChildBuilder.
AbstractConfigurationChildBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
AbstractControlledLocalTopologyManager - Class in org.infinispan.util
Class to be extended to allow some control over the local topology manager when testing Infinispan.
AbstractControlledLocalTopologyManager(LocalTopologyManager) - Constructor for class org.infinispan.util.AbstractControlledLocalTopologyManager
 
AbstractCustomFailurePolicy<K,V> - Class in org.infinispan.xsite
Support class for CustomFailurePolicy.
AbstractCustomFailurePolicy() - Constructor for class org.infinispan.xsite.AbstractCustomFailurePolicy
 
AbstractCustomInterceptorsConfigurationChildBuilder - Class in org.infinispan.configuration.cache
 
AbstractCustomInterceptorsConfigurationChildBuilder(CustomInterceptorsConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractCustomInterceptorsConfigurationChildBuilder
 
AbstractDataCommand - Class in org.infinispan.commands.read
 
AbstractDataCommand(Object, Set<Flag>) - Constructor for class org.infinispan.commands.read.AbstractDataCommand
 
AbstractDataCommand() - Constructor for class org.infinispan.commands.read.AbstractDataCommand
 
AbstractDataWriteCommand - Class in org.infinispan.commands.write
Stuff common to WriteCommands
AbstractDataWriteCommand() - Constructor for class org.infinispan.commands.write.AbstractDataWriteCommand
 
AbstractDataWriteCommand(Object, Set<Flag>, CommandInvocationId) - Constructor for class org.infinispan.commands.write.AbstractDataWriteCommand
 
AbstractDelegatingAdvancedCache<K,V> - Class in org.infinispan
Deprecated.
Extend from AbstractDelegatingAdvancedCache instead. This class will be removed in the future.
AbstractDelegatingAdvancedCache(AdvancedCache<K, V>) - Constructor for class org.infinispan.AbstractDelegatingAdvancedCache
Deprecated.
 
AbstractDelegatingAdvancedCache(AdvancedCache<K, V>, AbstractDelegatingAdvancedCache.AdvancedCacheWrapper<K, V>) - Constructor for class org.infinispan.AbstractDelegatingAdvancedCache
Deprecated.
 
AbstractDelegatingAdvancedCache<K,V> - Class in org.infinispan.cache.impl
AbstractDelegatingAdvancedCache(AdvancedCache<K, V>) - Constructor for class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
AbstractDelegatingAdvancedCache(AdvancedCache<K, V>, AbstractDelegatingAdvancedCache.AdvancedCacheWrapper<K, V>) - Constructor for class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
AbstractDelegatingAdvancedCache.AdvancedCacheWrapper<K,V> - Interface in org.infinispan.cache.impl
 
AbstractDelegatingCache<K,V> - Class in org.infinispan
Deprecated.
Extend from AbstractDelegatingCache instead. This class will be removed in the future.
AbstractDelegatingCache(Cache<K, V>) - Constructor for class org.infinispan.AbstractDelegatingCache
Deprecated.
 
AbstractDelegatingCache<K,V> - Class in org.infinispan.cache.impl
This is a convenient base class for implementing a cache delegate.
AbstractDelegatingCache(Cache<K, V>) - Constructor for class org.infinispan.cache.impl.AbstractDelegatingCache
 
AbstractDelegatingCacheCollection<E> - Class in org.infinispan.stream.impl
 
AbstractDelegatingCacheCollection() - Constructor for class org.infinispan.stream.impl.AbstractDelegatingCacheCollection
 
AbstractDelegatingCacheSet<E> - Class in org.infinispan.stream.impl
Same as AbstractDelegatingCacheCollection except this method implements Set as well.
AbstractDelegatingCacheSet() - Constructor for class org.infinispan.stream.impl.AbstractDelegatingCacheSet
 
AbstractDelegatingCacheStream<R> - Class in org.infinispan.stream.impl
Delegate that forwards all the of the method calls to the underlying cache stream.
AbstractDelegatingCacheStream(CacheStream<R>) - Constructor for class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
AbstractDelegatingCloseableIteratorCollection<E> - Class in org.infinispan.util
Delegating collection that produces closeable iterators and spliterators from the collection returned from AbstractDelegatingCloseableIteratorCollection.delegate() method.
AbstractDelegatingCloseableIteratorCollection() - Constructor for class org.infinispan.util.AbstractDelegatingCloseableIteratorCollection
 
AbstractDelegatingCloseableIteratorSet<E> - Class in org.infinispan.util
 
AbstractDelegatingCloseableIteratorSet() - Constructor for class org.infinispan.util.AbstractDelegatingCloseableIteratorSet
 
AbstractDelegatingCollection<E> - Class in org.infinispan.util
Delegating collection that delegates all calls to the collection returned from AbstractDelegatingCollection.delegate()
AbstractDelegatingCollection() - Constructor for class org.infinispan.util.AbstractDelegatingCollection
 
AbstractDelegatingEmbeddedCacheManager - Class in org.infinispan.manager
Deprecated.
Extend from AbstractDelegatingEmbeddedCacheManager instead. This class will be removed in the future.
AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager) - Constructor for class org.infinispan.manager.AbstractDelegatingEmbeddedCacheManager
Deprecated.
 
AbstractDelegatingEmbeddedCacheManager - Class in org.infinispan.manager.impl
This is a convenient base class for implementing a cache manager delegate.
AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager) - Constructor for class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
AbstractDelegatingEntryCacheSet<K,V> - Class in org.infinispan.stream.impl.interceptor
Abstract cache entry set that delegates to the underlying cache for stream usage
AbstractDelegatingEntryCacheSet(Cache<K, V>, CacheSet<CacheEntry<K, V>>) - Constructor for class org.infinispan.stream.impl.interceptor.AbstractDelegatingEntryCacheSet
 
AbstractDelegatingHandler - Class in org.infinispan.remoting.inboundhandler
Class to be extended to allow some control over the PerCacheInboundInvocationHandler in tests.
AbstractDelegatingHandler(PerCacheInboundInvocationHandler) - Constructor for class org.infinispan.remoting.inboundhandler.AbstractDelegatingHandler
 
AbstractDelegatingKeyCacheSet<K,V> - Class in org.infinispan.stream.impl.interceptor
Abstract cache key set that delegates to the underlying cache for stream usage
AbstractDelegatingKeyCacheSet(Cache<K, V>, CacheSet<K>) - Constructor for class org.infinispan.stream.impl.interceptor.AbstractDelegatingKeyCacheSet
 
AbstractDelegatingMap<K,V> - Class in org.infinispan.util
 
AbstractDelegatingMap() - Constructor for class org.infinispan.util.AbstractDelegatingMap
 
AbstractDelegatingMarshaller - Class in org.infinispan.commons.marshall
With the introduction of global and cache marshallers, there's a need to separate marshallers but still rely on the same marshalling backend as previously.
AbstractDelegatingMarshaller() - Constructor for class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
AbstractDelegatingSet<E> - Class in org.infinispan.util
 
AbstractDelegatingSet() - Constructor for class org.infinispan.util.AbstractDelegatingSet
 
AbstractDelegatingTransport - Class in org.infinispan.remoting.transport
Designed to be overwrite.
AbstractDelegatingTransport(Transport) - Constructor for class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
AbstractEmbeddedCacheManagerFactory - Class in org.infinispan.spring
An abstract base class for factories creating cache managers that are backed by an EmbeddedCacheManager.
AbstractEmbeddedCacheManagerFactory() - Constructor for class org.infinispan.spring.AbstractEmbeddedCacheManagerFactory
 
AbstractEnlistmentAdapter - Class in org.infinispan.transaction.impl
Base class for both Sync and XAResource enlistment adapters.
AbstractEnlistmentAdapter(CacheTransaction, CommandsFactory, RpcManager, TransactionTable, ClusteringDependentLogic, Configuration, TransactionCoordinator, PartitionHandlingManager) - Constructor for class org.infinispan.transaction.impl.AbstractEnlistmentAdapter
 
AbstractEnlistmentAdapter(CommandsFactory, RpcManager, TransactionTable, ClusteringDependentLogic, Configuration, TransactionCoordinator, PartitionHandlingManager) - Constructor for class org.infinispan.transaction.impl.AbstractEnlistmentAdapter
 
AbstractEntrySizeCalculatorHelper<K,V> - Class in org.infinispan.commons.util.concurrent.jdk8backported
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.concurrent.jdk8backported.AbstractEntrySizeCalculatorHelper
 
AbstractEventBridge<T> - Class in org.infinispan.cdi.event
 
AbstractEventBridge() - Constructor for class org.infinispan.cdi.event.AbstractEventBridge
 
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
 
AbstractFlagAffectedCommand - Class in org.infinispan.commands
Base class for those commands that can carry flags.
AbstractFlagAffectedCommand() - Constructor for class org.infinispan.commands.AbstractFlagAffectedCommand
 
AbstractForEachOperation<K,V,S extends BaseStream<V,S>> - Class in org.infinispan.stream.impl.termop
This is a base operation class for the use of the for each terminal operator.
AbstractForEachOperation(Iterable<IntermediateOperation>, Supplier<Stream<CacheEntry>>, int) - Constructor for class org.infinispan.stream.impl.termop.AbstractForEachOperation
 
AbstractGlobalModuleConfigurationBuilder - Class in org.infinispan.configuration.global
 
AbstractGlobalModuleConfigurationBuilder(GlobalConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.AbstractGlobalModuleConfigurationBuilder
 
AbstractGlobalTxExternalizer() - Constructor for class org.infinispan.transaction.xa.GlobalTransaction.AbstractGlobalTxExternalizer
 
AbstractImmutableBean<T> - Class in org.infinispan.cdi.util
A base class for implementing Bean.
AbstractImmutableBean(Class<?>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, Set<InjectionPoint>, String) - Constructor for class org.infinispan.cdi.util.AbstractImmutableBean
Create a new, immutable bean.
AbstractInProcessFuture<V> - Class in org.infinispan.commons.util.concurrent
An abstract Future that has "completed"
AbstractInProcessFuture() - Constructor for class org.infinispan.commons.util.concurrent.AbstractInProcessFuture
 
AbstractInProcessNotifyingFuture<V> - Class in org.infinispan.commons.util.concurrent
An abstract NotifyingFuture that has "completed"
AbstractInProcessNotifyingFuture() - Constructor for class org.infinispan.commons.util.concurrent.AbstractInProcessNotifyingFuture
 
AbstractInternalCacheEntry - Class in org.infinispan.container.entries
An abstract internal cache entry that is typically stored in the data container
AbstractInternalCacheEntry() - Constructor for class org.infinispan.container.entries.AbstractInternalCacheEntry
 
AbstractInternalCacheEntry(Object) - Constructor for class org.infinispan.container.entries.AbstractInternalCacheEntry
 
AbstractInvocationBuilder() - Constructor for class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
AbstractInvocationContext - Class in org.infinispan.context.impl
Common features of transaction and invocation contexts
AbstractInvocationContext(Address) - Constructor for class org.infinispan.context.impl.AbstractInvocationContext
 
AbstractInvocationContextFactory - Class in org.infinispan.context
Base class for InvocationContextFactory implementations.
AbstractInvocationContextFactory() - Constructor for class org.infinispan.context.AbstractInvocationContextFactory
 
AbstractJBossMarshaller - Class in org.infinispan.commons.marshall.jboss
Common parent for both embedded and standalone JBoss Marshalling-based marshallers.
AbstractJBossMarshaller() - Constructor for class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
AbstractJBossMarshaller.DebuggingExceptionListener - Class in org.infinispan.commons.marshall.jboss
 
AbstractJCache<K,V> - Class in org.infinispan.jcache
 
AbstractJCache(MutableConfiguration<K, V>, CacheManager, AbstractJCacheNotifier<K, V>) - Constructor for class org.infinispan.jcache.AbstractJCache
 
AbstractJCacheListenerAdapter<K,V> - Class in org.infinispan.jcache
 
AbstractJCacheListenerAdapter(AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Constructor for class org.infinispan.jcache.AbstractJCacheListenerAdapter
 
AbstractJCacheManager - Class in org.infinispan.jcache
Infinispan's implementation of CacheManager.
AbstractJCacheManager(URI, ClassLoader, CachingProvider, Properties, boolean) - Constructor for class org.infinispan.jcache.AbstractJCacheManager
 
AbstractJCacheNotifier<K,V> - Class in org.infinispan.jcache
JCache notifications dispatcher.
AbstractJCacheNotifier() - Constructor for class org.infinispan.jcache.AbstractJCacheNotifier
 
AbstractJCachingProvider - Class in org.infinispan.jcache
Shared behavior for the embedded and client-server implementations.
AbstractJCachingProvider() - Constructor for class org.infinispan.jcache.AbstractJCachingProvider
 
AbstractJdbcStoreConfiguration - Class in org.infinispan.persistence.jdbc.configuration
 
AbstractJdbcStoreConfiguration(AttributeSet, AsyncStoreConfiguration, SingletonStoreConfiguration, 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
 
AbstractJmxRegistration - Class in org.infinispan.jmx
Parent class for top level JMX component registration.
AbstractJmxRegistration() - Constructor for class org.infinispan.jmx.AbstractJmxRegistration
 
AbstractJMXUrl - Class in org.infinispan.cli.connection.jmx
 
AbstractJMXUrl() - Constructor for class org.infinispan.cli.connection.jmx.AbstractJMXUrl
 
AbstractKeyOperation<T> - Class in org.infinispan.client.hotrod.impl.operations
Basic class for all hot rod operations that manipulate a key.
AbstractKeyOperation(Codec, TransportFactory, Object, byte[], byte[], AtomicInteger, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation
 
AbstractKeyValueFilterConverter<K,V,C> - Class in org.infinispan.filter
This is a base class that should be used when implementing a KeyValueFilterConverter that provides default implementations for the KeyValueFilter.accept(Object, Object, org.infinispan.metadata.Metadata) and Converter.convert(Object, Object, org.infinispan.metadata.Metadata) methods so they just call the KeyValueFilterConverter.filterAndConvert(Object, Object, org.infinispan.metadata.Metadata) method and then do the right thing.
AbstractKeyValueFilterConverter() - Constructor for class org.infinispan.filter.AbstractKeyValueFilterConverter
 
AbstractKeyValueOperation<T> - Class in org.infinispan.client.hotrod.impl.operations
Base class for all operations that manipulate a key and a value.
AbstractKeyValueOperation(Codec, TransportFactory, Object, byte[], byte[], AtomicInteger, int, byte[], long, TimeUnit, long, TimeUnit) - Constructor for class org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation
 
AbstractListenerImpl<T,L extends ListenerInvocation<T>> - Class in org.infinispan.notifications.impl
Functionality common to both CacheManagerNotifierImpl and CacheNotifierImpl
AbstractListenerImpl() - Constructor for class org.infinispan.notifications.impl.AbstractListenerImpl
 
AbstractListenerImpl.AbstractInvocationBuilder - Class in org.infinispan.notifications.impl
 
AbstractListenerImpl.ListenerInvocationImpl<A> - Class in org.infinispan.notifications.impl
Class that encapsulates a valid invocation for a given registered listener - containing a reference to the method to be invoked as well as the target object.
AbstractLocalCacheStream<T,S extends BaseStream<T,S>> - Class in org.infinispan.stream.impl.local
Implements the base operations required for a local stream.
AbstractLocalCacheStream(AbstractLocalCacheStream.StreamSupplier<T>, boolean, ComponentRegistry) - Constructor for class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
AbstractLocalCacheStream.StreamSupplier<R> - Interface in org.infinispan.stream.impl.local
 
AbstractLocalCommand - Class in org.infinispan.commands.read
Abstract class
AbstractLocalCommand() - Constructor for class org.infinispan.commands.read.AbstractLocalCommand
 
AbstractLocalFlagAffectedCommand - Class in org.infinispan.commands
Base class for those local commands that can carry flags.
AbstractLocalFlagAffectedCommand() - Constructor for class org.infinispan.commands.AbstractLocalFlagAffectedCommand
 
AbstractLockingInterceptor - Class in org.infinispan.interceptors.locking
Deprecated.
Since 8.2, no longer public API.
AbstractLockingInterceptor() - Constructor for class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
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
 
AbstractMixedSiteStatus<E> - Class in org.infinispan.xsite.status
Abstract class to create mixed SiteStatus.
AbstractMixedSiteStatus(Collection<E>, Collection<E>) - Constructor for class org.infinispan.xsite.status.AbstractMixedSiteStatus
 
AbstractModuleConfigurationBuilder - Class in org.infinispan.configuration.cache
AbstractModuleConfigurationBuilder.
AbstractModuleConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
 
AbstractModuleLifecycle - Class in org.infinispan.lifecycle
A default, no-op implementation of the ModuleLifecycle interface, designed for easy extension.
AbstractModuleLifecycle() - Constructor for class org.infinispan.lifecycle.AbstractModuleLifecycle
 
AbstractNamedCacheComponentFactory - Class in org.infinispan.factories
A component factory for creating components scoped per-cache.
AbstractNamedCacheComponentFactory() - Constructor for class org.infinispan.factories.AbstractNamedCacheComponentFactory
 
AbstractParserContext - Class in org.infinispan.configuration.parsing
 
AbstractParserContext() - Constructor for class org.infinispan.configuration.parsing.AbstractParserContext
 
AbstractPersistenceConfigurationChildBuilder - Class in org.infinispan.configuration.cache
AbstractPersistenceConfigurationChildBuilder.
AbstractPersistenceConfigurationChildBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
 
AbstractRemoteCacheManagerFactory - Class in org.infinispan.spring
An abstract base class for factories creating cache manager that are backed by an Infinispan RemoteCacheManager.
AbstractRemoteCacheManagerFactory() - Constructor for class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
AbstractRemoteStoreConfigurationChildBuilder<S> - Class in org.infinispan.persistence.remote.configuration
AbstractRemoteStoreConfigurationChildBuilder.
AbstractRemoteStoreConfigurationChildBuilder(RemoteStoreConfigurationBuilder) - Constructor for class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
AbstractSecurityConfigurationChildBuilder - Class in org.infinispan.client.hotrod.configuration
AbstractSecurityConfigurationChildBuilder.
AbstractServerCommand - Class in org.infinispan.cli.commands.server
 
AbstractServerCommand() - Constructor for class org.infinispan.cli.commands.server.AbstractServerCommand
 
AbstractSiteStatusBuilder<E> - Class in org.infinispan.xsite.status
A SiteStatus builder based on its online and offline members.
AbstractSiteStatusBuilder() - Constructor for class org.infinispan.xsite.status.AbstractSiteStatusBuilder
 
AbstractStoreConfiguration - Class in org.infinispan.configuration.cache
 
AbstractStoreConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfiguration
Deprecated.
Use {@link AbstractStoreConfiguration#AbstractStoreConfiguration(AttributeSet, AsyncStoreConfiguration, SingletonStoreConfiguration) instead
AbstractStoreConfiguration(AttributeSet, AsyncStoreConfiguration, SingletonStoreConfiguration) - 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) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
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
 
AbstractTransactionBoundaryCommand - Class in org.infinispan.commands.tx
An abstract transaction boundary command that holds a reference to a GlobalTransaction
AbstractTransactionBoundaryCommand(String) - Constructor for class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
AbstractTransactionStatement - Class in org.infinispan.cli.interpreter.statement
 
AbstractTransactionStatement(String) - Constructor for class org.infinispan.cli.interpreter.statement.AbstractTransactionStatement
 
AbstractTransport - Class in org.infinispan.client.hotrod.impl.transport
Support class for transport implementations.
AbstractTransport(TransportFactory) - Constructor for class org.infinispan.client.hotrod.impl.transport.AbstractTransport
 
AbstractTransport - Class in org.infinispan.remoting.transport
Common transport-related behaviour
AbstractTransport() - Constructor for class org.infinispan.remoting.transport.AbstractTransport
 
AbstractTransportConfigurationChildBuilder - Class in org.infinispan.configuration.cache
 
AbstractTransportConfigurationChildBuilder(TransactionConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
 
AbstractTxInvocationContext<T extends AbstractCacheTransaction> - Class in org.infinispan.context.impl
Support class for TxInvocationContext.
AbstractTxInvocationContext(T, Address) - Constructor for class org.infinispan.context.impl.AbstractTxInvocationContext
 
AbstractTxLockingInterceptor - Class in org.infinispan.interceptors.locking
Deprecated.
Since 8.2, no longer public API.
AbstractTxLockingInterceptor() - Constructor for class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
Deprecated.
 
AbstractTypedPropertiesConfiguration - Class in org.infinispan.commons.configuration
 
AbstractTypedPropertiesConfiguration(Properties) - Constructor for class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
AbstractTypedPropertiesConfiguration(AttributeSet) - Constructor for class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
AbstractVisitor - Class in org.infinispan.commands
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
AbstractVisitor() - Constructor for class org.infinispan.commands.AbstractVisitor
 
AbstractWriteKeyCommand<K,V> - Class in org.infinispan.commands.functional
 
AbstractWriteKeyCommand(K, ValueMatcher, CommandInvocationId, Params) - Constructor for class org.infinispan.commands.functional.AbstractWriteKeyCommand
 
AbstractWriteKeyCommand() - Constructor for class org.infinispan.commands.functional.AbstractWriteKeyCommand
 
AbstractWriteManyCommand<K,V> - Class in org.infinispan.commands.functional
 
AbstractWriteManyCommand() - Constructor for class org.infinispan.commands.functional.AbstractWriteManyCommand
 
accept(AuditEvent) - Method in class org.infinispan.checkstyle.filters.ExcludeTestPackages
 
accept(K) - Method in class org.infinispan.distribution.group.GroupFilter
 
accept(K, V, Metadata) - Method in class org.infinispan.filter.AbstractKeyValueFilterConverter
 
accept(Object, Object, Metadata) - Method in class org.infinispan.filter.AcceptAllKeyValueFilter
 
accept(K) - Method in class org.infinispan.filter.CollectionKeyFilter
 
accept(K) - Method in class org.infinispan.filter.CompositeKeyFilter
 
accept(K, V, Metadata) - Method in class org.infinispan.filter.CompositeKeyValueFilter
 
accept(K) - Method in interface org.infinispan.filter.KeyFilter
 
accept(K, V, Metadata) - Method in class org.infinispan.filter.KeyFilterAsKeyValueFilter
 
accept(K, V, Metadata) - Method in interface org.infinispan.filter.KeyValueFilter
 
accept(K) - Method in class org.infinispan.filter.KeyValueFilterAsKeyFilter
 
accept(KeyVisitor) - Method in class org.infinispan.lucene.ChunkCacheKey
 
accept(KeyVisitor) - Method in class org.infinispan.lucene.FileCacheKey
 
accept(KeyVisitor) - Method in class org.infinispan.lucene.FileListCacheKey
 
accept(KeyVisitor) - Method in class org.infinispan.lucene.FileReadLockKey
 
accept(KeyVisitor<T>) - Method in interface org.infinispan.lucene.IndexScopedKey
 
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) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter
 
accept(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.CompositeCacheEventFilter
 
accept(K, Object, Metadata, Object, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter
 
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.PostCacheEventFilter
 
accept(K) - Method in class org.infinispan.persistence.PrimaryOwnerFilter
 
accept(Visitor<ReturnType>) - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
accept(T, U, V) - Method in interface org.infinispan.util.TriConsumer
Performs this operation on the given arguments.
ACCEPT_ALL_FILTER - Static variable in interface org.infinispan.filter.KeyFilter
 
ACCEPT_ALL_KEY_VALUE_FILTER - Static variable in interface org.infinispan.marshall.core.Ids
 
AcceptAllKeyValueFilter - Class in org.infinispan.filter
A key value filter that accepts all entries found.
AcceptAllKeyValueFilter.Externalizer - Class in org.infinispan.filter
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.control.LockControlCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.EntrySetCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.GetAllCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.GetCacheEntryCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.GetKeyValueCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.KeySetCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.read.SizeCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.tx.CommitCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.tx.PrepareCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.tx.RollbackCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in interface org.infinispan.commands.VisitableCommand
Accept a visitor, and return the result of accepting this visitor.
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.ClearCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.EvictCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.InvalidateCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.InvalidateL1Command
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.PutMapCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.RemoveCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.write.ReplaceCommand
 
acquire(Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.InfinispanLock
It tries to acquire this lock.
acquire(Object, Object, long, TimeUnit) - Method in interface org.infinispan.util.concurrent.locks.impl.LockContainer
 
acquire(Object, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
 
acquire(Object, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
 
acquireAllLocks(List<Object>, boolean) - Method in class org.infinispan.util.concurrent.locks.StripedLock
Acquires locks on keys passed in.
acquireExclusiveTopologyLock() - Method in interface org.infinispan.statetransfer.StateTransferLock
 
acquireExclusiveTopologyLock() - Method in class org.infinispan.statetransfer.StateTransferLockImpl
 
acquireGlobalLock(boolean, long) - Method in class org.infinispan.util.concurrent.locks.StripedLock
Acquires RL on all locks aggregated by this StripedLock, in the given timeout.
acquireLock(Object, boolean) - Method in class org.infinispan.util.concurrent.locks.StripedLock
Blocks until a lock is acquired.
acquireLock(Object, boolean, long) - Method in class org.infinispan.util.concurrent.locks.StripedLock
 
acquireReadLock(String) - Method in class org.infinispan.lucene.readlocks.DistributedSegmentReadLocker
Acquires a readlock on all chunks for this file, to make sure chunks are not deleted while iterating on the group.
acquireReadLock(String) - Method in class org.infinispan.lucene.readlocks.LocalLockMergingSegmentReadLocker
Acquires a readlock, in order to prevent other invocations to SegmentReadLocker.deleteOrReleaseReadLock(String) from deleting the file.
acquireReadLock(String) - Method in class org.infinispan.lucene.readlocks.NoopSegmentReadLocker
doesn't do anything and returns true
acquireReadLock(String) - Method in interface org.infinispan.lucene.readlocks.SegmentReadLocker
Acquires a readlock, in order to prevent other invocations to SegmentReadLocker.deleteOrReleaseReadLock(String) from deleting the file.
acquireSharedTopologyLock() - Method in interface org.infinispan.statetransfer.StateTransferLock
 
acquireSharedTopologyLock() - Method in class org.infinispan.statetransfer.StateTransferLockImpl
 
Action - Interface in org.infinispan.remoting.inboundhandler.action
An action represents a step in PerCacheInboundInvocationHandler.
ActionListener - Interface in org.infinispan.remoting.inboundhandler.action
A listener that is invoked when an Action is completed.
ActionState - Class in org.infinispan.remoting.inboundhandler.action
The state used by an Action.
ActionState(RemoteLockCommand, int, long) - Constructor for class org.infinispan.remoting.inboundhandler.action.ActionState
 
ActionStatus - Enum in org.infinispan.remoting.inboundhandler.action
The status for an Action.
activateObject(SocketAddress, TcpTransport) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory
 
ActivationInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
ActivationInterceptor() - Constructor for class org.infinispan.interceptors.ActivationInterceptor
Deprecated.
 
ActivationManager - Interface in org.infinispan.eviction
Controls activation of cache entries that have been passivated.
ActivationManagerImpl - Class in org.infinispan.eviction.impl
Concrete implementation of activation logic manager.
ActivationManagerImpl() - Constructor for class org.infinispan.eviction.impl.ActivationManagerImpl
 
ActivationManagerStub - Class in org.infinispan.eviction.impl
 
ActivationManagerStub() - Constructor for class org.infinispan.eviction.impl.ActivationManagerStub
 
active - Variable in class org.infinispan.persistence.support.SingletonCacheWriter
Whether the the current cache is the coordinator and therefore SingletonStore is active.
activeStatusChanged(boolean) - Method in class org.infinispan.persistence.support.SingletonCacheWriter
Method called when the cache either becomes the coordinator or stops being the coordinator.
actual() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
 
actual - Variable in class org.infinispan.persistence.support.DelegatingCacheLoader
 
actual - Variable in class org.infinispan.persistence.support.DelegatingCacheWriter
 
actual - Variable in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
actualNumOwners - Variable in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
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.
adaptor - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
add(CacheEntry<K, V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
 
add(Map.Entry<K, V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySet
 
add(Annotation) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotationBuilder
 
add(Class<?>, Type) - Method in class org.infinispan.cdi.util.HierarchyDiscovery
 
add(Listeners.ReadWriteListeners.ReadWriteListener<K, V>) - Method in interface org.infinispan.commons.api.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.commons.api.functional.Listeners.WriteListeners
Add a write-only listener, and return an AutoCloseable instance that can be used to remove the listener registration.
add(E) - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
add(K) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
Adds the specified key to this set view by mapping the key to the default mapped value in the backing map, if defined.
add(K) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
Adds the specified key to this set view by mapping the key to the default mapped value in the backing map, if defined.
add(int, E) - Method in class org.infinispan.commons.util.ForwardingList
 
add(E) - Method in class org.infinispan.commons.util.ForwardingList
 
add(E) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
add(Integer) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.RangeSet
 
add(Listeners.WriteListeners.WriteListener<K, V>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
 
add(Listeners.ReadWriteListeners.ReadWriteListener<K, V>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
 
add(MetaParam.Writable) - Method in class org.infinispan.functional.impl.MetaParams
 
add(String) - Method in class org.infinispan.lucene.impl.FileListCacheValue
Adds the filename from the set if it exists
add(ReplicableCommand) - Method in interface org.infinispan.remoting.ReplicationQueue
Deprecated.
Adds a new command to the replication queue.
add(ReplicableCommand) - Method in class org.infinispan.remoting.ReplicationQueueImpl
Deprecated.
 
add(Permission) - Method in class org.infinispan.security.CachePermissionCollection
 
add(ExtendedStatistic, double, GlobalTransaction, boolean) - Method in class org.infinispan.stats.CacheStatisticManager
Adds a value to a statistic.
add(ExtendedStatistic, double, boolean) - Method in class org.infinispan.stats.container.ConcurrentGlobalContainer
 
add(List<Xid>) - Method in class org.infinispan.transaction.xa.recovery.PreparedTxIterator
 
add(E) - Method in class org.infinispan.util.AbstractDelegatingCollection
 
add(E) - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
 
add(Object) - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
 
ADD_CLIENT_LISTENER_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
ADD_CLIENT_LISTENER_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
addAdvancedExternalizer(int, AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
Helper method that allows for quick registration of an org.infinispan.marshall.AdvancedExternalizer implementation alongside its corresponding identifier.
addAdvancedExternalizer(AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
Helper method that allows for quick registration of an org.infinispan.marshall.AdvancedExternalizer implementation alongside its corresponding identifier.
addAdvancedExternalizer(AdvancedExternalizer<T>...) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
Helper method that allows for quick registration of org.infinispan.marshall.AdvancedExternalizer implementations.
addAffectedKey(Object) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
addAffectedKey(Object) - Method in interface org.infinispan.context.impl.TxInvocationContext
 
addAffectedKey(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
addAll(Collection<? extends CacheEntry<K, V>>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
 
addAll(Collection<? extends Map.Entry<K, V>>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySet
 
addAll(AnnotationStore) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotationBuilder
 
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
addAll(Collection<? extends K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
Adds all of the elements in the specified collection to this set, as if by calling BoundedEquivalentConcurrentHashMapV8.KeySetView.add(K) on each one.
addAll(Collection<? extends K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
Adds all of the elements in the specified collection to this set, as if by calling EquivalentConcurrentHashMapV8.KeySetView.add(K) on each one.
addAll(int, Collection<? extends E>) - Method in class org.infinispan.commons.util.ForwardingList
 
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.ForwardingList
 
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
addAll(int, Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
addAll(Collection<? extends Integer>) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.RangeSet
 
addAll(Param<?>...) - Method in class org.infinispan.functional.impl.Params
Adds all parameters and returns a new parameter collection.
addAll(Collection<? extends E>) - Method in class org.infinispan.util.AbstractDelegatingCollection
 
addAll(Collection<? extends E>) - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
 
addAll(Collection<?>) - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
 
addAllAffectedKeys(Collection<?>) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
addAllAffectedKeys(Collection<?>) - Method in interface org.infinispan.context.impl.TxInvocationContext
Registers a new participant with the transaction.
addAllAffectedKeys(Collection<?>) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
addAllRemoteReturns(List<R>) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
addAllRemoteReturns(List<R>) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
addAllSynchronizedBlocks(Collection<TotalOrderLatch>) - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
 
addAndRemove(String, String) - Method in class org.infinispan.lucene.impl.FileListCacheValue
 
addBackup() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
 
addBackupLockForKey(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
addBackupLockForKey(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
addBackupOwner(int, Address) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
addBackupOwner(int, Address) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Builder
 
addBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
addBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory
 
addCache(String) - Method in class org.infinispan.jcache.remote.ServerManager
 
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.
addCacheDependency(String, String) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
addCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
addCacheLoaderAdapter(CacheLoader<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
addCacheLoaderAdapter(CacheLoader<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
 
addCacheLoaderAdapter(CacheLoader<K, V>) - Method in class org.infinispan.jcache.remote.JCache
 
AddCacheManagerListenerAction - Class in org.infinispan.security.actions
CacheManagerAddListenerAction.
AddCacheManagerListenerAction(EmbeddedCacheManager, Object) - Constructor for class org.infinispan.security.actions.AddCacheManagerListenerAction
 
addCacheName(String, SiteStatus) - Method in class org.infinispan.xsite.status.ContainerSiteStatusBuilder
Adds the cache with the SiteStatus connection to the site.
addCacheStoreFactory(CacheStoreFactory) - Method in class org.infinispan.persistence.factory.CacheStoreFactoryRegistry
Adds a new factory for processing.
addCacheWriterAdapter(CacheWriter<? super K, ? super V>) - Method in class org.infinispan.jcache.AbstractJCache
 
addCacheWriterAdapter(CacheWriter<? super K, ? super V>) - Method in class org.infinispan.jcache.embedded.JCache
 
addCacheWriterAdapter(CacheWriter<? super K, ? super V>) - Method in class org.infinispan.jcache.remote.JCache
 
addChannel(CacheListener.ChannelNotifyParams) - Method in class org.infinispan.server.websocket.CacheListener
 
addChild(Fqn) - Method in class org.infinispan.tree.impl.NodeImpl
 
addChild(Fqn, Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
addChild(Fqn) - Method in interface org.infinispan.tree.Node
Adds a child node with the given Fqn under the current node.
addChild(Fqn, Flag...) - Method in interface org.infinispan.tree.Node
 
addClientListener(AddClientListenerOperation) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
 
addClientListener(Object) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
addClientListener(Object, Object[], Object[]) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
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.
AddClientListenerOperation - Class in org.infinispan.client.hotrod.impl.operations
 
AddClientListenerOperation(Codec, TransportFactory, String, AtomicInteger, int, ClientListenerNotifier, Object, byte[][], byte[][]) - Constructor for class org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation
 
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
Adds a cluster cache loader
addClusterNode(String, int) - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
 
addCoinToss(DldGlobalTransaction) - Method in enum org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
 
addCommand(ProcessedCommand, int) - Method in interface org.infinispan.cli.CommandBuffer
 
addCommand(ProcessedCommand, int) - Method in class org.infinispan.cli.impl.CommandBufferImpl
 
addConfigurationListeners() - Method in class org.infinispan.jcache.AbstractJCache
 
addContinuousQueryListener(RemoteCache<?, ?>, ContinuousQueryListener, Query) - Static method in class org.infinispan.client.hotrod.event.ClientEvents
addContinuousQueryListener(Query, ContinuousQueryListener<K, C>) - Method in class org.infinispan.client.hotrod.event.ContinuousQueryImpl
Registers a continuous query listener that uses a query DSL based filter.
addContinuousQueryListener(Query, ContinuousQueryListener<K, C>) - Method in interface org.infinispan.query.api.continuous.ContinuousQuery
 
addCustomCacheConfiguration(ConfigurationBuilder) - Method in class org.infinispan.spring.AbstractEmbeddedCacheManagerFactory
Sets the ConfigurationBuilder to use when creating an EmbeddedCacheManager.
addCustomConfiguration(ConfigurationBuilder) - Method in class org.infinispan.spring.support.embedded.InfinispanNamedEmbeddedCacheFactoryBean
API to introduce a customised ConfigurationBuilder that will override the default configurations which are already available on this class.
addCustomGlobalConfiguration(GlobalConfigurationBuilder) - Method in class org.infinispan.spring.AbstractEmbeddedCacheManagerFactory
Sets the GlobalConfigurationBuilder to use when creating an EmbeddedCacheManager.
addDependency(T, T) - Method in class org.infinispan.util.DependencyGraph
Add a dependency between two elements
addEntityFind(long) - Method in class org.infinispan.persistence.jpa.impl.Stats
 
addEntityMerge(long) - Method in class org.infinispan.persistence.jpa.impl.Stats
 
addEntityRemove(long) - Method in class org.infinispan.persistence.jpa.impl.Stats
 
addEntries(Collection<CacheEntry<K, C>>) - Method in class org.infinispan.iteration.impl.LocalEntryRetriever.Itr
 
addEntry(Object, MarshalledEntry) - Method in class org.infinispan.persistence.support.Bucket
 
addErroneousAttribute(String) - Method in exception org.infinispan.commons.CacheConfigurationException
 
addEvents(Address, UUID, Collection<ClusterEvent<K, V>>, boolean) - Method in interface org.infinispan.notifications.cachelistener.cluster.ClusterEventManager
Adds additional cluster events that need to be sent remotely for an event originating locally.
addEvents(Address, UUID, Collection<ClusterEvent<K, V>>, boolean) - Method in class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl
 
addEvents(Address, UUID, Collection<ClusterEvent<K, V>>, boolean) - Method in class org.infinispan.notifications.cachelistener.cluster.impl.ClusterEventManagerStub
 
addEvictions(long) - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
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
addFailure(String, Throwable) - Method in exception org.infinispan.xsite.BackupFailureException
 
addFlag(Flag) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
addFlag(Flag) - Method in interface org.infinispan.commands.LocalFlagAffectedCommand
Add a single flag to the command.
addFlag(Set<Flag>, Flag) - Static method in enum org.infinispan.context.Flag
 
addFlags(Set<Flag>) - Method in interface org.infinispan.commands.LocalFlagAffectedCommand
Add a set of flags to the command.
addFlags(Set<Flag>, Flag...) - Static method in enum org.infinispan.context.Flag
 
addFlags(Set<Flag>, Set<Flag>) - Static method in enum org.infinispan.context.Flag
 
addGet(Object, boolean) - Method in class org.infinispan.stats.topK.StreamSummaryContainer
Adds the key to the read top-key.
addGetTimeNano(long) - Method in class org.infinispan.jcache.embedded.RICacheStatistics
 
addGrouper(Grouper<?>) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
Add a grouper
addIndexedEntity(Class<?>) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
 
addInterceptor(CommandInterceptor, int) - Method in interface org.infinispan.AdvancedCache
Adds a custom interceptor to the interceptor chain, at specified position, where the first interceptor in the chain is at position 0 and the last one at NUM_INTERCEPTORS - 1.
addInterceptor(CommandInterceptor, int) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
addInterceptor(CommandInterceptor, int) - Method in class org.infinispan.cache.impl.CacheImpl
 
addInterceptor(CommandInterceptor, int) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
addInterceptor() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
Adds a new custom interceptor definition, to be added to the cache when the cache is started.
addInterceptor(CommandInterceptor, int) - Method in class org.infinispan.interceptors.InterceptorChain
Inserts the given interceptor at the specified position in the chain (o based indexing).
addInterceptor(CommandInterceptor, int) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
addInterceptorAfter(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in interface org.infinispan.AdvancedCache
Adds a custom interceptor to the interceptor chain, after an instance of the specified interceptor type.
addInterceptorAfter(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
addInterceptorAfter(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.infinispan.cache.impl.CacheImpl
 
addInterceptorAfter(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
addInterceptorAfter(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.infinispan.interceptors.InterceptorChain
Adds a new interceptor in list after an interceptor of a given type.
addInterceptorAfter(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
addInterceptorBefore(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in interface org.infinispan.AdvancedCache
Adds a custom interceptor to the interceptor chain, before an instance of the specified interceptor type.
addInterceptorBefore(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
addInterceptorBefore(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.infinispan.cache.impl.CacheImpl
 
addInterceptorBefore(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
addInterceptorBefore(CommandInterceptor, Class<? extends CommandInterceptor>, boolean) - Method in class org.infinispan.interceptors.InterceptorChain
addInterceptorBefore(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.infinispan.interceptors.InterceptorChain
Adds a new interceptor in list after an interceptor of a given type.
addInterceptorBefore(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
addIntermediateOperation(IntermediateOperation<T, S, T, S>) - Method in class org.infinispan.stream.impl.AbstractCacheStream
 
addIntermediateOperationMap(IntermediateOperation<T, S, ?, ?>) - Method in class org.infinispan.stream.impl.AbstractCacheStream
 
addIntermediateOperationMap(IntermediateOperation<T, S, T2, S2>, S3) - Method in class org.infinispan.stream.impl.AbstractCacheStream
 
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.
addKeysForSegment(Map<Integer, ConcurrentHashSet<K>>) - Method in class org.infinispan.iteration.impl.DistributedEntryRetriever.DistributedItr
 
addKeysLockedForClear() - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
 
addListener(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
addListener(Object, KeyFilter<? super K>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
addListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
addListener(Object) - Method in class org.infinispan.cache.impl.CacheImpl
 
addListener(Object, KeyFilter<? super K>) - Method in class org.infinispan.cache.impl.CacheImpl
 
addListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in class org.infinispan.cache.impl.CacheImpl
 
addListener(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
 
addListener(Object, KeyFilter<? super K>) - Method in class org.infinispan.cache.impl.DecoratedCache
 
addListener(Object, KeyFilter<? super K>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
addListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
addListener(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
addListener(AttributeListener<T>) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
addListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
addListener(CacheEntryListenerConfiguration<K, V>, AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
addListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
 
addListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.remote.JCache
 
addListener(Object) - Method in class org.infinispan.manager.DefaultCacheManager
 
addListener(Object) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
addListener(Object) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
addListener(Object, ClassLoader) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
addListener(Object, KeyFilter<? super K>, ClassLoader) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
addListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, ClassLoader) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
Adds the listener using the provided filter converter and class loader.
addListener(Object, KeyFilter<? super K>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
addListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
addListener(Object) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
 
addListener(Object, KeyFilter<? super K>, ClassLoader) - Method in interface org.infinispan.notifications.ClassLoaderAwareFilteringListenable
Adds a listener to the component.
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(Object, ClassLoader) - Method in interface org.infinispan.notifications.ClassLoaderAwareListenable
Adds a listener along with a class loader to use for the invocation
addListener(Object, KeyFilter<? super K>) - Method in interface org.infinispan.notifications.FilteringListenable
Adds a listener to the component.
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) - Method in interface org.infinispan.notifications.Listenable
Adds a listener to the component.
addListener(S, Object) - Method in interface org.infinispan.registry.ClusterRegistry
Deprecated.
Adds a listener that is notified of changes to keys in a given scope.
addListener(S, KeyFilter, Object) - Method in interface org.infinispan.registry.ClusterRegistry
Deprecated.
Adds a listener that is notified of changes to keys in a given scope and which match a given KeyFilter.
addListener(S, Object) - Method in class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
addListener(S, KeyFilter, Object) - Method in class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
addListener(ActionListener) - Method in interface org.infinispan.remoting.inboundhandler.action.Action
Adds a listener to be invoked when this action is ready or canceled.
addListener(ActionListener) - Method in class org.infinispan.remoting.inboundhandler.action.CheckTopologyAction
 
addListener(ActionListener) - Method in class org.infinispan.remoting.inboundhandler.action.CompositeAction
 
addListener(ActionListener) - Method in class org.infinispan.remoting.inboundhandler.action.DefaultReadyAction
 
addListener(ActionListener) - Method in class org.infinispan.remoting.inboundhandler.action.LockAction
 
addListener(ActionListener) - Method in class org.infinispan.remoting.inboundhandler.action.PendingTxAction
 
addListener(ActionListener) - Method in interface org.infinispan.remoting.inboundhandler.action.ReadyAction
It adds a listener that is invoked when this action is ready.
addListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
addListener(Object, KeyFilter<? super K>) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
addListener(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
addListener(CacheTransaction.TransactionCompletedListener) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
addListener(CacheTransaction.TransactionCompletedListener) - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
addListener(KeyAwareLockListener) - Method in interface org.infinispan.util.concurrent.locks.KeyAwareLockPromise
It adds the listener to this LockPromise.
addListener(LockListener) - Method in interface org.infinispan.util.concurrent.locks.LockPromise
Adds a LockListener to be invoked when the lock is available.
addListener(PendingLockListener) - Method in interface org.infinispan.util.concurrent.locks.PendingLockPromise
Adds a listener to this promise.
addListener() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 
addLocalTransactionMapping(LocalXaTransaction) - Method in class org.infinispan.transaction.xa.XaTransactionTable
 
addLocalValue(ExtendedStatistic, double) - Method in class org.infinispan.stats.CacheStatisticCollector
Adds a value to a local statistic.
addLockedKey(Object) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
addLockedKey(Object) - Method in class org.infinispan.context.impl.ClearInvocationContext
 
addLockedKey(Object) - Method in class org.infinispan.context.impl.ImmutableContext
 
addLockedKey(Object) - Method in class org.infinispan.context.impl.NonTxInvocationContext
 
addLockedKey(Object) - Method in interface org.infinispan.context.InvocationContext
Tracks the given key as locked by this invocation context.
addLockedKey(Object) - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
addLockedKey(Object) - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
 
addLockInformation(Object, boolean, boolean) - Method in class org.infinispan.stats.topK.StreamSummaryContainer
Adds the lock information about the key, namely if the key suffer some contention and if the keys was locked or not.
addMany(MetaParam.Writable...) - Method in class org.infinispan.functional.impl.MetaParams
 
addMember(Principal) - Method in class org.infinispan.server.core.security.simple.SimpleGroupPrincipal
 
addMember(Address, boolean) - Method in class org.infinispan.xsite.status.CacheSiteStatusBuilder
Adds a member with an online/offline connection to the server based on the online parameter.
addMetadataFind(long) - Method in class org.infinispan.persistence.jpa.impl.Stats
 
addMetadataMerge(long) - Method in class org.infinispan.persistence.jpa.impl.Stats
 
addMetadataRemove(long) - Method in class org.infinispan.persistence.jpa.impl.Stats
 
addModification(WriteCommand) - Method in class org.infinispan.transaction.impl.LocalTransaction
 
addModule(Class<T>) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
addModule(Class<T>) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
addOperation(Operation<?, ?>) - Method in class org.infinispan.atomic.impl.AtomicHashMapDelta
 
AddOperation - Class in org.infinispan.lucene.impl
Add operation associated to FileListCacheValueDelta
AddOperation.AddOperationExternalizer - Class in org.infinispan.lucene.impl
 
AddOperationExternalizer() - Constructor for class org.infinispan.lucene.impl.AddOperation.AddOperationExternalizer
 
addOwner(int, Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
addOwner(Address) - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
 
addOwnerNoCheck(int, Address) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
addOwners(int, Collection<Address>) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
addParameter(String, Object) - Method in class org.infinispan.tasks.TaskContext
Adds a named parameter to the task context
addParsingCompleteListener(ParserContextListener) - Method in class org.infinispan.configuration.parsing.AbstractParserContext
 
addParsingCompleteListener(ParserContextListener) - Method in interface org.infinispan.configuration.parsing.ParserContext
 
addPartialCommit1PCTransaction(GlobalTransaction, Collection<Address>, Collection<Object>, List<WriteCommand>) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
 
addPartialCommit1PCTransaction(GlobalTransaction, Collection<Address>, Collection<Object>, List<WriteCommand>) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
Adds a partially committed transaction.
addPartialCommit1PCTransaction(GlobalTransaction, Collection<Address>, Collection<Object>, List<WriteCommand>) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
addPartialCommit2PCTransaction(GlobalTransaction, Collection<Address>, Collection<Object>, EntryVersionsMap) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
 
addPartialCommit2PCTransaction(GlobalTransaction, Collection<Address>, Collection<Object>, EntryVersionsMap) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
Adds a partially committed transaction.
addPartialCommit2PCTransaction(GlobalTransaction, Collection<Address>, Collection<Object>, EntryVersionsMap) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
addPartialRollbackTransaction(GlobalTransaction, Collection<Address>, Collection<Object>) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
 
addPartialRollbackTransaction(GlobalTransaction, Collection<Address>, Collection<Object>) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
Adds a partially aborted transaction.
addPartialRollbackTransaction(GlobalTransaction, Collection<Address>, Collection<Object>) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
addPrefixMatches(Argument, Collection<String>, List<String>) - Static method in class org.infinispan.cli.shell.Completer
 
addPrimaryOwner(int, Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
addPrimaryOwner(int, Address) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
addPrimaryOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
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.DataContainerConfigurationBuilder
Add key/value property pair to this data container configuration
addProperty(String, String) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
Defines a single property.
addProperty(String, String) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
 
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.GlobalJmxStatisticsConfigurationBuilder
 
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
 
addPut(Object, boolean) - Method in class org.infinispan.stats.topK.StreamSummaryContainer
Adds the key to the put top-key.
addQualifier(Annotation) - Method in class org.infinispan.cdi.util.BeanBuilder
Add to the qualifiers used for bean creation.
addQualifiers(Annotation...) - Method in class org.infinispan.cdi.util.BeanBuilder
Add to the qualifiers used for bean creation.
addQualifiers(Collection<Annotation>) - Method in class org.infinispan.cdi.util.BeanBuilder
Add to the qualifiers used for bean creation.
addr - Variable in class org.infinispan.transaction.xa.GlobalTransaction
 
addReadKey(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
addReadKey(Object) - Method in class org.infinispan.transaction.impl.LocalTransaction
 
addReadKey(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
addReadTxCommitted(long) - Method in class org.infinispan.persistence.jpa.impl.Stats
 
addReadTxFailed(long) - Method in class org.infinispan.persistence.jpa.impl.Stats
 
addRemoteValue(ExtendedStatistic, double) - Method in class org.infinispan.stats.CacheStatisticCollector
Adds a value to a remote statistic.
addRemoveTxCommitted(long) - Method in class org.infinispan.persistence.jpa.impl.Stats
 
addRemoveTxFailed(long) - Method in class org.infinispan.persistence.jpa.impl.Stats
 
addRequestor(Object, Address) - Method in class org.infinispan.distribution.impl.L1ManagerImpl
 
addRequestor(Object, Address) - Method in interface org.infinispan.distribution.L1Manager
Records a request that will be cached in another nodes L1
Address - Interface in org.infinispan.remoting.transport
A destination for an Infinispan command or operation.
address - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsAddress
 
address - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
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]]...
addShutdownHook() - Method in class org.infinispan.factories.AbstractComponentRegistry
 
addShutdownHook() - Method in class org.infinispan.factories.GlobalComponentRegistry
 
addSingleFileStore() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
Adds a single file cache store
addSourceMigrator(SourceMigrator) - Method in class org.infinispan.upgrade.RollingUpgradeManager
Registers a migrator for a specific data format or endpoint.
addStats(String, String) - Method in class org.infinispan.client.hotrod.impl.ServerStatisticsImpl
 
addStatus(Set<Integer>) - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
 
addStore(Class<T>) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
Adds a cache loader which uses the specified builder class to build its configuration
addStore(StoreConfigurationBuilder<?, ?>) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
Adds a cache loader which uses the specified builder instance to build its configuration
addSynchronizedBlock(TotalOrderLatch) - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
 
addSyncNotificationLatch(Cache<K, V>, K, V, CountDownLatch) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
addTargets(Address, UUID, Collection<ClusterEvent<K, V>>, boolean) - Method in class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl.UnicastEventContext
 
addToClass(Annotation) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Add an annotation to the type declaration.
addToField(Field, Annotation) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Add an annotation to the specified field.
addToField(AnnotatedField<? super X>, Annotation) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Add an annotation to the specified field.
addToMethod(Method, Annotation) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Add an annotation to the specified method.
addToMethod(AnnotatedMethod<? super X>, Annotation) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Add an annotation to the specified method.
addToMethodParameter(Method, int, Annotation) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Add an annotation to the specified method parameter.
addType(Type) - Method in class org.infinispan.cdi.util.BeanBuilder
Add to the type closure used for bean creation.
addTypes(Type...) - Method in class org.infinispan.cdi.util.BeanBuilder
Add to the type closure used for bean creation.
addTypes(Collection<Type>) - Method in class org.infinispan.cdi.util.BeanBuilder
Add to the type closure used for bean creation.
addUser(String, String, char[], String...) - Method in class org.infinispan.server.core.security.simple.SimpleServerAuthenticationProvider
Add a user to the authentication table.
addValue(ExtendedStatistic, double) - Method in class org.infinispan.stats.container.BaseExtendedStatisticsContainer
 
addValue(ExtendedStatistic, double) - Method in interface org.infinispan.stats.container.ExtendedStatisticsContainer
it adds the value to the statistic.
addValue(ExtendedStatistic, double) - Method in class org.infinispan.stats.TransactionStatistics
Adds a value to a statistic collected for this transaction.
addVersionRead(Object, EntryVersion) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
addVersionRead(Object, EntryVersion) - Method in interface org.infinispan.transaction.xa.CacheTransaction
Sets the version read for this key.
addWriteSkewFailed(Object) - Method in class org.infinispan.stats.topK.StreamSummaryContainer
Adds the key to the write skew failed top-key.
addWriteTxCommited(long) - Method in class org.infinispan.persistence.jpa.impl.Stats
 
addWriteTxFailed(long) - Method in class org.infinispan.persistence.jpa.impl.Stats
 
AdvancedAsyncCacheLoader - Class in org.infinispan.persistence.async
 
AdvancedAsyncCacheLoader(CacheLoader, AtomicReference<State>) - Constructor for class org.infinispan.persistence.async.AdvancedAsyncCacheLoader
 
AdvancedAsyncCacheWriter - Class in org.infinispan.persistence.async
 
AdvancedAsyncCacheWriter(CacheWriter) - Constructor for class org.infinispan.persistence.async.AdvancedAsyncCacheWriter
 
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
Defines functionality for advanced expiration techniques.
AdvancedCacheExpirationWriter.ExpirationPurgeListener<K,V> - Interface in org.infinispan.persistence.spi
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
A specialised extension of the CacheLoader interface that allows processing parallel iteration over the existing entries.
AdvancedCacheLoader.CacheLoaderTask<K,V> - Interface in org.infinispan.persistence.spi
Offers a callback to be invoked for parallel iteration over the entries in an external store.
AdvancedCacheLoader.TaskContext - Interface in org.infinispan.persistence.spi
Used during the parallel iteration in order to offer the AdvancedCacheLoader.CacheLoaderTask a way of canceling the entry iteration.
AdvancedCacheProducer - Class in org.infinispan.cdi
This class is responsible to produce the Cache and AdvancedCache.
AdvancedCacheProducer() - Constructor for class org.infinispan.cdi.AdvancedCacheProducer
 
AdvancedCacheWriter<K,V> - Interface in org.infinispan.persistence.spi
Defines advanced functionality for persisting data to an external storage.
AdvancedCacheWriter.PurgeListener<K> - Interface in org.infinispan.persistence.spi
AdvancedExternalizer<T> - Interface in org.infinispan.commons.marshall
AdvancedExternalizer provides an alternative way to provide externalizers for marshalling/unmarshalling user defined classes that overcome the deficiencies of the more user-friendly externalizer definition model explained in Externalizer.
advancedExternalizers() - Method in class org.infinispan.configuration.global.SerializationConfiguration
 
AdvancedLoadWriteStore<K,V> - Interface in org.infinispan.persistence.spi
Advanced interface for interacting with an external store in a read-write mode.
AdvancedSingletonCacheWriter - Class in org.infinispan.persistence.support
 
AdvancedSingletonCacheWriter(CacheWriter, SingletonStoreConfiguration) - Constructor for class org.infinispan.persistence.support.AdvancedSingletonCacheWriter
 
advanceExternalizerTypeClassesUndefined(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
advanceExternalizerTypeClassesUndefined(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
advanceExternalizerTypeClassesUndefined(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined(String) - Method in interface org.infinispan.util.logging.Log
 
advanceExternalizerTypeClassesUndefined(String) - Method in class org.infinispan.util.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
advanceExternalizerTypeClassesUndefined$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
advanceExternalizerTypeClassesUndefined$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
advanceExternalizerTypeClassesUndefined$str() - Method in class org.infinispan.util.logging.Log_$logger
 
affectedKeys - Variable in class org.infinispan.transaction.impl.AbstractCacheTransaction
Holds all the locked keys that were acquired by the transaction allover the cluster.
AFFINITY_FUNCTION_PARTITIONER - Static variable in interface org.infinispan.marshall.core.Ids
 
affinityLocationIntoSegment(int) - Method in interface org.infinispan.lucene.directory.BuildContext
When set to a positive integer, this will force a specific data distribution: the hashing function will resolve all keys used to store the various entries for the resulting index to be owned by the specified segment id.
affinityLocationIntoSegment(int) - Method in class org.infinispan.lucene.impl.DirectoryBuilderImpl
 
affinityLocationIntoSegmentValueShallNotBeNegative(String, int) - Method in interface org.infinispan.lucene.logging.Log
 
affinityLocationIntoSegmentValueShallNotBeNegative(String, int) - Method in class org.infinispan.lucene.logging.Log_$logger
 
affinityLocationIntoSegmentValueShallNotBeNegative$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
AffinityPartitioner - Class in org.infinispan.distribution.ch.impl
Key partitioner that maps keys to segments using information contained in AffinityTaggedKey.
AffinityPartitioner() - Constructor for class org.infinispan.distribution.ch.impl.AffinityPartitioner
 
AffinityPartitioner.Externalizer - Class in org.infinispan.distribution.ch.impl
 
affinitySegmentId() - Method in class org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfiguration
When Index Affinity is enabled, this returns the segment id to which the current index is bound to.
affinitySegmentId(int) - Method in class org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfigurationBuilder
When the index is stored on a per-segment affinity base, set the affinity id for this index instance.
AffinityTaggedKey - Interface in org.infinispan.distribution.ch
 
AFTER - Static variable in class org.infinispan.configuration.cache.InterceptorConfiguration
 
after() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
 
after(Class<? extends CommandInterceptor>) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
Dictates that the custom interceptor appears immediately after the specified interceptor.
AFTER_FAILURES - Static variable in class org.infinispan.configuration.cache.TakeOfflineConfiguration
 
afterBackupRemotely(ReplicableCommand, BackupResponse) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
method invoked after a successful backup remote invocation.
afterCompletion(int) - Method in class org.infinispan.transaction.synchronization.SynchronizationAdapter
 
afterCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
afterCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
afterCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
afterCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
afterCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
afterCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
afterCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
afterCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
afterCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
afterCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
afterCompletionFailed(Synchronization, Throwable) - Method in interface org.infinispan.util.logging.Log
 
afterCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
afterCompletionFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
afterCompletionFailed$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
afterCompletionFailed$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
afterCompletionFailed$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
afterCompletionFailed$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
afterCompletionFailed$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
afterCompletionFailed$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
afterCompletionFailed$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
afterCompletionFailed$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
afterCompletionFailed$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
afterCompletionFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
 
afterFailures() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
 
afterFailures(int) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
The number of failed request operations after which this site should be taken offline.
afterHandle(CacheRpcCommand, DeliverOrder, boolean) - Method in class org.infinispan.remoting.inboundhandler.AbstractDelegatingHandler
Invoked after the command is handled.
afterInvoke() - Method in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
 
afterInvokeRemotely(ReplicableCommand, Map<Address, Response>) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
method invoked after a successful remote invocation.
afterPropertiesSet() - Method in class org.infinispan.spring.provider.SpringEmbeddedCacheManagerFactoryBean
 
afterPropertiesSet() - Method in class org.infinispan.spring.provider.SpringRemoteCacheManagerFactoryBean
 
afterPropertiesSet() - Method in class org.infinispan.spring.support.embedded.InfinispanEmbeddedCacheManagerFactoryBean
 
afterPropertiesSet() - Method in class org.infinispan.spring.support.embedded.InfinispanNamedEmbeddedCacheFactoryBean
 
afterPropertiesSet() - Method in class org.infinispan.spring.support.InfinispanDefaultCacheFactoryBean
 
afterPropertiesSet() - Method in class org.infinispan.spring.support.remote.InfinispanNamedRemoteCacheFactoryBean
 
afterPropertiesSet() - Method in class org.infinispan.spring.support.remote.InfinispanRemoteCacheManagerFactoryBean
 
AggregateBackupResponse - Class in org.infinispan.remoting.transport
 
AggregateBackupResponse(BackupResponse, BackupResponse) - Constructor for class org.infinispan.remoting.transport.AggregateBackupResponse
 
AggregatedParameterMetaData - Class in org.infinispan.jcache.annotation
Contains all parameters metadata for a method annotated with a cache annotation.
AggregatedParameterMetaData(List<ParameterMetaData>, List<ParameterMetaData>, ParameterMetaData) - Constructor for class org.infinispan.jcache.annotation.AggregatedParameterMetaData
 
all() - Method in class org.infinispan.transaction.xa.recovery.PreparedTxIterator
 
all() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager.RecoveryIterator
Exhaust the iterator.
ALL_KNOWN_COMPONENT_NAMES - Static variable in class org.infinispan.factories.KnownComponentNames
 
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.commons.api.functional.Traversable
A terminal operation that returns whether all elements of this traversable match the provided predicate.
allMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
allMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
allMatch(DoublePredicate) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
allMatch(IntPredicate) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
allMatch(LongPredicate) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
allMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
allMatch(DoublePredicate) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
allMatch(IntPredicate) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
allMatch(LongPredicate) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
ALLOW_DUPLICATE_DOMAINS - Static variable in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
 
allowDuplicateDomains() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
 
allowDuplicateDomains(Boolean) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
If true, multiple cache manager instances could be configured under the same configured JMX domain.
allowedSegments - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
 
allowedSegments - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
 
allowedSegments - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareSet
 
allowInvocations() - Method in enum org.infinispan.commons.api.functional.Status
 
allowInvocations() - Method in enum org.infinispan.lifecycle.ComponentStatus
 
AlphaChar - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
AlphaChar - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
AlphaNumChar - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
AlphaNumChar - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
alternative(boolean) - Method in class org.infinispan.cdi.util.BeanBuilder
Define that the created bean will (or will not) be an alternative.
alwaysProvideInMemoryStateDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
alwaysProvideInMemoryStateDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
alwaysProvideInMemoryStateDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated() - Method in interface org.infinispan.util.logging.Log
 
alwaysProvideInMemoryStateDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
alwaysProvideInMemoryStateDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
alwaysProvideInMemoryStateDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
alwaysProvideInMemoryStateDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
alwaysReadsExistingValues() - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
 
alwaysReadsExistingValues() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
 
alwaysReadsExistingValues() - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
 
alwaysReadsExistingValues() - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
 
alwaysReadsExistingValues() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
alwaysReadsExistingValues() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
alwaysReadsExistingValues() - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
 
alwaysReadsExistingValues() - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
 
alwaysReadsExistingValues() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
alwaysReadsExistingValues() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
alwaysReadsExistingValues() - Method in interface org.infinispan.commands.VisitableCommand
 
alwaysReadsExistingValues() - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
alwaysReadsExistingValues() - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
alwaysTruePredicate() - Static method in class org.infinispan.stream.StreamMarshalling
Predicate taht always returns true irrespective of the value provided
ambiguousConfigurationFiles(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
ambiguousConfigurationFiles(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
ambiguousConfigurationFiles(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ambiguousConfigurationFiles(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
ambiguousConfigurationFiles(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
ambiguousConfigurationFiles(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ambiguousConfigurationFiles(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
ambiguousConfigurationFiles(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
ambiguousConfigurationFiles(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
ambiguousConfigurationFiles(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
ambiguousConfigurationFiles(String) - Method in interface org.infinispan.util.logging.Log
 
ambiguousConfigurationFiles(String) - Method in class org.infinispan.util.logging.Log_$logger
 
ambiguousConfigurationFiles$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
ambiguousConfigurationFiles$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
ambiguousConfigurationFiles$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ambiguousConfigurationFiles$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
ambiguousConfigurationFiles$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
ambiguousConfigurationFiles$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ambiguousConfigurationFiles$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
ambiguousConfigurationFiles$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
ambiguousConfigurationFiles$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
ambiguousConfigurationFiles$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
ambiguousConfigurationFiles$str() - Method in class org.infinispan.util.logging.Log_$logger
 
amend(TakeOfflineConfiguration) - Method in class org.infinispan.xsite.OfflineStatus
Configures the site to use the supplied configuration for determining when to take a site offline.
amend(Integer, Long) - Method in class org.infinispan.xsite.OfflineStatus
 
amendTakeOffline(String, int, long) - Method in class org.infinispan.xsite.XSiteAdminOperations
 
and() - Method in interface org.infinispan.query.dsl.FilterConditionContext
Creates a new context and connects it with the current one using boolean AND.
and(FilterConditionContext) - Method in interface org.infinispan.query.dsl.FilterConditionContext
Connects a given context with the current one using boolean AND.
andThen(NotifyingFuture<T>, Runnable) - Static method in class org.infinispan.commons.util.concurrent.Futures
 
andThen(NotifyingFuture<T>, Runnable, ExecutorService) - Static method in class org.infinispan.commons.util.concurrent.Futures
Executes a task asynchronously after a future completion
Annotateds - Class in org.infinispan.cdi.util
Utilities for working with Annotateds.
AnnotatedTypeBuilder<X> - Class in org.infinispan.cdi.util.annotatedtypebuilder
Class for constructing a new AnnotatedType.
AnnotatedTypeBuilder() - Constructor for class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Create a new builder.
annotation - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
annotation - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
AnnotationBuilder - Class in org.infinispan.cdi.util.annotatedtypebuilder
Helper class used to build annotation stores
AnnotationInjectExtension - Class in org.infinispan.jcache.annotation
CDI extension to register additional interceptor bindings
AnnotationInjectExtension() - Constructor for class org.infinispan.jcache.annotation.AnnotationInjectExtension
 
AnyEquivalence<T> - Class in org.infinispan.commons.equivalence
A compare function for objects.
AnyLiteral - Class in org.infinispan.cdi.util
 
AnyLiteral() - Constructor for class org.infinispan.cdi.util.AnyLiteral
 
anyMatch(Predicate<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns whether any elements of this traversable match the provided predicate.
anyMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
anyMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
anyMatch(DoublePredicate) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
anyMatch(IntPredicate) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
anyMatch(LongPredicate) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
anyMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
anyMatch(DoublePredicate) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
anyMatch(IntPredicate) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
anyMatch(LongPredicate) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
AnyServerEquivalence - Class in org.infinispan.commons.equivalence
AnyServerEquivalence.
AnyServerEquivalence() - Constructor for class org.infinispan.commons.equivalence.AnyServerEquivalence
 
appendDelta(Delta) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
appendInterceptor(CommandInterceptor, boolean) - Method in class org.infinispan.interceptors.InterceptorChain
Appends at the end.
apply(CacheMode) - Method in enum org.infinispan.configuration.parsing.Parser72.Mode
 
apply(CacheMode) - Method in enum org.infinispan.configuration.parsing.Parser80.Mode
 
apply(Set<String>) - Method in class org.infinispan.lucene.impl.AddOperation
 
apply(Set<String>) - Method in class org.infinispan.lucene.impl.DeleteOperation
 
apply(List<Operation>) - Method in class org.infinispan.lucene.impl.FileListCacheValue
 
applyDelta(K, Delta, Object...) - Method in interface org.infinispan.AdvancedCache
Applies the given Delta to the DeltaAware object stored under deltaAwareValueKey if and only if all locksToAcquire locks are successfully obtained
applyDelta(K, Delta, Object...) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
applyDelta(K, Delta, Object...) - Method in class org.infinispan.cache.impl.CacheImpl
 
applyDelta(K, Delta, Object...) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
applyDelta(K, Delta, Object...) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
ApplyDeltaCommand - Class in org.infinispan.commands.write
 
ApplyDeltaCommand() - Constructor for class org.infinispan.commands.write.ApplyDeltaCommand
 
ApplyDeltaCommand(Object, Delta, Collection<Object>, CommandInvocationId) - Constructor for class org.infinispan.commands.write.ApplyDeltaCommand
 
applyModificationsSync(List<Modification>) - Method in class org.infinispan.persistence.async.AsyncCacheWriter
 
applyState(Address, int, Collection<StateChunk>) - Method in interface org.infinispan.statetransfer.StateConsumer
 
applyState(Address, int, Collection<StateChunk>) - Method in class org.infinispan.statetransfer.StateConsumerImpl
 
applyState(XSiteState[]) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateConsumer
It applies state from other site.
applyState(XSiteState[]) - Method in class org.infinispan.xsite.statetransfer.XSiteStateConsumerImpl
 
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.
areLocksReleased() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
areLocksReleased() - Method in interface org.infinispan.transaction.xa.CacheTransaction
Deprecated.
Argument - Interface in org.infinispan.cli.commands
 
argumentCannotBeNull() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
argumentCannotBeNull(String) - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
argumentCannotBeNull() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
argumentCannotBeNull(String) - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
argumentCannotBeNull0$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
argumentCannotBeNull1$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
argumentMustBeComparable(String) - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
argumentMustBeComparable(String) - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
argumentMustBeComparable$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
ARRAY_LIST - Static variable in interface org.infinispan.marshall.core.Ids
 
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
ArrayExternalizers - Class in org.infinispan.marshall.exts
Externalizers for diverse array types.
ArrayExternalizers() - Constructor for class org.infinispan.marshall.exts.ArrayExternalizers
 
ArrayExternalizers.ListArray - Class in org.infinispan.marshall.exts
 
Arrays2 - Class in org.infinispan.cdi.util
A collection of utilities for working with Arrays that goes beyond that in the JDK.
AsDoubleIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
Performs as double operation on a IntStream
AsDoubleLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
Performs as double operation on a LongStream
asDoubleStream() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
asDoubleStream() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
asDoubleStream() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
asDoubleStream() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
asIterator(Traversable<T>) - Static method in class org.infinispan.functional.impl.Traversables
 
asList() - Method in class org.infinispan.interceptors.InterceptorChain
Returns an unmofiable list with all the interceptors in sequence.
AsLongIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
Performs as long operation on a IntStream
asLongStream() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
asLongStream() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
asObject() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
assertBatchingSupported(Configuration) - Static method in class org.infinispan.batch.AutoBatchSupport
 
assertCorrectlyConfigured() - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
assertKeyNotNull(Object) - Static method in class org.infinispan.commons.util.AbstractMap
 
assertNotNull(Object, String) - Static method in class org.infinispan.cdi.util.Contracts
Asserts that the given parameter is not null.
assertNotNull(Object, String) - Static method in class org.infinispan.jcache.annotation.Contracts
Asserts that the given parameter is not null.
assertNotNullEntries(Map<?, ?>, String) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
assertNotNullEntries(Collection<?>, String) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
assertTypeConstructable(Class<?>, Class<?>...) - Method in class org.infinispan.factories.AbstractComponentFactory
 
assertValid(AtomicHashMap<?, ?>) - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
asSet(T...) - Static method in class org.infinispan.cdi.util.Arrays2
Create a set from an array.
asSet(T...) - Static method in class org.infinispan.commons.util.Util
 
asSet(T...) - Static method in class org.infinispan.jcache.annotation.CollectionsHelper
Creates a Set with the given elements.
async() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
Configuration for the async cache loader.
async - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
 
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 class org.infinispan.configuration.cache.ClusteringConfiguration
Configure async sub element.
async() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
Configure async sub element.
async() - Method in interface org.infinispan.configuration.cache.ClusteringConfigurationChildBuilder
If configured all communications are asynchronous, in that whenever a thread sends a message sent over the wire, it does not wait for an acknowledgment before returning.
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_EXECUTOR_FACTORY - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
ASYNC_NOTIFICATION_EXECUTOR - Static variable in class org.infinispan.factories.KnownComponentNames
 
ASYNC_OPERATIONS_EXECUTOR - Static variable in class org.infinispan.factories.KnownComponentNames
 
ASYNC_REPLICATION_QUEUE_EXECUTOR - Static variable in class org.infinispan.factories.KnownComponentNames
 
ASYNC_TRANSPORT_EXECUTOR - Static variable in class org.infinispan.factories.KnownComponentNames
 
AsyncCache<K,V> - Interface in org.infinispan.commons.api
AsyncCache.
AsyncCacheLoader - Class in org.infinispan.persistence.async
 
AsyncCacheLoader(CacheLoader, AtomicReference<State>) - Constructor for class org.infinispan.persistence.async.AsyncCacheLoader
 
AsyncCacheWriter - Class in org.infinispan.persistence.async
The AsyncCacheWriter is a delegating CacheStore that buffers changes and writes them asynchronously to the underlying CacheStore.
AsyncCacheWriter(CacheWriter) - Constructor for class org.infinispan.persistence.async.AsyncCacheWriter
 
AsyncConfiguration - Class in org.infinispan.configuration.cache
If configured all communications are asynchronous, in that whenever a thread sends a message sent over the wire, it does not wait for an acknowledgment before returning.
asyncConfiguration - Variable in class org.infinispan.persistence.async.AsyncCacheWriter
 
AsyncConfigurationBuilder - Class in org.infinispan.configuration.cache
If configured all communications are asynchronous, in that whenever a thread sends a message sent over the wire, it does not wait for an acknowledgment before returning.
AsyncConfigurationBuilder(ClusteringConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AsyncConfigurationBuilder
 
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().
asyncListenerExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
Deprecated.
This method always returns null now. Look for a thread pool named as GlobalConfiguration.listenerThreadPool() instead.
asyncMarshalling() - Method in class org.infinispan.configuration.cache.AsyncConfiguration
Deprecated.
asyncMarshalling() - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
Deprecated.
since 8.0
asyncMarshalling(boolean) - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
Deprecated.
since 8.0
asyncProcessor - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl
 
asyncPropertiesConfigOnSyncCache() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache() - Method in class org.infinispan.lucene.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
asyncPropertiesConfigOnSyncCache() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
asyncPropertiesConfigOnSyncCache() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache() - Method in class org.infinispan.stats.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache() - Method in class org.infinispan.tree.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache() - Method in interface org.infinispan.util.logging.Log
 
asyncPropertiesConfigOnSyncCache() - Method in class org.infinispan.util.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
asyncPropertiesConfigOnSyncCache$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
asyncPropertiesConfigOnSyncCache$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
asyncPropertiesConfigOnSyncCache$str() - Method in class org.infinispan.util.logging.Log_$logger
 
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.GlobalConfiguration
 
asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
asyncThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
 
asyncTransportExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
Deprecated.
This method always returns null now. Look for a thread pool named as TransportConfiguration.transportThreadPool() instead.
ATOMIC_CLEAR_OPERATION - Static variable in interface org.infinispan.marshall.core.Ids
 
ATOMIC_HASH_MAP - Static variable in interface org.infinispan.marshall.core.Ids
 
ATOMIC_HASH_MAP_DELTA - Static variable in interface org.infinispan.marshall.core.Ids
 
ATOMIC_PUT_OPERATION - Static variable in interface org.infinispan.marshall.core.Ids
 
ATOMIC_REMOVE_OPERATION - Static variable in interface org.infinispan.marshall.core.Ids
 
AtomicHashMap<K,V> - Class in org.infinispan.atomic.impl
The default implementation of AtomicMap.
AtomicHashMap() - Constructor for class org.infinispan.atomic.impl.AtomicHashMap
 
AtomicHashMap(AtomicHashMap.ProxyMode) - Constructor for class org.infinispan.atomic.impl.AtomicHashMap
 
AtomicHashMap(boolean, AtomicHashMap.ProxyMode) - Constructor for class org.infinispan.atomic.impl.AtomicHashMap
 
AtomicHashMap.Externalizer - Class in org.infinispan.atomic.impl
 
AtomicHashMap.ProxyMode - Enum in org.infinispan.atomic.impl
 
AtomicHashMapDelta - Class in org.infinispan.atomic.impl
Changes that have occurred on an AtomicHashMap
AtomicHashMapDelta(AtomicHashMap.ProxyMode) - Constructor for class org.infinispan.atomic.impl.AtomicHashMapDelta
 
AtomicHashMapDelta.Externalizer - Class in org.infinispan.atomic.impl
 
AtomicHashMapProxy<K,V> - Class in org.infinispan.atomic.impl
A layer of indirection around an AtomicHashMap to provide consistency and isolation for concurrent readers while writes may also be going on.
AtomicMap<K,V> - Interface in org.infinispan.atomic
This is a special type of Map geared for use in Infinispan.
AtomicMapLookup - Class in org.infinispan.atomic
A helper that locates or safely constructs and registers atomic maps with a given cache.
AtomicMapLookup() - Constructor for class org.infinispan.atomic.AtomicMapLookup
 
AtomicObjectFactory - Class in org.infinispan.atomic
 
AtomicObjectFactory(Cache<?, ?>, int) - Constructor for class org.infinispan.atomic.AtomicObjectFactory
Returns an object factory built on top of cache c with a bounded amount m of containers in it.
AtomicObjectFactory(Cache<?, ?>) - Constructor for class org.infinispan.atomic.AtomicObjectFactory
Return an AtomicObjectFactory built on top of cache c.
attachListener(FutureListener<V>) - Method in class org.infinispan.commons.util.concurrent.AbstractInProcessNotifyingFuture
 
attachListener(FutureListener<T>) - Method in class org.infinispan.commons.util.concurrent.BaseNotifyingFuture
 
attachListener(FutureListener<E>) - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
attachListener(FutureListener<T>) - Method in interface org.infinispan.commons.util.concurrent.NotifyingFuture
Attaches a listener and returns the same future instance, to allow for 'building'.
attemptObtain(ObtainableLock) - Static method in class org.infinispan.lucene.impl.CommonLockObtainUtils
 
Attribute<T> - Class in org.infinispan.commons.configuration.attributes
Attribute.
attribute(String) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
attribute(AttributeDefinition<T>) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
Attribute - Enum in org.infinispan.configuration.parsing
Enumerates the attributes used in Infinispan
Attribute - Enum in org.infinispan.persistence.cli.configuration
Enumerates the attributes used by the CLI cache loader configuration
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.leveldb.configuration
Enumerates the attributes used by the LevelDB 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.sifs.configuration
Enumerates the attributes used by the LevelDB cache stores configuration
attributeChanged(Attribute<T>, T) - Method in interface org.infinispan.commons.configuration.attributes.AttributeListener
 
attributeChanged(Attribute<Object>, Object) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
AttributeCopier<T> - Interface in org.infinispan.commons.configuration.attributes
AttributeCopier.
AttributeDefinition<T> - Class in org.infinispan.commons.configuration.attributes
AttributeDefinition.
AttributeDefinition.Builder<T> - Class in org.infinispan.commons.configuration.attributes
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.ClusterLoaderConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.Configuration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.CustomStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.DataContainerConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.InterceptorConfiguration
 
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.GlobalJmxStatisticsConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.GlobalStateConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
 
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.leveldb.configuration.LevelDBStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
 
AttributeInitializer<T> - Interface in org.infinispan.commons.configuration.attributes
AttributeInitializer.
AttributeListener<T> - Interface in org.infinispan.commons.configuration.attributes
An AttributeListener will be invoked whenever an attribute has been modified.
attributes - Variable in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
attributes - Variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
attributes - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.AsyncConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.BackupConfiguration
 
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.CompatibilityModeConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.Configuration
 
attributes() - Method in class org.infinispan.configuration.cache.DataContainerConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.EvictionConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.GroupsConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.HashConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.L1Configuration
 
attributes() - Method in class org.infinispan.configuration.cache.LockingConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.SingletonStoreConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.SitesConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.SyncConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.UnsafeConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.VersioningConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
 
attributeSet() - Static method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
AttributeSet - Class in org.infinispan.commons.configuration.attributes
AttributeSet is a container for Attributes.
AttributeSet(Class<?>, AttributeDefinition<?>...) - Constructor for class org.infinispan.commons.configuration.attributes.AttributeSet
 
AttributeSet(String, AttributeDefinition<?>...) - Constructor for class org.infinispan.commons.configuration.attributes.AttributeSet
 
AttributeSet(Class<?>, AttributeSet, AttributeDefinition<?>...) - Constructor for class org.infinispan.commons.configuration.attributes.AttributeSet
 
AttributeSet(String, AttributeSet, AttributeDefinition<?>[]) - Constructor for class org.infinispan.commons.configuration.attributes.AttributeSet
 
attributeSet() - Static method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfiguration
 
attributeSetDuplicateAttribute(String, String) - Method in interface org.infinispan.commons.logging.Log
 
attributeSetDuplicateAttribute(String, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
attributeSetDuplicateAttribute(String, String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
attributeSetDuplicateAttribute(String, String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
attributeSetDuplicateAttribute(String, String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
attributeSetDuplicateAttribute$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
attributeSetDuplicateAttribute$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
attributeSetDuplicateAttribute$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
attributeSetDuplicateAttribute$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
AttributeValidator<T> - Interface in org.infinispan.commons.configuration.attributes
AttributeValidator.
audit(Subject, AuditContext, String, AuthorizationPermission, AuditResponse) - Method in interface org.infinispan.security.AuditLogger
 
audit(Subject, AuditContext, String, AuthorizationPermission, AuditResponse) - Method in class org.infinispan.security.impl.LoggingAuditLogger
 
audit(Subject, AuditContext, String, AuthorizationPermission, AuditResponse) - Method in class org.infinispan.security.impl.NullAuditLogger
 
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.
auditMessage(AuditResponse, Principal, AuthorizationPermission, AuditContext, String) - Method in interface org.infinispan.security.impl.AuditMessages
 
auditMessage(AuditResponse, Principal, AuthorizationPermission, AuditContext, String) - Method in class org.infinispan.security.impl.AuditMessages_$logger
 
auditMessage$str() - Method in class org.infinispan.security.impl.AuditMessages_$logger
 
AuditMessages - Interface in org.infinispan.security.impl
AuditMessages.
AuditMessages_$logger - Class in org.infinispan.security.impl
Warning this class consists of generated code.
AuditMessages_$logger(Logger) - Constructor for class org.infinispan.security.impl.AuditMessages_$logger
 
AuditResponse - Enum in org.infinispan.security
 
AUTH_MECH_LIST_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
AUTH_MECH_LIST_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
AUTH_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
AUTH_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
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
 
AuthenticationConfiguration - Class in org.infinispan.client.hotrod.configuration
AuthenticationConfiguration.
AuthenticationConfiguration(CallbackHandler, Subject, boolean, String, Map<String, String>, String) - Constructor for class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
 
AuthenticationConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
AuthenticationConfigurationBuilder.
AuthenticationConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
 
AuthMechListOperation - Class in org.infinispan.client.hotrod.impl.operations
Obtains a list of SASL authentication mechanisms supported by the server
AuthMechListOperation(Codec, AtomicInteger, Transport) - Constructor for class org.infinispan.client.hotrod.impl.operations.AuthMechListOperation
 
AuthOperation - Class in org.infinispan.client.hotrod.impl.operations
Performs a step in the challenge/response authentication operation
AuthOperation(Codec, AtomicInteger, Transport, String, byte[]) - Constructor for class org.infinispan.client.hotrod.impl.operations.AuthOperation
 
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
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
 
authorizationEnabledWithoutSecurityManager() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager() - Method in class org.infinispan.lucene.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
authorizationEnabledWithoutSecurityManager() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
authorizationEnabledWithoutSecurityManager() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager() - Method in class org.infinispan.stats.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager() - Method in class org.infinispan.tree.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager() - Method in interface org.infinispan.util.logging.Log
 
authorizationEnabledWithoutSecurityManager() - Method in class org.infinispan.util.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
authorizationEnabledWithoutSecurityManager$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
authorizationEnabledWithoutSecurityManager$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
authorizationEnabledWithoutSecurityManager$str() - Method in class org.infinispan.util.logging.Log_$logger
 
AuthorizationHelper - Class in org.infinispan.security.impl
AuthorizationHelper.
AuthorizationHelper(GlobalSecurityConfiguration, AuditContext, String, ConcurrentMap<CachePrincipalPair, SubjectACL>) - Constructor for class org.infinispan.security.impl.AuthorizationHelper
 
AuthorizationHelper(GlobalSecurityConfiguration, AuditContext, String) - Constructor for class org.infinispan.security.impl.AuthorizationHelper
 
AuthorizationManager - Interface in org.infinispan.security
The AuthorizationManager is a cache-scoped component which verifies that the Subject associated with the current AccessControlContext has the requested permissions.
AuthorizationManagerFactory - Class in org.infinispan.factories
 
AuthorizationManagerFactory() - Constructor for class org.infinispan.factories.AuthorizationManagerFactory
 
AuthorizationManagerImpl - Class in org.infinispan.security.impl
AuthorizationManagerImpl.
AuthorizationManagerImpl() - Constructor for class org.infinispan.security.impl.AuthorizationManagerImpl
 
authorizationNotEnabledOnContainer() - Method in interface org.infinispan.cli.interpreter.logging.Log
 
authorizationNotEnabledOnContainer() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
authorizationNotEnabledOnContainer$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
AuthorizationPermission - Enum in org.infinispan.security
AuthorizationPermission.
AuthorizingCallbackHandler - Interface in org.infinispan.server.core.security
AuthorizingCallbackHandler.
AUTO_COMMIT - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
AUTO_CONFIG - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
 
AutoBatchSupport - Class in org.infinispan.batch
Enables for automatic batching.
AutoBatchSupport() - Constructor for class org.infinispan.batch.AutoBatchSupport
 
autoChunkSize() - Method in class org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfiguration
When the segment size is larger than this number of bytes, separate segments will be created of this particular size.
autoChunkSize(int) - Method in class org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfigurationBuilder
When segment files are larger than this amount of bytes, the segment will be split into multiple chunks of this size.
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
Determines if autoconfig is enabled for this IndexingConfiguration
autoConfig(boolean) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
When enabled, applies to properties default configurations based on the cache type
autoConfig() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
 
AutoInstantiableFactory - Interface in org.infinispan.factories
Component factories that implement this interface can be instantiated automatically by component registries when looking up components.
AVAILABILITY_MODE - Static variable in interface org.infinispan.marshall.core.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(Throwable) - 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
 
AvailabilityMode - Enum in org.infinispan.partitionhandling
 
AvailabilityMode.Externalizer - Class in org.infinispan.partitionhandling
 
AvailabilityStrategy - Interface in org.infinispan.partitionhandling.impl
Implementations decide what to do when the cache membership changes, either because new nodes joined, nodes left, or there was a merge.
AvailabilityStrategyContext - Interface in org.infinispan.partitionhandling.impl
Contains information about the current state of the cache.
available() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.SaslInputStream
 
available() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
AVAILABLE - Static variable in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
 
available() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
If set to false, statistics gathering cannot be enabled during runtime.
available(boolean) - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
If set to false, statistics gathering cannot be enabled during runtime.
available() - Method in class org.infinispan.io.GridInputStream
 
available() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
AvailablePartitionHandlingManager - Class in org.infinispan.partitionhandling.impl
PartitionHandlingManager implementation when the cluster is always available.
average() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
average() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
average() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
average() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
average() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
average() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
avg(String) - Static method in interface org.infinispan.query.dsl.Expression
 
await() - Method in class org.infinispan.factories.TestDelayFactory.Control
 
await(CompletableFuture<?>, long, TimeUnit) - Static method in class org.infinispan.util.concurrent.CompletableFutures
It waits until the CompletableFuture is completed.
await(CompletableFuture<T>) - Static method in class org.infinispan.util.concurrent.CompletableFutures
Wait for a long time until the CompletableFuture is completed.
await() - Method in class org.infinispan.util.concurrent.ReclosableLatch
 
await(long, TimeUnit) - Method in class org.infinispan.util.concurrent.ReclosableLatch
 
AWAIT_INITIAL_TRANSFER - Static variable in class org.infinispan.configuration.cache.StateTransferConfiguration
 
awaitCompletion() - Method in class org.infinispan.statetransfer.InboundTransferTask
Wait until all segments are received, cancelled, or the task is terminated abruptly by terminate().
awaitCompletion(Object, long, TimeUnit) - Method in interface org.infinispan.stream.impl.ClusterStreamManager
Awaits completion of the given request.
awaitCompletion(Object, long, TimeUnit) - Method in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
awaitCompletion(Object, long, TimeUnit) - Method in class org.infinispan.stream.impl.PartitionAwareClusterStreamManager
 
awaitCompletion(Object, long, TimeUnit) - Method in class org.infinispan.stream.impl.tx.TxClusterStreamManager
 
awaitForPushToFinish(Future<?>, long, TimeUnit) - Method in class org.infinispan.persistence.support.SingletonCacheWriter
Method that waits for the in-memory to cache loader state to finish.
awaitInitialTransfer() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
If true, this will cause the first call to method CacheManager.getCache() on the joiner node to block and wait until the joining is complete and the cache has finished receiving state from neighboring caches (if fetchInMemoryState is enabled).
awaitInitialTransfer(boolean) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
If true, this will cause the first call to method CacheManager.getCache() on the joiner node to block and wait until the joining is complete and the cache has finished receiving state from neighboring caches (if fetchInMemoryState is enabled).
awaitPendingTransactionsForAllKeys(TxInvocationContext<?>, Collection<Object>, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager
 
awaitPendingTransactionsForAllKeys(TxInvocationContext<?>, Collection<Object>, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.NoOpPendingLockManager
 
awaitPendingTransactionsForAllKeys(TxInvocationContext<?>, Collection<Object>, long, TimeUnit) - Method in interface org.infinispan.util.concurrent.locks.PendingLockManager
It waits for any transaction with older topology id to complete that may have the lock for any key in keys acquired.
awaitPendingTransactionsForKey(TxInvocationContext<?>, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager
 
awaitPendingTransactionsForKey(TxInvocationContext<?>, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.NoOpPendingLockManager
 
awaitPendingTransactionsForKey(TxInvocationContext<?>, Object, long, TimeUnit) - Method in interface org.infinispan.util.concurrent.locks.PendingLockManager
It waits for any transaction with older topology id to complete that may have the lock for key acquired.
awaitTermination(long, TimeUnit) - Method in class org.infinispan.distexec.DefaultExecutorService
 
awaitTermination(long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
awaitTermination(long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingExecutorService
 
awaitTermination(long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
awaitTermination(long, TimeUnit) - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
 
awaitTermination(long, TimeUnit) - Method in class org.infinispan.util.concurrent.WithinThreadExecutor
 
awaitUntilReset() - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
 
awaitUntilUnBlock() - Method in interface org.infinispan.transaction.totalorder.TotalOrderLatch
It waits for this synchronization block to be unblocked.
awaitUntilUnBlock() - Method in class org.infinispan.transaction.totalorder.TotalOrderLatchImpl
 

B

backgroundTaskFinished(Callable<T>) - Method in class org.infinispan.executors.SemaphoreCompletionService
Signal that a task that called SemaphoreCompletionService.continueTaskInBackground() has finished and optionally execute another task on the just-freed thread.
BackingKeySet(Cache<K, V>, CacheSet<CacheEntry<K, V>>, LocalFlagAffectedCommand) - Constructor for class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingKeySet
Deprecated.
 
backup() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
 
backup() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
 
backupCommit(CommitCommand) - Method in interface org.infinispan.xsite.BackupSender
 
backupCommit(CommitCommand) - Method in class org.infinispan.xsite.BackupSenderImpl
 
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
 
BackupFailureException - Exception in org.infinispan.xsite
Exception to be used to signal failures to backup to remote sites.
BackupFailureException(String) - Constructor for exception org.infinispan.xsite.BackupFailureException
 
BackupFailureException() - Constructor for exception org.infinispan.xsite.BackupFailureException
 
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
 
backupForMissingParameters() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
backupForMissingParameters() - Method in class org.infinispan.lucene.logging.Log_$logger
 
backupForMissingParameters() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
backupForMissingParameters() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
backupForMissingParameters() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
backupForMissingParameters() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
backupForMissingParameters() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
backupForMissingParameters() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
backupForMissingParameters() - Method in class org.infinispan.stats.logging.Log_$logger
 
backupForMissingParameters() - Method in class org.infinispan.tree.logging.Log_$logger
 
backupForMissingParameters() - Method in interface org.infinispan.util.logging.Log
 
backupForMissingParameters() - Method in class org.infinispan.util.logging.Log_$logger
 
backupForMissingParameters$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
backupForMissingParameters$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
backupForMissingParameters$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
backupForMissingParameters$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
backupForMissingParameters$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
backupForMissingParameters$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
backupForMissingParameters$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
backupForMissingParameters$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
backupForMissingParameters$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
backupForMissingParameters$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
backupForMissingParameters$str() - Method in class org.infinispan.util.logging.Log_$logger
 
backupForNullCache() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
backupForNullCache() - Method in class org.infinispan.lucene.logging.Log_$logger
 
backupForNullCache() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
backupForNullCache() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
backupForNullCache() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
backupForNullCache() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
backupForNullCache() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
backupForNullCache() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
backupForNullCache() - Method in class org.infinispan.stats.logging.Log_$logger
 
backupForNullCache() - Method in class org.infinispan.tree.logging.Log_$logger
 
backupForNullCache() - Method in interface org.infinispan.util.logging.Log
 
backupForNullCache() - Method in class org.infinispan.util.logging.Log_$logger
 
backupForNullCache$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
backupForNullCache$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
backupForNullCache$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
backupForNullCache$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
backupForNullCache$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
backupForNullCache$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
backupForNullCache$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
backupForNullCache$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
backupForNullCache$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
backupForNullCache$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
backupForNullCache$str() - Method in class org.infinispan.util.logging.Log_$logger
 
backupMissingSite() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
backupMissingSite() - Method in class org.infinispan.lucene.logging.Log_$logger
 
backupMissingSite() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
backupMissingSite() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
backupMissingSite() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
backupMissingSite() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
backupMissingSite() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
backupMissingSite() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
backupMissingSite() - Method in class org.infinispan.stats.logging.Log_$logger
 
backupMissingSite() - Method in class org.infinispan.tree.logging.Log_$logger
 
backupMissingSite() - Method in interface org.infinispan.util.logging.Log
 
backupMissingSite() - Method in class org.infinispan.util.logging.Log_$logger
 
backupMissingSite$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
backupMissingSite$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
backupMissingSite$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
backupMissingSite$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
backupMissingSite$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
backupMissingSite$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
backupMissingSite$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
backupMissingSite$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
backupMissingSite$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
backupMissingSite$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
backupMissingSite$str() - Method in class org.infinispan.util.logging.Log_$logger
 
backupPrepare(PrepareCommand) - Method in interface org.infinispan.xsite.BackupSender
Prepares a transaction on the remote site.
backupPrepare(PrepareCommand) - Method in class org.infinispan.xsite.BackupSenderImpl
 
BackupReceiver - Interface in org.infinispan.xsite
Component present on a backup site that manages the backup information and logic.
BackupReceiverRepository - Interface in org.infinispan.xsite
Global component that holds all the BackupReceivers within this CacheManager.
BackupReceiverRepositoryImpl - Class in org.infinispan.xsite
 
BackupReceiverRepositoryImpl() - Constructor for class org.infinispan.xsite.BackupReceiverRepositoryImpl
 
backupRemotely(Collection<XSiteBackup>, XSiteReplicateCommand) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
backupRemotely(Collection<XSiteBackup>, XSiteReplicateCommand) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
backupRemotely(Collection<XSiteBackup>, XSiteReplicateCommand) - Method in interface org.infinispan.remoting.transport.Transport
 
BackupResponse - Interface in org.infinispan.remoting.transport
Represents a response from a backup replication call.
backupRollback(RollbackCommand) - Method in interface org.infinispan.xsite.BackupSender
 
backupRollback(RollbackCommand) - Method in class org.infinispan.xsite.BackupSenderImpl
 
backups() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
 
backupSender - Variable in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
 
BackupSender - Interface in org.infinispan.xsite
Component responsible with sending backup data to remote sites.
BackupSender.BringSiteOnlineResponse - Enum in org.infinispan.xsite
 
BackupSender.TakeSiteOfflineResponse - Enum in org.infinispan.xsite
 
BackupSenderImpl - Class in org.infinispan.xsite
 
BackupSenderImpl(String) - Constructor for class org.infinispan.xsite.BackupSenderImpl
 
BackupSenderImpl.CustomBackupPolicyInvoker - Class in org.infinispan.xsite
 
backupSiteNullName() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
backupSiteNullName() - Method in class org.infinispan.lucene.logging.Log_$logger
 
backupSiteNullName() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
backupSiteNullName() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
backupSiteNullName() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
backupSiteNullName() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
backupSiteNullName() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
backupSiteNullName() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
backupSiteNullName() - Method in class org.infinispan.stats.logging.Log_$logger
 
backupSiteNullName() - Method in class org.infinispan.tree.logging.Log_$logger
 
backupSiteNullName() - Method in interface org.infinispan.util.logging.Log
 
backupSiteNullName() - Method in class org.infinispan.util.logging.Log_$logger
 
backupSiteNullName$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
backupSiteNullName$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
backupSiteNullName$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
backupSiteNullName$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
backupSiteNullName$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
backupSiteNullName$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
backupSiteNullName$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
backupSiteNullName$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
backupSiteNullName$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
backupSiteNullName$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
backupSiteNullName$str() - Method in class org.infinispan.util.logging.Log_$logger
 
backupWrite(WriteCommand) - Method in interface org.infinispan.xsite.BackupSender
 
backupWrite(WriteCommand) - Method in class org.infinispan.xsite.BackupSenderImpl
 
balancingStrategy(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
balancingStrategy(Class<? extends RequestBalancingStrategy>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
balancingStrategy(FailoverRequestBalancingStrategy) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
balancingStrategy() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
balancingStrategy(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
balancingStrategy(FailoverRequestBalancingStrategy) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
balancingStrategy(Class<? extends RequestBalancingStrategy>) - 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(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(Class<? extends RequestBalancingStrategy>) - 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() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
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.
balancingStrategyClass() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
Base64 - Class in org.infinispan.commons.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.infinispan.commons.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream - Class in org.infinispan.commons.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
BaseBackupInterceptor - Class in org.infinispan.interceptors.xsite
 
BaseBackupInterceptor() - Constructor for class org.infinispan.interceptors.xsite.BaseBackupInterceptor
 
BaseBackupReceiver - Class in org.infinispan.xsite
Common implementation logic for BackupReceiver
BaseBackupReceiver(Cache<Object, Object>) - Constructor for class org.infinispan.xsite.BaseBackupReceiver
 
BaseBackupReceiver.BackupCacheUpdater - Class in org.infinispan.xsite
 
BaseBlockingRunnable - Class in org.infinispan.remoting.inboundhandler
Common logic to handle CacheRpcCommand.
BaseBlockingRunnable(BasePerCacheInboundInvocationHandler, CacheRpcCommand, Reply) - Constructor for class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
 
BaseCacheEntryListenerInvocation(ListenerInvocation<Event<K, V>>, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, ?>, Class<? extends Annotation>, boolean, boolean, UUID, boolean, Listener.Observation) - Constructor for class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
baseCfg - Variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
BaseCustomInterceptor - Class in org.infinispan.interceptors.base
Anyone using the AdvancedCache.addInterceptor(CommandInterceptor, int) method (or any of its overloaded forms) or registering custom interceptors via XML should extend this base class when creating their own custom interceptors.
BaseCustomInterceptor() - Constructor for class org.infinispan.interceptors.base.BaseCustomInterceptor
 
BaseDistributionInterceptor - Class in org.infinispan.interceptors.distribution
Deprecated.
Since 8.2, no longer public API.
BaseDistributionInterceptor() - Constructor for class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
BaseExtendedStatisticsContainer - Class in org.infinispan.stats.container
Common logic for the ExtendedStatisticsContainer
BaseExtendedStatisticsContainer(int) - Constructor for class org.infinispan.stats.container.BaseExtendedStatisticsContainer
 
BaseLockFactory - Class in org.infinispan.lucene.impl
Default factory for locks obtained in InfinispanDirectory, this factory produces instances of BaseLuceneLock.
BaseLockFactory() - Constructor for class org.infinispan.lucene.impl.BaseLockFactory
 
BaseLockingAction - Class in org.infinispan.remoting.inboundhandler.action
A base Action implementation for locking.
BaseLockingAction(ClusteringDependentLogic) - Constructor for class org.infinispan.remoting.inboundhandler.action.BaseLockingAction
 
BaseLockingAction.InternalState - Enum in org.infinispan.remoting.inboundhandler.action
 
BaseNotifyingFuture<T> - Class in org.infinispan.commons.util.concurrent
 
BaseNotifyingFuture() - Constructor for class org.infinispan.commons.util.concurrent.BaseNotifyingFuture
 
BasePerCacheInboundInvocationHandler - Class in org.infinispan.remoting.inboundhandler
Implementation with the default handling methods and utilities methods.
BasePerCacheInboundInvocationHandler() - Constructor for class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
 
BaseProtoStreamMarshaller - Class in org.infinispan.query.remote.client
 
BaseProtoStreamMarshaller() - Constructor for class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
 
BaseQuery - Class in org.infinispan.query.dsl.impl
 
BaseQuery(QueryFactory, String, Map<String, Object>, String[], long, int) - Constructor for class org.infinispan.query.dsl.impl.BaseQuery
 
BaseQueryBuilder<T extends Query> - Class in org.infinispan.query.dsl.impl
 
BaseQueryBuilder(QueryFactory, String) - Constructor for class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
BaseQueryFactory<T extends Query> - Class in org.infinispan.query.dsl.impl
 
BaseQueryFactory() - Constructor for class org.infinispan.query.dsl.impl.BaseQueryFactory
 
BaseRpcCommand - Class in org.infinispan.commands.remote
 
BaseRpcCommand(String) - Constructor for class org.infinispan.commands.remote.BaseRpcCommand
 
BaseRpcInterceptor - Class in org.infinispan.interceptors.base
Deprecated.
Since 8.2, no longer public API.
BaseRpcInterceptor() - Constructor for class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
BaseRpcInvokingCommand - Class in org.infinispan.commands.remote
Base class for RPC commands.
BaseRpcInvokingCommand(String) - Constructor for class org.infinispan.commands.remote.BaseRpcInvokingCommand
 
BaseStateTransferInterceptor - Class in org.infinispan.interceptors.base
Deprecated.
Since 8.2, no longer public API.
BaseStateTransferInterceptor() - Constructor for class org.infinispan.interceptors.base.BaseStateTransferInterceptor
Deprecated.
 
BaseTerminalOperation - Class in org.infinispan.stream.impl.termop
Abstract instance that provides common code needed for all terminal operations.
BaseTerminalOperation(Iterable<IntermediateOperation>, Supplier<? extends BaseStream<?, ?>>) - Constructor for class org.infinispan.stream.impl.termop.BaseTerminalOperation
 
BaseTypeConverterInterceptor<K,V> - Class in org.infinispan.interceptors.compat
Deprecated.
Since 8.2, no longer public API.
BaseTypeConverterInterceptor() - Constructor for class org.infinispan.interceptors.compat.BaseTypeConverterInterceptor
Deprecated.
 
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 org.infinispan.api.BasicCache.
BasicEventLogger - Class in org.infinispan.util.logging.events.impl
BasicEventLogger.
BasicEventLogger() - Constructor for class org.infinispan.util.logging.events.impl.BasicEventLogger
 
BasicLogFactory - Class in org.infinispan.commons.logging
Factory that creates Log instances.
BasicLogFactory() - Constructor for class org.infinispan.commons.logging.BasicLogFactory
 
batchContainer - Variable in class org.infinispan.batch.AutoBatchSupport
 
BatchContainer - Class in org.infinispan.batch
A container for holding thread locals for batching, to be used with the BatchingCache.startBatch() and BatchingCache.endBatch(boolean) calls.
BatchContainer() - Constructor for class org.infinispan.batch.BatchContainer
 
batchContainer - Variable in class org.infinispan.cache.impl.CacheImpl
 
BatchingCache - Interface in org.infinispan.commons.api
The BatchingCache is implemented by all caches which support batching
BatchingClusterEventManagerImpl<K,V> - Class in org.infinispan.notifications.cachelistener.cluster.impl
 
BatchingClusterEventManagerImpl(Cache<K, V>) - Constructor for class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl
 
BatchingClusterEventManagerImpl.UnicastEventContext<K,V> - Class in org.infinispan.notifications.cachelistener.cluster.impl
 
BatchingInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
BatchingInterceptor() - Constructor for class org.infinispan.interceptors.BatchingInterceptor
Deprecated.
 
BatchModeTransactionManager - Class in org.infinispan.transaction.tm
Not really a transaction manager in the truest sense of the word.
BatchModeTransactionManager() - Constructor for class org.infinispan.transaction.tm.BatchModeTransactionManager
 
batchSize - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever
 
batchSize() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
 
batchSize(int) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
When doing repetitive DB inserts this will be batched according to this parameter.
batchSize() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
batchSize(int) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
Repetitive DB operations this are batched according to this parameter.
batchSize() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
 
batchSize(long) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
 
batchSize - Variable in class org.infinispan.stream.impl.termop.object.MapIteratorOperation
 
BeanBuilder<T> - Class in org.infinispan.cdi.util
A builder class for creating immutable beans.
BeanBuilder(BeanManager) - Constructor for class org.infinispan.cdi.util.BeanBuilder
Instantiate a new bean builder.
beanClass(Class<?>) - Method in class org.infinispan.cdi.util.BeanBuilder
Define the bean class used for bean creation.
beanLifecycle(ContextualLifecycle<T>) - Method in class org.infinispan.cdi.util.BeanBuilder
Define the ContextualLifecycle used for bean creation.
BeanManagerProvider - Class in org.infinispan.cdi.util
This class provides access to the BeanManager by registering the current BeanManager in an extension and making it available via a singleton factory for the current application.
BeanManagerProvider() - Constructor for class org.infinispan.cdi.util.BeanManagerProvider
 
Beans - Class in org.infinispan.cdi.util
A set of utility methods for working with beans.
BeanUtils - Class in org.infinispan.commons.util
Simple JavaBean manipulation helper methods
BeanUtils() - Constructor for class org.infinispan.commons.util.BeanUtils
 
becomeCoordinator(String) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
Makes this node the coordinator for the state transfer to the site name.
becomeCoordinator(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 
BEFORE - Static variable in class org.infinispan.configuration.cache.InterceptorConfiguration
 
before() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
 
before(Class<? extends CommandInterceptor>) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
Dictates that the custom interceptor appears immediately before the specified interceptor.
beforeBackupRemotely(XSiteReplicateCommand) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
method invoked before a backup remote invocation.
beforeCompletion() - Method in class org.infinispan.transaction.synchronization.SynchronizationAdapter
 
beforeCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
beforeCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
beforeCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
beforeCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
beforeCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
beforeCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
beforeCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
beforeCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
beforeCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
beforeCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
beforeCompletionFailed(Synchronization, Throwable) - Method in interface org.infinispan.util.logging.Log
 
beforeCompletionFailed(Synchronization, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
beforeCompletionFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
beforeCompletionFailed$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
beforeCompletionFailed$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
beforeCompletionFailed$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
beforeCompletionFailed$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
beforeCompletionFailed$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
beforeCompletionFailed$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
beforeCompletionFailed$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
beforeCompletionFailed$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
beforeCompletionFailed$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
beforeCompletionFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
 
beforeConfirmRebalance(String, int, Throwable) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
beforeHandle(CacheRpcCommand, Reply, DeliverOrder) - Method in class org.infinispan.remoting.inboundhandler.AbstractDelegatingHandler
Invoked before the command is handled by the real PerCacheInboundInvocationHandler.
beforeHandleRebalance(String, CacheTopology, int) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
beforeHandleTopologyUpdate(String, CacheTopology, int) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
beforeInvalidation(Set<Integer>, Set<Integer>) - Method in interface org.infinispan.statetransfer.StateConsumerImpl.KeyInvalidationListener
 
beforeInvoke() - Method in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
 
beforeInvoke() - Method in class org.infinispan.remoting.inboundhandler.DefaultTopologyRunnable
 
beforeInvokeRemotely(ReplicableCommand) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
method invoked before a remote invocation.
Begin - Class in org.infinispan.cli.commands.server
 
Begin() - Constructor for class org.infinispan.cli.commands.server.Begin
 
BEGIN - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
BEGIN - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
begin() - Method in class org.infinispan.transaction.tm.DummyBaseTransactionManager
Starts a new transaction, and associate it with the calling thread.
begin() - Method in class org.infinispan.transaction.tm.DummyUserTransaction
Starts a new transaction, and associate it with the calling thread.
beginTransaction(GlobalTransaction, boolean) - Method in class org.infinispan.stats.CacheStatisticManager
Signals the start of a transaction.
beginTransactionStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
BeginTransactionStatement - Class in org.infinispan.cli.interpreter.statement
BeginTransactionStatement begins a transaction
BeginTransactionStatement(String) - Constructor for class org.infinispan.cli.interpreter.statement.BeginTransactionStatement
 
beginTransactionStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.beginTransactionStatement_return
 
between(Object, Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Checks that the left argument is between the given range limits.
BIG_DELAY_NANOS - Static variable in class org.infinispan.util.concurrent.CompletableFutures
 
binaryParam() - Method in interface org.infinispan.filter.ParamKeyValueFilterConverterFactory
 
binaryTable() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
 
binaryTable() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
Allows configuration of table-specific parameters such as column names and types for the table used to store entries with binary keys
binaryTable() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder
 
binaryTable() - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationChildBuilder
Allows configuration of table-specific parameters such as column names and types for the table used to store entries with binary keys
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class org.infinispan.server.core.transport.SaslQopHandler
 
block() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
BlockingRunnable - Interface in org.infinispan.util.concurrent
A special Runnable (for the particular case of Total Order) that is only sent to a thread when it is ready to be executed without blocking the thread

Use case: - in Total Order, when the prepare is delivered, the runnable blocks waiting for the previous conflicting transactions to be finished.

BlockingTaskAwareExecutorService - Interface in org.infinispan.util.concurrent
Executor service that is aware of BlockingRunnable and only dispatch the runnable to a thread when it has low (or no) probability of blocking the thread.
BlockingTaskAwareExecutorServiceImpl - Class in org.infinispan.util.concurrent
A special executor service that accepts a BlockingRunnable.
BlockingTaskAwareExecutorServiceImpl(String, ExecutorService, TimeService) - Constructor for class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
 
BlockingThreadPoolExecutorFactory - Class in org.infinispan.commons.executors
 
BlockingThreadPoolExecutorFactory(int, int, int, long) - Constructor for class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
blockSize() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
 
blockSize(int) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
 
BlueprintGenerator - Class in org.infinispan.commons.util
 
BlueprintGenerator() - Constructor for class org.infinispan.commons.util.BlueprintGenerator
 
BOOLEAN - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
Boolean(boolean) - Constructor for class org.infinispan.commons.util.ByRef.Boolean
 
bootstrapComponents() - Method in class org.infinispan.factories.ComponentRegistry
Invoked after BootstrapFactory is registered but before any ModuleCommandInitializer.
BootstrapFactory - Class in org.infinispan.factories
Factory for setting up bootstrap components
BootstrapFactory(AdvancedCache<?, ?>, Configuration, ComponentRegistry) - Constructor for class org.infinispan.factories.BootstrapFactory
 
BoundedConcurrentHashMap<K,V> - Class in org.infinispan.util.concurrent
A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates.
BoundedConcurrentHashMap(int, int, BoundedConcurrentHashMap.Eviction, BoundedConcurrentHashMap.EvictionListener<? super K, ? super V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Creates a new, empty map with the specified maximum capacity, load factor and concurrency level.
BoundedConcurrentHashMap(int, int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Creates a new, empty map with the specified maximum capacity, load factor, concurrency level and LRU eviction policy.
BoundedConcurrentHashMap(int, int, BoundedConcurrentHashMap.Eviction, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Creates a new, empty map with the specified maximum capacity, load factor, concurrency level and eviction strategy.
BoundedConcurrentHashMap(int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Creates a new, empty map with the specified maximum capacity, default concurrency level and LRU eviction policy.
BoundedConcurrentHashMap(Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Creates a new, empty map with the default maximum capacity
BoundedConcurrentHashMap.Eviction - Enum in org.infinispan.util.concurrent
 
BoundedConcurrentHashMap.EvictionListener<K,V> - Interface in org.infinispan.util.concurrent
 
BoundedConcurrentHashMap.EvictionPolicy<K,V> - Interface in org.infinispan.util.concurrent
 
boundedDataContainer(int, long, EvictionStrategy, EvictionThreadPolicy, Equivalence<? super K>, EvictionType) - Static method in class org.infinispan.container.DefaultDataContainer
 
boundedDataContainer(int, long, EvictionStrategy, EvictionThreadPolicy, Equivalence<? super K>, EntrySizeCalculator<? super K, ? super V>) - Static method in class org.infinispan.container.DefaultDataContainer
 
BoundedEquivalentConcurrentHashMapV8<K,V> - Class in org.infinispan.commons.util.concurrent.jdk8backported
A hash table supporting full concurrency of retrievals and high expected concurrency for updates.
BoundedEquivalentConcurrentHashMapV8(long, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new, empty map with the default initial table size (16).
BoundedEquivalentConcurrentHashMapV8(long, BoundedEquivalentConcurrentHashMapV8.Eviction, BoundedEquivalentConcurrentHashMapV8.EvictionListener<? super K, ? super V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new, empty map with the default initial table size (16).
BoundedEquivalentConcurrentHashMapV8(long, BoundedEquivalentConcurrentHashMapV8.Eviction, BoundedEquivalentConcurrentHashMapV8.EvictionListener<? super K, ? super V>, Equivalence<? super K>, Equivalence<? super V>, EntrySizeCalculator<? super K, ? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new, empty map with the default initial table size (16).
BoundedEquivalentConcurrentHashMapV8(long, int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
BoundedEquivalentConcurrentHashMapV8(long, int, BoundedEquivalentConcurrentHashMapV8.Eviction, BoundedEquivalentConcurrentHashMapV8.EvictionListener<? super K, ? super V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
BoundedEquivalentConcurrentHashMapV8(long, Map<? extends K, ? extends V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new map with the same mappings as the given map.
BoundedEquivalentConcurrentHashMapV8(long, int, float, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity) and initial table density (loadFactor).
BoundedEquivalentConcurrentHashMapV8(long, int, float, int, BoundedEquivalentConcurrentHashMapV8.Eviction, BoundedEquivalentConcurrentHashMapV8.EvictionListener<? super K, ? super V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity), table density (loadFactor), and number of concurrently updating threads (concurrencyLevel).
BoundedEquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator<T> - Interface in org.infinispan.commons.util.concurrent.jdk8backported
An object for traversing and partitioning elements of a source.
BoundedEquivalentConcurrentHashMapV8.Eviction - Enum in org.infinispan.commons.util.concurrent.jdk8backported
 
BoundedEquivalentConcurrentHashMapV8.EvictionListener<K,V> - Interface in org.infinispan.commons.util.concurrent.jdk8backported
 
BoundedEquivalentConcurrentHashMapV8.EvictionPolicy<K,V> - Interface in org.infinispan.commons.util.concurrent.jdk8backported
 
BoundedEquivalentConcurrentHashMapV8.KeySetView<K,V> - Class in org.infinispan.commons.util.concurrent.jdk8backported
A view of a EquivalentConcurrentHashMapV8 as a Set of keys, in which additions may optionally be enabled by mapping to a common value.
BoundedEquivalentConcurrentHashMapV8.NodeSizeCalculatorWrapper<K,V> - Class in org.infinispan.commons.util.concurrent.jdk8backported
 
BoundedExecutors - Class in org.infinispan.util.concurrent
Similar to JDK Executors except that the factory methods here allow you to specify the size of the blocking queue that backs the executor.
BoundedExecutors() - Constructor for class org.infinispan.util.concurrent.BoundedExecutors
 
boxed() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
boxed() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
boxed() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
boxed() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
boxed() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
boxed() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
boxedClass(Class<?>) - Static method in class org.infinispan.cdi.util.Types
 
BoxedDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
Performs boxed operation on a DoubleStream
BoxedIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
Performs boxed operation on a IntStream
BoxedLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
Performs boxed operation on a LongStream
boxKey(K) - Method in interface org.infinispan.compat.TypeConverter
Covert a instance of cached key type into an instance of target key type.
boxValue(V) - Method in interface org.infinispan.compat.TypeConverter
Covert a instance of cached key type into an instance of target key type.
bringOnline() - Method in class org.infinispan.xsite.OfflineStatus
 
bringSiteOnline(String) - Method in interface org.infinispan.xsite.BackupSender
Brings a site with the given name back online.
bringSiteOnline(String) - Method in class org.infinispan.xsite.BackupSenderImpl
 
bringSiteOnline(String) - Method in class org.infinispan.xsite.GlobalXSiteAdminOperations
 
bringSiteOnline(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
 
broadcastRebalanceStart(String, CacheTopology, boolean, boolean) - Method in interface org.infinispan.topology.ClusterTopologyManager
 
broadcastRebalanceStart(String, CacheTopology, boolean, boolean) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
broadcastStableTopologyUpdate(String, CacheTopology, boolean, boolean) - Method in interface org.infinispan.topology.ClusterTopologyManager
 
broadcastStableTopologyUpdate(String, CacheTopology, boolean, boolean) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
broadcastTopologyUpdate(String, CacheTopology, AvailabilityMode, boolean, boolean) - Method in interface org.infinispan.topology.ClusterTopologyManager
 
broadcastTopologyUpdate(String, CacheTopology, AvailabilityMode, boolean, boolean) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
Bucket - Class in org.infinispan.persistence.support
A bucket is where entries are stored.
Bucket(Equivalence<Object>) - Constructor for class org.infinispan.persistence.support.Bucket
 
Bucket(Map<Object, MarshalledEntry>, Equivalence<Object>) - Constructor for class org.infinispan.persistence.support.Bucket
 
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(boolean) - 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.commons.configuration.attributes.AttributeDefinition.Builder
 
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() - Method in interface org.infinispan.commons.marshall.MarshallUtil.UnboundedCollectionBuilder
 
build() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
build(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
build(boolean) - 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
 
build() - Method in interface org.infinispan.distexec.DistributedTaskBuilder
Completes creation of DistributedTask with the currently provided attributes of this DistributedTaskBuilder
build() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
build() - Method in class org.infinispan.jcache.embedded.ConfigurationAdapter
 
build() - Method in class org.infinispan.jcache.remote.ConfigurationAdapter
 
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 class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
build() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.DelegatingCacheInvocationBuilder
 
build() - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl.DefaultBuilder
 
build() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
build() - Method in interface org.infinispan.query.dsl.QueryBuilder
Builds the query object.
build() - Method in class org.infinispan.remoting.rpc.RpcOptionsBuilder
 
build() - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
Builds a configuration object
build(boolean) - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
 
build() - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
 
build(boolean) - Method in class org.infinispan.server.websocket.configuration.WebSocketServerConfigurationBuilder
 
build() - Method in class org.infinispan.server.websocket.configuration.WebSocketServerConfigurationBuilder
 
build() - Method in class org.infinispan.xsite.status.AbstractSiteStatusBuilder
 
buildApplyDeltaCommand(Object, Delta, Collection) - Method in interface org.infinispan.commands.CommandsFactory
Builds a ApplyDeltaCommand used for applying Delta objects to DeltaAware containers stored in cache
buildApplyDeltaCommand(Object, Delta, Collection) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildCancelCommandCommand(UUID) - Method in interface org.infinispan.commands.CommandsFactory
Builds CancelCommandCommand used to cancel other commands executing on Infinispan cluster
buildCancelCommandCommand(UUID) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildClearCommand(Set<Flag>) - Method in interface org.infinispan.commands.CommandsFactory
Builds a ClearCommand
buildClearCommand(Set<Flag>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildClusteredGetAllCommand(List<?>, Set<Flag>, GlobalTransaction) - Method in interface org.infinispan.commands.CommandsFactory
Builds a ClusteredGetAllCommand, which is a remote lookup command
buildClusteredGetAllCommand(List<?>, Set<Flag>, GlobalTransaction) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildClusteredGetCommand(Object, Set<Flag>, boolean, GlobalTransaction) - Method in interface org.infinispan.commands.CommandsFactory
Builds a ClusteredGetCommand, which is a remote lookup command
buildClusteredGetCommand(Object, Set<Flag>, boolean, GlobalTransaction) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildCommitCommand(GlobalTransaction) - Method in interface org.infinispan.commands.CommandsFactory
Builds a CommitCommand
buildCommitCommand(GlobalTransaction) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildCompleteTransactionCommand(Xid, boolean) - Method in interface org.infinispan.commands.CommandsFactory
Builds a CompleteTransactionCommand command.
buildCompleteTransactionCommand(Xid, boolean) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
BuildContext - Interface in org.infinispan.lucene.directory
Building context to set construction parameters of Infinispan Directory instances
buildCreateCacheCommand(String, String) - Method in interface org.infinispan.commands.CommandsFactory
Same as buildCreateCacheCommand(cacheName, cacheConfigurationName, false, 0).
buildCreateCacheCommand(String, String, int) - Method in interface org.infinispan.commands.CommandsFactory
Builds a CreateCacheCommand used to create/start cache around Infinispan cluster
buildCreateCacheCommand(String, String) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildCreateCacheCommand(String, String, int) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildDistributedExecuteCommand(Callable<T>, Address, Collection) - Method in interface org.infinispan.commands.CommandsFactory
Builds a DistributedExecuteCommand used for migration and execution of distributed Callables and Runnables.
buildDistributedExecuteCommand(Callable<T>, Address, Collection) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildEntryRequestCommand(UUID, Set<Integer>, Set<K>, KeyValueFilter<? super K, ? super V>, Converter<? super K, ? super V, C>, Set<Flag>) - Method in interface org.infinispan.commands.CommandsFactory
Builds EntryRequestCommand used to request entries from a remote node for given segments
buildEntryRequestCommand(UUID, Set<Integer>, Set<K>, KeyValueFilter<? super K, ? super V>, Converter<? super K, ? super V, C>, Set<Flag>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildEntryResponseCommand(UUID, Set<Integer>, Set<Integer>, Collection<CacheEntry<K, C>>, CacheException) - Method in interface org.infinispan.commands.CommandsFactory
Builds EntryResponseCommand use to respond with retrieved entries for given segments
buildEntryResponseCommand(UUID, Set<Integer>, Set<Integer>, Collection<CacheEntry<K, C>>, CacheException) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildEntrySetCommand(Set<Flag>) - Method in interface org.infinispan.commands.CommandsFactory
Builds a EntrySetCommand
buildEntrySetCommand(Set<Flag>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
builder(String, T) - Static method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
builder(String, T, Class<T>) - Static method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
Builder<T> - Interface in org.infinispan.commons.configuration
Builder.
Builder(Hash, int, int, List<Address>, Map<Address, Float>) - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
Builder(DefaultConsistentHash, List<Address>, Map<Address, Float>) - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
Builder(DefaultConsistentHash) - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
Builder(DefaultConsistentHashFactory.Builder) - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
Builder(Hash, int, int, List<Address>, Map<Address, Float>) - Constructor for class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
Builder(Hash, int, int, List<Address>, Map<Address, Float>) - Constructor for class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Builder
 
builder() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
 
builder() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
 
builder() - Method in class org.infinispan.metadata.EmbeddedMetadata
 
Builder() - Constructor for class org.infinispan.metadata.EmbeddedMetadata.Builder
 
builder() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
 
builder() - Method in class org.infinispan.metadata.impl.L1Metadata
 
builder() - Method in interface org.infinispan.metadata.Metadata
Returns an instance of Metadata.Builder which can be used to build new instances of Metadata instance which are full copies of this Metadata.
Builder(Iterator<? extends T>) - Constructor for class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.Builder
 
Builder(CloseableIterator<? extends T>) - Constructor for class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.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.
buildEvictCommand(Object, Set<Flag>) - Method in interface org.infinispan.commands.CommandsFactory
Builds an EvictCommand
buildEvictCommand(Object, Set<Flag>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildGetAllCommand(Collection<?>, Set<Flag>, boolean) - Method in interface org.infinispan.commands.CommandsFactory
Builds a GetAllCommand
buildGetAllCommand(Collection<?>, Set<Flag>, boolean) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildGetCacheEntryCommand(Object, Set<Flag>) - Method in interface org.infinispan.commands.CommandsFactory
Builds a GetCacheEntryCommand
buildGetCacheEntryCommand(Object, Set<Flag>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildGetInDoubtTransactionsCommand() - Method in interface org.infinispan.commands.CommandsFactory
buildGetInDoubtTransactionsCommand() - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildGetInDoubtTxInfoCommand() - Method in interface org.infinispan.commands.CommandsFactory
 
buildGetInDoubtTxInfoCommand() - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildGetKeysInGroupCommand(Set<Flag>, String) - Method in interface org.infinispan.commands.CommandsFactory
Builds GetKeysInGroupCommand used to fetch all the keys belonging to a group.
buildGetKeysInGroupCommand(Set<Flag>, String) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildGetKeyValueCommand(Object, Set<Flag>) - Method in interface org.infinispan.commands.CommandsFactory
Builds a GetKeyValueCommand
buildGetKeyValueCommand(Object, Set<Flag>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildInjectionMethodsList() - Method in class org.infinispan.factories.AbstractComponentRegistry.Component
 
buildInterceptorChain() - Method in class org.infinispan.factories.InterceptorChainFactory
 
buildInvalidateCommand(Set<Flag>, Object...) - Method in interface org.infinispan.commands.CommandsFactory
Builds an InvalidateCommand
buildInvalidateCommand(Set<Flag>, Object...) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildInvalidateFromL1Command(Set<Flag>, Collection<Object>) - Method in interface org.infinispan.commands.CommandsFactory
Builds an InvalidateFromL1Command
buildInvalidateFromL1Command(Address, Set<Flag>, Collection<Object>) - Method in interface org.infinispan.commands.CommandsFactory
 
buildInvalidateFromL1Command(Set<Flag>, Collection<Object>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildInvalidateFromL1Command(Address, Set<Flag>, Collection<Object>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildJmxDomain(GlobalConfiguration, MBeanServer, String) - Static method in class org.infinispan.jmx.JmxUtil
Build the JMX domain name.
buildKeySetCommand(Set<Flag>) - Method in interface org.infinispan.commands.CommandsFactory
Builds a KeySetCommand
buildKeySetCommand(Set<Flag>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildLockControlCommand(Collection<?>, Set<Flag>, GlobalTransaction) - Method in interface org.infinispan.commands.CommandsFactory
Builds a LockControlCommand to control explicit remote locking
buildLockControlCommand(Object, Set<Flag>, GlobalTransaction) - Method in interface org.infinispan.commands.CommandsFactory
buildLockControlCommand(Collection<?>, Set<Flag>) - Method in interface org.infinispan.commands.CommandsFactory
 
buildLockControlCommand(Collection<?>, Set<Flag>, GlobalTransaction) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildLockControlCommand(Object, Set<Flag>, GlobalTransaction) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildLockControlCommand(Collection<?>, Set<Flag>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildMapCombineCommand(String, Mapper<KIn, VIn, KOut, VOut>, Reducer<KOut, VOut>, Collection<KIn>) - Method in interface org.infinispan.commands.CommandsFactory
Builds a MapCombineCommand used for migration and map phase execution of MapReduce tasks.
buildMapCombineCommand(String, Mapper<KIn, VIn, KOut, VOut>, Reducer<KOut, VOut>, Collection<KIn>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildPrepareCommand(GlobalTransaction, List<WriteCommand>, boolean) - Method in interface org.infinispan.commands.CommandsFactory
Builds a PrepareCommand
buildPrepareCommand(GlobalTransaction, List<WriteCommand>, boolean) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildPutKeyValueCommand(Object, Object, Metadata, Set<Flag>) - Method in interface org.infinispan.commands.CommandsFactory
Builds a PutKeyValueCommand
buildPutKeyValueCommand(Object, Object, Metadata, Set<Flag>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildPutMapCommand(Map<?, ?>, Metadata, Set<Flag>) - Method in interface org.infinispan.commands.CommandsFactory
Builds a PutMapCommand
buildPutMapCommand(Map<?, ?>, Metadata, Set<Flag>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildQualifiers(Set<Annotation>) - Static method in class org.infinispan.cdi.util.Beans
Returns a new set with @Default and @Any added as needed
buildReadOnlyKeyCommand(K, Function<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.commands.CommandsFactory
 
buildReadOnlyKeyCommand(K, Function<EntryView.ReadEntryView<K, V>, R>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildReadOnlyManyCommand(Set<? extends K>, Function<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.commands.CommandsFactory
 
buildReadOnlyManyCommand(Set<? extends K>, Function<EntryView.ReadEntryView<K, V>, R>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildReadWriteKeyCommand(K, Function<EntryView.ReadWriteEntryView<K, V>, R>, Params) - Method in interface org.infinispan.commands.CommandsFactory
 
buildReadWriteKeyCommand(K, Function<EntryView.ReadWriteEntryView<K, V>, R>, Params) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildReadWriteKeyValueCommand(K, V, BiFunction<V, EntryView.ReadWriteEntryView<K, V>, R>, Params) - Method in interface org.infinispan.commands.CommandsFactory
 
buildReadWriteKeyValueCommand(K, V, BiFunction<V, EntryView.ReadWriteEntryView<K, V>, R>, Params) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildReadWriteManyCommand(Set<? extends K>, Function<EntryView.ReadWriteEntryView<K, V>, R>, Params) - Method in interface org.infinispan.commands.CommandsFactory
 
buildReadWriteManyCommand(Set<? extends K>, Function<EntryView.ReadWriteEntryView<K, V>, R>, Params) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildReadWriteManyEntriesCommand(Map<? extends K, ? extends V>, BiFunction<V, EntryView.ReadWriteEntryView<K, V>, R>, Params) - Method in interface org.infinispan.commands.CommandsFactory
 
buildReadWriteManyEntriesCommand(Map<? extends K, ? extends V>, BiFunction<V, EntryView.ReadWriteEntryView<K, V>, R>, Params) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildReduceCommand(String, String, Reducer<KOut, VOut>, Collection<KOut>) - Method in interface org.infinispan.commands.CommandsFactory
Builds a ReduceCommand used for migration and reduce phase execution of MapReduce tasks.
buildReduceCommand(String, String, Reducer<KOut, VOut>, Collection<KOut>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildRegistrar(Set<AbstractComponentRegistry.Component>) - Method in class org.infinispan.jmx.AbstractJmxRegistration
 
buildRegistrar(Set<AbstractComponentRegistry.Component>) - Method in class org.infinispan.jmx.CacheJmxRegistration
 
buildRegistrar(Set<AbstractComponentRegistry.Component>) - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
 
buildRemoveCommand(Object, Object, Set<Flag>) - Method in interface org.infinispan.commands.CommandsFactory
Builds a RemoveCommand
buildRemoveCommand(Object, Object, Set<Flag>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildRemoveExpiredCommand(Object, Object, Long) - Method in interface org.infinispan.commands.CommandsFactory
Builds an expired remove command that is used to remove only a specific expired entry
buildRemoveExpiredCommand(Object, Object, Long) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildReplaceCommand(Object, Object, Object, Metadata, Set<Flag>) - Method in interface org.infinispan.commands.CommandsFactory
Builds a ReplaceCommand
buildReplaceCommand(Object, Object, Object, Metadata, Set<Flag>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildReplicateCommand(List<ReplicableCommand>) - Method in interface org.infinispan.commands.CommandsFactory
Builds an RpcCommand "envelope" containing multiple ReplicableCommands
buildReplicateCommand(List<ReplicableCommand>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildRollbackCommand(GlobalTransaction) - Method in interface org.infinispan.commands.CommandsFactory
Builds a RollbackCommand
buildRollbackCommand(GlobalTransaction) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildSingleRpcCommand(ReplicableCommand) - Method in interface org.infinispan.commands.CommandsFactory
Builds a SingleRpcCommand "envelope" containing a single ReplicableCommand
buildSingleRpcCommand(ReplicableCommand) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildSingleXSiteRpcCommand(VisitableCommand) - Method in interface org.infinispan.commands.CommandsFactory
Builds SingleRpcCommand used to perform VisitableCommand on the backup site,
buildSingleXSiteRpcCommand(VisitableCommand) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildSizeCommand(Set<Flag>) - Method in interface org.infinispan.commands.CommandsFactory
Builds a SizeCommand
buildSizeCommand(Set<Flag>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildStateRequestCommand(StateRequestCommand.Type, Address, int, Set<Integer>) - Method in interface org.infinispan.commands.CommandsFactory
Builds a StateRequestCommand used for requesting transactions and locks and for starting or canceling transfer of cache entries.
buildStateRequestCommand(StateRequestCommand.Type, Address, int, Set<Integer>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildStateResponseCommand(Address, int, Collection<StateChunk>) - Method in interface org.infinispan.commands.CommandsFactory
Builds a StateResponseCommand used for pushing cache entries to another node in response to a StateRequestCommand.
buildStateResponseCommand(Address, int, Collection<StateChunk>) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildStream(Set<Integer>, Set<?>) - Method in interface org.infinispan.stream.impl.local.AbstractLocalCacheStream.StreamSupplier
 
buildStream(Set<Integer>, Set<?>) - Method in class org.infinispan.stream.impl.local.EntryStreamSupplier
 
buildStream(Set<Integer>, Set<?>) - Method in class org.infinispan.stream.impl.local.KeyStreamSupplier
 
buildStreamRequestCommand(Object, boolean, StreamRequestCommand.Type, Set<Integer>, Set<K>, Set<K>, boolean, Object) - Method in interface org.infinispan.commands.CommandsFactory
 
buildStreamRequestCommand(Object, boolean, StreamRequestCommand.Type, Set<Integer>, Set<K>, Set<K>, boolean, Object) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildStreamResponseCommand(Object, boolean, Set<Integer>, R) - Method in interface org.infinispan.commands.CommandsFactory
Builds StreamResponseCommand used to send back a response either intermediate or complete to the originating node with the information for the stream request.
buildStreamResponseCommand(Object, boolean, Set<Integer>, R) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildTxCompletionNotificationCommand(Xid, GlobalTransaction) - Method in interface org.infinispan.commands.CommandsFactory
buildTxCompletionNotificationCommand(long) - Method in interface org.infinispan.commands.CommandsFactory
 
buildTxCompletionNotificationCommand(Xid, GlobalTransaction) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildTxCompletionNotificationCommand(long) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildVersionedCommitCommand(GlobalTransaction) - Method in interface org.infinispan.commands.CommandsFactory
Builds a VersionedCommitCommand
buildVersionedCommitCommand(GlobalTransaction) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildVersionedPrepareCommand(GlobalTransaction, List<WriteCommand>, boolean) - Method in interface org.infinispan.commands.CommandsFactory
Builds a VersionedPrepareCommand
buildVersionedPrepareCommand(GlobalTransaction, List<WriteCommand>, boolean) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildWriteOnlyKeyCommand(K, Consumer<EntryView.WriteEntryView<V>>, Params) - Method in interface org.infinispan.commands.CommandsFactory
 
buildWriteOnlyKeyCommand(K, Consumer<EntryView.WriteEntryView<V>>, Params) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildWriteOnlyKeyValueCommand(K, V, BiConsumer<V, EntryView.WriteEntryView<V>>, Params) - Method in interface org.infinispan.commands.CommandsFactory
 
buildWriteOnlyKeyValueCommand(K, V, BiConsumer<V, EntryView.WriteEntryView<V>>, Params) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildWriteOnlyManyCommand(Set<? extends K>, Consumer<EntryView.WriteEntryView<V>>, Params) - Method in interface org.infinispan.commands.CommandsFactory
 
buildWriteOnlyManyCommand(Set<? extends K>, Consumer<EntryView.WriteEntryView<V>>, Params) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildWriteOnlyManyEntriesCommand(Map<? extends K, ? extends V>, BiConsumer<V, EntryView.WriteEntryView<V>>, Params) - Method in interface org.infinispan.commands.CommandsFactory
 
buildWriteOnlyManyEntriesCommand(Map<? extends K, ? extends V>, BiConsumer<V, EntryView.WriteEntryView<V>>, Params) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildXSiteAdminCommand(String, XSiteAdminCommand.AdminOperation, Integer, Long) - Method in interface org.infinispan.commands.CommandsFactory
Builds XSiteAdminCommand used to perform system administrator operations.
buildXSiteAdminCommand(String, XSiteAdminCommand.AdminOperation, Integer, Long) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildXSiteStatePushCommand(XSiteState[], long) - Method in interface org.infinispan.commands.CommandsFactory
Builds XSiteStatePushCommand used to transfer a single chunk of data between sites.
buildXSiteStatePushCommand(XSiteState[], long) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
buildXSiteStateTransferControlCommand(XSiteStateTransferControlCommand.StateTransferControl, String) - Method in interface org.infinispan.commands.CommandsFactory
Builds XSiteStateTransferControlCommand used to control the-cross site state transfer.
buildXSiteStateTransferControlCommand(XSiteStateTransferControlCommand.StateTransferControl, String) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
BuiltBy - Annotation Type in org.infinispan.commons.configuration
BuiltBy.
BULK_GET_KEYS_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
BULK_GET_KEYS_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
BULK_GET_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
BULK_GET_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
BulkGetKeysOperation<K> - Class in org.infinispan.client.hotrod.impl.operations
Reads all keys.
BulkGetKeysOperation(Codec, TransportFactory, byte[], AtomicInteger, int, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.BulkGetKeysOperation
 
BulkGetOperation<K,V> - Class in org.infinispan.client.hotrod.impl.operations
Reads more keys at a time.
BulkGetOperation(Codec, TransportFactory, byte[], AtomicInteger, int, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.BulkGetOperation
 
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
BYTE - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
BYTE_ARRAY_KEY - Static variable in interface org.infinispan.marshall.core.Ids
 
BYTE_BUFFER - Static variable in interface org.infinispan.commons.marshall.Ids
 
ByteArrayEquivalence - Class in org.infinispan.commons.equivalence
A compare function for unsigned byte arrays.
ByteArrayEquivalence() - Constructor for class org.infinispan.commons.equivalence.ByteArrayEquivalence
 
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(byte[], int, int) - Constructor for class org.infinispan.commons.io.ByteBufferImpl
 
ByteBufferImpl - Class in org.infinispan.io
Deprecated.
ByteBufferImpl(byte[], int, int) - Constructor for class org.infinispan.io.ByteBufferImpl
Deprecated.
 
ByteBufferImpl.Externalizer - Class in org.infinispan.commons.io
 
bytes2obj(Marshaller, byte[], short) - Static method in class org.infinispan.client.hotrod.marshall.MarshallerUtil
 
bytesRead - Static variable in class org.infinispan.server.core.transport.StatsChannelHandler
 

C

cache - Variable in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
Cache<K,V> - Interface in org.infinispan
The central interface of Infinispan.
cache - Variable in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
Cache - Class in org.infinispan.cli.commands.server
 
Cache() - Constructor for class org.infinispan.cli.commands.server.Cache
 
cache - Variable in class org.infinispan.cli.connection.jmx.AbstractJMXUrl
 
CACHE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
CACHE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
cache - Variable in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
 
cache - Variable in class org.infinispan.distexec.DefaultExecutorService
 
cache - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
cache - Variable in class org.infinispan.interceptors.base.BaseCustomInterceptor
 
cache - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever
 
cache - Variable in class org.infinispan.iteration.impl.RemovableEntryIterator
 
cache - Variable in class org.infinispan.iteration.impl.TrackingEntryIterableFromStream
 
cache - Variable in class org.infinispan.iteration.impl.TransactionAwareCloseableIterable
 
cache - Variable in class org.infinispan.notifications.cachelistener.cluster.ClusterEventManagerFactory
 
cache() - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfiguration
Deprecated.
cache(String) - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
Deprecated.
cache - Variable in class org.infinispan.stream.impl.PartitionAwareClusterStreamManager
 
cache - Variable in class org.infinispan.stream.impl.RemovableIterator
 
cache(Cache<?, ?>) - Method in class org.infinispan.tasks.TaskContext
The cache against which this task will be executed.
cache - Variable in class org.infinispan.tree.impl.TreeStructureSupport
 
cache - Variable in class org.infinispan.xsite.AbstractCustomFailurePolicy
 
cache - Variable in class org.infinispan.xsite.BaseBackupReceiver
 
CACHE_DELIMITER - Static variable in class org.infinispan.xsite.GlobalXSiteAdminOperations
 
CACHE_DEPENDENCY_GRAPH - Static variable in class org.infinispan.factories.KnownComponentNames
 
CACHE_ENTRY_CREATED_EVENT_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
CACHE_ENTRY_EXPIRED_EVENT_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
CACHE_ENTRY_MODIFIED_EVENT_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
CACHE_ENTRY_REMOVED_EVENT_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
CACHE_EVENT_CONVERTER_AS_CONVERTER - Static variable in interface org.infinispan.marshall.core.Ids
 
CACHE_EVENT_FILTER_AS_KEY_VALUE_FILTER - Static variable in interface org.infinispan.marshall.core.Ids
 
CACHE_EVENT_FILTER_CONVERTER_AS_KEY_VALUE_FILTER_CONVERTER - Static variable in interface org.infinispan.marshall.core.Ids
 
CACHE_FILTERS - Static variable in interface org.infinispan.marshall.core.Ids
 
CACHE_JMX_GROUP - Static variable in class org.infinispan.jmx.CacheJmxRegistration
 
CACHE_JOIN_INFO - Static variable in interface org.infinispan.marshall.core.Ids
 
CACHE_MANAGER_JMX_GROUP - Static variable in class org.infinispan.jmx.CacheManagerJmxRegistration
 
CACHE_MANAGER_NAME - Static variable in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
 
CACHE_MARSHALLER - Static variable in class org.infinispan.factories.KnownComponentNames
 
CACHE_MODE - Static variable in class org.infinispan.configuration.cache.ClusteringConfiguration
 
CACHE_NAME - Static variable in interface org.infinispan.server.websocket.OpHandler
 
CACHE_NOT_FOUND_RESPONSE - Static variable in interface org.infinispan.marshall.core.Ids
 
CACHE_RPC_COMMAND - Static variable in interface org.infinispan.marshall.core.Ids
 
CACHE_STATUS_RESPONSE - Static variable in interface org.infinispan.marshall.core.Ids
 
CACHE_STOP_TIMEOUT - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
CACHE_STOPPED_TOPOLOGY_ID - Static variable in class org.infinispan.transaction.impl.TransactionTable
 
CACHE_TOPOLOGY - Static variable in interface org.infinispan.marshall.core.Ids
 
cacheAlreadyExists(String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
cacheAlreadyExists(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheAlreadyExists$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheAlreadyRegistered(String, Configuration, Configuration) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheAlreadyRegistered(String, Configuration, Configuration) - Method in interface org.infinispan.jcache.logging.Log
 
cacheAlreadyRegistered(String, Configuration, Configuration) - Method in class org.infinispan.jcache.logging.Log_$logger
 
cacheAlreadyRegistered(String, Configuration, Configuration) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cacheAlreadyRegistered$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheAlreadyRegistered$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
cacheAlreadyRegistered$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
CacheAware<K,V> - Interface in org.infinispan.stream
Interface that describes how a cache can be injected into another object.
cacheBackupsDataToSameSite(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheBackupsDataToSameSite(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheBackupsDataToSameSite(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cacheBackupsDataToSameSite(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cacheBackupsDataToSameSite(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cacheBackupsDataToSameSite(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cacheBackupsDataToSameSite(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cacheBackupsDataToSameSite(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cacheBackupsDataToSameSite(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
cacheBackupsDataToSameSite(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
cacheBackupsDataToSameSite(String) - Method in interface org.infinispan.util.logging.Log
 
cacheBackupsDataToSameSite(String) - Method in class org.infinispan.util.logging.Log_$logger
 
cacheBackupsDataToSameSite$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheBackupsDataToSameSite$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheBackupsDataToSameSite$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cacheBackupsDataToSameSite$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cacheBackupsDataToSameSite$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cacheBackupsDataToSameSite$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cacheBackupsDataToSameSite$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cacheBackupsDataToSameSite$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cacheBackupsDataToSameSite$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
cacheBackupsDataToSameSite$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
cacheBackupsDataToSameSite$str() - Method in class org.infinispan.util.logging.Log_$logger
 
cacheClosed(ComponentStatus) - Method in interface org.infinispan.jcache.embedded.logging.Log
 
cacheClosed(ComponentStatus) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheClosed() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheClosed() - Method in interface org.infinispan.jcache.logging.Log
 
cacheClosed() - Method in class org.infinispan.jcache.logging.Log_$logger
 
cacheClosed() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cacheClosed$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheClosed$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
cacheClosed$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
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.
cacheComponents() - Method in class org.infinispan.factories.ComponentRegistry
Invoked last after all services are wired
cacheConfiguration - Variable in class org.infinispan.interceptors.base.CommandInterceptor
 
cacheConfigurationDefined(String, EmbeddedCacheManager) - Method in interface org.infinispan.cdi.util.logging.EmbeddedLog
 
cacheConfigurationDefined(String, EmbeddedCacheManager) - Method in class org.infinispan.cdi.util.logging.EmbeddedLog_$logger
 
cacheConfigurationDefined$str() - Method in class org.infinispan.cdi.util.logging.EmbeddedLog_$logger
 
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
 
CacheConfigurationException(String, Throwable) - Constructor for exception org.infinispan.commons.CacheConfigurationException
 
CacheConfigurationMBean - Class in org.infinispan.cache.impl
CacheConfigurationMBeanImpl.
CacheConfigurationMBean() - Constructor for class org.infinispan.cache.impl.CacheConfigurationMBean
 
CacheContainer - Interface in org.infinispan.manager
 
CacheContainerStats - Interface in org.infinispan.stats
Similar to Stats but in the scope of a single per node CacheContainer
CacheContainerStatsImpl - Class in org.infinispan.stats.impl
Cache container statistics needed for admin console
CacheContainerStatsImpl(EmbeddedCacheManager) - Constructor for class org.infinispan.stats.impl.CacheContainerStatsImpl
 
cacheCreationFailed(String, Throwable) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheCreationFailed(String, Throwable) - Method in interface org.infinispan.jcache.logging.Log
 
cacheCreationFailed(String, Throwable) - Method in class org.infinispan.jcache.logging.Log_$logger
 
cacheCreationFailed(String, Throwable) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cacheCreationFailed$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheCreationFailed$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
cacheCreationFailed$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
CachedThreadPoolExecutorFactory - Enum in org.infinispan.commons.executors
 
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.
CacheEntriesEvictedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntriesEvicted.
CacheEntriesEvictedAdapter(Event<CacheEntriesEvictedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntriesEvictedAdapter
 
CacheEntriesEvictedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
This event subtype is passed in to any method annotated with CacheEntriesEvicted.
CacheEntry<K,V> - Interface in org.infinispan.container.entries
An entry that is stored in the data container
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.
CacheEntryActivatedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryActivated.
CacheEntryActivatedAdapter(Event<CacheEntryActivatedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryActivatedAdapter
 
CacheEntryActivatedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
This event subtype is passed in to any method annotated with CacheEntryActivated.
CacheEntryChange() - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntryChange
 
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.
cacheEntryCreated(CacheEntryCreatedEvent<Object, Object>) - Method in class org.infinispan.server.websocket.CacheListener
 
CacheEntryCreatedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryCreated.
CacheEntryCreatedAdapter(Event<CacheEntryCreatedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryCreatedAdapter
Needed for creating event bridge.
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

Methods annotated with this annotation should be public and take in a single parameter, a CacheEntryExpiredEvent otherwise an IncorrectListenerException will be thrown when registering your cache listener.

CacheEntryExpiredAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryExpired.
CacheEntryExpiredAdapter(Event<CacheEntryExpiredEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryExpiredAdapter
 
CacheEntryExpiredEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
This event subtype is passed in to any method annotated with CacheEntryExpired.
CacheEntryInvalidated - Annotation Type in org.infinispan.notifications.cachelistener.annotation
This annotation should be used on methods that need to be notified when a cache entry is invalidated.
CacheEntryInvalidatedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryInvalidated.
CacheEntryInvalidatedAdapter(Event<CacheEntryInvalidatedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryInvalidatedAdapter
Needed for creating event bridge.
CacheEntryInvalidatedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
Notifies a listener of an invalidation event.
CacheEntryListenerInvocation<K,V> - Interface in org.infinispan.notifications.cachelistener
Additional listener methods specific to caches.
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.
CacheEntryLoadedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryLoaded.
CacheEntryLoadedAdapter(Event<CacheEntryLoadedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryLoadedAdapter
 
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.
cacheEntryModified(CacheEntryModifiedEvent<Object, Object>) - Method in class org.infinispan.server.websocket.CacheListener
 
CacheEntryModifiedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryModified.
CacheEntryModifiedAdapter(Event<CacheEntryModifiedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryModifiedAdapter
 
CacheEntryModifiedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
This event subtype is passed in to any method annotated with CacheEntryModified

The CacheEntryModifiedEvent.getValue() method's behavior is specific to whether the callback is triggered before or after the event in question.

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.
CacheEntryPassivatedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryPassivated.
CacheEntryPassivatedAdapter(Event<CacheEntryPassivatedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryPassivatedAdapter
 
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.
cacheEntryRemoved(CacheEntryRemovedEvent<Object, Object>) - Method in class org.infinispan.server.websocket.CacheListener
 
CacheEntryRemovedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryRemoved.
CacheEntryRemovedAdapter(Event<CacheEntryRemovedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryRemovedAdapter
 
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.
cacheEntrySet() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
cacheEntrySet() - Method in class org.infinispan.cache.impl.CacheImpl
 
cacheEntrySet() - Method in class org.infinispan.cache.impl.DecoratedCache
 
cacheEntrySet() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
CacheEntrySet() - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
 
cacheEntrySet() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
CacheEntrySizeCalculator<K,V> - Class in org.infinispan.container.entries
Implementation of a size calculator that calcultes only the size of the value assuming it is an InternalCacheEntry.
CacheEntrySizeCalculator(EntrySizeCalculator<? super K, ? super V>) - Constructor for class org.infinispan.container.entries.CacheEntrySizeCalculator
 
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.
CacheEntryVisitedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryVisited.
CacheEntryVisitedAdapter(Event<CacheEntryVisitedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryVisitedAdapter
 
CacheEntryVisitedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
This event subtype is passed in to any method annotated with CacheEntryVisited.
CacheEventBridge - Class in org.infinispan.cdi.event.cache
Bridges Infinispan with CDI events.
CacheEventBridge() - Constructor for class org.infinispan.cdi.event.cache.CacheEventBridge
 
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 on Cache fail unexpectedly.
CacheException() - Constructor for exception org.infinispan.commons.CacheException
 
CacheException(Throwable) - 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
 
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 CacheContainer.getCache() methods and has not yet been removed via EmbeddedCacheManager.removeCache(String).
cacheExists(String) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
CacheFilters - Class in org.infinispan.filter
Static factory class that contains utility methods that can be used for performing proper transformations from KeyValueFilter, Converter & KeyValueFilterConverter to appropraite distributed stream instances.
CacheFilters.CacheFiltersExternalizer - Class in org.infinispan.filter
 
CacheFiltersExternalizer() - Constructor for class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
 
cacheForWriting - Variable in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
CacheImpl<K,V> - Class in org.infinispan.cache.impl
 
CacheImpl(String) - Constructor for class org.infinispan.cache.impl.CacheImpl
 
CacheInvocationBuilder() - Constructor for class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
CacheInvocationParameterImpl - Class in org.infinispan.jcache.annotation
The CacheInvocationParameter implementation.
CacheInvocationParameterImpl(ParameterMetaData, Object) - Constructor for class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
 
cacheIsStopping(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheIsStopping(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheIsStopping(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cacheIsStopping(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cacheIsStopping(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cacheIsStopping(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cacheIsStopping(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cacheIsStopping(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cacheIsStopping(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
cacheIsStopping(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
cacheIsStopping(String) - Method in interface org.infinispan.util.logging.Log
 
cacheIsStopping(String) - Method in class org.infinispan.util.logging.Log_$logger
 
cacheIsStopping$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheIsStopping$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheIsStopping$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cacheIsStopping$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cacheIsStopping$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cacheIsStopping$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cacheIsStopping$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cacheIsStopping$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cacheIsStopping$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
cacheIsStopping$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
cacheIsStopping$str() - Method in class org.infinispan.util.logging.Log_$logger
 
cacheIsTerminated(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheIsTerminated(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheIsTerminated(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cacheIsTerminated(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cacheIsTerminated(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cacheIsTerminated(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cacheIsTerminated(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cacheIsTerminated(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cacheIsTerminated(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
cacheIsTerminated(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
cacheIsTerminated(String) - Method in interface org.infinispan.util.logging.Log
 
cacheIsTerminated(String) - Method in class org.infinispan.util.logging.Log_$logger
 
cacheIsTerminated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheIsTerminated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheIsTerminated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cacheIsTerminated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cacheIsTerminated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cacheIsTerminated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cacheIsTerminated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cacheIsTerminated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cacheIsTerminated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
cacheIsTerminated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
cacheIsTerminated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
CacheJmxRegistration - Class in org.infinispan.jmx
If Configuration.jmxStatistics() is enabled, then class will register all the MBeans from cache local's ConfigurationRegistry to the MBean server.
CacheJmxRegistration() - Constructor for class org.infinispan.jmx.CacheJmxRegistration
 
CacheJoinInfo - Class in org.infinispan.topology
This class contains the information that a cache needs to supply to the coordinator when starting up.
CacheJoinInfo(ConsistentHashFactory, Hash, int, int, long, boolean, boolean, float) - Constructor for class org.infinispan.topology.CacheJoinInfo
 
CacheJoinInfo.Externalizer - Class in org.infinispan.topology
 
CacheKeyInvocationContextFactory - Class in org.infinispan.jcache.annotation
 
CacheKeyInvocationContextFactory(BeanManager) - Constructor for class org.infinispan.jcache.annotation.CacheKeyInvocationContextFactory
 
CacheKeyInvocationContextFactory() - Constructor for class org.infinispan.jcache.annotation.CacheKeyInvocationContextFactory
 
CacheKeyInvocationContextImpl<A extends Annotation> - Class in org.infinispan.jcache.annotation
The CacheKeyInvocationContext implementation.
CacheKeyInvocationContextImpl(InvocationContext, MethodMetaData<A>) - Constructor for class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
 
CacheListener - Class in org.infinispan.server.websocket
Cache listener.
CacheListener() - Constructor for class org.infinispan.server.websocket.CacheListener
 
CacheListener.ChannelNotifyParams - Class in org.infinispan.server.websocket
 
CacheListenerException - Exception in org.infinispan.commons
Wraps exceptions produced by listener implementations.
CacheListenerException() - Constructor for exception org.infinispan.commons.CacheListenerException
 
CacheListenerException(Throwable) - 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
 
CacheLoader<K,V> - Interface in org.infinispan.persistence.spi
Defines the logic for loading data from an external storage.
cacheLoaderConfigurationCannotBeNull() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull() - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cacheLoaderConfigurationCannotBeNull() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cacheLoaderConfigurationCannotBeNull() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull() - Method in class org.infinispan.stats.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull() - Method in class org.infinispan.tree.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull() - Method in interface org.infinispan.util.logging.Log
 
cacheLoaderConfigurationCannotBeNull() - Method in class org.infinispan.util.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cacheLoaderConfigurationCannotBeNull$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cacheLoaderConfigurationCannotBeNull$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
cacheLoaderConfigurationCannotBeNull$str() - Method in class org.infinispan.util.logging.Log_$logger
 
cacheLoaderIgnoringKey(Object) - Method in interface org.infinispan.lucene.logging.Log
 
cacheLoaderIgnoringKey(Object) - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheLoaderIgnoringKey$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile(Object, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile(Object, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile(Object, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile(Object, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile(Object, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile(Object, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cacheLoaderIgnoringUnexpectedFile(Object, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cacheLoaderIgnoringUnexpectedFile(Object, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile(Object, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile(Object, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile(Object, String) - Method in interface org.infinispan.util.logging.Log
 
cacheLoaderIgnoringUnexpectedFile(Object, String) - Method in class org.infinispan.util.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cacheLoaderIgnoringUnexpectedFile$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cacheLoaderIgnoringUnexpectedFile$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
cacheLoaderIgnoringUnexpectedFile$str() - Method in class org.infinispan.util.logging.Log_$logger
 
CacheLoaderInterceptor<K,V> - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
CacheLoaderInterceptor() - Constructor for class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
CacheLookupHelper - Class in org.infinispan.jcache.annotation
An helper class providing useful methods for cache lookup.
cacheManager - Variable in class org.infinispan.xsite.BackupReceiverRepositoryImpl
 
cacheManagerClosed(ComponentStatus) - Method in interface org.infinispan.jcache.embedded.logging.Log
 
cacheManagerClosed(ComponentStatus) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheManagerClosed$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
CacheManagerEventBridge - Class in org.infinispan.cdi.event.cachemanager
 
CacheManagerEventBridge() - Constructor for class org.infinispan.cdi.event.cachemanager.CacheManagerEventBridge
 
CacheManagerJmxRegistration - Class in org.infinispan.jmx
Registers all the components from global component registry to the mbean server.
CacheManagerJmxRegistration() - Constructor for class org.infinispan.jmx.CacheManagerJmxRegistration
 
cacheManagerName() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
 
cacheManagerName(String) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
If JMX statistics are enabled, this property represents the name of this cache manager.
cacheManagerNotClosed() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheManagerNotClosed() - Method in interface org.infinispan.jcache.logging.Log
 
cacheManagerNotClosed() - Method in class org.infinispan.jcache.logging.Log_$logger
 
cacheManagerNotClosed() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cacheManagerNotClosed$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheManagerNotClosed$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
cacheManagerNotClosed$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
CacheManagerNotifier - Interface in org.infinispan.notifications.cachemanagerlistener
Notifications for the cache manager
CacheManagerNotifierImpl - Class in org.infinispan.notifications.cachemanagerlistener
Global, shared notifications on the cache manager.
CacheManagerNotifierImpl() - Constructor for class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
 
CacheManagerNotifierImpl.DefaultBuilder - Class in org.infinispan.notifications.cachemanagerlistener
 
cacheManagerStarted(GlobalComponentRegistry) - Method in class org.infinispan.cli.interpreter.LifecycleCallbacks
 
cacheManagerStarted(GlobalComponentRegistry) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
 
cacheManagerStarted(GlobalComponentRegistry) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
 
cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
 
cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
 
cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.lucene.LifecycleCallbacks
 
cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.persistence.jpa.impl.JpaStoreLifecycleManager
 
cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.persistence.remote.LifecycleCallbacks
 
cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.tree.impl.LifecycleCallbacks
 
cacheManagerStopped(GlobalComponentRegistry) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
 
cacheManagerStopped(GlobalComponentRegistry) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
 
cacheManagerStopping(GlobalComponentRegistry) - Method in class org.infinispan.cli.interpreter.LifecycleCallbacks
 
cacheManagerStopping(GlobalComponentRegistry) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
 
cacheManagerStopping(GlobalComponentRegistry) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
 
cacheManagerStopping(GlobalComponentRegistry) - Method in class org.infinispan.persistence.jpa.impl.JpaStoreLifecycleManager
 
cacheMarshaler - Variable in class org.infinispan.factories.ComponentRegistry
 
CacheMarshaller - Class in org.infinispan.marshall.core
A cache-scoped marshaller.
CacheMarshaller(VersionAwareMarshaller) - Constructor for class org.infinispan.marshall.core.CacheMarshaller
 
CacheMgmtInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
CacheMgmtInterceptor() - Constructor for class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
CacheMixedSiteStatus - Class in org.infinispan.xsite.status
A mixed SiteStatus.
CacheMixedSiteStatus(List<Address>, List<Address>) - Constructor for class org.infinispan.xsite.status.CacheMixedSiteStatus
 
CacheMode - Enum in org.infinispan.configuration.cache
Cache replication mode.
cacheMode() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
Cache mode.
cacheMode(CacheMode) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
Cache mode.
cacheMode() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
 
cacheModeString() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
 
cacheName - Variable in class org.infinispan.client.hotrod.impl.operations.HotRodOperation
 
cacheName(byte[]) - Method in class org.infinispan.client.hotrod.impl.protocol.HeaderParams
 
cacheName - Variable in class org.infinispan.commands.remote.BaseRpcCommand
 
cacheName - Variable in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
cacheName - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
cacheName() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
cacheNameBytes(String) - Static method in class org.infinispan.client.hotrod.RemoteCacheManager
 
cacheNameBytes() - Static method in class org.infinispan.client.hotrod.RemoteCacheManager
 
cacheNotDistributed() - Method in interface org.infinispan.cli.interpreter.logging.Log
 
cacheNotDistributed() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheNotDistributed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheNotFound(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheNotFound(String) - Method in interface org.infinispan.jcache.logging.Log
 
cacheNotFound(String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
cacheNotFound(String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cacheNotFound$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheNotFound$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
cacheNotFound$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
CacheNotFoundResponse - Class in org.infinispan.remoting.responses
A response that signals the named cache is not running on the target node.
CacheNotFoundResponse.Externalizer - Class in org.infinispan.remoting.responses
 
cacheNotifier - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
CacheNotifier<K,V> - Interface in org.infinispan.notifications.cachelistener
Public interface with all allowed notifications.
CacheNotifierImpl<K,V> - Class in org.infinispan.notifications.cachelistener
Helper class that handles all notifications to registered listeners.
CacheNotifierImpl() - Constructor for class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
CacheNotifierImpl.BaseCacheEntryListenerInvocation<K,V> - Class in org.infinispan.notifications.cachelistener
 
CacheNotifierImpl.CacheInvocationBuilder - Class in org.infinispan.notifications.cachelistener
 
CacheNotifierImpl.ClusteredListenerInvocation<K,V> - Class in org.infinispan.notifications.cachelistener
This class is to be used with cluster listener invocations only when they have included current state.
CacheNotifierImpl.DelegatingCacheInvocationBuilder - Class in org.infinispan.notifications.cachelistener
 
CacheNotifierImpl.NonClusteredListenerInvocation - Class in org.infinispan.notifications.cachelistener
 
cacheNotStarted() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheNotStarted() - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheNotStarted() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cacheNotStarted() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cacheNotStarted() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cacheNotStarted() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cacheNotStarted() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cacheNotStarted() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cacheNotStarted() - Method in class org.infinispan.stats.logging.Log_$logger
 
cacheNotStarted() - Method in class org.infinispan.tree.logging.Log_$logger
 
cacheNotStarted() - Method in interface org.infinispan.util.logging.Log
 
cacheNotStarted() - Method in class org.infinispan.util.logging.Log_$logger
 
cacheNotStarted$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheNotStarted$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheNotStarted$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cacheNotStarted$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cacheNotStarted$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cacheNotStarted$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cacheNotStarted$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cacheNotStarted$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cacheNotStarted$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
cacheNotStarted$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
cacheNotStarted$str() - Method in class org.infinispan.util.logging.Log_$logger
 
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
 
CachePrincipalPair - Class in org.infinispan.security.impl
CachePrincipalPair.
cachePut(InvocationContext) - Method in class org.infinispan.jcache.annotation.AbstractCachePutInterceptor
 
cachePut(InvocationContext) - Method in class org.infinispan.jcache.annotation.CachePutInterceptor
 
cachePut(InvocationContext) - Method in class org.infinispan.jcache.annotation.InjectedCachePutInterceptor
 
CachePutInterceptor - Class in org.infinispan.jcache.annotation
CachePut interceptor implementation.
CachePutInterceptor(DefaultCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.CachePutInterceptor
 
cachePutMethodWithMoreThanOneCacheValueParameter(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cachePutMethodWithMoreThanOneCacheValueParameter(String) - Method in interface org.infinispan.jcache.logging.Log
 
cachePutMethodWithMoreThanOneCacheValueParameter(String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
cachePutMethodWithMoreThanOneCacheValueParameter(String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cachePutMethodWithMoreThanOneCacheValueParameter$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cachePutMethodWithMoreThanOneCacheValueParameter$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
cachePutMethodWithMoreThanOneCacheValueParameter$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cachePutMethodWithoutCacheValueParameter(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cachePutMethodWithoutCacheValueParameter(String) - Method in interface org.infinispan.jcache.logging.Log
 
cachePutMethodWithoutCacheValueParameter(String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
cachePutMethodWithoutCacheValueParameter(String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cachePutMethodWithoutCacheValueParameter$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cachePutMethodWithoutCacheValueParameter$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
cachePutMethodWithoutCacheValueParameter$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cacheRemoveAll(InvocationContext) - Method in class org.infinispan.jcache.annotation.AbstractCacheRemoveAllInterceptor
 
cacheRemoveAll(InvocationContext) - Method in class org.infinispan.jcache.annotation.CacheRemoveAllInterceptor
 
cacheRemoveAll(InvocationContext) - Method in class org.infinispan.jcache.annotation.InjectedCacheRemoveAllInterceptor
 
CacheRemoveAllInterceptor - Class in org.infinispan.jcache.annotation
CacheRemoveAll interceptor implementation.
CacheRemoveAllInterceptor(DefaultCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.CacheRemoveAllInterceptor
 
cacheRemoveAllMethodWithoutCacheName(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheRemoveAllMethodWithoutCacheName(String) - Method in interface org.infinispan.jcache.logging.Log
 
cacheRemoveAllMethodWithoutCacheName(String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
cacheRemoveAllMethodWithoutCacheName(String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cacheRemoveAllMethodWithoutCacheName$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheRemoveAllMethodWithoutCacheName$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
cacheRemoveAllMethodWithoutCacheName$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cacheRemoveEntry(InvocationContext) - Method in class org.infinispan.jcache.annotation.AbstractCacheRemoveEntryInterceptor
 
cacheRemoveEntry(InvocationContext) - Method in class org.infinispan.jcache.annotation.CacheRemoveEntryInterceptor
 
cacheRemoveEntry(InvocationContext) - Method in class org.infinispan.jcache.annotation.InjectedCacheRemoveEntryInterceptor
 
CacheRemoveEntryInterceptor - Class in org.infinispan.jcache.annotation
CacheRemove interceptor implementation.This interceptor uses the following algorithm describes in JSR-107.
CacheRemoveEntryInterceptor(DefaultCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.CacheRemoveEntryInterceptor
 
cacheRemoveEntryMethodWithoutCacheName(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheRemoveEntryMethodWithoutCacheName(String) - Method in interface org.infinispan.jcache.logging.Log
 
cacheRemoveEntryMethodWithoutCacheName(String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
cacheRemoveEntryMethodWithoutCacheName(String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cacheRemoveEntryMethodWithoutCacheName$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cacheRemoveEntryMethodWithoutCacheName$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
cacheRemoveEntryMethodWithoutCacheName$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cacheResult(InvocationContext) - Method in class org.infinispan.jcache.annotation.AbstractCacheResultInterceptor
 
cacheResult(InvocationContext) - Method in class org.infinispan.jcache.annotation.CacheResultInterceptor
 
cacheResult(InvocationContext) - Method in class org.infinispan.jcache.annotation.InjectedCacheResultInterceptor
 
CacheResultInterceptor - Class in org.infinispan.jcache.annotation
CacheResult interceptor implementation.
CacheResultInterceptor(DefaultCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.CacheResultInterceptor
 
CacheRoleImpl - Class in org.infinispan.security.impl
CacheRoleImpl.
CacheRoleImpl(String, AuthorizationPermission...) - Constructor for class org.infinispan.security.impl.CacheRoleImpl
 
CacheRoleImpl(String, Set<AuthorizationPermission>) - Constructor for class org.infinispan.security.impl.CacheRoleImpl
 
CacheRpcCommand - Interface in org.infinispan.commands.remote
The RpcManager only replicates commands wrapped in a CacheRpcCommand.
CacheRpcCommandExternalizer - Class in org.infinispan.marshall.exts
Externalizer in charge of marshalling cache specific commands.
CacheRpcCommandExternalizer(GlobalComponentRegistry, ReplicableCommandExternalizer) - Constructor for class org.infinispan.marshall.exts.CacheRpcCommandExternalizer
 
CacheSet<E> - Interface in org.infinispan
A set that also must implement the various CacheCollection methods for streams.
CacheSiteStatusBuilder - Class in org.infinispan.xsite.status
A per-cache SiteStatus builder.
CacheSiteStatusBuilder() - Constructor for class org.infinispan.xsite.status.CacheSiteStatusBuilder
 
cacheSize() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
 
cacheSize(long) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
 
cacheStarted(ComponentRegistry, String) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
 
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.
cacheStarted(Event) - Method in class org.infinispan.persistence.support.SingletonCacheWriter.SingletonStoreListener
Cache started, check whether the cache is the coordinator and set the singleton store's active status.
CacheStartedAdapter - Class in org.infinispan.cdi.event.cachemanager
 
CacheStartedAdapter(Event<CacheStartedEvent>, String) - Constructor for class org.infinispan.cdi.event.cachemanager.CacheStartedAdapter
 
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 class org.infinispan.lifecycle.AbstractModuleLifecycle
 
cacheStarting(ComponentRegistry, Configuration, String) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
 
cacheStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
CacheStatement - Class in org.infinispan.cli.interpreter.statement
CacheStatement shows the currently selected cache or selects a cache to be used as default for CLI operations
CacheStatement(String) - Constructor for class org.infinispan.cli.interpreter.statement.CacheStatement
 
cacheStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.cacheStatement_return
 
CacheStatisticCollector - Class in org.infinispan.stats
Collects and maintains all the statistics for a cache.
CacheStatisticCollector(TimeService) - Constructor for class org.infinispan.stats.CacheStatisticCollector
 
CacheStatisticManager - Class in org.infinispan.stats
Manages all the statistics for a single cache.
CacheStatisticManager(Configuration, TimeService) - Constructor for class org.infinispan.stats.CacheStatisticManager
 
CacheStatusResponse - Class in org.infinispan.topology
 
CacheStatusResponse(CacheJoinInfo, CacheTopology, CacheTopology, AvailabilityMode) - Constructor for class org.infinispan.topology.CacheStatusResponse
 
CacheStatusResponse.Externalizer - Class in org.infinispan.topology
 
cacheStopped(ComponentRegistry, String) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
 
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.
cacheStopped(CacheStoppedEvent) - Method in class org.infinispan.xsite.BackupReceiverRepositoryImpl
 
CacheStoppedAdapter - Class in org.infinispan.cdi.event.cachemanager
 
CacheStoppedAdapter(Event<CacheStoppedEvent>, String) - Constructor for class org.infinispan.cdi.event.cachemanager.CacheStoppedAdapter
 
CacheStoppedEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
This event is passed in to any method annotated with CacheStopped.
cacheStopping(ComponentRegistry, String) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
 
cacheStopping(ComponentRegistry, String) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
 
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() - 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.
CacheStoreFactory - Interface in org.infinispan.persistence.factory
Creates Cache Store instances.
CacheStoreFactoryRegistry - Class in org.infinispan.persistence.factory
Registry for multiple CacheStoreFactory objects.
CacheStoreFactoryRegistry() - Constructor for class org.infinispan.persistence.factory.CacheStoreFactoryRegistry
 
CacheStoreFactoryRegistryFactory - Class in org.infinispan.factories
 
CacheStoreFactoryRegistryFactory() - Constructor for class org.infinispan.factories.CacheStoreFactoryRegistryFactory
 
CacheStream<R> - Interface in org.infinispan
A Stream that has additional operations to monitor or control behavior when used from a Cache.
cacheStream() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
cacheStream() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
cacheStream() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
cacheStream() - Method in class org.infinispan.stream.impl.tx.TxDistributedDoubleCacheStream
 
cacheStream() - Method in class org.infinispan.stream.impl.tx.TxDistributedIntCacheStream
 
cacheStream() - Method in class org.infinispan.stream.impl.tx.TxDistributedLongCacheStream
 
CacheStream.SegmentCompletionListener - Interface in org.infinispan
Functional interface that is used as a callback when segments are completed.
CacheSupport<K,V> - Class in org.infinispan.cache.impl
 
CacheSupport() - Constructor for class org.infinispan.cache.impl.CacheSupport
 
CacheSupport(long, long) - Constructor for class org.infinispan.cache.impl.CacheSupport
 
CacheTopology - Class in org.infinispan.topology
The status of a cache from a distribution/state transfer point of view.
CacheTopology(int, int, ConsistentHash, ConsistentHash, List<Address>) - Constructor for class org.infinispan.topology.CacheTopology
 
CacheTopology(int, int, ConsistentHash, ConsistentHash, ConsistentHash, List<Address>) - Constructor for class org.infinispan.topology.CacheTopology
 
CacheTopology.Externalizer - Class in org.infinispan.topology
 
CacheTopologyControlCommand - Class in org.infinispan.topology
A control command for all cache membership/rebalance operations.
CacheTopologyControlCommand() - Constructor for class org.infinispan.topology.CacheTopologyControlCommand
 
CacheTopologyControlCommand(String, CacheTopologyControlCommand.Type, Address, int) - Constructor for class org.infinispan.topology.CacheTopologyControlCommand
 
CacheTopologyControlCommand(String, CacheTopologyControlCommand.Type, Address, CacheJoinInfo, int) - Constructor for class org.infinispan.topology.CacheTopologyControlCommand
 
CacheTopologyControlCommand(String, CacheTopologyControlCommand.Type, Address, int, int, Throwable, int) - Constructor for class org.infinispan.topology.CacheTopologyControlCommand
 
CacheTopologyControlCommand(String, CacheTopologyControlCommand.Type, Address, AvailabilityMode, int) - Constructor for class org.infinispan.topology.CacheTopologyControlCommand
 
CacheTopologyControlCommand(String, CacheTopologyControlCommand.Type, Address, CacheTopology, AvailabilityMode, int) - Constructor for class org.infinispan.topology.CacheTopologyControlCommand
 
CacheTopologyControlCommand.Type - Enum in org.infinispan.topology
 
CacheTopologyHandler - Interface in org.infinispan.topology
CacheTopologyInfo - Interface in org.infinispan.client.hotrod
Contains information about cache topology including servers and owned segments.
CacheTopologyInfoImpl - Class in org.infinispan.client.hotrod.impl
 
CacheTopologyInfoImpl(Map<SocketAddress, Set<Integer>>, Integer, Integer) - Constructor for class org.infinispan.client.hotrod.impl.CacheTopologyInfoImpl
 
CacheTransaction - Interface in org.infinispan.transaction.xa
Defines the state a infinispan transaction should have.
CacheTransaction.TransactionCompletedListener - Interface in org.infinispan.transaction.xa
 
CacheUnreachableException - Exception in org.infinispan.remoting
Wraps the UnreachableException.
CacheUnreachableException(UnreachableException) - Constructor for exception org.infinispan.remoting.CacheUnreachableException
 
CacheUsageInterceptor - Class in org.infinispan.stats.topK
Intercepts the VisitableCommands to calculate the corresponding top-key values.
CacheUsageInterceptor() - Constructor for class org.infinispan.stats.topK.CacheUsageInterceptor
 
cacheViewRollbackIdMismatch(int, int) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheViewRollbackIdMismatch(int, int) - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheViewRollbackIdMismatch(int, int) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cacheViewRollbackIdMismatch(int, int) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cacheViewRollbackIdMismatch(int, int) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cacheViewRollbackIdMismatch(int, int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cacheViewRollbackIdMismatch(int, int) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cacheViewRollbackIdMismatch(int, int) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cacheViewRollbackIdMismatch(int, int) - Method in class org.infinispan.stats.logging.Log_$logger
 
cacheViewRollbackIdMismatch(int, int) - Method in class org.infinispan.tree.logging.Log_$logger
 
cacheViewRollbackIdMismatch(int, int) - Method in interface org.infinispan.util.logging.Log
 
cacheViewRollbackIdMismatch(int, int) - Method in class org.infinispan.util.logging.Log_$logger
 
cacheViewRollbackIdMismatch$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cacheViewRollbackIdMismatch$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
cacheViewRollbackIdMismatch$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cacheViewRollbackIdMismatch$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cacheViewRollbackIdMismatch$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cacheViewRollbackIdMismatch$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cacheViewRollbackIdMismatch$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cacheViewRollbackIdMismatch$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cacheViewRollbackIdMismatch$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
cacheViewRollbackIdMismatch$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
cacheViewRollbackIdMismatch$str() - Method in class org.infinispan.util.logging.Log_$logger
 
CacheWriter<K,V> - Interface in org.infinispan.persistence.spi
Allows persisting data to an external storage, as opposed to the CacheLoader.
CacheWriterInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
CacheWriterInterceptor() - Constructor for class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
CacheWriterInterceptor.Updater - Class in org.infinispan.interceptors
Deprecated.
 
calculateAverageReadTime() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
calculateAverageRemoveTime() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
calculateAverageWriteTime() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
calculateEvictions() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
calculateHashCode() - Method in class org.infinispan.tree.Fqn
Calculates a hash code by summing the hash code of all elements.
calculateHitRatio() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
calculateHits() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
calculateMisses() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
calculateNumberOfEntries() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
calculateRank(ViewChangedEvent) - Method in class org.infinispan.container.versioning.NumericVersionGenerator.RankCalculator
 
calculateReadWriteRatio() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
calculateRemoveHits() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
calculateRemoveMisses() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
calculateSize(K, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.NodeSizeCalculatorWrapper
 
calculateSize(K, V) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EntrySizeCalculator
Method used to calculate how much memory in size the key and value use.
calculateSize(K, InternalCacheEntry<K, V>) - Method in class org.infinispan.container.entries.CacheEntrySizeCalculator
 
calculateSize(Object, Object) - Method in class org.infinispan.container.entries.PrimitiveEntrySizeCalculator
 
calculateStores() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
calculateTimeSinceStart() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
call() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEventCallable
 
call() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable
 
call() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable
 
call() - Method in class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCallable
 
call() - Method in class org.infinispan.persistence.remote.upgrade.MigrationTask
 
call() - Method in class org.infinispan.remoting.LocalInvocation
 
call() - Method in class org.infinispan.remoting.transport.jgroups.RspListFuture
 
call() - Method in class org.infinispan.remoting.transport.jgroups.SingleResponseFuture
 
callable(Callable<T>) - Method in interface org.infinispan.distexec.DistributedTaskBuilder
Provide relevant Callable for the DistributedTask
callbackHandler() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
 
callbackHandler(CallbackHandler) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
Specifies a CallbackHandler to be used during the authentication handshake.
CallInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
CallInterceptor() - Constructor for class org.infinispan.interceptors.CallInterceptor
Deprecated.
 
canAddOwners(List<Address>) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
canAddOwners(List<Address>) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Builder
 
canBlock() - Method in class org.infinispan.commands.CreateCacheCommand
 
canBlock() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
canBlock() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
canBlock() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
canBlock() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
canBlock() - Method in class org.infinispan.commands.read.AbstractDataCommand
 
canBlock() - Method in class org.infinispan.commands.read.AbstractLocalCommand
 
canBlock() - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
canBlock() - Method in class org.infinispan.commands.read.GetAllCommand
 
canBlock() - Method in class org.infinispan.commands.read.MapCombineCommand
 
canBlock() - Method in class org.infinispan.commands.read.ReduceCommand
 
canBlock() - Method in class org.infinispan.commands.remote.BaseRpcCommand
 
canBlock() - Method in class org.infinispan.commands.remote.ClusteredGetCommand
 
canBlock() - Method in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
canBlock() - Method in class org.infinispan.commands.remote.MultipleRpcCommand
 
canBlock() - Method in class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
 
canBlock() - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
 
canBlock() - Method in class org.infinispan.commands.remote.SingleRpcCommand
 
canBlock() - Method in class org.infinispan.commands.RemoveCacheCommand
 
canBlock() - Method in interface org.infinispan.commands.ReplicableCommand
If true, the command is processed asynchronously in a thread provided by an Infinispan thread pool.
canBlock() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
canBlock() - Method in class org.infinispan.commands.write.AbstractDataWriteCommand
 
canBlock() - Method in class org.infinispan.commands.write.ClearCommand
 
canBlock() - Method in class org.infinispan.commands.write.PutMapCommand
 
canBlock() - Method in class org.infinispan.manager.impl.ReplicableCommandManagerFunction
 
canBlock() - Method in class org.infinispan.manager.impl.ReplicableCommandRunnable
 
canBlock() - Method in class org.infinispan.statetransfer.StateRequestCommand
 
canBlock() - Method in class org.infinispan.statetransfer.StateResponseCommand
 
canBlock() - Method in class org.infinispan.stream.impl.StreamRequestCommand
 
canBlock() - Method in class org.infinispan.stream.impl.StreamResponseCommand
 
canBlock() - Method in class org.infinispan.stream.impl.StreamSegmentResponseCommand
 
canBlock() - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
canBlock() - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
 
cancel(UUID) - Method in interface org.infinispan.commands.CancellationService
Cancels (invokes Thread#interrupt) a thread given a thread id
cancel(UUID) - Method in class org.infinispan.commands.CancellationServiceImpl
 
cancel(boolean) - Method in class org.infinispan.commons.util.concurrent.AbstractInProcessFuture
 
cancel(boolean) - Method in class org.infinispan.commons.util.concurrent.CompositeNotifyingFuture
 
cancel(boolean) - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
cancel(boolean) - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
cancel() - Method in class org.infinispan.statetransfer.InboundTransferTask
 
cancel() - Method in class org.infinispan.statetransfer.OutboundTransferTask
Cancel the whole task.
cancel(LockState) - Method in interface org.infinispan.util.concurrent.locks.ExtendedLockPromise
It cancels the LockPromise if possible.
CancelCommand - Class in org.infinispan.commands
Command to cancel commands executing in remote VM
CancelCommand(String) - Constructor for class org.infinispan.commands.CancelCommand
 
CancelCommand(String, UUID) - Constructor for class org.infinispan.commands.CancelCommand
 
CancellableCommand - Interface in org.infinispan.commands
CancellableCommand is a command whose execution in remote VM can be canceled (if needed)
cancellableTasks - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
CancellationService - Interface in org.infinispan.commands
CancellationService manages association of Thread executing CancellableCommand in a remote VM and if needed cancels command execution
cancellationService - Variable in class org.infinispan.distexec.DefaultExecutorService
 
cancellationService - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
CancellationServiceImpl - Class in org.infinispan.commands
CancellationServiceImpl is a default implementation of CancellationService
CancellationServiceImpl() - Constructor for class org.infinispan.commands.CancellationServiceImpl
 
cancelOutboundTransfer(Address, int, Set<Integer>) - Method in interface org.infinispan.statetransfer.StateProvider
Cancel sending of cache entries that belong to the given set of segments.
cancelOutboundTransfer(Address, int, Set<Integer>) - Method in class org.infinispan.statetransfer.StateProviderImpl
 
cancelPushState(String) - Method in class org.infinispan.xsite.GlobalXSiteAdminOperations
 
cancelPushState(String) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
It cancels a running state transfer.
cancelPushState(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 
cancelPushState(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
 
cancelQueuedTasks() - Method in class org.infinispan.executors.SemaphoreCompletionService
When stopping, cancel any queued tasks.
cancelReceive(String) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
Sets the cluster to normal state.
cancelReceive(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 
cancelReceiveState(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
 
cancelSegments(Set<Integer>) - Method in class org.infinispan.statetransfer.InboundTransferTask
Cancels a subset of the segments.
cancelSegments(Set<Integer>) - Method in class org.infinispan.statetransfer.OutboundTransferTask
Cancel some of the segments.
cancelStateTransfer(String) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProvider
It cancels the state transfer for the remote site.
cancelStateTransfer(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
 
canExecute() - Method in class org.infinispan.io.GridFile
 
canExpire() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
canExpire() - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
canExpire() - Method in interface org.infinispan.container.entries.InternalCacheEntry
 
canExpire() - Method in interface org.infinispan.container.entries.InternalCacheValue
 
canExpire() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
canExpire() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
 
canExpire() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
canExpire() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
 
canExpire() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
canExpire() - Method in class org.infinispan.container.entries.MortalCacheEntry
 
canExpire() - Method in class org.infinispan.container.entries.MortalCacheValue
 
canExpire() - Method in class org.infinispan.container.entries.TransientCacheEntry
 
canExpire() - Method in class org.infinispan.container.entries.TransientCacheValue
 
canExpire() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
canLoad(Object) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
canLoad(Object) - Method in class org.infinispan.interceptors.ClusteredActivationInterceptor
Deprecated.
 
canLoad(Object) - Method in class org.infinispan.interceptors.ClusteredCacheLoaderInterceptor
Deprecated.
 
CANNOT_ASSUME_DENOM_IS_POWER_OF_TWO - Static variable in class org.infinispan.io.ModularArithmetic
 
cannotCommitTransaction(Exception) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
cannotCommitTransaction(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cannotCommitTransaction$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cannotCreateClusteredCaches(Throwable, String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
cannotCreateClusteredCaches(Throwable, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cannotCreateClusteredCaches$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cannotEnableHotRodWrapping() - Method in interface org.infinispan.persistence.remote.logging.Log
 
cannotEnableHotRodWrapping() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cannotEnableHotRodWrapping$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cannotFindResource(String) - Method in interface org.infinispan.commons.logging.Log
 
cannotFindResource(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
cannotFindResource(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cannotFindResource(String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
cannotFindResource(String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cannotFindResource$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
cannotFindResource$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cannotFindResource$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
cannotFindResource$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cannotLoadHotRodEntryWrapper(Exception) - Method in interface org.infinispan.persistence.remote.logging.Log
 
cannotLoadHotRodEntryWrapper(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cannotLoadHotRodEntryWrapper$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cannotLoadlevelDBFactories(String) - Method in interface org.infinispan.persistence.leveldb.logging.Log
 
cannotLoadlevelDBFactories(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cannotLoadlevelDBFactories$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cannotResizeUnboundedContainer() - Method in interface org.infinispan.commons.logging.Log
 
cannotResizeUnboundedContainer() - Method in class org.infinispan.commons.logging.Log_$logger
 
cannotResizeUnboundedContainer() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cannotResizeUnboundedContainer() - Method in class org.infinispan.jcache.logging.Log_$logger
 
cannotResizeUnboundedContainer() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cannotResizeUnboundedContainer$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
cannotResizeUnboundedContainer$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
cannotResizeUnboundedContainer$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
cannotResizeUnboundedContainer$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
cannotResolveExternalizerReader(ComponentStatus, int) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cannotResolveExternalizerReader(ComponentStatus, int) - Method in class org.infinispan.lucene.logging.Log_$logger
 
cannotResolveExternalizerReader(ComponentStatus, int) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cannotResolveExternalizerReader(ComponentStatus, int) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cannotResolveExternalizerReader(ComponentStatus, int) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cannotResolveExternalizerReader(ComponentStatus, int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cannotResolveExternalizerReader(ComponentStatus, int) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cannotResolveExternalizerReader(ComponentStatus, int) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cannotResolveExternalizerReader(ComponentStatus, int) - Method in class org.infinispan.stats.logging.Log_$logger
 
cannotResolveExternalizerReader(ComponentStatus, int) - Method in class org.infinispan.tree.logging.Log_$logger
 
cannotResolveExternalizerReader(ComponentStatus, int) - Method in interface org.infinispan.util.logging.Log
 
cannotResolveExternalizerReader(ComponentStatus, int) - Method in class org.infinispan.util.logging.Log_$logger
 
cannotResolveExternalizerReader$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cannotResolveExternalizerReader$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
cannotResolveExternalizerReader$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cannotResolveExternalizerReader$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cannotResolveExternalizerReader$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cannotResolveExternalizerReader$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cannotResolveExternalizerReader$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cannotResolveExternalizerReader$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cannotResolveExternalizerReader$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
cannotResolveExternalizerReader$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
cannotResolveExternalizerReader$str() - Method in class org.infinispan.util.logging.Log_$logger
 
cannotRespondToCommit(GlobalTransaction, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cannotRespondToCommit(GlobalTransaction, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
cannotRespondToCommit(GlobalTransaction, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cannotRespondToCommit(GlobalTransaction, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cannotRespondToCommit(GlobalTransaction, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cannotRespondToCommit(GlobalTransaction, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cannotRespondToCommit(GlobalTransaction, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cannotRespondToCommit(GlobalTransaction, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cannotRespondToCommit(GlobalTransaction, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
cannotRespondToCommit(GlobalTransaction, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
cannotRespondToCommit(GlobalTransaction, String) - Method in interface org.infinispan.util.logging.Log
 
cannotRespondToCommit(GlobalTransaction, String) - Method in class org.infinispan.util.logging.Log_$logger
 
cannotRespondToCommit$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cannotRespondToCommit$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
cannotRespondToCommit$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cannotRespondToCommit$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cannotRespondToCommit$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cannotRespondToCommit$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cannotRespondToCommit$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cannotRespondToCommit$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cannotRespondToCommit$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
cannotRespondToCommit$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
cannotRespondToCommit$str() - Method in class org.infinispan.util.logging.Log_$logger
 
cannotRespondToRollback(GlobalTransaction, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cannotRespondToRollback(GlobalTransaction, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
cannotRespondToRollback(GlobalTransaction, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cannotRespondToRollback(GlobalTransaction, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cannotRespondToRollback(GlobalTransaction, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cannotRespondToRollback(GlobalTransaction, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cannotRespondToRollback(GlobalTransaction, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cannotRespondToRollback(GlobalTransaction, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cannotRespondToRollback(GlobalTransaction, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
cannotRespondToRollback(GlobalTransaction, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
cannotRespondToRollback(GlobalTransaction, String) - Method in interface org.infinispan.util.logging.Log
 
cannotRespondToRollback(GlobalTransaction, String) - Method in class org.infinispan.util.logging.Log_$logger
 
cannotRespondToRollback$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cannotRespondToRollback$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
cannotRespondToRollback$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cannotRespondToRollback$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cannotRespondToRollback$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cannotRespondToRollback$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cannotRespondToRollback$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cannotRespondToRollback$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cannotRespondToRollback$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
cannotRespondToRollback$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
cannotRespondToRollback$str() - Method in class org.infinispan.util.logging.Log_$logger
 
cannotRollbackTransaction(Exception) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
cannotRollbackTransaction(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cannotRollbackTransaction$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cannotSelectRandomMembers(int, List) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cannotSelectRandomMembers(int, List) - Method in class org.infinispan.lucene.logging.Log_$logger
 
cannotSelectRandomMembers(int, List) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cannotSelectRandomMembers(int, List) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cannotSelectRandomMembers(int, List) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cannotSelectRandomMembers(int, List) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cannotSelectRandomMembers(int, List) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cannotSelectRandomMembers(int, List) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cannotSelectRandomMembers(int, List) - Method in class org.infinispan.stats.logging.Log_$logger
 
cannotSelectRandomMembers(int, List) - Method in class org.infinispan.tree.logging.Log_$logger
 
cannotSelectRandomMembers(int, List<Address>) - Method in interface org.infinispan.util.logging.Log
 
cannotSelectRandomMembers(int, List) - Method in class org.infinispan.util.logging.Log_$logger
 
cannotSelectRandomMembers$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
cannotSelectRandomMembers$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
cannotSelectRandomMembers$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
cannotSelectRandomMembers$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
cannotSelectRandomMembers$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
cannotSelectRandomMembers$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
cannotSelectRandomMembers$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
cannotSelectRandomMembers$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
cannotSelectRandomMembers$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
cannotSelectRandomMembers$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
cannotSelectRandomMembers$str() - Method in class org.infinispan.util.logging.Log_$logger
 
cannotUseOperatorAgain(String) - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
cannotUseOperatorAgain(String) - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
cannotUseOperatorAgain$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
canPerform(StoreConfiguration) - Method in enum org.infinispan.persistence.manager.PersistenceManager.AccessMode
Checks if the operation can be performed in the CacheWriter or CacheLoader configured with the configuration provided.
canRead() - Method in class org.infinispan.io.GridFile
 
canRollbackTransactionAfterOriginatorLeave(GlobalTransaction) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
 
canRollbackTransactionAfterOriginatorLeave(GlobalTransaction) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
It checks if the transaction can be aborted when the originator leaves the cluster.
canRollbackTransactionAfterOriginatorLeave(GlobalTransaction) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
canWrite() - Method in class org.infinispan.io.GridFile
 
capacity() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
 
capacity() - Method in interface org.infinispan.container.DataContainer
Returns the capacity of the underlying container.
capacity() - Method in class org.infinispan.container.DefaultDataContainer
 
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.
capacityFactors - Variable in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
cas(BaseLockingAction.InternalState, BaseLockingAction.InternalState) - Method in class org.infinispan.remoting.inboundhandler.action.BaseLockingAction
 
cast(Object) - Static method in class org.infinispan.cdi.util.Reflections
Perform a runtime cast.
cause() - Method in interface org.infinispan.distexec.FailoverContext
Returns the Throwable which was the cause of the task failure.
CDIHelper - Class in org.infinispan.cdi.util
 
CDIHelper() - Constructor for class org.infinispan.cdi.util.CDIHelper
 
cdl - Variable in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
cdl - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
cdl - Variable in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
cdl - Variable in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
cf - Variable in class org.infinispan.interceptors.ClusteringInterceptor
Deprecated.
 
ch - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
 
ch - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
 
ch - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareSet
 
channel - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
CHANNEL_LOOKUP - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
channelActive(ChannelHandlerContext) - Method in class org.infinispan.server.core.transport.StatsChannelHandler
 
ChannelNotifyParams(Channel, String, String[]) - Constructor for class org.infinispan.server.websocket.CacheListener.ChannelNotifyParams
 
channelNotSetUp() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
channelNotSetUp() - Method in class org.infinispan.lucene.logging.Log_$logger
 
channelNotSetUp() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
channelNotSetUp() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
channelNotSetUp() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
channelNotSetUp() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
channelNotSetUp() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
channelNotSetUp() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
channelNotSetUp() - Method in class org.infinispan.stats.logging.Log_$logger
 
channelNotSetUp() - Method in class org.infinispan.tree.logging.Log_$logger
 
channelNotSetUp() - Method in interface org.infinispan.util.logging.Log
 
channelNotSetUp() - Method in class org.infinispan.util.logging.Log_$logger
 
channelNotSetUp$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
channelNotSetUp$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
channelNotSetUp$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
channelNotSetUp$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
channelNotSetUp$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
channelNotSetUp$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
channelNotSetUp$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
channelNotSetUp$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
channelNotSetUp$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
channelNotSetUp$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
channelNotSetUp$str() - Method in class org.infinispan.util.logging.Log_$logger
 
channelRead(ChannelHandlerContext, Object) - Method in class org.infinispan.server.core.transport.StatsChannelHandler
 
channelRead0(ChannelHandlerContext, Object) - Method in class org.infinispan.server.websocket.WebSocketServerHandler
 
channelStillBound(Channel, SocketAddress) - Method in interface org.infinispan.server.core.logging.JavaLog
 
channelStillBound(Channel, SocketAddress) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
channelStillBound$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
channelStillConnected(Channel, SocketAddress) - Method in interface org.infinispan.server.core.logging.JavaLog
 
channelStillConnected(Channel, SocketAddress) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
channelStillConnected$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ChannelUtils - Class in org.infinispan.server.websocket
Channel Utilities.
ChannelUtils() - Constructor for class org.infinispan.server.websocket.ChannelUtils
 
CharacterEscapeSequence - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
CharacterEscapeSequence - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
characteristics() - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator
 
check(ActionState) - Method in interface org.infinispan.remoting.inboundhandler.action.Action
It checks this action.
check(ActionState) - Method in class org.infinispan.remoting.inboundhandler.action.BaseLockingAction
 
check(ActionState) - Method in class org.infinispan.remoting.inboundhandler.action.CheckTopologyAction
 
checkBulkRead() - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
 
checkBulkRead() - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
 
checkBulkRead() - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
checkCapacityFactors(List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
 
checkClear() - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
 
checkClear() - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
 
checkClear() - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
checkExpiration(InternalCacheEntry<K, V>, long) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
checkForErrorsInResponseStatus(Transport, HeaderParams, short) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
 
checkForErrorsInResponseStatus(Transport, HeaderParams, short) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
checkForLostData(AvailabilityStrategyContext, List<Address>) - Method in class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
 
checkForReadyTasks() - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
checkForReadyTasks() - Method in interface org.infinispan.util.concurrent.BlockingTaskAwareExecutorService
It checks for tasks ready to be processed in this ExecutorService.
checkForReadyTasks() - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
 
checking(ActionState) - Method in class org.infinispan.remoting.inboundhandler.action.BaseLockingAction
 
checking(ActionState) - Method in class org.infinispan.remoting.inboundhandler.action.LockAction
 
checking(ActionState) - Method in class org.infinispan.remoting.inboundhandler.action.PendingTxAction
 
checkNotClosed() - Method in class org.infinispan.jcache.AbstractJCache
 
checkNotClosed() - Method in class org.infinispan.jcache.embedded.JCache
 
checkNotClosed() - Method in class org.infinispan.jcache.remote.JCache
 
checkNotNull(Object, String) - Method in class org.infinispan.jcache.AbstractJCache
 
checkParentDirs(String, boolean) - Method in class org.infinispan.io.GridFile
Checks whether the parent directories are present (and are directories).
checkPendingTransactionsForKey(TxInvocationContext<?>, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager
 
checkPendingTransactionsForKey(TxInvocationContext<?>, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.NoOpPendingLockManager
 
checkPendingTransactionsForKey(TxInvocationContext<?>, Object, long, TimeUnit) - Method in interface org.infinispan.util.concurrent.locks.PendingLockManager
checkPendingTransactionsForKeys(TxInvocationContext<?>, Collection<Object>, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager
 
checkPendingTransactionsForKeys(TxInvocationContext<?>, Collection<Object>, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.NoOpPendingLockManager
 
checkPendingTransactionsForKeys(TxInvocationContext<?>, Collection<Object>, long, TimeUnit) - Method in interface org.infinispan.util.concurrent.locks.PendingLockManager
checkPermission(AuthorizationPermission) - Method in interface org.infinispan.security.AuthorizationManager
Verifies that the Subject associated with the current AccessControlContext has the requested permission.
checkPermission(AuthorizationPermission, String) - Method in interface org.infinispan.security.AuthorizationManager
Verifies that the Subject associated with the current AccessControlContext has the requested permission and role.
checkPermission(AuthorizationPermission) - Method in class org.infinispan.security.impl.AuthorizationHelper
 
checkPermission(AuthorizationPermission, String) - Method in class org.infinispan.security.impl.AuthorizationHelper
 
checkPermission(AuthorizationConfiguration, AuthorizationPermission) - Method in class org.infinispan.security.impl.AuthorizationHelper
 
checkPermission(AuthorizationConfiguration, AuthorizationPermission, String) - Method in class org.infinispan.security.impl.AuthorizationHelper
 
checkPermission(AuthorizationPermission) - Method in class org.infinispan.security.impl.AuthorizationManagerImpl
 
checkPermission(AuthorizationPermission, String) - Method in class org.infinispan.security.impl.AuthorizationManagerImpl
 
checkPermission(CachePermission) - Static method in class org.infinispan.security.Security
 
checkProtection() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
checkRead(Object) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
 
checkRead(Object) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
 
checkRead(Object) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
checkResponse(Object, Address, boolean) - Method in class org.infinispan.remoting.transport.AbstractTransport
 
checkReturnValue(Object, Bean<?>, InjectionPoint, BeanManager) - Static method in class org.infinispan.cdi.util.Beans
 
checkRsp(Rsp<Response>, Address, boolean, boolean) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
checkServersAlive(Collection<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
checkStatisticsUsed() - Method in class org.infinispan.interceptors.base.JmxStatsCommandInterceptor
Deprecated.
 
CheckTopologyAction - Class in org.infinispan.remoting.inboundhandler.action
An Action implementation that checks if the command topology id is valid.
CheckTopologyAction(BasePerCacheInboundInvocationHandler) - Constructor for class org.infinispan.remoting.inboundhandler.action.CheckTopologyAction
 
checkTotalOrderSupported() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
checkTotalOrderSupported() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
checkTotalOrderSupported() - Method in interface org.infinispan.remoting.transport.Transport
check if the transport has configured with total order deliver properties (has the sequencer in JGroups protocol stack.
checkTxCommandResponses(Map<Address, Response>, TransactionBoundaryCommand, LocalTxInvocationContext, Collection<Address>) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
checkWrite(Object) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
 
checkWrite(Object) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
 
checkWrite(Object) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
CHUNK_CACHE_KEY - Static variable in interface org.infinispan.lucene.ExternalizerIds
 
CHUNK_SIZE - Static variable in class org.infinispan.configuration.cache.StateTransferConfiguration
 
CHUNK_SIZE - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
ChunkCacheKey - Class in org.infinispan.lucene
Used as a key to distinguish file chunk in cache.
ChunkCacheKey(String, String, int, int, int) - Constructor for class org.infinispan.lucene.ChunkCacheKey
 
ChunkCacheKey.Externalizer - Class in org.infinispan.lucene
 
chunkSize() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
The state will be transferred in batches of chunkSize cache entries.
chunkSize(int) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
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.XSiteStateTransferConfigurationBuilder
If > 0, the state will be transferred in batches of chunkSize cache entries.
chunkSize(int) - Method in interface org.infinispan.lucene.directory.BuildContext
Sets the chunkSize option for the Directory being created.
chunkSize(int) - Method in class org.infinispan.lucene.impl.DirectoryBuilderImpl
 
CLASS_LOADER - Static variable in class org.infinispan.factories.KnownComponentNames
 
ClassFinder - Class in org.infinispan.commons.util
Find infinispan classes utility
ClassFinder() - Constructor for class org.infinispan.commons.util.ClassFinder
 
classLoader(ClassLoader) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
classLoader() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
classLoader(ClassLoader) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
classLoader(ClassLoader) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
 
classLoader() - Method in class org.infinispan.configuration.global.GlobalConfiguration
Get the classloader in use by this configuration.
classLoader(ClassLoader) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
classLoader - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
classLoader - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.ListenerInvocationImpl
 
ClassLoaderAwareFilteringListenable<K,V> - Interface in org.infinispan.notifications
Interface that enhances FilteringListenable with the possibility of specifying the ClassLoader which should be set as the context class loader for the invoked listener method
ClassLoaderAwareListenable - Interface in org.infinispan.notifications
Interface that enhances Listenable with the possibility of specifying the ClassLoader which should be set as the context class loader for the invoked listener method
classNotFoundIntegratingState(ClassNotFoundException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
classNotFoundIntegratingState(ClassNotFoundException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
classNotFoundIntegratingState$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
classNotIndexable(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
classNotIndexable(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
classNotIndexable(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
classNotIndexable(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
classNotIndexable(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
classNotIndexable(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
classNotIndexable(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
classNotIndexable(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
classNotIndexable(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
classNotIndexable(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
classNotIndexable(String) - Method in interface org.infinispan.util.logging.Log
 
classNotIndexable(String) - Method in class org.infinispan.util.logging.Log_$logger
 
classNotIndexable$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
classNotIndexable$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
classNotIndexable$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
classNotIndexable$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
classNotIndexable$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
classNotIndexable$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
classNotIndexable$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
classNotIndexable$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
classNotIndexable$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
classNotIndexable$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
classNotIndexable$str() - Method in class org.infinispan.util.logging.Log_$logger
 
classResolver() - Method in class org.infinispan.configuration.global.SerializationConfiguration
 
classResolver(ClassResolver) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
Class resolver to use when unmarshallig objects.
clean() - Static method in class org.infinispan.cdi.ContextInputCache
 
cleanLocksAndRethrow(InvocationContext, Throwable) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
cleanup(ActionState) - Method in interface org.infinispan.remoting.inboundhandler.action.Action
Cleanups when it is no longer needed.
cleanup(ActionState) - Method in class org.infinispan.remoting.inboundhandler.action.BaseLockingAction
 
cleanup(ActionState) - Method in class org.infinispan.remoting.inboundhandler.action.CheckTopologyAction
 
cleanup() - Method in class org.infinispan.remoting.inboundhandler.action.CompositeAction
 
cleanup() - Method in class org.infinispan.remoting.inboundhandler.action.DefaultReadyAction
 
cleanup(ActionState) - Method in class org.infinispan.remoting.inboundhandler.action.LockAction
 
cleanup() - Method in interface org.infinispan.remoting.inboundhandler.action.ReadyAction
Cleanup when it is no longer needed.
cleanup() - Static method in class org.infinispan.transaction.lookup.DummyTransactionManagerLookup
 
CLEANUP_TASK_FREQUENCY - Static variable in class org.infinispan.configuration.cache.L1Configuration
 
cleanupBackupLocks() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
cleanupBackupLocks() - Method in interface org.infinispan.transaction.xa.CacheTransaction
It cleans up the backup locks for this transaction.
cleanupFinalBeanManagers(AfterDeploymentValidation) - Method in class org.infinispan.cdi.util.BeanManagerProvider
By cleaning the final BeanManager map after the Deployment got Validated, we prevent premature loading of information from JNDI in cases where the container might not be fully setup yet.
cleanupLeaverTransactions(List<Address>) - Method in class org.infinispan.transaction.impl.TransactionTable
 
cleanupLeaverTransactions(List<Address>) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
First moves the prepared transactions originated on the leavers into the recovery cache and then cleans up the transactions that are not yet prepared.
cleanupStoredBeanManagerOnShutdown(BeforeShutdown) - Method in class org.infinispan.cdi.util.BeanManagerProvider
Cleanup on container shutdown
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 class org.infinispan.atomic.impl.AtomicHashMap
 
clear() - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
clear() - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
clear() - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
clear() - Method in interface org.infinispan.Cache
Removes all mappings from the cache.
clear() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
clear() - Method in class org.infinispan.cache.impl.CacheImpl
 
clear() - Method in class org.infinispan.cache.impl.DecoratedCache
 
clear() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
clear() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
 
clear() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
 
clear() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
 
clear() - Method in class org.infinispan.cdi.util.Synthetic.Provider
 
clear() - Method in class org.infinispan.client.hotrod.impl.InvalidatedNearRemoteCache
 
clear() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
clear() - Method in class org.infinispan.client.hotrod.near.NearCacheService
 
clear() - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
 
clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
 
clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
 
clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Removes all of the elements from this set.
clear() - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
 
clear() - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
Clear the cached marshallable type hints.
clear() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
clear() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Removes all of the mappings from this map.
clear() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Removes all of the mappingsonEntryHit(e) from this map.
clear() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Removes all of the mappings from this map.
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.WeakValueHashMap
 
clear() - Method in interface org.infinispan.container.DataContainer
Removes all entries in the container
clear() - Method in class org.infinispan.container.DefaultDataContainer
 
clear() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.RangeSet
 
clear() - Method in class org.infinispan.jcache.embedded.JCache
 
clear() - Method in class org.infinispan.jcache.embedded.RICacheStatistics

Statistics will also automatically be cleared if internal counters overflow.

clear() - Method in class org.infinispan.jcache.remote.JCache
 
clear() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
clear() - Method in class org.infinispan.persistence.async.AdvancedAsyncCacheWriter
 
clear() - Method in class org.infinispan.persistence.file.SingleFileStore
 
clear() - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
clear() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
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.leveldb.LevelDBStore
 
Clear - Class in org.infinispan.persistence.modifications
 
Clear() - Constructor for class org.infinispan.persistence.modifications.Clear
 
clear() - Method in class org.infinispan.persistence.remote.RemoteStore
 
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
Removes all the data from the storage.
clear() - Method in class org.infinispan.persistence.support.AdvancedSingletonCacheWriter
 
clear(S) - Method in interface org.infinispan.registry.ClusterRegistry
Deprecated.
 
clear(S) - Method in class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
clear() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
clear() - Method in class org.infinispan.server.websocket.json.JsonObject
 
clear() - Method in class org.infinispan.spring.provider.SpringCache
 
clear() - Method in class org.infinispan.spring.provider.SpringRemoteCache
 
clear() - Method in class org.infinispan.util.AbstractDelegatingCollection
 
clear() - Method in class org.infinispan.util.AbstractDelegatingMap
 
clear() - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Removes all of the mappings from this map.
clear() - Method in interface org.infinispan.util.concurrent.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that all Segment entries have been cleared.
clear() - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
 
clear() - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
 
CLEAR_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
CLEAR_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
clearAll() - Method in interface org.infinispan.registry.ClusterRegistry
Deprecated.
 
clearAll() - Method in class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
clearAll() - Method in class org.infinispan.util.DependencyGraph
 
clearAllStores(PersistenceManager.AccessMode) - Method in interface org.infinispan.persistence.manager.PersistenceManager
Invokes AdvancedCacheWriter.clear() on all the stores that aloes it.
clearAllStores(PersistenceManager.AccessMode) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
clearAllStores(PersistenceManager.AccessMode) - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
clearAndPause() - Method in class org.infinispan.persistence.sifs.LogAppender
 
clearAsync() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
clearAsync() - Method in class org.infinispan.cache.impl.CacheImpl
 
clearAsync() - Method in class org.infinispan.cache.impl.DecoratedCache
 
clearAsync() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
clearAsync() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
clearAsync() - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #clear().
clearAsync() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
ClearCache - Class in org.infinispan.cli.commands.server
 
ClearCache() - Constructor for class org.infinispan.cli.commands.server.ClearCache
 
CLEARCACHE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
CLEARCACHE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
ClearCacheEntry<K,V> - Class in org.infinispan.container.entries
Used in ClearInvocationContext to process the ClearCommand.
clearCacheStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
ClearCacheStatement - Class in org.infinispan.cli.interpreter.statement
ClearCacheStatement.
ClearCacheStatement(String) - Constructor for class org.infinispan.cli.interpreter.statement.ClearCacheStatement
 
clearCacheStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.clearCacheStatement_return
 
clearClusterStatus() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
Clears the completed state transfer status in all the cluster.
clearClusterStatus() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 
ClearCommand - Class in org.infinispan.commands.write
 
ClearCommand() - Constructor for class org.infinispan.commands.write.ClearCommand
 
ClearCommand(CacheNotifier<Object, Object>, DataContainer<?, ?>, Set<Flag>) - Constructor for class org.infinispan.commands.write.ClearCommand
 
clearData() - Method in class org.infinispan.tree.impl.NodeImpl
 
clearData(Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
clearData(String) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
clearData(String, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
clearData(Fqn) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
clearData(Fqn, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
clearData(AdvancedCache<NodeKey, AtomicMap<?, ?>>, Fqn) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
clearData() - Method in interface org.infinispan.tree.Node
Removes all mappings from the node's data map.
clearData(Flag...) - Method in interface org.infinispan.tree.Node
 
clearData(String) - Method in interface org.infinispan.tree.TreeCache
Convenience method that takes in a String represenation of the Fqn.
clearData(String, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
clearData(Fqn) - Method in interface org.infinispan.tree.TreeCache
Removes the keys and properties from a named node.
clearData(Fqn, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
clearDisallowedWhilePartitioned() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
clearDisallowedWhilePartitioned() - Method in class org.infinispan.lucene.logging.Log_$logger
 
clearDisallowedWhilePartitioned() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
clearDisallowedWhilePartitioned() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
clearDisallowedWhilePartitioned() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
clearDisallowedWhilePartitioned() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
clearDisallowedWhilePartitioned() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
clearDisallowedWhilePartitioned() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
clearDisallowedWhilePartitioned() - Method in class org.infinispan.stats.logging.Log_$logger
 
clearDisallowedWhilePartitioned() - Method in class org.infinispan.tree.logging.Log_$logger
 
clearDisallowedWhilePartitioned() - Method in interface org.infinispan.util.logging.Log
 
clearDisallowedWhilePartitioned() - Method in class org.infinispan.util.logging.Log_$logger
 
clearDisallowedWhilePartitioned$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
clearDisallowedWhilePartitioned$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
clearDisallowedWhilePartitioned$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
clearDisallowedWhilePartitioned$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
clearDisallowedWhilePartitioned$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
clearDisallowedWhilePartitioned$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
clearDisallowedWhilePartitioned$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
clearDisallowedWhilePartitioned$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
clearDisallowedWhilePartitioned$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
clearDisallowedWhilePartitioned$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
clearDisallowedWhilePartitioned$str() - Method in class org.infinispan.util.logging.Log_$logger
 
clearFactories() - Method in class org.infinispan.persistence.factory.CacheStoreFactoryRegistry
Removes all factories associated to this registry.
clearGroupers() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
Clear the groupers
ClearInvocationContext - Class in org.infinispan.context.impl
Implementation of InvocationContext used by the ClearCommand.
ClearInvocationContext(Address) - Constructor for class org.infinispan.context.impl.ClearInvocationContext
 
clearLockedKeys() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
clearLockedKeys() - Method in class org.infinispan.context.impl.ClearInvocationContext
 
clearLockedKeys() - Method in class org.infinispan.context.impl.ImmutableContext
 
clearLockedKeys() - Method in class org.infinispan.context.impl.NonTxInvocationContext
 
clearLockedKeys() - Method in interface org.infinispan.context.InvocationContext
 
clearLockedKeys() - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
clearLockedKeys() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
clearLockedKeys() - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
clearLookedUpEntries() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
clearLookedUpEntries() - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
clearModules() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
clearModules() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
ClearOperation<K,V> - Class in org.infinispan.atomic.impl
An atomic clear operation.
clearOperation() - Method in class org.infinispan.cache.impl.CacheImpl
 
ClearOperation - Class in org.infinispan.client.hotrod.impl.operations
Corresponds to clear operation as defined by Hot Rod protocol specification.
ClearOperation(Codec, TransportFactory, byte[], AtomicInteger, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.ClearOperation
 
ClearOperation.Externalizer - Class in org.infinispan.atomic.impl
 
clearProperties() - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
Clears the interceptor properties
clearProperties() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
Clears the transport properties
clearPushStateStatus() - Method in class org.infinispan.xsite.XSiteAdminOperations
 
clearRemoteLocksAcquired() - Method in class org.infinispan.transaction.impl.LocalTransaction
 
clearStatus() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
Clears the completed state transfer status.
clearStatus() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 
clearStore() - Method in class org.infinispan.persistence.async.AdvancedAsyncCacheWriter
 
clearStore() - Method in class org.infinispan.persistence.async.AsyncCacheWriter
 
clearStores() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
Removes any configured stores from this builder.
clearThreadLocal() - Method in interface org.infinispan.context.InvocationContextContainer
Remove the stored InvocationContext from the calling thread.
clearThreadLocal() - Method in class org.infinispan.context.InvocationContextContainerImpl
 
clearThreshold() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
 
clearThreshold(int) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
 
CLIConsoleCallback - Class in org.infinispan.cli.shell
CLIConsoleCallback
CLIConsoleCallback() - Constructor for class org.infinispan.cli.shell.CLIConsoleCallback
 
CLIENT_INTELLIGENCE_BASIC - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
CLIENT_INTELLIGENCE_HASH_DISTRIBUTION_AWARE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
CLIENT_INTELLIGENCE_TOPOLOGY_AWARE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
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.
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
 
clientIntel(byte) - Method in class org.infinispan.client.hotrod.impl.protocol.HeaderParams
 
ClientListener - Annotation Type in org.infinispan.client.hotrod.annotation
Annotation that marks a class to receive remote events from Hot Rod caches.
clientListenerMustUseDesignatedFilterConverterFactory(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
clientListenerMustUseDesignatedFilterConverterFactory(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
clientListenerMustUseDesignatedFilterConverterFactory$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
clientListenerMustUseRawData(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
clientListenerMustUseRawData(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
clientListenerMustUseRawData$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
ClientListenerNotifier - Class in org.infinispan.client.hotrod.event
 
ClientListenerNotifier(ExecutorService, Codec, Marshaller) - Constructor for class org.infinispan.client.hotrod.event.ClientListenerNotifier
 
clientSubject() - Method in class org.infinispan.client.hotrod.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.
CLInterfaceLoader<K,V> - Class in org.infinispan.persistence.cli
A read-only cache loader retrieving data from another cache(s) using the Command Line Interface.
CLInterfaceLoader() - Constructor for class org.infinispan.persistence.cli.CLInterfaceLoader
 
CLInterfaceLoaderConfiguration - Class in org.infinispan.persistence.cli.configuration
// TODO: Document this
CLInterfaceLoaderConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties, String) - Constructor for class org.infinispan.persistence.cli.configuration.CLInterfaceLoaderConfiguration
 
CLInterfaceLoaderConfigurationBuilder - Class in org.infinispan.persistence.cli.configuration
// TODO: Document this
CLInterfaceLoaderConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.persistence.cli.configuration.CLInterfaceLoaderConfigurationBuilder
 
CLInterfaceLoaderConfigurationParser72 - Class in org.infinispan.persistence.cli.configuration
XML parser for CLI cache loader configuration.
CLInterfaceLoaderConfigurationParser72() - Constructor for class org.infinispan.persistence.cli.configuration.CLInterfaceLoaderConfigurationParser72
 
CLInterfaceLoaderConfigurationParser80 - Class in org.infinispan.persistence.cli.configuration
XML parser for CLI cache loader configuration.
CLInterfaceLoaderConfigurationParser80() - Constructor for class org.infinispan.persistence.cli.configuration.CLInterfaceLoaderConfigurationParser80
 
CLInterfaceTargetMigrator - Class in org.infinispan.persistence.cli.upgrade
// TODO: Document this
CLInterfaceTargetMigrator() - Constructor for class org.infinispan.persistence.cli.upgrade.CLInterfaceTargetMigrator
 
clone() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
clone() - Method in class org.infinispan.commons.util.FastCopyHashMap
 
clone() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
clone() - Method in interface org.infinispan.container.entries.CacheEntry
 
clone() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
clone() - Method in class org.infinispan.container.entries.ClusteredRepeatableReadEntry
 
clone() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
clone() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
clone() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
clone() - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
clone() - Method in interface org.infinispan.container.entries.InternalCacheEntry
 
clone() - Method in class org.infinispan.container.entries.MortalCacheEntry
 
clone() - Method in class org.infinispan.container.entries.MortalCacheValue
 
clone() - Method in class org.infinispan.container.entries.NullCacheEntry
 
clone() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
clone() - Method in class org.infinispan.container.entries.RepeatableReadEntry
 
clone() - Method in class org.infinispan.container.entries.TransientCacheEntry
 
clone() - Method in class org.infinispan.container.entries.TransientCacheValue
 
clone() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
clone() - Method in class org.infinispan.container.entries.TransientMortalCacheValue
 
clone() - Method in class org.infinispan.context.impl.AbstractInvocationContext
 
clone() - Method in class org.infinispan.context.impl.ClearInvocationContext
 
clone() - Method in class org.infinispan.context.impl.ImmutableContext
 
clone() - Method in class org.infinispan.context.impl.NonTxInvocationContext
 
clone() - Method in interface org.infinispan.context.InvocationContext
Clones the invocation context.
clone() - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
clone(Callable<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
 
clone(Mapper<KIn, VIn, KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
clone(Reducer<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
clone() - Method in class org.infinispan.factories.AbstractComponentRegistry
 
clone() - Method in class org.infinispan.lucene.impl.InfinispanIndexInput
 
clone() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
clone() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
 
clone() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
clone() - Method in class org.infinispan.transaction.impl.RemoteTransaction
 
clone() - Method in class org.infinispan.transaction.xa.GlobalTransaction
 
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.cache.impl.SimpleCacheImpl.ConvertedIterable
 
close() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.ConvertingIterator
 
close() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.FilteredEntryIterable
 
close() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.FilteringIterator
 
close() - Method in class org.infinispan.cli.connection.jmx.JMXConnection
 
close() - Method in class org.infinispan.cli.io.ConsoleIOAdapter
 
close() - Method in interface org.infinispan.cli.io.IOAdapter
 
close() - Method in class org.infinispan.cli.io.StreamIOAdapter
 
close() - Method in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator
 
close() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.SaslInputStream
 
close() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.SaslOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
close() - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
close() - Method in class org.infinispan.commons.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in interface org.infinispan.commons.util.CloseableIterable
 
close() - Method in interface org.infinispan.commons.util.CloseableIterator
 
close() - Method in class org.infinispan.commons.util.CloseableIteratorMapper
 
close() - Method in interface org.infinispan.commons.util.CloseableSpliterator
 
close(Closeable) - Static method in class org.infinispan.commons.util.Util
 
close(Socket) - Static method in class org.infinispan.commons.util.Util
 
close(Closeable...) - Static method in class org.infinispan.commons.util.Util
 
close(Context) - Static method in class org.infinispan.commons.util.Util
 
close() - Method in class org.infinispan.functional.impl.FunctionalMapImpl
 
close() - Method in class org.infinispan.io.GridInputStream
 
close() - Method in class org.infinispan.io.GridOutputStream
 
close() - Method in class org.infinispan.io.ReadableGridFileChannel
 
close() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
close() - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
close() - Method in class org.infinispan.io.WritableGridFileChannel
 
close(CacheException) - Method in class org.infinispan.iteration.impl.DistributedEntryRetriever.DistributedItr
 
close() - Method in class org.infinispan.iteration.impl.LocalEntryRetriever.DataContainerIterator
 
close() - Method in class org.infinispan.iteration.impl.LocalEntryRetriever.Itr
 
close(CacheException) - Method in class org.infinispan.iteration.impl.LocalEntryRetriever.Itr
 
close() - Method in class org.infinispan.iteration.impl.RemovableEntryIterator
 
close() - Method in class org.infinispan.iteration.impl.TrackingEntryIterableFromStream
 
close() - Method in class org.infinispan.iteration.impl.TransactionAwareCloseableIterable
 
close() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
close() - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
close(ClassLoader) - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
close(URI, ClassLoader) - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
close() - Method in class org.infinispan.jcache.embedded.JCache
 
close() - Method in class org.infinispan.jcache.remote.JCache
 
close() - Method in class org.infinispan.lucene.impl.InfinispanIndexInput
 
close() - Method in class org.infinispan.lucene.impl.InfinispanIndexOutput
 
close() - Method in class org.infinispan.lucene.impl.SingleChunkIndexInput
 
close() - Method in class org.infinispan.persistence.util.PersistenceManagerCloseableSupplier
 
close() - Method in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher
 
close(ChannelHandlerContext, ChannelPromise) - Method in class org.infinispan.server.core.transport.SaslQopHandler
 
close() - Method in class org.infinispan.stream.impl.AbstractCacheStream
 
close() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
close() - Method in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
close() - Method in class org.infinispan.stream.impl.RemovableCloseableIterator
 
close() - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator
 
close() - Method in class org.infinispan.util.CloseableSuppliedIterator
 
close() - Method in interface org.infinispan.util.CloseableSupplier
 
close() - Method in class org.infinispan.util.concurrent.ReclosableLatch
 
close() - Method in class org.infinispan.util.DistinctKeyDoubleEntryCloseableIterator
 
close(InputStream) - Static method in class org.infinispan.util.stream.Streams
Attempt to close an InputStream.
close(OutputStream) - Static method in class org.infinispan.util.stream.Streams
Attempt to close an OutputStream.
close(Object) - Static method in class org.infinispan.util.stream.Streams
Attempt to close an InputStream or OutputStream.
close(InputStream[]) - Static method in class org.infinispan.util.stream.Streams
Attempt to close an array of InputStreams.
close(OutputStream[]) - Static method in class org.infinispan.util.stream.Streams
Attempt to close an array of OutputStreams.
close(Object[]) - Static method in class org.infinispan.util.stream.Streams
Attempt to close an array of InputStreama and/or OutputStreams.
close(InputStream) - Static method in class org.infinispan.util.Util
Deprecated.
 
CloseableIterable<E> - Interface in org.infinispan.commons.util
Interface that provides semantics of a Iterable and AutoCloseable interfaces.
CloseableIterator<E> - Interface in org.infinispan.commons.util
Interface that provides semantics of a Iterator and AutoCloseable interfaces.
CloseableIteratorCollection<E> - Interface in org.infinispan.commons.util
A collection that defines an iterator method that returns a CloseableIterator instead of a non closeable one.
CloseableIteratorCollectionAdapter<E> - Class in org.infinispan.commons.util
CloseableIteratorCollectionAdapter(Collection<E>) - Constructor for class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
CloseableIteratorMapper<E,S> - Class in org.infinispan.commons.util
A iterator that maps each value to the output of the Function.
CloseableIteratorMapper(CloseableIterator<? extends E>, Function<? super E, ? extends S>) - Constructor for class org.infinispan.commons.util.CloseableIteratorMapper
 
CloseableIteratorSet<E> - Interface in org.infinispan.commons.util
A set that defines an iterator method that returns a CloseableIterator instead of a non closeable one.
CloseableIteratorSetAdapter<E> - Class in org.infinispan.commons.util
CloseableIteratorSetAdapter(Set<E>) - Constructor for class org.infinispan.commons.util.CloseableIteratorSetAdapter
 
Closeables - Class in org.infinispan.commons.util
This class consists exclusively of static methods that operate on or return closeable interfaces.
CloseableSpliterator<T> - Interface in org.infinispan.commons.util
Interface that provides semantics of a Spliterator and AutoCloseable interfaces.
CloseableSuppliedIterator<E> - Class in org.infinispan.util
 
CloseableSuppliedIterator(CloseableSupplier<? extends E>) - Constructor for class org.infinispan.util.CloseableSuppliedIterator
 
CloseableSupplier<T> - Interface in org.infinispan.util
 
closeAll() - Method in class org.infinispan.persistence.jpa.impl.EntityManagerFactoryRegistry
 
closeChannel - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
closed - Variable in class org.infinispan.iteration.impl.TrackingEntryIterableFromStream
 
closeEntityManagerFactory(String) - Method in class org.infinispan.persistence.jpa.impl.EntityManagerFactoryRegistry
 
closeMarshaller() - Method in interface org.infinispan.commons.marshall.jboss.RiverCloseListener
 
closeRunnable - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
closeUnmarshaller() - Method in interface org.infinispan.commons.marshall.jboss.RiverCloseListener
 
CLUSTER - Static variable in class org.infinispan.util.logging.LogFactory
 
CLUSTER_EVENT - Static variable in interface org.infinispan.marshall.core.Ids
 
CLUSTER_EVENT_CALLABLE - Static variable in interface org.infinispan.marshall.core.Ids
 
CLUSTER_LISTENER_REMOVE_CALLABLE - Static variable in interface org.infinispan.marshall.core.Ids
 
CLUSTER_LISTENER_REPLICATE_CALLABLE - Static variable in interface org.infinispan.marshall.core.Ids
 
CLUSTER_RECOVERY_ATTEMPTS - Static variable in class org.infinispan.topology.ClusterTopologyManagerImpl
 
ClusterCacheNotifier<K,V> - Interface in org.infinispan.notifications.cachelistener.cluster
This interface describes methods required for a cluster listener to be able to be bootstrapped and properly notified when a new event has been raised from the cluster.
ClusterCacheStats - Interface in org.infinispan.stats
Similar to Stats but cluster wide.
ClusterCacheStatsFactory - Class in org.infinispan.stats.impl
ClusterCacheStatsFactory is a default factory class for ClusterCacheStats.
ClusterCacheStatsFactory() - Constructor for class org.infinispan.stats.impl.ClusterCacheStatsFactory
 
ClusterCacheStatsImpl - Class in org.infinispan.stats.impl
 
ClusterCacheStatsImpl() - Constructor for class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
ClusterCacheStatus - Class in org.infinispan.topology
Keeps track of a cache's status: members, current/pending consistent hashes, and rebalance status
ClusterCacheStatus(String, AvailabilityStrategy, ClusterTopologyManager, Transport) - Constructor for class org.infinispan.topology.ClusterCacheStatus
 
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
 
clusterDependentLogic - Variable in class org.infinispan.distexec.DefaultExecutorService
 
clustered(boolean) - Method in class org.infinispan.container.versioning.NumericVersionGenerator
 
clustered - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
clustered - Variable in class org.infinispan.transaction.impl.TransactionTable
 
ClusteredActivationInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
ClusteredActivationInterceptor() - Constructor for class org.infinispan.interceptors.ClusteredActivationInterceptor
Deprecated.
 
ClusteredCacheBackupReceiver - Class in org.infinispan.xsite
BackupReceiver implementation for clustered caches.
ClusteredCacheBackupReceiver(Cache<Object, Object>) - Constructor for class org.infinispan.xsite.ClusteredCacheBackupReceiver
 
ClusteredCacheLoaderInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
ClusteredCacheLoaderInterceptor() - Constructor for class org.infinispan.interceptors.ClusteredCacheLoaderInterceptor
Deprecated.
 
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.
ClusteredGetAllCommand<K,V> - Class in org.infinispan.commands.remote
Issues a remote getAll call.
ClusteredGetAllCommand(String) - Constructor for class org.infinispan.commands.remote.ClusteredGetAllCommand
 
ClusteredGetAllCommand(String, List<?>, Set<Flag>, GlobalTransaction, Equivalence<? super K>) - Constructor for class org.infinispan.commands.remote.ClusteredGetAllCommand
 
ClusteredGetCommand - Class in org.infinispan.commands.remote
Issues a remote get call.
ClusteredGetCommand(String) - Constructor for class org.infinispan.commands.remote.ClusteredGetCommand
 
ClusteredGetCommand(Object, String, Set<Flag>, boolean, GlobalTransaction, Equivalence) - Constructor for class org.infinispan.commands.remote.ClusteredGetCommand
 
ClusteredGetResponseValidityFilter - Class in org.infinispan.remoting.responses
A filter that tests the validity of ClusteredGetCommands.
ClusteredGetResponseValidityFilter(Collection<Address>, Address) - Constructor for class org.infinispan.remoting.responses.ClusteredGetResponseValidityFilter
 
ClusteredListenerInvocation(ListenerInvocation<Event<K, V>>, QueueingSegmentListener<K, V, CacheEntryEvent<K, V>>, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, ?>, Class<? extends Annotation>, boolean, UUID, boolean, Listener.Observation) - Constructor for class org.infinispan.notifications.cachelistener.CacheNotifierImpl.ClusteredListenerInvocation
 
ClusteredRepeatableReadEntry - Class in org.infinispan.container.entries
A version of RepeatableReadEntry that can perform write-skew checks during prepare.
ClusteredRepeatableReadEntry(Object, Object, Metadata) - Constructor for class org.infinispan.container.entries.ClusteredRepeatableReadEntry
 
ClusterEvent<K,V> - Class in org.infinispan.notifications.cachelistener.cluster
This is an event designed for use with cluster listeners solely.
ClusterEvent.Externalizer - Class in org.infinispan.notifications.cachelistener.cluster
 
ClusterEventCallable<K,V> - Class in org.infinispan.notifications.cachelistener.cluster
This DistributedCallable is used to invoke a raised notification on the cluster listener that registered to listen for this event.
ClusterEventCallable(UUID, ClusterEvent<K, V>) - Constructor for class org.infinispan.notifications.cachelistener.cluster.ClusterEventCallable
 
ClusterEventCallable(UUID, Collection<? extends ClusterEvent<K, V>>) - Constructor for class org.infinispan.notifications.cachelistener.cluster.ClusterEventCallable
 
ClusterEventCallable.Externalizer - Class in org.infinispan.notifications.cachelistener.cluster
 
ClusterEventManager<K,V> - Interface in org.infinispan.notifications.cachelistener.cluster
 
ClusterEventManagerFactory - Class in org.infinispan.notifications.cachelistener.cluster
Constructs the data container
ClusterEventManagerFactory() - Constructor for class org.infinispan.notifications.cachelistener.cluster.ClusterEventManagerFactory
 
ClusterEventManagerStub<K,V> - Class in org.infinispan.notifications.cachelistener.cluster.impl
 
ClusterEventManagerStub() - Constructor for class org.infinispan.notifications.cachelistener.cluster.impl.ClusterEventManagerStub
 
ClusterExecutor - Interface in org.infinispan.manager
A cluster executor that can be used to invoke a given command across the cluster.
ClusterExecutorImpl - Class in org.infinispan.manager.impl
Cluster executor implementation
ClusterExecutorImpl(Predicate<? super Address>, EmbeddedCacheManager, JGroupsTransport, long, TimeUnit, Executor) - Constructor for class org.infinispan.manager.impl.ClusterExecutorImpl
 
ClusterExpirationManager<K,V> - Class in org.infinispan.expiration.impl
Allows for cluster based expirations to occur.
ClusterExpirationManager() - Constructor for class org.infinispan.expiration.impl.ClusterExpirationManager
 
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
 
clusteringDependentLogic - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
ClusteringDependentLogic - Interface in org.infinispan.interceptors.locking
Abstractization for logic related to different clustering modes: replicated or distributed.
ClusteringDependentLogic.AbstractClusteringDependentLogic - Class in org.infinispan.interceptors.locking
 
ClusteringDependentLogic.DistributionLogic - Class in org.infinispan.interceptors.locking
This logic is used in distributed mode caches.
ClusteringDependentLogic.InvalidationLogic - Class in org.infinispan.interceptors.locking
This logic is used in invalidation mode caches.
ClusteringDependentLogic.LocalLogic - Class in org.infinispan.interceptors.locking
This logic is used in local mode caches.
ClusteringDependentLogic.ReplicationLogic - Class in org.infinispan.interceptors.locking
This logic is used in replicated mode caches.
ClusteringInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
ClusteringInterceptor() - Constructor for class org.infinispan.interceptors.ClusteringInterceptor
Deprecated.
 
clusteringLogic - Variable in class org.infinispan.transaction.impl.TransactionTable
 
clusterListenerInstallationFailure(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
clusterListenerInstallationFailure(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
clusterListenerInstallationFailure(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
clusterListenerInstallationFailure(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
clusterListenerInstallationFailure(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
clusterListenerInstallationFailure(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
clusterListenerInstallationFailure(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
clusterListenerInstallationFailure(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
clusterListenerInstallationFailure(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
clusterListenerInstallationFailure(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
clusterListenerInstallationFailure(Throwable) - Method in interface org.infinispan.util.logging.Log
 
clusterListenerInstallationFailure(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
clusterListenerInstallationFailure$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
clusterListenerInstallationFailure$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
clusterListenerInstallationFailure$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
clusterListenerInstallationFailure$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
clusterListenerInstallationFailure$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
clusterListenerInstallationFailure$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
clusterListenerInstallationFailure$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
clusterListenerInstallationFailure$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
clusterListenerInstallationFailure$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
clusterListenerInstallationFailure$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
clusterListenerInstallationFailure$str() - Method in class org.infinispan.util.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents(Class) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents(Class) - Method in class org.infinispan.lucene.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents(Class) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents(Class) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents(Class) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents(Class) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
clusterListenerRegisteredWithOnlyPreEvents(Class) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
clusterListenerRegisteredWithOnlyPreEvents(Class) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents(Class) - Method in class org.infinispan.stats.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents(Class) - Method in class org.infinispan.tree.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents(Class<?>) - Method in interface org.infinispan.util.logging.Log
 
clusterListenerRegisteredWithOnlyPreEvents(Class) - Method in class org.infinispan.util.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
clusterListenerRegisteredWithOnlyPreEvents$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
clusterListenerRegisteredWithOnlyPreEvents$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
clusterListenerRegisteredWithOnlyPreEvents$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ClusterListenerRemoveCallable<K,V> - Class in org.infinispan.notifications.cachelistener.cluster
This DistributedCallable is used to remove registered RemoteClusterListener on each of the various nodes when a cluster listener is unregistered from the cache.
ClusterListenerRemoveCallable(UUID) - Constructor for class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable
 
ClusterListenerRemoveCallable.Externalizer - Class in org.infinispan.notifications.cachelistener.cluster
 
ClusterListenerReplicateCallable<K,V> - Class in org.infinispan.notifications.cachelistener.cluster
This DistributedCallable is used to install a RemoteClusterListener on the resulting node.
ClusterListenerReplicateCallable(UUID, Address, CacheEventFilter<K, V>, CacheEventConverter<K, V, ?>, boolean) - Constructor for class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable
 
ClusterListenerReplicateCallable.Externalizer - Class in org.infinispan.notifications.cachelistener.cluster
 
ClusterLoader - Class in org.infinispan.persistence.cluster
Cache loader that consults other members in the cluster for values.
ClusterLoader() - Constructor for class org.infinispan.persistence.cluster.ClusterLoader
 
ClusterLoaderConfiguration - Class in org.infinispan.configuration.cache
ClusterLoaderConfiguration.
ClusterLoaderConfiguration(AttributeSet, AsyncStoreConfiguration, SingletonStoreConfiguration) - Constructor for class org.infinispan.configuration.cache.ClusterLoaderConfiguration
 
ClusterLoaderConfigurationBuilder - Class in org.infinispan.configuration.cache
 
ClusterLoaderConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
 
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.
clusterRecoveryFailed(Collection<Address>) - Method in interface org.infinispan.util.logging.events.Messages
 
clusterRecoveryFailed(Collection) - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
clusterRecoveryFailed$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
ClusterRegistry<S,K,V> - Interface in org.infinispan.registry
Deprecated.
functionality replaced by InternalCacheRegistry; to be removed in ver. 9.0
ClusterRegistryImpl<S,K,V> - Class in org.infinispan.registry.impl
Deprecated.
functionality replaced by InternalCacheRegistry
ClusterRegistryImpl() - Constructor for class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
ClusterRoleMapper - Class in org.infinispan.security.impl
ClusterRoleMapper.
ClusterRoleMapper() - Constructor for class org.infinispan.security.impl.ClusterRoleMapper
 
clusters() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
clusterStatus() - Method in class org.infinispan.xsite.XSiteAdminOperations
 
ClusterStreamManager<K> - Interface in org.infinispan.stream.impl
Manages distribution of various stream operations that are sent to remote nodes.
ClusterStreamManager.ResultsCallback<R> - Interface in org.infinispan.stream.impl
A callback that is used for result processing from the remote nodes.
ClusterStreamManagerImpl<K> - Class in org.infinispan.stream.impl
Cluster stream manager that sends all requests using the RpcManager to do the underlying communications.
ClusterStreamManagerImpl() - Constructor for class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
ClusterTopologyManager - Interface in org.infinispan.topology
Maintains the topology for all the caches in the cluster.
ClusterTopologyManagerFactory - Class in org.infinispan.topology
Factory for ClusterTopologyManager implementations
ClusterTopologyManagerFactory() - Constructor for class org.infinispan.topology.ClusterTopologyManagerFactory
 
ClusterTopologyManagerImpl - Class in org.infinispan.topology
The ClusterTopologyManager implementation.
ClusterTopologyManagerImpl() - Constructor for class org.infinispan.topology.ClusterTopologyManagerImpl
 
ClusterTopologyManagerImpl.ClusterViewListener - Class in org.infinispan.topology
 
ClusterViewListener() - Constructor for class org.infinispan.topology.ClusterTopologyManagerImpl.ClusterViewListener
 
clusterWideRebalanceCompleted(String, int) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
clusterWideRebalanceCompleted(String, int) - Method in class org.infinispan.lucene.logging.Log_$logger
 
clusterWideRebalanceCompleted(String, int) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
clusterWideRebalanceCompleted(String, int) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
clusterWideRebalanceCompleted(String, int) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
clusterWideRebalanceCompleted(String, int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
clusterWideRebalanceCompleted(String, int) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
clusterWideRebalanceCompleted(String, int) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
clusterWideRebalanceCompleted(String, int) - Method in class org.infinispan.stats.logging.Log_$logger
 
clusterWideRebalanceCompleted(String, int) - Method in class org.infinispan.tree.logging.Log_$logger
 
clusterWideRebalanceCompleted(String, int) - Method in interface org.infinispan.util.logging.Log
 
clusterWideRebalanceCompleted(String, int) - Method in class org.infinispan.util.logging.Log_$logger
 
clusterWideRebalanceCompleted$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
clusterWideRebalanceCompleted$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
clusterWideRebalanceCompleted$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
clusterWideRebalanceCompleted$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
clusterWideRebalanceCompleted$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
clusterWideRebalanceCompleted$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
clusterWideRebalanceCompleted$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
clusterWideRebalanceCompleted$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
clusterWideRebalanceCompleted$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
clusterWideRebalanceCompleted$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
clusterWideRebalanceCompleted$str() - Method in class org.infinispan.util.logging.Log_$logger
 
cm - Variable in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
Codec - Interface in org.infinispan.cli.interpreter.codec
 
codec - Variable in class org.infinispan.client.hotrod.impl.operations.HotRodOperation
 
Codec - Interface in org.infinispan.client.hotrod.impl.protocol
A Hot Rod protocol encoder/decoder.
codec - Variable in class org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory
 
Codec10 - Class in org.infinispan.client.hotrod.impl.protocol
A Hot Rod encoder/decoder for version 1.0 of the protocol.
Codec10() - Constructor for class org.infinispan.client.hotrod.impl.protocol.Codec10
 
Codec11 - Class in org.infinispan.client.hotrod.impl.protocol
A Hot Rod encoder/decoder for version 1.1 of the protocol.
Codec11() - Constructor for class org.infinispan.client.hotrod.impl.protocol.Codec11
 
Codec12 - Class in org.infinispan.client.hotrod.impl.protocol
A Hot Rod encoder/decoder for version 1.2 of the protocol.
Codec12() - Constructor for class org.infinispan.client.hotrod.impl.protocol.Codec12
 
Codec13 - Class in org.infinispan.client.hotrod.impl.protocol
A Hot Rod encoder/decoder for version 1.3 of the protocol.
Codec13() - Constructor for class org.infinispan.client.hotrod.impl.protocol.Codec13
 
Codec20 - Class in org.infinispan.client.hotrod.impl.protocol
A Hot Rod encoder/decoder for version 2.0 of the protocol.
Codec20() - Constructor for class org.infinispan.client.hotrod.impl.protocol.Codec20
 
Codec21 - Class in org.infinispan.client.hotrod.impl.protocol
 
Codec21() - Constructor for class org.infinispan.client.hotrod.impl.protocol.Codec21
 
Codec22 - Class in org.infinispan.client.hotrod.impl.protocol
 
Codec22() - Constructor for class org.infinispan.client.hotrod.impl.protocol.Codec22
 
Codec23 - Class in org.infinispan.client.hotrod.impl.protocol
 
Codec23() - Constructor for class org.infinispan.client.hotrod.impl.protocol.Codec23
 
Codec24 - Class in org.infinispan.client.hotrod.impl.protocol
 
Codec24() - Constructor for class org.infinispan.client.hotrod.impl.protocol.Codec24
 
Codec25 - Class in org.infinispan.client.hotrod.impl.protocol
 
Codec25() - Constructor for class org.infinispan.client.hotrod.impl.protocol.Codec25
 
CodecAwareStatement - Class in org.infinispan.cli.interpreter.statement
 
CodecException - Exception in org.infinispan.cli.interpreter.codec
CodecException.
CodecException(Throwable) - Constructor for exception org.infinispan.cli.interpreter.codec.CodecException
 
CodecException(String) - Constructor for exception org.infinispan.cli.interpreter.codec.CodecException
 
CodecException(String, Throwable) - Constructor for exception org.infinispan.cli.interpreter.codec.CodecException
 
CodecFactory - Class in org.infinispan.client.hotrod.impl.protocol
Code factory.
CodecFactory() - Constructor for class org.infinispan.client.hotrod.impl.protocol.CodecFactory
 
CodecRegistry - Class in org.infinispan.cli.interpreter.codec
CodecRegistry.
CodecRegistry(ClassLoader) - Constructor for class org.infinispan.cli.interpreter.codec.CodecRegistry
 
CodecUtils - Class in org.infinispan.client.hotrod.impl.protocol
 
coinToss - Variable in class org.infinispan.transaction.xa.DldGlobalTransaction
 
collate(Map<KOut, VOut>) - Method in interface org.infinispan.distexec.mapreduce.Collator
Collates all reduced results and returns R to invoker of distributed task.
Collator<KOut,VOut,R> - Interface in org.infinispan.distexec.mapreduce
Collator collates results from Reducers executed on Infinispan cluster and assembles a final result returned to an invoker of MapReduceTask.
collect(Collector<? super R, A, R1>) - Method in interface org.infinispan.CacheStream
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface org.infinispan.commons.api.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 T, A, R>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that transforms the traversable into a result container using a Collector.
collect(Supplier<R1>, BiConsumer<R1, ? super R>, BiConsumer<R1, R1>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
collect(Collector<? super R, A, R1>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
collect(Supplier<R1>, BiConsumer<R1, ? super R>, BiConsumer<R1, R1>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
Note: this method doesn't pay attention to ordering constraints and any sorting performed on the stream will be ignored by this terminal operator.
collect(Collector<? super R, A, R1>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
collect(Supplier<R>, ObjDoubleConsumer<R>, BiConsumer<R, R>) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
collect(Supplier<R>, ObjIntConsumer<R>, BiConsumer<R, R>) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
collect(Supplier<R>, ObjLongConsumer<R>, BiConsumer<R, R>) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
collect(Supplier<R1>, BiConsumer<R1, ? super R>, BiConsumer<R1, R1>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
collect(Collector<? super R, A, R1>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
collect(Supplier<R>, ObjDoubleConsumer<R>, BiConsumer<R, R>) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
collect(Supplier<R>, ObjIntConsumer<R>, BiConsumer<R, R>) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
collect(Supplier<R>, ObjLongConsumer<R>, BiConsumer<R, R>) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
CollectionAttributeCopier<T> - Class in org.infinispan.commons.configuration.attributes
CollectionAttributeCopier.
CollectionAttributeCopier() - Constructor for class org.infinispan.commons.configuration.attributes.CollectionAttributeCopier
 
CollectionFactory - Class in org.infinispan.commons.util
A factory for ConcurrentMaps.
CollectionFactory() - Constructor for class org.infinispan.commons.util.CollectionFactory
 
CollectionKeyFilter<K> - Class in org.infinispan.filter
Filter based on accepting/rejecting the keys that are present in a supplied collection.
CollectionKeyFilter(Collection<? extends K>) - Constructor for class org.infinispan.filter.CollectionKeyFilter
 
CollectionKeyFilter(Collection<? extends K>, boolean) - Constructor for class org.infinispan.filter.CollectionKeyFilter
 
CollectionKeyFilter.Externalizer - Class in org.infinispan.filter
 
CollectionsHelper - Class in org.infinispan.jcache.annotation
An helper class providing useful methods to work with JDK collections.
Collector<K,V> - Interface in org.infinispan.distexec.mapreduce
OutputCollector is the intermediate key/value result data output collector given to each Mapper
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.
Color - Enum in org.infinispan.cli.shell
 
combine(Map<K, V>, Map<K, V>) - Method in class org.infinispan.client.hotrod.impl.operations.GetAllParallelOperation
 
combine(T, T) - Method in class org.infinispan.client.hotrod.impl.operations.ParallelHotRodOperation
 
combine(Void, Void) - Method in class org.infinispan.client.hotrod.impl.operations.PutAllParallelOperation
 
combine(List<NotifyingFuture<T>>) - Static method in class org.infinispan.commons.util.concurrent.Futures
Returns a new NotifyingFuture that will be completed when all of the given futures completes.
combine(MapCombineCommand<KIn, VIn, KOut, VOut>, MapReduceManagerImpl.CollectableCollector<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl
 
combinedWith(Reducer<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Specifies Combiner to use for this MapReduceTask
combiner - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
Command - Interface in org.infinispan.cli.commands
 
command - Variable in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingEntrySet
Deprecated.
 
command - Variable in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingKeySet
Deprecated.
 
command - Variable in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
 
COMMAND_ID - Static variable in class org.infinispan.commands.CancelCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.control.LockControlCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.CreateCacheCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.functional.ReadWriteKeyCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.functional.ReadWriteManyCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.functional.WriteOnlyKeyCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.read.DistributedExecuteCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.read.GetAllCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.read.GetCacheEntryCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.read.GetKeyValueCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.read.MapCombineCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.read.ReduceCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.remote.ClusteredGetAllCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.remote.ClusteredGetCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.remote.MultipleRpcCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.remote.recovery.GetInDoubtTransactionsCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.remote.recovery.GetInDoubtTxInfoCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.remote.SingleRpcCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.RemoveCacheCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.tx.CommitCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.tx.PrepareCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.tx.RollbackCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.tx.totalorder.TotalOrderCommitCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.tx.totalorder.TotalOrderNonVersionedPrepareCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.tx.totalorder.TotalOrderRollbackCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.tx.totalorder.TotalOrderVersionedCommitCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.tx.totalorder.TotalOrderVersionedPrepareCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.tx.VersionedCommitCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.tx.VersionedPrepareCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.write.ApplyDeltaCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.write.ClearCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.write.InvalidateCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.write.InvalidateL1Command
 
COMMAND_ID - Static variable in class org.infinispan.commands.write.PutKeyValueCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.write.PutMapCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.write.RemoveCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.write.RemoveExpiredCommand
 
COMMAND_ID - Static variable in class org.infinispan.commands.write.ReplaceCommand
 
COMMAND_ID - Static variable in class org.infinispan.iteration.impl.EntryRequestCommand
 
COMMAND_ID - Static variable in class org.infinispan.iteration.impl.EntryResponseCommand
 
COMMAND_ID - Static variable in class org.infinispan.manager.impl.ReplicableCommandManagerFunction
 
COMMAND_ID - Static variable in class org.infinispan.manager.impl.ReplicableCommandRunnable
 
COMMAND_ID - Static variable in class org.infinispan.statetransfer.StateRequestCommand
 
COMMAND_ID - Static variable in class org.infinispan.statetransfer.StateResponseCommand
 
COMMAND_ID - Static variable in class org.infinispan.stream.impl.StreamRequestCommand
 
COMMAND_ID - Static variable in class org.infinispan.stream.impl.StreamResponseCommand
 
COMMAND_ID - Static variable in class org.infinispan.stream.impl.StreamSegmentResponseCommand
 
COMMAND_ID - Static variable in class org.infinispan.topology.CacheTopologyControlCommand
 
COMMAND_ID - Static variable in class org.infinispan.xsite.SingleXSiteRpcCommand
 
COMMAND_ID - Static variable in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
 
COMMAND_ID - Static variable in class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
COMMAND_ID - Static variable in class org.infinispan.xsite.XSiteAdminCommand
 
COMMAND_INVOCATION_ID - Static variable in interface org.infinispan.marshall.core.Ids
 
COMMAND_TIMEOUT_STATUS - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
CommandAwareRpcDispatcher - Class in org.infinispan.remoting.transport.jgroups
A JGroups RPC dispatcher that knows how to deal with ReplicableCommands.
CommandAwareRpcDispatcher(Channel, JGroupsTransport, InboundInvocationHandler, ScheduledExecutorService, TimeService) - Constructor for class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher
 
CommandBuffer - Interface in org.infinispan.cli
 
CommandBufferImpl - Class in org.infinispan.cli.impl
 
CommandBufferImpl() - Constructor for class org.infinispan.cli.impl.CommandBufferImpl
 
CommandInterceptor - Class in org.infinispan.interceptors.base
This is the base class for all interceptors to extend, and implements the Visitor interface allowing it to intercept invocations on VisitableCommands.
CommandInterceptor() - Constructor for class org.infinispan.interceptors.base.CommandInterceptor
 
CommandInvocationId - Class in org.infinispan.commands
Represents an unique identified for non-transaction write commands.
commandInvocationId - Variable in class org.infinispan.commands.write.AbstractDataWriteCommand
 
CommandInvocationId.Externalizer - Class in org.infinispan.commands
 
CommandRegistry - Class in org.infinispan.cli
 
CommandRegistry() - Constructor for class org.infinispan.cli.CommandRegistry
 
commandsFactory - Variable in class org.infinispan.cache.impl.CacheImpl
 
CommandsFactory - Interface in org.infinispan.commands
A factory to build commands, initializing and injecting dependencies accordingly.
commandsFactory - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
commandsFactory - Variable in class org.infinispan.transaction.impl.TransactionTable
 
CommandsFactoryImpl - Class in org.infinispan.commands
 
CommandsFactoryImpl() - Constructor for class org.infinispan.commands.CommandsFactoryImpl
 
Comment - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
Comment - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
commit() - Method in interface org.infinispan.atomic.DeltaAware
Indicate that all deltas collected to date has been extracted (via a call to DeltaAware.delta()) and can be discarded.
commit() - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
Commit - Class in org.infinispan.cli.commands.server
 
Commit() - Constructor for class org.infinispan.cli.commands.server.Commit
 
COMMIT - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
COMMIT - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
commit(DataContainer, Metadata) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
commit(DataContainer<K, V>, Metadata) - Method in interface org.infinispan.container.entries.CacheEntry
Commits changes
commit(DataContainer<K, V>, Metadata) - Method in class org.infinispan.container.entries.ClearCacheEntry
 
commit(DataContainer<K, DeltaAware>, Metadata) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
commit(DataContainer, Metadata) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
commit(DataContainer, Metadata) - Method in class org.infinispan.container.entries.NullCacheEntry
 
commit(DataContainer, Metadata) - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
commit() - Method in class org.infinispan.lucene.impl.FileListCacheValue
 
commit(CacheEntry, Metadata, Flag, boolean) - Method in class org.infinispan.statetransfer.CommitManager
It tries to commit the cache entry.
commit(LocalTransaction, boolean) - Method in class org.infinispan.transaction.impl.TransactionCoordinator
 
commit() - Method in class org.infinispan.transaction.tm.DummyBaseTransactionManager
Commit the transaction associated with the calling thread.
commit() - Method in class org.infinispan.transaction.tm.DummyTransaction
Attempt to commit this transaction.
commit() - Method in class org.infinispan.transaction.tm.DummyUserTransaction
Attempt to commit this transaction.
commit(Xid, boolean) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
Same comment as for TransactionXaAdapter.prepare(javax.transaction.xa.Xid) applies for commit.
CommitCommand - Class in org.infinispan.commands.tx
Command corresponding to the 2nd phase of 2PC.
CommitCommand(String, GlobalTransaction) - Constructor for class org.infinispan.commands.tx.CommitCommand
 
CommitCommand(String) - Constructor for class org.infinispan.commands.tx.CommitCommand
 
commitCommand(TxInvocationContext) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
commitContextEntries(InvocationContext, FlagAffectedCommand, Metadata) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
commitContextEntry(CacheEntry, InvocationContext, FlagAffectedCommand, Metadata, Flag, boolean) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
commitContextEntry(CacheEntry, InvocationContext, FlagAffectedCommand, Metadata, Flag, boolean) - Method in class org.infinispan.interceptors.totalorder.TotalOrderVersionedEntryWrappingInterceptor
Deprecated.
 
commitContextEntry(CacheEntry, InvocationContext, FlagAffectedCommand, Metadata, Flag, boolean) - Method in class org.infinispan.interceptors.VersionedEntryWrappingInterceptor
Deprecated.
 
commitEntry(CacheEntry, Metadata, FlagAffectedCommand, InvocationContext, Flag, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
 
commitEntry(CacheEntry, Metadata, FlagAffectedCommand, InvocationContext, Flag, boolean) - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
 
commitManager - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
 
CommitManager - Class in org.infinispan.statetransfer
Keeps track of the keys updated by normal operation and state transfer.
CommitManager(Equivalence<Object>) - Constructor for class org.infinispan.statetransfer.CommitManager
 
commitSingleEntry(CacheEntry, Metadata, FlagAffectedCommand, InvocationContext, Flag, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
 
commitSingleEntry(CacheEntry, Metadata, FlagAffectedCommand, InvocationContext, Flag, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.DistributionLogic
 
commitSingleEntry(CacheEntry, Metadata, FlagAffectedCommand, InvocationContext, Flag, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
 
commitSingleEntry(CacheEntry, Metadata, FlagAffectedCommand, InvocationContext, Flag, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
 
commitSingleEntry(CacheEntry, Metadata, FlagAffectedCommand, InvocationContext, Flag, boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.ReplicationLogic
 
commitTransactionStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
CommitTransactionStatement - Class in org.infinispan.cli.interpreter.statement
CommitTransactionStatement commits a running transaction
CommitTransactionStatement(String) - Constructor for class org.infinispan.cli.interpreter.statement.CommitTransactionStatement
 
commitTransactionStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.commitTransactionStatement_return
 
CommonLockObtainUtils - Class in org.infinispan.lucene.impl
 
CommonNameRoleMapper - Class in org.infinispan.security.impl
CommonNameRoleMapper.
CommonNameRoleMapper() - Constructor for class org.infinispan.security.impl.CommonNameRoleMapper
 
compactionThreshold() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
 
compactionThreshold(double) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
 
comparator() - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
compare(T, T) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
 
compare(Object, Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
 
compare(byte[], byte[]) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
 
compare(T, T) - Method in interface org.infinispan.commons.equivalence.Equivalence
Compares the two given objects for order.
compare(T, T) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
 
compare(Fqn, Fqn) - Method in class org.infinispan.tree.impl.FqnComparator
Returns -1 if the first comes before; 0 if they are the same; 1 if the second Fqn comes before.
compareTo(EntryVersion<T>) - Method in interface org.infinispan.commons.api.functional.EntryVersion
Compare the entry version.
compareTo(EntryVersion<Long>) - Method in class org.infinispan.commons.api.functional.EntryVersion.NumericEntryVersion
 
compareTo(EntryVersion) - Method in interface org.infinispan.container.versioning.EntryVersion
Compares the given version against the current instance.
compareTo(EntryVersion) - Method in class org.infinispan.container.versioning.NumericVersion
 
compareTo(EntryVersion) - Method in class org.infinispan.container.versioning.SimpleClusteredVersion
 
compareTo(File) - Method in class org.infinispan.io.GridFile
 
compareTo(Address) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress
 
compareTo(Address) - Method in class org.infinispan.topology.PersistentUUID
 
compareTo(Fqn) - Method in class org.infinispan.tree.Fqn
Compares this Fqn to another
compareTo(byte[]) - Static method in class org.infinispan.Version
 
compatibility() - Method in class org.infinispan.configuration.cache.Configuration
 
compatibility() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
compatibility() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
 
CompatibilityModeConfiguration - Class in org.infinispan.configuration.cache
Compatibility mode configuration
CompatibilityModeConfigurationBuilder - Class in org.infinispan.configuration.cache
Compatibility mode configuration builder
CompletableFutures - Class in org.infinispan.util.concurrent
Utility methods connecting CompletableFuture futures and our NotifyingNotifiableFuture futures.
CompletableFutures() - Constructor for class org.infinispan.util.concurrent.CompletableFutures
 
complete(Context, ProcessedCommand, List<String>) - Method in class org.infinispan.cli.commands.AbstractCommand
 
complete(Context, ProcessedCommand, List<String>) - Method in class org.infinispan.cli.commands.client.Container
 
complete(Context, ProcessedCommand, List<String>) - Method in class org.infinispan.cli.commands.client.Help
 
complete(Context, ProcessedCommand, List<String>) - Method in interface org.infinispan.cli.commands.Command
 
complete(Context, ProcessedCommand, List<String>) - Method in class org.infinispan.cli.commands.server.Cache
 
complete(Context, ProcessedCommand, List<String>) - Method in class org.infinispan.cli.commands.server.Create
 
complete(Context, ProcessedCommand, List<String>) - Method in class org.infinispan.cli.commands.server.Info
 
complete(Context, ProcessedCommand, List<String>) - Method in class org.infinispan.cli.commands.server.Site
 
complete(Context, ProcessedCommand, List<String>) - Method in class org.infinispan.cli.commands.server.Stats
 
complete(Context, ProcessedCommand, List<String>) - Method in class org.infinispan.cli.commands.server.Upgrade
 
complete(CompleteOperation) - Method in class org.infinispan.cli.shell.Completer
 
complete - Variable in class org.infinispan.stream.impl.StreamResponseCommand
 
COMPLETED_TX_TIMEOUT - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
completedExceptionFuture(Throwable) - Static method in class org.infinispan.util.concurrent.CompletableFutures
 
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.
Completer - Class in org.infinispan.cli.shell
 
Completer(Context) - Constructor for class org.infinispan.cli.shell.Completer
 
CompleteTransactionCommand - Class in org.infinispan.commands.remote.recovery
Command used by the recovery tooling for forcing transaction completion .
CompleteTransactionCommand(String) - Constructor for class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
 
CompleteTransactionCommand(String, Xid, boolean) - Constructor for class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
 
completionQueue - Variable in class org.infinispan.distexec.DistributedExecutionCompletionService
 
completionService - Variable in class org.infinispan.client.hotrod.impl.operations.ParallelHotRodOperation
 
complexGraphObjectAreNotYetSupported(String) - Method in interface org.infinispan.server.websocket.logging.Log
 
complexGraphObjectAreNotYetSupported(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
complexGraphObjectAreNotYetSupported$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
Component() - Constructor for class org.infinispan.factories.AbstractComponentRegistry.Component
 
Component() - Constructor for class org.infinispan.factories.TestDelayFactory.Component
 
COMPONENT_KEY - Static variable in class org.infinispan.jmx.ComponentsJmxRegistration
 
componentFailedToStop(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
componentFailedToStop(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
componentFailedToStop(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
componentFailedToStop(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
componentFailedToStop(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
componentFailedToStop(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
componentFailedToStop(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
componentFailedToStop(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
componentFailedToStop(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
componentFailedToStop(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
componentFailedToStop(Throwable) - Method in interface org.infinispan.util.logging.Log
 
componentFailedToStop(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
componentFailedToStop$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
componentFailedToStop$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
componentFailedToStop$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
componentFailedToStop$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
componentFailedToStop$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
componentFailedToStop$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
componentFailedToStop$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
componentFailedToStop$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
componentFailedToStop$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
componentFailedToStop$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
componentFailedToStop$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ComponentMetadata - Class in org.infinispan.factories.components
This class contains all of the metadata and implications expressed via the Scope, SurvivesRestarts, DefaultFactoryFor, ComponentName, Inject, Start and Stop annotations.
ComponentMetadata(Class<?>, List<Method>, List<Method>, List<Method>, boolean, boolean) - Constructor for class org.infinispan.factories.components.ComponentMetadata
 
ComponentMetadata.InjectMetadata - Class in org.infinispan.factories.components
This class encapsulates metadata on an inject method, such as one annotated with Inject
ComponentMetadata.PrioritizedMethodMetadata - Class in org.infinispan.factories.components
This class encapsulates metadata on a prioritized method, such as one annotated with Start or @Stop
ComponentMetadataPersister - Class in org.infinispan.factories.components
A utility class used by the Infinispan build process to scan metadata and persist it.
ComponentMetadataPersister() - Constructor for class org.infinispan.factories.components.ComponentMetadataPersister
 
ComponentMetadataRepo - Class in org.infinispan.factories.components
This is a repository of component metadata, which is populated when the Infinispan core jar is loaded up.
ComponentMetadataRepo() - Constructor for class org.infinispan.factories.components.ComponentMetadataRepo
 
ComponentName - Annotation Type in org.infinispan.factories.annotations
Mechanism for specifying the name of components to retrieve
componentRegistry - Variable in class org.infinispan.cache.impl.CacheImpl
 
componentRegistry - Variable in class org.infinispan.factories.AbstractNamedCacheComponentFactory
 
ComponentRegistry - Class in org.infinispan.factories
Named cache specific components
ComponentRegistry(String, Configuration, AdvancedCache<?, ?>, GlobalComponentRegistry, ClassLoader) - Constructor for class org.infinispan.factories.ComponentRegistry
Creates an instance of the component registry.
componentRegistry - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever
 
ComponentsJmxRegistration - Class in org.infinispan.jmx
Registers a set of components on an MBean server.
ComponentsJmxRegistration(MBeanServer, Set<AbstractComponentRegistry.Component>, String) - Constructor for class org.infinispan.jmx.ComponentsJmxRegistration
C-tor.
ComponentStatus - Enum in org.infinispan.lifecycle
Different states a component may be in.
composeWithExceptions(CacheStream.SegmentCompletionListener, CacheStream.SegmentCompletionListener) - Static method in class org.infinispan.stream.impl.DistributedCacheStream
Given two SegmentCompletionListener, return a SegmentCompletionListener 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.marshall.core.Ids
 
COMPOSITE_KEY_VALUE_FILTER - Static variable in interface org.infinispan.marshall.core.Ids
 
CompositeAction - Class in org.infinispan.remoting.inboundhandler.action
A ReadyAction implementation that delegates it logic to a collection of other ReadyAction.
CompositeAction(Collection<ReadyAction>) - Constructor for class org.infinispan.remoting.inboundhandler.action.CompositeAction
 
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
 
CompositeKeyFilter<K> - Class in org.infinispan.filter
Allows AND-composing several filters.
CompositeKeyFilter(KeyFilter<? super K>...) - Constructor for class org.infinispan.filter.CompositeKeyFilter
 
CompositeKeyFilter.Externalizer - Class in org.infinispan.filter
 
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
 
CompositeNotifyingFuture<T> - Class in org.infinispan.commons.util.concurrent
CompositeNotifyingFuture aggregates several NotifyingFuture and completes when all of them complete.
CompositeNotifyingFuture(List<NotifyingFuture<T>>) - Constructor for class org.infinispan.commons.util.concurrent.CompositeNotifyingFuture
 
CompressionType - Enum in org.infinispan.persistence.leveldb.configuration
 
compressionType() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
 
compressionType(CompressionType) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
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, DataContainer.ComputeAction<K, V>) - Method in class org.infinispan.container.DefaultDataContainer
 
computeActualNumOwners(int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
computeAvailabilityAfterMerge(AvailabilityStrategyContext, CacheTopology, List<Address>, AvailabilityMode) - Method in class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
 
computeExpectedSegments(int, int, Address) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
 
computeExpectedSegmentsForNode(Address, int) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
computeExpectedSegmentsForNode(Address, int) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Builder
 
computeGroup(T, String) - Method in interface org.infinispan.distribution.group.Grouper
Compute the group for a given key
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsentInternal(K, Function<? super K, ? extends V>, ByRef<V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
computeIfAbsentInternal(K, Function<? super K, ? extends V>, ByRef<V>) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresentInternal(K, BiFunction<? super K, ? super V, ? extends V>, SimpleCacheImpl.CacheEntryChange<K, V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
computeIfPresentInternal(K, BiFunction<? super K, ? super V, ? extends V>, SimpleCacheImpl.CacheEntryChange<K, V>) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
computeInternal(K, BiFunction<? super K, ? super V, ? extends V>, SimpleCacheImpl.CacheEntryChange<K, V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
computeInternal(K, BiFunction<? super K, ? super V, ? extends V>, SimpleCacheImpl.CacheEntryChange<K, V>) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
computeNewHashes(Transport, Log, int, int, short, int, int) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
 
computeNewHashes(Transport, Log, int, int, short, int, int) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec11
 
computeOrphan(Collection<Address>) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
Check's if this transaction's originator is no longer part of the cluster (orphan transaction) and updates RecoveryAwareRemoteTransaction.isOrphan().
computeTotalCapacity() - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
computeTotalCapacity(Collection<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
 
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(int) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
Concurrency level for lock containers.
concurrencyLevel(int) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
 
ConcurrentGlobalContainer - Class in org.infinispan.stats.container
Thread safe cache statistics that allows multiple writers and reader at the same time.
ConcurrentGlobalContainer(TimeService) - Constructor for class org.infinispan.stats.container.ConcurrentGlobalContainer
 
ConcurrentHashSet<E> - Class in org.infinispan.util.concurrent
A simple Set implementation backed by a ConcurrentHashMap to deal with the fact that the JDK does not have a proper concurrent Set implementation that uses efficient lock striping.
ConcurrentHashSet() - Constructor for class org.infinispan.util.concurrent.ConcurrentHashSet
 
ConcurrentHashSet(int) - Constructor for class org.infinispan.util.concurrent.ConcurrentHashSet
 
ConcurrentHashSet(int, float, int) - Constructor for class org.infinispan.util.concurrent.ConcurrentHashSet
Params passed in to the underlying CHM.
ConcurrentParallelHashMapV8<K,V> - Class in org.infinispan.commons.util.concurrent.jdk8backported
 
ConcurrentParallelHashMapV8(Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.ConcurrentParallelHashMapV8
 
ConcurrentParallelHashMapV8(int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.ConcurrentParallelHashMapV8
 
ConcurrentParallelHashMapV8(int, float, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.ConcurrentParallelHashMapV8
 
ConcurrentParallelHashMapV8(int, float, int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.ConcurrentParallelHashMapV8
 
ConcurrentParallelHashMapV8(Map<? extends K, ? extends V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.ConcurrentParallelHashMapV8
 
ConcurrentWeakKeyHashMap<K,V> - Class in org.infinispan.commons.util.concurrent
An alternative weak-key ConcurrentMap which is similar to ConcurrentHashMap.
ConcurrentWeakKeyHashMap(int, float, int) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
ConcurrentWeakKeyHashMap(int, float) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types (weak keys, strong values), and concurrencyLevel (16).
ConcurrentWeakKeyHashMap(int) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong values), load factor (0.75) and concurrencyLevel (16).
ConcurrentWeakKeyHashMap() - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values), default load factor (0.75) and concurrencyLevel (16).
ConcurrentWeakKeyHashMap(Map<? extends K, ? extends V>) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Creates a new map with the same mappings as the given map.
ConcurrentWeakKeyHashMap.ReusableIterator<E> - Interface in org.infinispan.commons.util.concurrent
 
conditionIsAlreadyInUseByAnotherBuilder() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
conditionIsAlreadyInUseByAnotherBuilder() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
conditionIsAlreadyInUseByAnotherBuilder$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
conditionNotFoundInParent() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
conditionNotFoundInParent() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
conditionNotFoundInParent$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
conditionWasCreatedByAnotherFactory() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
conditionWasCreatedByAnotherFactory() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
conditionWasCreatedByAnotherFactory$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
config - Variable in class org.infinispan.cache.impl.CacheImpl
 
Config - Interface in org.infinispan.cli
 
config - Variable in class org.infinispan.context.AbstractInvocationContextFactory
 
config - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
ConfigImpl - Class in org.infinispan.cli.shell
ConfigImpl.
ConfigImpl(String) - Constructor for class org.infinispan.cli.shell.ConfigImpl
 
Configuration - Class in org.infinispan.client.hotrod.configuration
Configuration.
Configuration - Class in org.infinispan.configuration.cache
 
configuration - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
configuration - Variable in class org.infinispan.factories.AbstractNamedCacheComponentFactory
 
configuration - Variable in class org.infinispan.jcache.AbstractJCache
 
configuration - Variable in class org.infinispan.remoting.transport.AbstractTransport
 
configuration - Variable in class org.infinispan.transaction.impl.TransactionTable
 
configuration - Variable in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
CONFIGURATION_FILE - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
CONFIGURATION_STRING - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
CONFIGURATION_XML - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
ConfigurationAdapter<K,V> - Class in org.infinispan.jcache.embedded
ConfigurationAdapter takes Configuration and creates equivalent instance of Configuration
ConfigurationAdapter<K,V> - Class in org.infinispan.jcache.remote
 
ConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
ConfigurationBuilder used to generate immutable Configuration objects to pass to the RemoteCacheManager.RemoteCacheManager(Configuration) constructor.
ConfigurationBuilder() - Constructor for class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
ConfigurationBuilder - Class in org.infinispan.configuration.cache
 
ConfigurationBuilder() - Constructor for class org.infinispan.configuration.cache.ConfigurationBuilder
 
ConfigurationBuilderHolder - Class in org.infinispan.configuration.parsing
 
ConfigurationBuilderHolder() - Constructor for class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
 
ConfigurationBuilderHolder(ClassLoader) - Constructor for class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
 
ConfigurationChildBuilder - Interface in org.infinispan.client.hotrod.configuration
ConfigurationChildBuilder.
ConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
 
configurationClassNotSupported(Class) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
configurationClassNotSupported(Class) - Method in interface org.infinispan.jcache.logging.Log
 
configurationClassNotSupported(Class) - Method in class org.infinispan.jcache.logging.Log_$logger
 
configurationClassNotSupported(Class) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
configurationClassNotSupported$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
configurationClassNotSupported$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
configurationClassNotSupported$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
ConfigurationFor - Annotation Type in org.infinispan.commons.configuration
ConfigurationFor.
ConfigurationForClassExtractor - Class in org.infinispan.persistence.factory
 
ConfigurationForClassExtractor() - Constructor for class org.infinispan.persistence.factory.ConfigurationForClassExtractor
 
configurationInUse(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
configurationInUse(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
configurationInUse(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
configurationInUse(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
configurationInUse(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
configurationInUse(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
configurationInUse(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
configurationInUse(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
configurationInUse(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
configurationInUse(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
configurationInUse(String) - Method in interface org.infinispan.util.logging.Log
 
configurationInUse(String) - Method in class org.infinispan.util.logging.Log_$logger
 
configurationInUse$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
configurationInUse$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
configurationInUse$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
configurationInUse$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
configurationInUse$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
configurationInUse$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
configurationInUse$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
configurationInUse$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
configurationInUse$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
configurationInUse$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
configurationInUse$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ConfigurationManager - Class in org.infinispan.configuration
It manages all the configuration for a specific container.
ConfigurationManager(ConfigurationBuilderHolder, ConfigurationBuilderHolder, Optional<ConfigurationBuilderHolder>) - Constructor for class org.infinispan.configuration.ConfigurationManager
 
ConfigurationManager(ConfigurationBuilderHolder) - Constructor for class org.infinispan.configuration.ConfigurationManager
 
ConfigurationManager(GlobalConfiguration, Configuration) - Constructor for class org.infinispan.configuration.ConfigurationManager
 
ConfigurationParser - Interface in org.infinispan.configuration.parsing
ConfigurationParser.
ConfigurationProperties - Class in org.infinispan.client.hotrod.impl
Encapsulate all config properties here
ConfigurationProperties() - Constructor for class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
ConfigurationProperties(String) - Constructor for class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
ConfigurationProperties(Properties) - Constructor for class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
configurationProperties() - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
ConfigurationPropertiesOverrides - Class in org.infinispan.spring
Provides a mechanism to override selected configuration properties using explicit setters for each configuration setting.
ConfigurationPropertiesOverrides() - Constructor for class org.infinispan.spring.ConfigurationPropertiesOverrides
 
Configurations - Class in org.infinispan.configuration.cache
Helper configuration methods.
ConfigurationUtils - Class in org.infinispan.commons.configuration
ConfigurationUtils.
configuratorError(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
configuratorError(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
configuratorError(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
configuratorError(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
configuratorError(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
configuratorError(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
configuratorError(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
configuratorError(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
configuratorError(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
configuratorError(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
configuratorError(Exception) - Method in interface org.infinispan.util.logging.Log
 
configuratorError(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
configuratorError$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
configuratorError$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
configuratorError$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
configuratorError$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
configuratorError$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
configuratorError$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
configuratorError$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
configuratorError$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
configuratorError$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
configuratorError$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
configuratorError$str() - Method in class org.infinispan.util.logging.Log_$logger
 
configuratorSAXError(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
configuratorSAXError(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
configuratorSAXError(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
configuratorSAXError(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
configuratorSAXError(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
configuratorSAXError(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
configuratorSAXError(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
configuratorSAXError(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
configuratorSAXError(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
configuratorSAXError(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
configuratorSAXError(Exception) - Method in interface org.infinispan.util.logging.Log
 
configuratorSAXError(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
configuratorSAXError$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
configuratorSAXError$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
configuratorSAXError$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
configuratorSAXError$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
configuratorSAXError$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
configuratorSAXError$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
configuratorSAXError$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
configuratorSAXError$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
configuratorSAXError$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
configuratorSAXError$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
configuratorSAXError$str() - Method in class org.infinispan.util.logging.Log_$logger
 
configuratorSAXParseError(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
configuratorSAXParseError(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
configuratorSAXParseError(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
configuratorSAXParseError(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
configuratorSAXParseError(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
configuratorSAXParseError(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
configuratorSAXParseError(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
configuratorSAXParseError(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
configuratorSAXParseError(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
configuratorSAXParseError(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
configuratorSAXParseError(Exception) - Method in interface org.infinispan.util.logging.Log
 
configuratorSAXParseError(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
configuratorSAXParseError$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
configuratorSAXParseError$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
configuratorSAXParseError$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
configuratorSAXParseError$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
configuratorSAXParseError$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
configuratorSAXParseError$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
configuratorSAXParseError$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
configuratorSAXParseError$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
configuratorSAXParseError$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
configuratorSAXParseError$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
configuratorSAXParseError$str() - Method in class org.infinispan.util.logging.Log_$logger
 
configure() - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
ConfigureCache - Annotation Type in org.infinispan.cdi
This annotation is used to define a cache Configuration.
ConfiguredBy - Annotation Type in org.infinispan.commons.configuration
Defines the configuration used to configure the given class instances
confirmRebalance(String, int, int, Throwable) - Method in interface org.infinispan.topology.LocalTopologyManager
Confirm that the local cache cacheName has finished receiving the new data for topology topologyId.
confirmRebalance(String, int, int, Throwable) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
confirmRebalance(String, int, int, Throwable) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
confirmStateTransfer(Address, boolean) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferCollector
 
Connect - Class in org.infinispan.cli.commands.client
 
Connect() - Constructor for class org.infinispan.cli.commands.client.Connect
 
connect(String) - Method in interface org.infinispan.cli.connection.Connection
 
connect(String) - Method in class org.infinispan.cli.connection.jmx.JMXConnection
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class org.infinispan.server.core.transport.SaslQopHandler
 
connect(NotifyingNotifiableFuture<T>, CompletableFuture<T>) - Static method in class org.infinispan.util.concurrent.CompletableFutures
 
CONNECT_TIMEOUT - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
connectChannel - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
Connection - Interface in org.infinispan.cli.connection
 
ConnectionFactory - Class in org.infinispan.cli.connection
 
ConnectionFactory() - Constructor for class org.infinispan.cli.connection.ConnectionFactory
 
connectionFactory() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
 
connectionFactory - Variable in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
 
connectionFactory(Class<C>) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
Use the specified ConnectionFactory to handle connection to the database
connectionFactory(C) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
Use the specified ConnectionFactoryConfigurationBuilder to configure connections to the database
connectionFactory(Class<C>) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
 
connectionFactory(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
connectionFactory(C) - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationChildBuilder
Use the specified ConnectionFactoryConfigurationBuilder to configure connections to the database
ConnectionFactory - Class in org.infinispan.persistence.jdbc.connectionfactory
Defines the functionality a connection factory should implement.
ConnectionFactory() - Constructor for class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactory
 
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
 
ConnectionFactoryConfig - Class in org.infinispan.persistence.jdbc.connectionfactory
Contains configuration elements for a ConnectionFactory.
ConnectionFactoryConfig(String, String, String, String, String) - Constructor for class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
 
ConnectionFactoryConfig() - Constructor for class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
 
ConnectionFactoryConfiguration - Interface in org.infinispan.persistence.jdbc.configuration
ConnectionFactoryConfiguration.
ConnectionFactoryConfigurationBuilder<T extends ConnectionFactoryConfiguration> - Interface in org.infinispan.persistence.jdbc.configuration
 
connectionInJndiNotFound(String) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
connectionInJndiNotFound(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
connectionInJndiNotFound$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
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 class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder.BinaryTableManipulationConfigurationBuilder
 
connectionPool() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder
 
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.
connectionString() - Method in class org.infinispan.persistence.cli.configuration.CLInterfaceLoaderConfiguration
 
connectionString(String) - Method in class org.infinispan.persistence.cli.configuration.CLInterfaceLoaderConfigurationBuilder
 
connectionTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
connectionTimeout() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
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 before giving up connecting to the server.
connectionTimeout(long) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
connectionTimeout() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
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.PooledConnectionFactoryConfiguration
 
connectionUrl(String) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
 
connectionUrl() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
 
connectionUrl(String) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
 
Connector - Interface in org.infinispan.cli.connection
Connector.
CONSISTENT_HASH_FACTORY - Static variable in class org.infinispan.configuration.cache.HashConfiguration
 
ConsistentHash - Interface in org.infinispan.client.hotrod.impl.consistenthash
Abstraction for the used consistent hash.
consistentHash() - Method in class org.infinispan.configuration.cache.HashConfiguration
Deprecated.
consistentHash(ConsistentHash) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
ConsistentHash - Interface in org.infinispan.distribution.ch
A consistent hash algorithm implementation.
consistentHashDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
consistentHashDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
consistentHashDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
consistentHashDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
consistentHashDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
consistentHashDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
consistentHashDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
consistentHashDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
consistentHashDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
consistentHashDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
consistentHashDeprecated() - Method in interface org.infinispan.util.logging.Log
 
consistentHashDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
consistentHashDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
consistentHashDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
consistentHashDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
consistentHashDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
consistentHashDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
consistentHashDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
consistentHashDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
consistentHashDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
consistentHashDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
consistentHashDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
consistentHashDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ConsistentHashFactory - Class in org.infinispan.client.hotrod.impl.consistenthash
Factory for ConsistentHash function.
ConsistentHashFactory() - Constructor for class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashFactory
 
consistentHashFactory() - Method in class org.infinispan.configuration.cache.HashConfiguration
The consistent hash factory in use.
consistentHashFactory(ConsistentHashFactory<? extends ConsistentHash>) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
The consistent hash factory in use.
ConsistentHashFactory<CH extends ConsistentHash> - Interface in org.infinispan.distribution.ch
Factory for ConsistentHash instances.
consistentHashImpl(int, Class<? extends ConsistentHash>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
consistentHashImpl(int, String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
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.ConfigurationBuilder
 
consistentHashImpl(int, String) - 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 interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Defines the ConsistentHash implementation to use for the specified version.
ConsistentHashPersistenceConstants - Class in org.infinispan.distribution.ch.impl
Constants used as keys within a persisted consistent hash
ConsistentHashPersistenceConstants() - Constructor for class org.infinispan.distribution.ch.impl.ConsistentHashPersistenceConstants
 
ConsistentHashV1 - Class in org.infinispan.client.hotrod.impl.consistenthash
Version one consistent hash function based on MurmurHash2;
ConsistentHashV1(Random) - Constructor for class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1
 
ConsistentHashV1() - Constructor for class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1
 
ConsistentHashV2 - Class in org.infinispan.client.hotrod.impl.consistenthash
Version 2 of the ConsistentHash function.
ConsistentHashV2() - Constructor for class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV2
 
ConsoleIOAdapter - Class in org.infinispan.cli.io
 
ConsoleIOAdapter(Console) - Constructor for class org.infinispan.cli.io.ConsoleIOAdapter
 
ConstantLambdaExternalizer() - Constructor for class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
 
construct(Class<T>) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerFactory
 
construct(Class<T>) - Method in class org.infinispan.distribution.ch.impl.KeyPartitionerFactory
 
construct(Class<T>) - Method in class org.infinispan.distribution.group.GroupManagerFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.AbstractComponentFactory
Constructs a component.
construct(Class<T>) - Method in class org.infinispan.factories.AuthorizationManagerFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.BootstrapFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.CacheStoreFactoryRegistryFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.DataContainerFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.DistributionManagerFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.EmptyConstructorFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.EmptyConstructorNamedCacheFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.EntryMetaFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.EntryRetrieverFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.ExpirationManagerFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.GlobalStateManagerFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.InboundInvocationHandlerFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.InterceptorChainFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.InternalCacheFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.LockContainerFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.LockManagerFactory
 
construct(Class<T>, String) - Method in class org.infinispan.factories.MarshallerFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.NamedComponentFactory
 
construct(Class<T>, String) - Method in class org.infinispan.factories.NamedComponentFactory
Constructs a component.
construct(Class<T>, String) - Method in class org.infinispan.factories.NamedExecutorsFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.PartitionHandlingManagerFactory
 
construct(Class<RecoveryManager>) - Method in class org.infinispan.factories.RecoveryManagerFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.ReplicationQueueFactory
Deprecated.
 
construct(Class<T>) - Method in class org.infinispan.factories.ResponseGeneratorFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.RpcManagerFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.StateTransferComponentFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.StreamManagerFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.TestDelayFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.TransactionManagerFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.TransactionSynchronizationRegistryFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.TransactionTableFactory
 
construct(Class<T>) - Method in class org.infinispan.factories.TransportFactory
 
construct(Class<T>, String) - Method in class org.infinispan.factories.VersionGeneratorFactory
 
construct(Class<T>) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEventManagerFactory
 
construct(Class<T>) - Method in class org.infinispan.security.impl.GlobalSecurityManagerFactory
 
construct(Class<T>) - Method in class org.infinispan.stats.impl.ClusterCacheStatsFactory
 
construct(Class<T>) - Method in class org.infinispan.stats.impl.StatsCollector.Factory
 
construct(Class<T>) - Method in class org.infinispan.topology.ClusterTopologyManagerFactory
 
construct(Class<T>) - Method in class org.infinispan.topology.LocalTopologyManagerFactory
 
constructDouble(Class<?>, Object) - Static method in class org.infinispan.commons.util.Util
 
constructMessage(Buffer, Address, ResponseMode, boolean, DeliverOrder) - Static method in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher
 
Container - Class in org.infinispan.atomic.container
 
Container(Cache, Class, Object, boolean, boolean, List<String>, Object...) - Constructor for class org.infinispan.atomic.container.Container
 
Container - Class in org.infinispan.cli.commands.client
 
Container() - Constructor for class org.infinispan.cli.commands.client.Container
 
container - Variable in class org.infinispan.cli.connection.jmx.AbstractJMXUrl
 
ContainerCacheManagerFactoryBean - Class in org.infinispan.spring.provider
FactoryBean for creating a CacheManager for a pre-defined CacheContainer.
ContainerCacheManagerFactoryBean(CacheContainer) - Constructor for class org.infinispan.spring.provider.ContainerCacheManagerFactoryBean
 
ContainerMixedSiteStatus - Class in org.infinispan.xsite.status
A mixed SiteStatus.
ContainerMixedSiteStatus(Collection<String>, Collection<String>, Collection<String>) - Constructor for class org.infinispan.xsite.status.ContainerMixedSiteStatus
 
ContainerSignature - Class in org.infinispan.atomic.container
 
ContainerSignature(Class, Object) - Constructor for class org.infinispan.atomic.container.ContainerSignature
 
ContainerSiteStatusBuilder - Class in org.infinispan.xsite.status
A per-container SiteStatus builder.
ContainerSiteStatusBuilder() - Constructor for class org.infinispan.xsite.status.ContainerSiteStatusBuilder
 
containRemoteTx(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
 
contains(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
 
contains(Object) - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
 
contains(String) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
contains(AttributeDefinition<T>) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
contains(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
 
contains(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
 
contains(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Returns true if this set contains the specified element.
contains(Object) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
contains(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Deprecated.
contains(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
contains(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Deprecated.
contains(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
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.ImmutableListCopy
 
contains(Object) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.RangeSet
 
contains(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareSet
 
contains(Object) - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingEntrySet
Deprecated.
 
contains(Object) - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingKeySet
Deprecated.
 
contains(Object) - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
 
contains(Object) - Method in class org.infinispan.lucene.cacheloader.LuceneCacheLoader
 
contains(String) - Method in class org.infinispan.lucene.impl.FileListCacheValue
 
contains(Object) - Method in class org.infinispan.persistence.async.AsyncCacheLoader
 
contains(Object) - Method in class org.infinispan.persistence.cli.CLInterfaceLoader
 
contains(Object) - Method in class org.infinispan.persistence.cluster.ClusterLoader
 
contains(Object) - Method in class org.infinispan.persistence.file.SingleFileStore
The base class implementation calls SingleFileStore.load(Object) for this, we can do better because we keep all keys in memory.
contains(Object) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
contains(Object) - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
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.leveldb.LevelDBStore
 
contains(Object) - Method in class org.infinispan.persistence.remote.RemoteStore
 
contains(Object) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
contains(Object) - Method in interface org.infinispan.persistence.spi.CacheLoader
Returns true if the storage contains an entry associated with the given key.
contains(Object, TimeService) - Method in class org.infinispan.persistence.support.Bucket
 
contains(Object) - Method in class org.infinispan.persistence.support.DelegatingCacheLoader
 
contains(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Checks that the left argument (which is expected to be an array or a Collection) contains the given element.
contains(Object) - Method in class org.infinispan.stream.impl.local.ValueCacheCollection
 
contains(Object) - Method in class org.infinispan.util.AbstractDelegatingCollection
 
contains(Object) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
 
contains(Object) - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
 
CONTAINS_KEY_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
CONTAINS_KEY_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
containsAll(Collection<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
 
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.distribution.ch.impl.ReplicatedConsistentHash.RangeSet
 
containsAll(Collection<?>) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareSet
 
containsAll(Param<?>...) - Method in class org.infinispan.functional.impl.Params
Checks whether all the parameters passed in are already present in the current parameters.
containsAll(Object...) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
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
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.stream.impl.local.ValueCacheCollection
 
containsAll(Collection<?>) - Method in class org.infinispan.util.AbstractDelegatingCollection
 
containsAll(Collection<?>) - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
 
containsAll(Collection<?>) - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
 
containsAny(Collection<T>, Collection<T>) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
containsAny(Object...) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
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
Checks that the left argument (which is expected to be an array or a Collection) contains any of the elements of the given collection.
containsCache(String) - Method in class org.infinispan.jcache.remote.ServerManager
 
containsInstance(CommandInterceptor) - Method in class org.infinispan.interceptors.InterceptorChain
Checks whether the chain contains the supplied interceptor instance.
containsInterceptorType(Class<? extends CommandInterceptor>) - Method in class org.infinispan.interceptors.InterceptorChain
 
containsInterceptorType(Class<? extends CommandInterceptor>, boolean) - Method in class org.infinispan.interceptors.InterceptorChain
 
containsKey(Object) - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
containsKey(Object) - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
containsKey(Object) - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
containsKey(Object) - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
containsKey(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
containsKey(Object) - Method in class org.infinispan.cache.impl.CacheImpl
 
containsKey(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
 
containsKey(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
containsKey(Object) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
containsKey(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
containsKey(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Tests if the specified object is a key in this table.
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(Object) - Method in class org.infinispan.container.DefaultDataContainer
 
containsKey(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
 
containsKey(K) - Method in class org.infinispan.jcache.embedded.JCache
 
containsKey(K) - Method in class org.infinispan.jcache.remote.JCache
 
containsKey(S, K) - Method in interface org.infinispan.registry.ClusterRegistry
Deprecated.
 
containsKey(S, K) - Method in class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
containsKey(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
containsKey(Object) - Method in class org.infinispan.server.websocket.json.JsonObject
 
containsKey(Object) - Method in class org.infinispan.util.AbstractDelegatingMap
 
containsKey(Object) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Tests if the specified object is a key in this table.
ContainsKeyOperation - Class in org.infinispan.client.hotrod.impl.operations
Implements "containsKey" operation as described in Hot Rod protocol specification.
ContainsKeyOperation(Codec, TransportFactory, Object, byte[], byte[], AtomicInteger, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.ContainsKeyOperation
 
containsLocalModeFlag - Variable in class org.infinispan.interceptors.InvalidationInterceptor.InvalidationFilterVisitor
Deprecated.
 
containsLocalTx(Transaction) - Method in class org.infinispan.transaction.impl.TransactionTable
Returns true if the given transaction is already registered with the transaction table.
containsLocalTx(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
 
containsLockOrBackupLock(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
containsLockOrBackupLock(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
Deprecated.
containsLockOwner(Object) - Method in class org.infinispan.util.concurrent.locks.impl.InfinispanLock
It tests if the lock has the lock owner.
containsPutForExternalRead - Variable in class org.infinispan.interceptors.InvalidationInterceptor.InvalidationFilterVisitor
Deprecated.
 
containsRole(String) - Method in class org.infinispan.security.impl.SubjectACL
 
containsValue(Object) - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
containsValue(Object) - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
containsValue(Object) - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
containsValue(Object) - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
containsValue(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
containsValue(Object) - Method in class org.infinispan.cache.impl.CacheImpl
 
containsValue(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
 
containsValue(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
containsValue(Object) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
containsValue(Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
 
containsValue(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
containsValue(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
 
containsValue(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
 
containsValue(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
containsValue(Object) - Method in class org.infinispan.server.websocket.json.JsonObject
 
containsValue(Object) - Method in class org.infinispan.util.AbstractDelegatingMap
 
containsValue(Object) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Returns true if this map maps one or more keys to the specified value.
contentType - Variable in class org.infinispan.remoting.MIMECacheEntry
The MIME Content type value, for example application/octet-stream.
Context - Interface in org.infinispan.cli
Context.
context(Cache<?, ?>) - Method in interface org.infinispan.util.logging.events.EventLogger
Sets a cache as context of this event log.
context(String) - Method in interface org.infinispan.util.logging.events.EventLogger
Sets a context of this event log.
context(String) - Method in class org.infinispan.util.logging.events.impl.BasicEventLogger
 
context - Variable in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
 
context(String) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
 
ContextImpl - Class in org.infinispan.cli.impl
ContextImpl.
ContextImpl(IOAdapter, CommandBuffer) - Constructor for class org.infinispan.cli.impl.ContextImpl
 
ContextInputCache - Class in org.infinispan.cdi
ContextInputCache keeps track of Input cache to be injected into Callables from DistributedExecutorService and Mapper from MapReduceTask using CDI mechanism.
ContextInputCache() - Constructor for class org.infinispan.cdi.ContextInputCache
 
ContextualLifecycle<T> - Interface in org.infinispan.cdi.util
Callbacks used by BeanBuilder and ImmutableBean to allow control of the creation and destruction of a custom bean.
ContextualReference<T> - Class in org.infinispan.cdi.util
Represents a non-contextual instance
ContextualReference(BeanManager, Type, Annotation...) - Constructor for class org.infinispan.cdi.util.ContextualReference
 
continueTaskInBackground() - Method in class org.infinispan.executors.SemaphoreCompletionService
Called from a task to remove the permit that would otherwise be freed when the task finishes running When the asynchronous part of the task finishes, it must call SemaphoreCompletionService.backgroundTaskFinished(Callable) to make the permit available again.
CONTINUOUS_QUERY_FILTER_FACTORY_NAME - Static variable in class org.infinispan.client.hotrod.event.ClientEvents
Deprecated.
replaced by Filters.CONTINUOUS_QUERY_FILTER_FACTORY_NAME; will be removed in 8.3
CONTINUOUS_QUERY_FILTER_FACTORY_NAME - Static variable in class org.infinispan.client.hotrod.filter.Filters
 
ContinuousQuery<K,V> - Interface in org.infinispan.query.api.continuous
A container of continuous query listeners for a cache.
ContinuousQueryImpl<K,V> - Class in org.infinispan.client.hotrod.event
A container of continuous query listeners for a cache.
ContinuousQueryImpl(RemoteCache<K, V>) - Constructor for class org.infinispan.client.hotrod.event.ContinuousQueryImpl
 
ContinuousQueryListener<K,V> - Interface in org.infinispan.client.hotrod.event
Deprecated.
replaced by ContinuousQueryListener; to be removed in 8.3
ContinuousQueryListener<K,V> - Interface in org.infinispan.query.api.continuous
Listener for continuous query events.
ContinuousQueryResult - Class in org.infinispan.query.remote.client
 
ContinuousQueryResult(boolean, byte[], byte[], Object[]) - Constructor for class org.infinispan.query.remote.client.ContinuousQueryResult
 
ContinuousQueryResult.Marshaller - Class in org.infinispan.query.remote.client
 
Contracts - Class in org.infinispan.cdi.util
An helper class providing useful assertion methods.
Contracts - Class in org.infinispan.jcache.annotation
An helper class providing useful assertion methods.
Control() - Constructor for class org.infinispan.factories.TestDelayFactory.Control
 
convert(long, MemoryUnit) - Method in enum org.infinispan.commons.util.MemoryUnit
 
convert(K, V, Metadata) - Method in class org.infinispan.filter.AbstractKeyValueFilterConverter
 
convert(K, V, Metadata) - Method in interface org.infinispan.filter.Converter
 
convert(Object, Object, Metadata) - Method in class org.infinispan.filter.NullValueConverter
 
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) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter
 
convert(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.ConverterAsCacheEventConverter
 
convert(MarshalledEntry<K, V>, InternalEntryFactory) - Static method in class org.infinispan.persistence.PersistenceUtil
 
ConvertedIterable(Iterator<CacheEntry<K, V>>, Converter<? super K, ? super V, ? extends C>) - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.ConvertedIterable
 
converter(Converter<? super K, ? super V, C>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.FilteredEntryIterable
 
Converter<K,V,C> - Interface in org.infinispan.filter
Converter that can be used to transform a given entry to a different value.
converter(Converter<? super K, ? super V, C>) - Method in interface org.infinispan.iteration.EntryIterable
This returns a CloseableIterable that will change the type of the returned value for the entry using the already provided filter in addition to the converter.
converter(Converter<? super K, ? super V, C>) - Method in class org.infinispan.iteration.impl.EntryIterableFromStreamImpl
 
converter - Variable in class org.infinispan.iteration.impl.TrackingEntryIterableFromStream
 
converter - Variable in class org.infinispan.iteration.impl.TransactionAwareCloseableIterable
 
converter(Converter<? super K, ? super V, C>) - Method in class org.infinispan.iteration.impl.TransactionAwareEntryIterable
 
converter - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
CONVERTER_AS_CACHE_EVENT_CONVERTER - Static variable in interface org.infinispan.marshall.core.Ids
 
ConverterAsCacheEventConverter<K,V,C> - Class in org.infinispan.notifications.cachelistener.filter
CacheEventConverter that implements it's conversion solely on the use of the provided Converter
ConverterAsCacheEventConverter(Converter<K, V, C>) - Constructor for class org.infinispan.notifications.cachelistener.filter.ConverterAsCacheEventConverter
 
ConverterAsCacheEventConverter.Externalizer - Class in org.infinispan.notifications.cachelistener.filter
 
converterFactoryParams - Variable in class org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation
 
convertNanosToMicro(double) - Static method in class org.infinispan.stats.CacheStatisticCollector
 
convertNanosToSeconds(double) - Static method in class org.infinispan.stats.CacheStatisticCollector
 
convertValue(CacheEventConverter<? super K, ? super V, ?>, CacheEntryEvent<K, V>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
coordinator - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
copier(AttributeCopier) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
copier() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
copy() - Method in interface org.infinispan.atomic.CopyableDeltaAware
 
copy() - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
copy() - Method in class org.infinispan.commands.tx.PrepareCommand
 
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
 
copy(CacheEntry<K, V>) - Method in interface org.infinispan.container.InternalEntryFactory
Creates a copy of this cache entry and synchronizes serializes the copy process with the InternalEntryFactory.update(org.infinispan.container.entries.InternalCacheEntry, org.infinispan.metadata.Metadata).
copy(CacheEntry) - Method in class org.infinispan.container.InternalEntryFactoryImpl
 
copy(InputStream, OutputStream, byte[]) - Static method in class org.infinispan.util.stream.Streams
Copy all of the bytes from the input stream to the output stream.
copy(InputStream, OutputStream, int) - Static method in class org.infinispan.util.stream.Streams
Copy all of the bytes from the input stream to the output stream.
copy(InputStream, OutputStream) - Static method in class org.infinispan.util.stream.Streams
Copy all of the bytes from the input stream to the output stream.
CopyableDeltaAware - Interface in org.infinispan.atomic
This interface extended the DeltaAware.
copyAttribute(T) - Method in interface org.infinispan.commons.configuration.attributes.AttributeCopier
 
copyAttribute(T) - Method in class org.infinispan.commons.configuration.attributes.CollectionAttributeCopier
 
copyAttribute(T) - Method in class org.infinispan.commons.configuration.attributes.IdentityAttributeCopier
 
copyAttribute(T) - Method in class org.infinispan.commons.configuration.attributes.SimpleInstanceAttributeCopier
 
copyAttribute(TypedProperties) - Method in class org.infinispan.commons.configuration.attributes.TypedPropertiesAttributeCopier
 
copyb(InputStream, OutputStream) - Static method in class org.infinispan.util.stream.Streams
Copy all of the bytes from the input stream to the output stream wrapping streams in buffers as needed.
copyForCache(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
copyForUpdate(DataContainer<? super K, ? super V>) - Method in interface org.infinispan.container.entries.MVCCEntry
Deprecated.
Since 8.0, use MVCCEntry.copyForUpdate() instead.
copyForUpdate() - Method in interface org.infinispan.container.entries.MVCCEntry
Makes internal copies of the entry for updates
copyForUpdate() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
copyForUpdate() - Method in class org.infinispan.container.entries.RepeatableReadEntry
 
copyOwners() - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
copyOwners() - Method in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Builder
 
copySome(InputStream, OutputStream, byte[], long) - Static method in class org.infinispan.util.stream.Streams
Copy a limited number of bytes from the input stream to the output stream.
copySome(InputStream, OutputStream, int, long) - Static method in class org.infinispan.util.stream.Streams
Copy a limited number of bytes from the input stream to the output stream.
copySome(InputStream, OutputStream, long) - Static method in class org.infinispan.util.stream.Streams
Copy a limited number of bytes from the input stream to the output stream.
copyStateFlagsFrom(StateChangingEntry) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
copyStateFlagsFrom(StateChangingEntry) - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
copyStateFlagsFrom(StateChangingEntry) - Method in interface org.infinispan.container.entries.StateChangingEntry
 
copyValue(ExtendedStatistic, ExtendedStatistic) - Method in class org.infinispan.stats.TransactionStatistics
Copies a statistic value and adds it to another statistic.
copyWithoutRemotableFlags(Set<Flag>) - Static method in enum org.infinispan.context.Flag
Creates a copy of a Flag Set removing instances of FAIL_SILENTLY.
CoreImmutables - Class in org.infinispan.util
Factory for generating immutable type wrappers for core types.
CoreImmutables() - Constructor for class org.infinispan.util.CoreImmutables
 
coreThreads() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
couldNoInvalidateConnection(TcpTransport, Exception) - Method in interface org.infinispan.client.hotrod.logging.Log
 
couldNoInvalidateConnection(TcpTransport, Exception) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
couldNoInvalidateConnection$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
couldNotAcquireLockForEviction(Object, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotAcquireLockForEviction(Object, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotAcquireLockForEviction(Object, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotAcquireLockForEviction(Object, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotAcquireLockForEviction(Object, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotAcquireLockForEviction(Object, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotAcquireLockForEviction(Object, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotAcquireLockForEviction(Object, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotAcquireLockForEviction(Object, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotAcquireLockForEviction(Object, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotAcquireLockForEviction(Object, Exception) - Method in interface org.infinispan.util.logging.Log
 
couldNotAcquireLockForEviction(Object, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotAcquireLockForEviction$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotAcquireLockForEviction$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotAcquireLockForEviction$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotAcquireLockForEviction$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotAcquireLockForEviction$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotAcquireLockForEviction$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotAcquireLockForEviction$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotAcquireLockForEviction$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotAcquireLockForEviction$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotAcquireLockForEviction$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotAcquireLockForEviction$str() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotAcquireSharedLock() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotAcquireSharedLock() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotAcquireSharedLock() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotAcquireSharedLock() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotAcquireSharedLock() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotAcquireSharedLock() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotAcquireSharedLock() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotAcquireSharedLock() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotAcquireSharedLock() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotAcquireSharedLock() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotAcquireSharedLock() - Method in interface org.infinispan.util.logging.Log
 
couldNotAcquireSharedLock() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotAcquireSharedLock$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotAcquireSharedLock$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotAcquireSharedLock$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotAcquireSharedLock$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotAcquireSharedLock$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotAcquireSharedLock$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotAcquireSharedLock$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotAcquireSharedLock$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotAcquireSharedLock$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotAcquireSharedLock$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotAcquireSharedLock$str() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotCompleteInjectedTransaction(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotCompleteInjectedTransaction(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotCompleteInjectedTransaction(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotCompleteInjectedTransaction(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotCompleteInjectedTransaction(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotCompleteInjectedTransaction(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotCompleteInjectedTransaction(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotCompleteInjectedTransaction(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotCompleteInjectedTransaction(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotCompleteInjectedTransaction(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotCompleteInjectedTransaction(Throwable) - Method in interface org.infinispan.util.logging.Log
 
couldNotCompleteInjectedTransaction(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotCompleteInjectedTransaction$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotCompleteInjectedTransaction$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotCompleteInjectedTransaction$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotCompleteInjectedTransaction$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotCompleteInjectedTransaction$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotCompleteInjectedTransaction$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotCompleteInjectedTransaction$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotCompleteInjectedTransaction$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotCompleteInjectedTransaction$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotCompleteInjectedTransaction$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotCompleteInjectedTransaction$str() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotDestroyC3p0ConnectionPool(String, SQLException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
couldNotDestroyC3p0ConnectionPool(String, SQLException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotDestroyC3p0ConnectionPool$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotExecuteCancellationLocally(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotExecuteCancellationLocally(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotExecuteCancellationLocally(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotExecuteCancellationLocally(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotExecuteCancellationLocally(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotExecuteCancellationLocally(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotExecuteCancellationLocally(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotExecuteCancellationLocally(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotExecuteCancellationLocally(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotExecuteCancellationLocally(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotExecuteCancellationLocally(String) - Method in interface org.infinispan.util.logging.Log
 
couldNotExecuteCancellationLocally(String) - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotExecuteCancellationLocally$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotExecuteCancellationLocally$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotExecuteCancellationLocally$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotExecuteCancellationLocally$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotExecuteCancellationLocally$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotExecuteCancellationLocally$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotExecuteCancellationLocally$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotExecuteCancellationLocally$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotExecuteCancellationLocally$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotExecuteCancellationLocally$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotExecuteCancellationLocally$str() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotFindAttribute(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotFindAttribute(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotFindAttribute(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotFindAttribute(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotFindAttribute(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotFindAttribute(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotFindAttribute(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotFindAttribute(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotFindAttribute(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotFindAttribute(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotFindAttribute(String) - Method in interface org.infinispan.util.logging.Log
 
couldNotFindAttribute(String) - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotFindAttribute$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotFindAttribute$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotFindAttribute$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotFindAttribute$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotFindAttribute$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotFindAttribute$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotFindAttribute$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotFindAttribute$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotFindAttribute$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotFindAttribute$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotFindAttribute$str() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotFindDescriptionField() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotFindDescriptionField() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotFindDescriptionField() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotFindDescriptionField() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotFindDescriptionField() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotFindDescriptionField() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotFindDescriptionField() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotFindDescriptionField() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotFindDescriptionField() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotFindDescriptionField() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotFindDescriptionField() - Method in interface org.infinispan.util.logging.Log
 
couldNotFindDescriptionField() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotFindDescriptionField$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotFindDescriptionField$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotFindDescriptionField$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotFindDescriptionField$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotFindDescriptionField$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotFindDescriptionField$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotFindDescriptionField$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotFindDescriptionField$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotFindDescriptionField$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotFindDescriptionField$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotFindDescriptionField$str() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotFindPropertiesFile(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
couldNotFindPropertiesFile(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
couldNotFindPropertiesFile$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
couldNotInitializeModule(Object, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotInitializeModule(Object, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotInitializeModule(Object, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotInitializeModule(Object, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotInitializeModule(Object, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotInitializeModule(Object, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotInitializeModule(Object, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotInitializeModule(Object, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotInitializeModule(Object, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotInitializeModule(Object, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotInitializeModule(Object, Exception) - Method in interface org.infinispan.util.logging.Log
 
couldNotInitializeModule(Object, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotInitializeModule$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotInitializeModule$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotInitializeModule$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotInitializeModule$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotInitializeModule$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotInitializeModule$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotInitializeModule$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotInitializeModule$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotInitializeModule$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotInitializeModule$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotInitializeModule$str() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotInstantiateTransactionManager(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotInstantiateTransactionManager(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotInstantiateTransactionManager(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotInstantiateTransactionManager(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotInstantiateTransactionManager(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotInstantiateTransactionManager(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotInstantiateTransactionManager(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotInstantiateTransactionManager(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotInstantiateTransactionManager(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotInstantiateTransactionManager(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotInstantiateTransactionManager(Exception) - Method in interface org.infinispan.util.logging.Log
 
couldNotInstantiateTransactionManager(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotInstantiateTransactionManager$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotInstantiateTransactionManager$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotInstantiateTransactionManager$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotInstantiateTransactionManager$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotInstantiateTransactionManager$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotInstantiateTransactionManager$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotInstantiateTransactionManager$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotInstantiateTransactionManager$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotInstantiateTransactionManager$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotInstantiateTransactionManager$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotInstantiateTransactionManager$str() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotInterruptThread(UUID) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotInterruptThread(UUID) - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotInterruptThread(UUID) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotInterruptThread(UUID) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotInterruptThread(UUID) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotInterruptThread(UUID) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotInterruptThread(UUID) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotInterruptThread(UUID) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotInterruptThread(UUID) - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotInterruptThread(UUID) - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotInterruptThread(UUID) - Method in interface org.infinispan.util.logging.Log
 
couldNotInterruptThread(UUID) - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotInterruptThread$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotInterruptThread$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotInterruptThread$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotInterruptThread$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotInterruptThread$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotInterruptThread$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotInterruptThread$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotInterruptThread$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotInterruptThread$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotInterruptThread$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotInterruptThread$str() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotInvokeSetOnAttribute(String, Object) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotInvokeSetOnAttribute(String, Object) - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotInvokeSetOnAttribute(String, Object) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotInvokeSetOnAttribute(String, Object) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotInvokeSetOnAttribute(String, Object) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotInvokeSetOnAttribute(String, Object) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotInvokeSetOnAttribute(String, Object) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotInvokeSetOnAttribute(String, Object) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotInvokeSetOnAttribute(String, Object) - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotInvokeSetOnAttribute(String, Object) - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotInvokeSetOnAttribute(String, Object) - Method in interface org.infinispan.util.logging.Log
 
couldNotInvokeSetOnAttribute(String, Object) - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotInvokeSetOnAttribute$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotInvokeSetOnAttribute$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotInvokeSetOnAttribute$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotInvokeSetOnAttribute$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotInvokeSetOnAttribute$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotInvokeSetOnAttribute$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotInvokeSetOnAttribute$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotInvokeSetOnAttribute$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotInvokeSetOnAttribute$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotInvokeSetOnAttribute$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotInvokeSetOnAttribute$str() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotLoadModuleAtUrl(URL, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotLoadModuleAtUrl(URL, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotLoadModuleAtUrl(URL, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotLoadModuleAtUrl(URL, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotLoadModuleAtUrl(URL, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotLoadModuleAtUrl(URL, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotLoadModuleAtUrl(URL, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotLoadModuleAtUrl(URL, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotLoadModuleAtUrl(URL, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotLoadModuleAtUrl(URL, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotLoadModuleAtUrl(URL, Exception) - Method in interface org.infinispan.util.logging.Log
 
couldNotLoadModuleAtUrl(URL, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotLoadModuleAtUrl$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotLoadModuleAtUrl$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotLoadModuleAtUrl$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotLoadModuleAtUrl$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotLoadModuleAtUrl$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotLoadModuleAtUrl$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotLoadModuleAtUrl$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotLoadModuleAtUrl$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotLoadModuleAtUrl$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotLoadModuleAtUrl$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotLoadModuleAtUrl$str() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotMigrateData(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotMigrateData(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotMigrateData(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotMigrateData(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotMigrateData(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotMigrateData(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotMigrateData(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotMigrateData(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotMigrateData(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotMigrateData(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotMigrateData(String) - Method in interface org.infinispan.util.logging.Log
 
couldNotMigrateData(String) - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotMigrateData$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotMigrateData$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotMigrateData$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotMigrateData$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotMigrateData$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotMigrateData$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotMigrateData$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotMigrateData$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotMigrateData$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotMigrateData$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotMigrateData$str() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotRegisterObjectName(ObjectName, InstanceAlreadyExistsException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotRegisterObjectName(ObjectName, InstanceAlreadyExistsException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotRegisterObjectName(ObjectName, InstanceAlreadyExistsException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotRegisterObjectName(ObjectName, InstanceAlreadyExistsException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotRegisterObjectName(ObjectName, InstanceAlreadyExistsException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotRegisterObjectName(ObjectName, InstanceAlreadyExistsException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotRegisterObjectName(ObjectName, InstanceAlreadyExistsException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotRegisterObjectName(ObjectName, InstanceAlreadyExistsException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotRegisterObjectName(ObjectName, InstanceAlreadyExistsException) - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotRegisterObjectName(ObjectName, InstanceAlreadyExistsException) - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotRegisterObjectName(ObjectName, InstanceAlreadyExistsException) - Method in interface org.infinispan.util.logging.Log
 
couldNotRegisterObjectName(ObjectName, InstanceAlreadyExistsException) - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotRegisterObjectName$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotRegisterObjectName$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotRegisterObjectName$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotRegisterObjectName$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotRegisterObjectName$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotRegisterObjectName$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotRegisterObjectName$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotRegisterObjectName$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotRegisterObjectName$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotRegisterObjectName$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotRegisterObjectName$str() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotReleaseConnection(TcpTransport, Exception) - Method in interface org.infinispan.client.hotrod.logging.Log
 
couldNotReleaseConnection(TcpTransport, Exception) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
couldNotReleaseConnection$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
couldNotResolveConfigurationSchema(String, String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotResolveConfigurationSchema(String, String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotResolveConfigurationSchema(String, String, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotResolveConfigurationSchema(String, String, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotResolveConfigurationSchema(String, String, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotResolveConfigurationSchema(String, String, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotResolveConfigurationSchema(String, String, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotResolveConfigurationSchema(String, String, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotResolveConfigurationSchema(String, String, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotResolveConfigurationSchema(String, String, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotResolveConfigurationSchema(String, String, String) - Method in interface org.infinispan.util.logging.Log
 
couldNotResolveConfigurationSchema(String, String, String) - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotResolveConfigurationSchema$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotResolveConfigurationSchema$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotResolveConfigurationSchema$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotResolveConfigurationSchema$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotResolveConfigurationSchema$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotResolveConfigurationSchema$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotResolveConfigurationSchema$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotResolveConfigurationSchema$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotResolveConfigurationSchema$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotResolveConfigurationSchema$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotResolveConfigurationSchema$str() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction(LocalTransaction, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction(LocalTransaction, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction(LocalTransaction, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction(LocalTransaction, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction(LocalTransaction, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction(LocalTransaction, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotRollbackPrepared1PcTransaction(LocalTransaction, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotRollbackPrepared1PcTransaction(LocalTransaction, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction(LocalTransaction, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction(LocalTransaction, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction(LocalTransaction, Throwable) - Method in interface org.infinispan.util.logging.Log
 
couldNotRollbackPrepared1PcTransaction(LocalTransaction, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
couldNotRollbackPrepared1PcTransaction$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
couldNotRollbackPrepared1PcTransaction$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
couldNotRollbackPrepared1PcTransaction$str() - Method in class org.infinispan.util.logging.Log_$logger
 
couldNotWalkDirectory(String, PersistenceException) - Method in interface org.infinispan.lucene.logging.Log
 
couldNotWalkDirectory(String, PersistenceException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
couldNotWalkDirectory$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
count() - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns the number of elements in the traversable.
count(AdvancedCacheLoader<K, V>, KeyFilter<? super K>) - Static method in class org.infinispan.persistence.PersistenceUtil
 
count(String) - Static method in interface org.infinispan.query.dsl.Expression
 
count() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
count() - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
count() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
count() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
count() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
count() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
count() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
count() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
count() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
counter - Static variable in class org.infinispan.client.hotrod.impl.async.DefaultAsyncExecutorFactory
 
create() - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Create an AnnotatedType.
create() - Method in class org.infinispan.cdi.util.BeanBuilder
Use the bean builder's current state to define the bean.
create(Bean<T>, CreationalContext<T>) - Method in interface org.infinispan.cdi.util.ContextualLifecycle
Callback invoked by a created bean when Contextual.create(CreationalContext) is called.
create(CreationalContext<T>) - Method in class org.infinispan.cdi.util.ContextualReference
Create the instance
create(Bean<T>, CreationalContext<T>) - Method in class org.infinispan.cdi.util.DelegatingContextualLifecycle
 
create(CreationalContext<T>) - Method in class org.infinispan.cdi.util.ForwardingBean
 
create(CreationalContext<T>) - Method in class org.infinispan.cdi.util.ImmutableBean
 
Create - Class in org.infinispan.cli.commands.server
 
Create() - Constructor for class org.infinispan.cli.commands.server.Create
 
CREATE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
CREATE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
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.SecurityConfigurationBuilder
 
create() - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
 
create() - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
 
create(Codec, Marshaller) - Static method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
 
create(NearCacheConfiguration, ClientListenerNotifier) - Static method in class org.infinispan.client.hotrod.near.NearCacheService
 
create() - Method in interface org.infinispan.commons.configuration.Builder
Create the configuration bean
create(int, int) - Static method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
create() - Static method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
 
create() - Static method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
 
create(T) - Static method in class org.infinispan.commons.util.ByRef
 
create() - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
 
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
 
create() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
 
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.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.SingletonStoreConfigurationBuilder
 
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.StoreAsBinaryConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.SyncConfigurationBuilder
 
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.VersioningConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
 
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.GlobalJmxStatisticsConfigurationBuilder
 
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.ScheduledExecutorFactoryConfigurationBuilder
 
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
 
create() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
 
create(CacheEntry<K, V>) - Method in interface org.infinispan.container.InternalEntryFactory
Creates a new InternalCacheEntry instance based on the key, value, version and timestamp/lifespan information reflected in the CacheEntry instance passed in.
create(K, V, InternalCacheEntry<?, ?>) - Method in interface org.infinispan.container.InternalEntryFactory
Creates a new InternalCacheEntry instance based on the version and timestamp/lifespan information reflected in the CacheEntry instance passed in.
create(K, V, Metadata) - Method in interface org.infinispan.container.InternalEntryFactory
Creates a new InternalCacheEntry instance
create(K, V, Metadata, long, long) - Method in interface org.infinispan.container.InternalEntryFactory
Creates a new InternalCacheEntry instance
create(K, V, Metadata, long, long, long, long) - Method in interface org.infinispan.container.InternalEntryFactory
Creates a new InternalCacheEntry instance
create(K, V, EntryVersion, long, long, long, long) - Method in interface org.infinispan.container.InternalEntryFactory
Creates a new InternalCacheEntry instance
create(Object, Object, Metadata) - Method in class org.infinispan.container.InternalEntryFactoryImpl
 
create(CacheEntry) - Method in class org.infinispan.container.InternalEntryFactoryImpl
 
create(Object, Object, InternalCacheEntry) - Method in class org.infinispan.container.InternalEntryFactoryImpl
 
create(Object, Object, EntryVersion, long, long, long, long) - Method in class org.infinispan.container.InternalEntryFactoryImpl
 
create(Object, Object, Metadata, long, long, long, long) - Method in class org.infinispan.container.InternalEntryFactoryImpl
 
create(Object, Object, Metadata, long, long) - Method in class org.infinispan.container.InternalEntryFactoryImpl
 
create(Hash, int, int, List<Address>, Map<Address, Float>) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
Create a new consistent hash instance.
create(Hash, int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
create(Hash, int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
 
create(Hash, int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
 
create(Hash, int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory
 
create(Params, AdvancedCache<K, V>) - Static method in class org.infinispan.functional.impl.FunctionalMapImpl
 
create(AdvancedCache<K, V>) - Static method in class org.infinispan.functional.impl.FunctionalMapImpl
 
create() - Static method in class org.infinispan.functional.impl.Params
 
create(FunctionalMapImpl<K, V>) - Static method in class org.infinispan.functional.impl.ReadOnlyMapImpl
 
create(FunctionalMapImpl<K, V>) - Static method in class org.infinispan.functional.impl.ReadWriteMapImpl
 
create(FunctionalMapImpl<K, V>) - Static method in class org.infinispan.functional.impl.WriteOnlyMapImpl
 
create(String, C) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
create(I) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
create(Configuration<K, V>) - Static method in class org.infinispan.jcache.embedded.ConfigurationAdapter
 
create() - Static method in class org.infinispan.jcache.embedded.ConfigurationAdapter
 
create(String, C) - Method in class org.infinispan.jcache.embedded.JCacheManager
 
create(I) - Method in class org.infinispan.jcache.embedded.JCacheManager
 
create() - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapterConfigurationBuilder
 
create() - Method in class org.infinispan.jcache.embedded.JStoreAdapterConfigurationBuilder
 
create(Configuration<K, V>) - Static method in class org.infinispan.jcache.remote.ConfigurationAdapter
 
create() - Static method in class org.infinispan.jcache.remote.ConfigurationAdapter
 
create(String, C) - Method in class org.infinispan.jcache.remote.JCacheManager
 
create(I) - Method in class org.infinispan.jcache.remote.JCacheManager
 
create() - Method in class org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfigurationBuilder
 
create() - Method in interface org.infinispan.lucene.directory.BuildContext
Creates a Directory instance
create() - Method in class org.infinispan.lucene.impl.DirectoryBuilderImpl
 
create() - Method in class org.infinispan.persistence.cli.configuration.CLInterfaceLoaderConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
 
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.SimpleConnectionFactoryConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
 
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.RemoteServerConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
 
create(boolean, boolean) - Static method in enum org.infinispan.remoting.inboundhandler.TopologyMode
 
create(Object) - Static method in class org.infinispan.remoting.responses.SuccessfulResponse
 
create() - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
 
create() - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
 
create() - Method in class org.infinispan.server.websocket.configuration.WebSocketServerConfigurationBuilder
 
createAndWire(Configuration, GlobalComponentRegistry, String) - Method in class org.infinispan.factories.InternalCacheFactory
 
createAsyncWriter(CacheWriter) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
createBackingEmbeddedCacheManager() - Method in class org.infinispan.spring.AbstractEmbeddedCacheManagerFactory
 
createBuilder(Hash, int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
 
createBuilder(Hash, int, int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory
 
createCache(String, String) - Method in interface org.infinispan.cli.interpreter.session.Session
Creates a new cache
createCache(String, String) - Method in class org.infinispan.cli.interpreter.session.SessionImpl
 
createCache(Configuration, GlobalComponentRegistry, String) - Method in class org.infinispan.factories.InternalCacheFactory
This implementation clones the configuration passed in before using it.
createCache(String, C) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
CreateCacheCommand - Class in org.infinispan.commands
Command to create/start a cache on a subset of Infinispan cluster nodes
CreateCacheCommand(String) - Constructor for class org.infinispan.commands.CreateCacheCommand
 
CreateCacheCommand(String, String, String) - Constructor for class org.infinispan.commands.CreateCacheCommand
 
CreateCacheCommand(String, String, String, int) - Constructor for class org.infinispan.commands.CreateCacheCommand
 
createCacheManager(ClassLoader, URI, Properties) - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
createCacheManager(ClassLoader, URI, Properties) - Method in class org.infinispan.jcache.embedded.JCachingProvider
 
createCacheManager(ClassLoader, URI, Properties) - Method in class org.infinispan.jcache.remote.JCachingProvider
 
createCallableId(AnnotatedCallable<X>) - Static method in class org.infinispan.cdi.util.Annotateds
Generates a deterministic signature for an AnnotatedCallable.
createClearNonTxInvocationContext() - Method in class org.infinispan.context.AbstractInvocationContextFactory
 
createClearNonTxInvocationContext() - Method in interface org.infinispan.context.InvocationContextFactory
createCollector() - Method in class org.infinispan.client.hotrod.impl.operations.GetAllParallelOperation
 
createCollector() - Method in class org.infinispan.client.hotrod.impl.operations.ParallelHotRodOperation
 
createCollector() - Method in class org.infinispan.client.hotrod.impl.operations.PutAllParallelOperation
 
createComponentFactoryInternal(Class<?>, String) - Method in class org.infinispan.factories.AbstractComponentRegistry
 
createComponentFactoryInternal(Class<?>, String) - Method in class org.infinispan.factories.ComponentRegistry
 
createContext() - Method in class org.infinispan.commands.control.LockControlCommand
 
createContext() - Method in class org.infinispan.commands.tx.PrepareCommand
 
createContext() - Method in interface org.infinispan.util.concurrent.locks.TransactionalRemoteLockCommand
It creates the transaction context.
createCreatedEvent(Object, long, boolean) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
createCustomEvent(Object, ClientEvent.Type, boolean) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
created - Variable in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
created - Variable in class org.infinispan.container.entries.MortalCacheEntry
 
created - Variable in class org.infinispan.container.entries.MortalCacheValue
 
created - Variable in class org.infinispan.container.entries.TransientMortalCacheEntry
 
created() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
 
created() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
 
created() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
 
created() - Method in interface org.infinispan.metadata.InternalMetadata
 
createDefaultRunnable(CacheRpcCommand, Reply, int, boolean, boolean) - Method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
 
createDistributedTaskBuilder(Callable<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
 
createDistributedTaskBuilder(Callable<T>) - Method in interface org.infinispan.distexec.DistributedExecutorService
Returns DistributedTaskBuilder for this DistributedExecutorService and a given Callable.
createDistributedTaskPart(DistributedTask<T>, DistributedExecuteCommand<T>, List<K>, Address, int) - Method in class org.infinispan.distexec.DefaultExecutorService
 
createDistributedTaskPart(DistributedTask<T>, DistributedExecuteCommand<T>, Address, int) - Method in class org.infinispan.distexec.DefaultExecutorService
 
createdNettyEventLoop(String, String) - Method in interface org.infinispan.server.core.logging.JavaLog
 
createdNettyEventLoop(String, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
createdNettyEventLoop$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
createdSocketChannel(String, String) - Method in interface org.infinispan.server.core.logging.JavaLog
 
createdSocketChannel(String, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
createdSocketChannel$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
createEvent(Cache<K, V>, Event.Type) - Static method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
createExecutor(ThreadFactory) - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
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
 
createExpiredEvent(Object) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec21
 
createExternal(Class<?>, ObjectInput, Creator) - Method in class org.infinispan.commons.marshall.jboss.JBossExternalizerAdapter
 
createFieldId(AnnotatedField<X>) - Static method in class org.infinispan.cdi.util.Annotateds
Generates a deterministic signature for an AnnotatedField.
createFieldId(Field, Collection<Annotation>) - Static method in class org.infinispan.cdi.util.Annotateds
Creates a deterministic signature for a Field.
createGlobalTransaction() - Method in class org.infinispan.transaction.xa.DldGlobalTransaction.Externalizer
 
createGlobalTransaction() - Method in class org.infinispan.transaction.xa.GlobalTransaction.AbstractGlobalTxExternalizer
Factory method for GlobalTransactions
createGlobalTransaction() - Method in class org.infinispan.transaction.xa.GlobalTransaction.Externalizer
 
createGlobalTransaction() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareDldGlobalTransaction.Externalizer
 
createGlobalTransaction() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareGlobalTransaction.Externalizer
 
createInitialCacheTopology() - Method in class org.infinispan.topology.ClusterCacheStatus
 
createInjectionPoints(AnnotatedMethod<X>, Bean<?>, BeanManager) - Static method in class org.infinispan.cdi.util.Beans
Given a method, and the bean on which the method is declared, create a collection of injection points representing the parameters of the method.
createInstance(StoreConfiguration) - Method in interface org.infinispan.persistence.factory.CacheStoreFactory
Returns new instance based on StoreConfiguration.
createInstance(StoreConfiguration) - Method in class org.infinispan.persistence.factory.CacheStoreFactoryRegistry
Creates new Object based on configuration.
createInstance(StoreConfiguration) - Method in class org.infinispan.persistence.factory.LocalClassLoaderCacheStoreFactory
 
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
createInvocationContext(boolean, int) - Method in class org.infinispan.context.NonTransactionalInvocationContextFactory
 
createInvocationContext(Transaction, boolean) - Method in class org.infinispan.context.NonTransactionalInvocationContextFactory
 
createInvocationContext(boolean, int) - Method in class org.infinispan.context.TransactionalInvocationContextFactory
 
createInvocationContext(Transaction, boolean) - Method in class org.infinispan.context.TransactionalInvocationContextFactory
 
createL1(K, V, Metadata) - Method in interface org.infinispan.container.InternalEntryFactory
Creates a L1 entry.
createL1(K, V, Metadata) - Method in class org.infinispan.container.InternalEntryFactoryImpl
 
createListenerAdapter(AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
createListenerAdapter(AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheNotifier
 
createListenerAdapter(AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Method in class org.infinispan.jcache.remote.JCacheNotifier
 
createMap() - Method in class org.infinispan.commands.read.GetAllCommand
 
createMap() - Method in class org.infinispan.commons.util.WeakValueHashMap
Create map.
createMarshalledValue(Object, InvocationContext) - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
createMarshaller(MarshallingConfiguration) - Method in class org.infinispan.commons.marshall.jboss.JBossMarshallerFactory
 
createMixedStatus(List<E>, List<E>) - Method in class org.infinispan.xsite.status.AbstractSiteStatusBuilder
 
createMixedStatus(List<Address>, List<Address>) - Method in class org.infinispan.xsite.status.CacheSiteStatusBuilder
 
createMixedStatus(List<String>, List<String>) - Method in class org.infinispan.xsite.status.ContainerSiteStatusBuilder
 
createModifiedEvent(Object, long, boolean) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
createNearCache(NearCacheConfiguration) - Method in class org.infinispan.client.hotrod.near.NearCacheService
 
createNearCacheService(NearCacheConfiguration) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
 
createNew() - Static method in class org.infinispan.server.websocket.json.JsonObject
 
createNewEntry(K, int, BoundedEquivalentConcurrentHashMapV8.Node<K, V>, V, BoundedEquivalentConcurrentHashMapV8.EvictionEntry<K, V>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EvictionPolicy
 
createNewEntry(K, int, BoundedEquivalentConcurrentHashMapV8.TreeNode<K, V>, BoundedEquivalentConcurrentHashMapV8.TreeNode<K, V>, V, BoundedEquivalentConcurrentHashMapV8.EvictionEntry<K, V>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EvictionPolicy
 
createNewEntry(K, int, BoundedConcurrentHashMap.HashEntry<K, V>, V) - Method in interface org.infinispan.util.concurrent.BoundedConcurrentHashMap.EvictionPolicy
 
createNewFile() - Method in class org.infinispan.io.GridFile
 
createNewVersionsAndCheckForWriteSkews(VersionGenerator, TxInvocationContext, VersionedPrepareCommand) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
 
createNewVersionsAndCheckForWriteSkews(VersionGenerator, TxInvocationContext, VersionedPrepareCommand) - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
 
createNewVersionsAndCheckForWriteSkews(VersionGenerator, TxInvocationContext, VersionedPrepareCommand) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
 
createNodeInCache(AdvancedCache<?, ?>, Fqn) - Method in class org.infinispan.tree.impl.TreeStructureSupport
 
createNonTxInvocationContext() - Method in interface org.infinispan.context.InvocationContextFactory
createNonTxInvocationContext() - Method in class org.infinispan.context.NonTransactionalInvocationContextFactory
 
createNonTxInvocationContext() - Method in class org.infinispan.context.TransactionalInvocationContextFactory
 
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
createParameterId(AnnotatedParameter<X>) - Static method in class org.infinispan.cdi.util.Annotateds
Creates a string representation of an AnnotatedParameter.
createParameterId(Type, Set<Annotation>) - Static method in class org.infinispan.cdi.util.Annotateds
Creates a string representation of a given type and set of annotations.
createParameterListId(List<AnnotatedParameter<X>>) - Static method in class org.infinispan.cdi.util.Annotateds
Generates a unique string representation of a list of AnnotatedParameters.
createPrepareRpcOptions() - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
createPushStateTask() - Method in class org.infinispan.persistence.support.SingletonCacheWriter
 
createReadyActionRunnable(CacheRpcCommand, Reply, int, boolean, boolean, ReadyAction) - Method in class org.infinispan.remoting.inboundhandler.NonTotalOrderTxPerCacheInboundInvocationHandler
 
createReducePart(ReduceCommand<KOut, VOut>, Address, String) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
createRegisterJCache(String) - Method in class org.infinispan.jcache.remote.JCacheManager
 
createRemoteInvocationContext(Address) - Method in interface org.infinispan.context.InvocationContextFactory
createRemoteInvocationContext(Address) - Method in class org.infinispan.context.NonTransactionalInvocationContextFactory
 
createRemoteInvocationContext(Address) - Method in class org.infinispan.context.TransactionalInvocationContextFactory
 
createRemoteInvocationContextForCommand(VisitableCommand, Address) - Method in class org.infinispan.context.AbstractInvocationContextFactory
 
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.
createRemoteInvocationContextForCommand(VisitableCommand, Address) - Method in class org.infinispan.context.NonTransactionalInvocationContextFactory
 
createRemoteTxInvocationContext(RemoteTransaction, Address) - Method in interface org.infinispan.context.InvocationContextFactory
createRemoteTxInvocationContext(RemoteTransaction, Address) - Method in class org.infinispan.context.NonTransactionalInvocationContextFactory
 
createRemoteTxInvocationContext(RemoteTransaction, Address) - Method in class org.infinispan.context.TransactionalInvocationContextFactory
 
createRemovedEvent(Object, boolean) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
createRequestCorrelator(Protocol, RequestHandler, Address) - Method in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher
 
createSessionId(String) - Method in class org.infinispan.cli.interpreter.Interpreter
 
createSingleKeyNonTxInvocationContext() - Method in interface org.infinispan.context.InvocationContextFactory
createSingleKeyNonTxInvocationContext() - Method in class org.infinispan.context.NonTransactionalInvocationContextFactory
 
createSingleKeyNonTxInvocationContext() - Method in class org.infinispan.context.TransactionalInvocationContextFactory
 
createStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
CreateStatement - Class in org.infinispan.cli.interpreter.statement
CreateStatement creates a new cache based on the configuration of an existing cache.
CreateStatement(String, String) - Constructor for class org.infinispan.cli.interpreter.statement.CreateStatement
 
createStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.createStatement_return
 
createStream() - Method in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
createTable(Connection) - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
createTaskMapPart(MapCombineCommand<KIn, VIn, KOut, VOut>, Address, boolean) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
createTopologyId(byte[], int) - Method in class org.infinispan.client.hotrod.impl.TopologyInfo
 
createTopologyId(byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
createTopologyId(byte[]) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
createTreeCache(Cache<K, V>) - Method in class org.infinispan.tree.TreeCacheFactory
Creates a TreeCache instance by taking in a Cache as a parameter
createTxInvocationContext(LocalTransaction) - Method in interface org.infinispan.context.InvocationContextFactory
createTxInvocationContext(LocalTransaction) - Method in class org.infinispan.context.NonTransactionalInvocationContextFactory
 
createTxInvocationContext(LocalTransaction) - Method in class org.infinispan.context.TransactionalInvocationContextFactory
 
createTypeId(AnnotatedType<X>) - Static method in class org.infinispan.cdi.util.Annotateds
Generates a deterministic signature for an AnnotatedType.
createTypeId(Class<X>, Collection<Annotation>, Collection<AnnotatedMethod<? super X>>, Collection<AnnotatedField<? super X>>, Collection<AnnotatedConstructor<X>>) - Static method in class org.infinispan.cdi.util.Annotateds
Generates a unique signature for a concrete class.
createUnmarshaller(MarshallingConfiguration) - Method in class org.infinispan.commons.marshall.jboss.JBossMarshallerFactory
 
createValue(CacheEntry<?, V>) - Method in interface org.infinispan.container.InternalEntryFactory
Creates an InternalCacheValue based on the InternalCacheEntry passed in.
createValue(CacheEntry) - Method in class org.infinispan.container.InternalEntryFactoryImpl
 
createWrappedEntry(Object, CacheEntry, InvocationContext, boolean) - Method in class org.infinispan.container.EntryFactoryImpl
 
createWrappedEntry(Object, CacheEntry, InvocationContext, boolean) - Method in class org.infinispan.container.IncrementalVersionableEntryFactoryImpl
 
creatingTmpCacheTimedOut(String, Address) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
creatingTmpCacheTimedOut(String, Address) - Method in class org.infinispan.lucene.logging.Log_$logger
 
creatingTmpCacheTimedOut(String, Address) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
creatingTmpCacheTimedOut(String, Address) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
creatingTmpCacheTimedOut(String, Address) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
creatingTmpCacheTimedOut(String, Address) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
creatingTmpCacheTimedOut(String, Address) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
creatingTmpCacheTimedOut(String, Address) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
creatingTmpCacheTimedOut(String, Address) - Method in class org.infinispan.stats.logging.Log_$logger
 
creatingTmpCacheTimedOut(String, Address) - Method in class org.infinispan.tree.logging.Log_$logger
 
creatingTmpCacheTimedOut(String, Address) - Method in interface org.infinispan.util.logging.Log
 
creatingTmpCacheTimedOut(String, Address) - Method in class org.infinispan.util.logging.Log_$logger
 
creatingTmpCacheTimedOut$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
creatingTmpCacheTimedOut$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
creatingTmpCacheTimedOut$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
creatingTmpCacheTimedOut$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
creatingTmpCacheTimedOut$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
creatingTmpCacheTimedOut$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
creatingTmpCacheTimedOut$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
creatingTmpCacheTimedOut$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
creatingTmpCacheTimedOut$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
creatingTmpCacheTimedOut$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
creatingTmpCacheTimedOut$str() - Method in class org.infinispan.util.logging.Log_$logger
 
csm - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
csm - Variable in class org.infinispan.stream.impl.StreamResponseCommand
 
ctx - Variable in class org.infinispan.iteration.impl.TransactionAwareCloseableIterable
 
ctx - Variable in class org.infinispan.persistence.file.SingleFileStore
 
ctx - Variable in class org.infinispan.persistence.remote.RemoteStore
 
ctx - Variable in class org.infinispan.persistence.support.DelegatingCacheLoader
 
ctx - Variable in class org.infinispan.persistence.support.DelegatingCacheWriter
 
CURRENT_NR_OF_ENTRIES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
Number of entries currently in the Hot Rod server
currentLevel - Variable in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Builder
 
currentlyRunning - Variable in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
currentMillisFromNanotime() - Static method in class org.infinispan.commons.util.Util
System.nanoTime() is less expensive than System.currentTimeMillis() and better suited to measure time intervals.
currentMode - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever.PartitionListener
 
currentMode - Variable in class org.infinispan.stream.impl.PartitionAwareClusterStreamManager.PartitionListener
 
currentTopologyId() - Method in class org.infinispan.interceptors.base.BaseStateTransferInterceptor
Deprecated.
 
currentValue - Variable in class org.infinispan.iteration.impl.RemovableEntryIterator
 
currentValue - Variable in class org.infinispan.stream.impl.RemovableIterator
 
CUSTOM_STORE_CLASS - Static variable in class org.infinispan.configuration.cache.CustomStoreConfiguration
 
customBackupFailurePolicyClassNotSpecified() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified() - Method in class org.infinispan.lucene.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
customBackupFailurePolicyClassNotSpecified() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
customBackupFailurePolicyClassNotSpecified() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified() - Method in class org.infinispan.stats.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified() - Method in class org.infinispan.tree.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified() - Method in interface org.infinispan.util.logging.Log
 
customBackupFailurePolicyClassNotSpecified() - Method in class org.infinispan.util.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
customBackupFailurePolicyClassNotSpecified$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
customBackupFailurePolicyClassNotSpecified$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
customBackupFailurePolicyClassNotSpecified$str() - Method in class org.infinispan.util.logging.Log_$logger
 
CustomBackupPolicyInvoker(String, CustomFailurePolicy, Transaction) - Constructor for class org.infinispan.xsite.BackupSenderImpl.CustomBackupPolicyInvoker
 
CustomFailurePolicy<K,V> - Interface in org.infinispan.xsite
Used for implementing custom policies in case of communication failures with a remote site.
customInterceptorExpectsInjection(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
customInterceptorExpectsInjection(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
customInterceptorExpectsInjection(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
customInterceptorExpectsInjection(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
customInterceptorExpectsInjection(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
customInterceptorExpectsInjection(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
customInterceptorExpectsInjection(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
customInterceptorExpectsInjection(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
customInterceptorExpectsInjection(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
customInterceptorExpectsInjection(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
customInterceptorExpectsInjection(String) - Method in interface org.infinispan.util.logging.Log
 
customInterceptorExpectsInjection(String) - Method in class org.infinispan.util.logging.Log_$logger
 
customInterceptorExpectsInjection$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
customInterceptorExpectsInjection$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
customInterceptorExpectsInjection$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
customInterceptorExpectsInjection$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
customInterceptorExpectsInjection$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
customInterceptorExpectsInjection$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
customInterceptorExpectsInjection$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
customInterceptorExpectsInjection$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
customInterceptorExpectsInjection$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
customInterceptorExpectsInjection$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
customInterceptorExpectsInjection$str() - Method in class org.infinispan.util.logging.Log_$logger
 
customInterceptorMissingClass() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
customInterceptorMissingClass() - Method in class org.infinispan.lucene.logging.Log_$logger
 
customInterceptorMissingClass() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
customInterceptorMissingClass() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
customInterceptorMissingClass() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
customInterceptorMissingClass() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
customInterceptorMissingClass() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
customInterceptorMissingClass() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
customInterceptorMissingClass() - Method in class org.infinispan.stats.logging.Log_$logger
 
customInterceptorMissingClass() - Method in class org.infinispan.tree.logging.Log_$logger
 
customInterceptorMissingClass() - Method in interface org.infinispan.util.logging.Log
 
customInterceptorMissingClass() - Method in class org.infinispan.util.logging.Log_$logger
 
customInterceptorMissingClass$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
customInterceptorMissingClass$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
customInterceptorMissingClass$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
customInterceptorMissingClass$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
customInterceptorMissingClass$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
customInterceptorMissingClass$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
customInterceptorMissingClass$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
customInterceptorMissingClass$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
customInterceptorMissingClass$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
customInterceptorMissingClass$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
customInterceptorMissingClass$str() - Method in class org.infinispan.util.logging.Log_$logger
 
customInterceptors() - Method in class org.infinispan.configuration.cache.Configuration
 
customInterceptors() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
customInterceptors() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
 
CustomInterceptorsConfiguration - Class in org.infinispan.configuration.cache
Configures custom interceptors to be added to the cache.
CustomInterceptorsConfiguration() - Constructor for class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
 
CustomInterceptorsConfigurationBuilder - Class in org.infinispan.configuration.cache
Configures custom interceptors to be added to the cache.
customIntermediateCacheName - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
CustomRequestCorrelator - Class in org.infinispan.remoting.transport.jgroups
Extend RequestCorrelator to ignore Event.SUSPECT events.
CustomRequestCorrelator(Protocol, RequestHandler, Address) - Constructor for class org.infinispan.remoting.transport.jgroups.CustomRequestCorrelator
 
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, SingletonStoreConfiguration) - 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
 
CyclicDependencyException - Exception in org.infinispan.util
Thrown when a cyclic dependency exist
CyclicDependencyException(String) - Constructor for exception org.infinispan.util.CyclicDependencyException
 
CyclicDependencyException(String, Throwable) - Constructor for exception org.infinispan.util.CyclicDependencyException
 

D

data - Variable in class org.infinispan.io.GridFilesystem
 
data - Variable in class org.infinispan.remoting.MIMECacheEntry
The payload.
DATA_CONTAINER - Static variable in class org.infinispan.configuration.cache.DataContainerConfiguration
 
DatabaseType - Enum in org.infinispan.persistence.jdbc
Supported database dialects for the JDBC cache stores
dataColumnName() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
dataColumnName(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
The name of the database column used to store the entries
dataColumnType() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
dataColumnType(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
The type of the database column used to store the entries
DataCommand - Interface in org.infinispan.commands
Commands of this type manipulate data in the cache.
dataContainer() - Method in class org.infinispan.configuration.cache.Configuration
 
dataContainer() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
dataContainer() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
 
dataContainer() - Method in class org.infinispan.configuration.cache.DataContainerConfiguration
Deprecated.
data container is no longer to exposed via configuration at a later point
dataContainer(DataContainer) - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
Deprecated.
data container is no longer to exposed via configuration at a later point
DataContainer<K,V> - Interface in org.infinispan.container
The main internal data structure which stores entries
dataContainer - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
dataContainer - Variable in class org.infinispan.interceptors.ClusteringInterceptor
Deprecated.
 
dataContainer - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
dataContainer - Variable in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
dataContainer - Variable in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
dataContainer - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
 
dataContainer - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever
 
DataContainer.ComputeAction<K,V> - Interface in org.infinispan.container
 
DataContainerConfiguration - Class in org.infinispan.configuration.cache
Controls the data container for the cache.
DataContainerConfigurationBuilder - Class in org.infinispan.configuration.cache
Controls the data container for the cache.
dataContainerConfigurationDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
dataContainerConfigurationDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
dataContainerConfigurationDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
dataContainerConfigurationDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
dataContainerConfigurationDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
dataContainerConfigurationDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
dataContainerConfigurationDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
dataContainerConfigurationDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
dataContainerConfigurationDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
dataContainerConfigurationDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
dataContainerConfigurationDeprecated() - Method in interface org.infinispan.util.logging.Log
 
dataContainerConfigurationDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
dataContainerConfigurationDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
dataContainerConfigurationDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
dataContainerConfigurationDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
dataContainerConfigurationDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
dataContainerConfigurationDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
dataContainerConfigurationDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
dataContainerConfigurationDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
dataContainerConfigurationDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
dataContainerConfigurationDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
dataContainerConfigurationDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
dataContainerConfigurationDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
DataContainerFactory - Class in org.infinispan.factories
Constructs the data container
DataContainerFactory() - Constructor for class org.infinispan.factories.DataContainerFactory
 
DataContainerIterator(Iterator<InternalCacheEntry<K, V>>, KeyValueFilter<? super K, ? super V>, Converter<? super K, ? super V, ? extends C>, boolean) - Constructor for class org.infinispan.iteration.impl.LocalEntryRetriever.DataContainerIterator
 
DataContainerRemoveIterator<K,V> - Class in org.infinispan.util
This is an iterator that will iterate upon the data container.
DataContainerRemoveIterator(Cache<K, V>) - Constructor for class org.infinispan.util.DataContainerRemoveIterator
 
DataContainerRemoveIterator(Cache<K, V>, DataContainer<K, V>) - Constructor for class org.infinispan.util.DataContainerRemoveIterator
 
DataLocality - Enum in org.infinispan.distribution
Used to determine whether a key is mapped to a local node.
dataLocation() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
 
dataLocation(String) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
 
dataRehashed(DataRehashedEvent<K, V>) - Method in class org.infinispan.iteration.impl.DistributedEntryRetriever
We need to listen to data rehash events in case if data moves while we are iterating over it.
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.
dataRehashed(DataRehashedEvent<K, V>) - Method in class org.infinispan.stream.impl.LocalStreamManagerImpl
We need to listen to data rehash events in case if data moves while we are iterating over it.
DataRehashedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for DataRehashed.
DataRehashedAdapter(Event<DataRehashedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.DataRehashedAdapter
 
DataRehashedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
An event passed in to methods annotated with DataRehashed.
dataSize() - Method in class org.infinispan.tree.impl.NodeImpl
 
dataSize(Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
dataSize() - Method in interface org.infinispan.tree.Node
 
dataSize(Flag...) - Method in interface org.infinispan.tree.Node
 
dataSource() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
 
dataSource() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
 
dataSource() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder.BinaryTableManipulationConfigurationBuilder
 
dataSource() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder
 
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
 
dataSynchronizationError(Exception, String, String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
dataSynchronizationError(Exception, String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
dataSynchronizationError$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
DataType - Enum in org.infinispan.jmx.annotations
 
DataWriteCommand - Interface in org.infinispan.commands.write
Mixes features from DataCommand and WriteCommand
DEADLOCK_DETECTING_GLOBAL_TRANSACTION - Static variable in interface org.infinispan.marshall.core.Ids
 
deadlockCheck(DeadlockChecker) - Method in class org.infinispan.util.concurrent.locks.impl.InfinispanLock
It forces a deadlock checking.
deadlockCheck(DeadlockChecker) - Method in interface org.infinispan.util.concurrent.locks.impl.LockContainer
It forces a deadlock checks in all existing locks.
deadlockCheck(DeadlockChecker) - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
 
deadlockCheck(DeadlockChecker) - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
 
DeadlockChecker - Interface in org.infinispan.util.concurrent.locks
An interface to implement the deadlock algorithm.
deadlockDetected(Object, Object) - Method in interface org.infinispan.util.concurrent.locks.DeadlockChecker
It checks for deadlock.
deadlockDetected(Object, Object) - Method in class org.infinispan.util.concurrent.locks.DeadlockDetectingLockManager
 
DeadlockDetectedException - Exception in org.infinispan.util.concurrent.locks
Exception signaling detected deadlocks.
DeadlockDetectedException(String) - Constructor for exception org.infinispan.util.concurrent.locks.DeadlockDetectedException
 
DeadlockDetectingInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
DeadlockDetectingInterceptor() - Constructor for class org.infinispan.interceptors.DeadlockDetectingInterceptor
Deprecated.
 
DeadlockDetectingLockManager - Class in org.infinispan.util.concurrent.locks
Lock manager in charge with processing deadlock detections.
DeadlockDetectingLockManager() - Constructor for class org.infinispan.util.concurrent.locks.DeadlockDetectingLockManager
 
deadlockDetection() - Method in class org.infinispan.configuration.cache.Configuration
 
deadlockDetection() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
deadlockDetection() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
 
DeadlockDetectionConfiguration - Class in org.infinispan.configuration.cache
Configures deadlock detection.
DeadlockDetectionConfigurationBuilder - Class in org.infinispan.configuration.cache
Configures deadlock detection.
DEBUG_DEPENDENCIES - Static variable in class org.infinispan.factories.AbstractComponentRegistry
Set the system property infinispan.debugDependencies to true to enable some extra information to errors generated by the component factory.
DebuggingExceptionListener() - Constructor for class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller.DebuggingExceptionListener
 
debugInfo(Object) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
This method should be called by reflection to get more info about the missing/invalid key (from test tools)
debugUnableToInstantiateDbFactory(String, Throwable) - Method in interface org.infinispan.persistence.leveldb.logging.Log
 
debugUnableToInstantiateDbFactory(String, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
debugUnableToInstantiateDbFactory$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
DecimalDigit - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
DecimalDigit - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
decode(int) - Static method in class org.infinispan.commons.io.SignedNumeric
 
DECODE - Static variable in class org.infinispan.commons.util.Base64
Specify decoding.
decode(byte[], int, int) - Static method in class org.infinispan.commons.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.infinispan.commons.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.infinispan.server.core.transport.SaslQopHandler
 
decodeFromFile(String) - Static method in class org.infinispan.commons.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeKey(Object) - Method in interface org.infinispan.cli.interpreter.codec.Codec
 
decodeKey(Object) - Method in class org.infinispan.cli.interpreter.codec.HotRodCodec
 
decodeKey(Object) - Method in class org.infinispan.cli.interpreter.codec.MemcachedCodec
 
decodeKey(Object) - Method in class org.infinispan.cli.interpreter.codec.NoneCodec
 
decodeKey(Object) - Method in class org.infinispan.cli.interpreter.codec.RestCodec
 
decodeToFile(String, String) - Static method in class org.infinispan.commons.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.infinispan.commons.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeValue(Object) - Method in interface org.infinispan.cli.interpreter.codec.Codec
 
decodeValue(Object) - Method in class org.infinispan.cli.interpreter.codec.HotRodCodec
 
decodeValue(Object) - Method in class org.infinispan.cli.interpreter.codec.MemcachedCodec
 
decodeValue(Object) - Method in class org.infinispan.cli.interpreter.codec.NoneCodec
 
decodeValue(Object) - Method in class org.infinispan.cli.interpreter.codec.RestCodec
 
decodeVersion(short) - Static method in class org.infinispan.Version
 
decodeVersionForSerialization(short) - Static method in class org.infinispan.Version
Serialization only looks at major and minor, not micro or below.
DecoratedCache<K,V> - Class in org.infinispan.cache.impl
A decorator to a cache, which can be built with a specific ClassLoader and a set of Flags.
DecoratedCache(AdvancedCache<K, V>, ClassLoader) - Constructor for class org.infinispan.cache.impl.DecoratedCache
 
DecoratedCache(AdvancedCache<K, V>, Flag...) - Constructor for class org.infinispan.cache.impl.DecoratedCache
 
DecoratedCache(AdvancedCache<K, V>, ClassLoader, Flag...) - Constructor for class org.infinispan.cache.impl.DecoratedCache
 
DecoratedEventLogger - Class in org.infinispan.util.logging.events.impl
DecoratedEventLogger.
DecoratedEventLogger(EventLogger) - Constructor for class org.infinispan.util.logging.events.impl.DecoratedEventLogger
 
decOwned(Address) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
 
decPrimaryOwned(Address) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
 
decrementUsage(String) - Method in class org.infinispan.persistence.jpa.impl.EntityManagerFactoryRegistry
 
DEF_CLASS_COUNT - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
DEF_INSTANCE_COUNT - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
DEFAULT_ALIAS - Static variable in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
DEFAULT_BATCH_SIZE - Static variable in class org.infinispan.persistence.jdbc.TableManipulation
 
DEFAULT_BUFFER_SIZE - Static variable in class org.infinispan.lucene.impl.DirectoryBuilderImpl
Used as default chunk size: each Lucene index segment is split into smaller parts having a default size in bytes as defined here
DEFAULT_BUFFER_SIZE - Static variable in class org.infinispan.util.stream.Streams
The default buffer size that will be used for buffered operations.
DEFAULT_CACHE_NAME - Static variable in class org.infinispan.client.hotrod.RemoteCacheManager
 
DEFAULT_CACHE_NAME - Static variable in interface org.infinispan.commons.api.BasicCacheContainer
 
DEFAULT_CACHE_NAME_BYTES - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
DEFAULT_CACHE_TOPOLOGY - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
DEFAULT_CHUNK_SIZE - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
DEFAULT_CHUNK_SIZE - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
 
DEFAULT_CLUSTER_NAME - Static variable in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
DEFAULT_CONSISTENT_HASH - Static variable in interface org.infinispan.marshall.core.Ids
 
DEFAULT_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.marshall.core.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
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.ExposedByteArrayOutputStream
Deprecated.
Default buffer size after which if more buffer capacity is needed the buffer will grow by 25% rather than 100%
DEFAULT_EXECUTOR_FACTORY_POOL_SIZE - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
DEFAULT_EXECUTOR_FACTORY_QUEUE_SIZE - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
DEFAULT_FETCH_SIZE - Static variable in class org.infinispan.persistence.jdbc.TableManipulation
 
DEFAULT_HOTROD_PORT - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
DEFAULT_INDENT - Static variable in class org.infinispan.cli.shell.Man2Ansi
 
DEFAULT_JGROUPS_CONFIGURATION_FILE - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
DEFAULT_KEY_SIZE - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
DEFAULT_MARSHALL_VERSION - Static variable in class org.infinispan.configuration.global.GlobalConfiguration
Default replication version, from Version.getVersionShort().
DEFAULT_MAX_RETRIES - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
DEFAULT_MAX_RETRIES - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
DEFAULT_MAX_RETRIES - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
 
DEFAULT_MEMCACHED_CACHE - Static variable in class org.infinispan.server.memcached.configuration.MemcachedServerConfiguration
 
DEFAULT_MEMCACHED_PORT - Static variable in class org.infinispan.server.memcached.configuration.MemcachedServerConfiguration
 
DEFAULT_PATTERN - Static variable in class org.infinispan.factories.threads.DefaultThreadFactory
 
DEFAULT_PROTOCOL_VERSION - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
DEFAULT_RECOVERY_INFO_CACHE - Static variable in class org.infinispan.configuration.cache.RecoveryConfiguration
 
DEFAULT_SO_TIMEOUT - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
DEFAULT_STALE_STATS_THRESHOLD - Static variable in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
DEFAULT_TIMEOUT - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
DEFAULT_TIMEOUT - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
 
DEFAULT_TMP_CACHE_CONFIGURATION_NAME - Static variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
DEFAULT_TOP_KEY - Static variable in class org.infinispan.stats.topK.CacheUsageInterceptor
 
DEFAULT_TRANSPORT - Static variable in class org.infinispan.configuration.global.TransportConfigurationBuilder
 
DEFAULT_VALUE_SIZE - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
DEFAULT_WAIT_TIME - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
DEFAULT_WAIT_TIME - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
 
DefaultAsyncExecutorFactory - Class in org.infinispan.client.hotrod.impl.async
Default implementation for ExecutorFactory based on an ThreadPoolExecutor.
DefaultAsyncExecutorFactory() - Constructor for class org.infinispan.client.hotrod.impl.async.DefaultAsyncExecutorFactory
 
DefaultBean - Annotation Type in org.infinispan.cdi.util.defaultbean
Annotation that signifies that a bean should only be registered if no other instance with the same type and qualifiers is registered.
DefaultBeanExtension - Class in org.infinispan.cdi.util.defaultbean
Registers beans annotated @DefaultBean

During the ProcessAnnotatedTypePhase beans and producers annotated with @Default have a synthetic qualifier added to them and existing qualifiers removed.

DefaultBeanExtension() - Constructor for class org.infinispan.cdi.util.defaultbean.DefaultBeanExtension
 
DefaultBeanHolder - Class in org.infinispan.cdi.util.defaultbean
 
DefaultBeanHolder(Bean<?>) - Constructor for class org.infinispan.cdi.util.defaultbean.DefaultBeanHolder
 
DefaultBeanInformation - Annotation Type in org.infinispan.cdi.util.defaultbean
We use this annotation as a carrier of qualifiers so that other extensions have access to the original qualifiers of the bean (those removed and replaced by synthetic qualifier by the DefaultBeanExtension).
DefaultBeanInformation.Literal - Class in org.infinispan.cdi.util.defaultbean
 
DefaultBuilder() - Constructor for class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl.DefaultBuilder
 
DefaultCacheKey - Class in org.infinispan.jcache.annotation
Default GeneratedCacheKey implementation.
DefaultCacheKey(Object[]) - Constructor for class org.infinispan.jcache.annotation.DefaultCacheKey
 
DefaultCacheKeyGenerator - Class in org.infinispan.jcache.annotation
Default CacheKeyGenerator implementation.
DefaultCacheKeyGenerator() - Constructor for class org.infinispan.jcache.annotation.DefaultCacheKeyGenerator
 
DefaultCacheManager - Class in org.infinispan.manager
A CacheManager is the primary mechanism for retrieving a Cache instance, and is often used as a starting point to using the Cache.
DefaultCacheManager() - Constructor for class org.infinispan.manager.DefaultCacheManager
Constructs and starts a default instance of the CacheManager, using configuration defaults.
DefaultCacheManager(boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
Constructs a default instance of the CacheManager, using configuration defaults.
DefaultCacheManager(Configuration) - Constructor for class org.infinispan.manager.DefaultCacheManager
Constructs and starts a new instance of the CacheManager, using the default configuration passed in.
DefaultCacheManager(Configuration, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
Constructs a new instance of the CacheManager, using the default configuration passed in.
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
Constructs and starts a new instance of the CacheManager, using the global and default configurations passed in.
DefaultCacheManager(GlobalConfiguration, Configuration, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
Constructs a new instance of the CacheManager, using the global and default configurations passed in.
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(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(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.
DefaultCacheManager(String, String, String, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
Deprecated.
defaultCacheName() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
defaultCacheName - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
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
DefaultCacheResolver - Class in org.infinispan.jcache.annotation
Default CacheResolver implementation for standalone environments, where no Cache/CacheManagers are injected via CDI.
defaultCacheTopologyId - Variable in class org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory
 
defaultChunkSize - Variable in class org.infinispan.io.GridFilesystem
 
defaultClassLoader - Variable in class org.infinispan.factories.ComponentRegistry
 
defaultClassLoader - Variable in class org.infinispan.factories.GlobalComponentRegistry
 
defaultClusteredBuilder() - Static method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
DefaultConsistentHash - Class in org.infinispan.distribution.ch.impl
Default ConsistentHash implementation.
DefaultConsistentHash(Hash, int, int, List<Address>, Map<Address, Float>, List<Address>[]) - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
DefaultConsistentHash.Externalizer - Class in org.infinispan.distribution.ch.impl
 
DefaultConsistentHashFactory - Class in org.infinispan.distribution.ch
Deprecated.
Extend from DefaultConsistentHashFactory instead. This class will be removed in the future.
DefaultConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.DefaultConsistentHashFactory
Deprecated.
 
DefaultConsistentHashFactory - Class in org.infinispan.distribution.ch.impl
Default implementation of ConsistentHashFactory.
DefaultConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
DefaultConsistentHashFactory.Builder - Class in org.infinispan.distribution.ch.impl
 
DefaultConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch.impl
 
DefaultContextClassResolver - Class in org.infinispan.commons.marshall.jboss
This class refines ContextClassLoader to add a default class loader.
DefaultContextClassResolver(ClassLoader) - Constructor for class org.infinispan.commons.marshall.jboss.DefaultContextClassResolver
 
DefaultDataContainer<K,V> - Class in org.infinispan.container
DefaultDataContainer is both eviction and non-eviction based data container.
DefaultDataContainer(int) - Constructor for class org.infinispan.container.DefaultDataContainer
 
DefaultDataContainer(int, Equivalence<? super K>) - Constructor for class org.infinispan.container.DefaultDataContainer
 
DefaultDataContainer(int, long, EvictionStrategy, EvictionThreadPolicy, Equivalence<? super K>, EvictionType) - Constructor for class org.infinispan.container.DefaultDataContainer
 
DefaultDataContainer(int, long, EvictionStrategy, EvictionThreadPolicy, Equivalence<? super K>, EntrySizeCalculator<? super K, ? super V>) - Constructor for class org.infinispan.container.DefaultDataContainer
 
DefaultDataContainer.EntryIterator - Class in org.infinispan.container
 
DefaultDistributedTaskLifecycle - Class in org.infinispan.distexec.spi
 
DefaultDistributedTaskLifecycle() - Constructor for class org.infinispan.distexec.spi.DefaultDistributedTaskLifecycle
 
DefaultEmbeddedCacheConfigurationProducer - Class in org.infinispan.cdi
The default embedded cache Configuration producer.
DefaultEmbeddedCacheConfigurationProducer() - Constructor for class org.infinispan.cdi.DefaultEmbeddedCacheConfigurationProducer
 
DefaultEmbeddedCacheManagerProducer - Class in org.infinispan.cdi
The default EmbeddedCacheManager producer.
DefaultEmbeddedCacheManagerProducer() - Constructor for class org.infinispan.cdi.DefaultEmbeddedCacheManagerProducer
 
DefaultExecutorFactory - Class in org.infinispan.executors
Default executor factory that creates executors using the JDK Executors service.
DefaultExecutorFactory() - Constructor for class org.infinispan.executors.DefaultExecutorFactory
 
DefaultExecutorService - Class in org.infinispan.distexec
Infinispan's implementation of an ExecutorService and DistributedExecutorService.
DefaultExecutorService(Cache<?, ?>) - Constructor for class org.infinispan.distexec.DefaultExecutorService
Creates a new DefaultExecutorService given a master cache node for local task execution.
DefaultExecutorService(Cache<?, ?>, ExecutorService) - Constructor for class org.infinispan.distexec.DefaultExecutorService
Creates a new DefaultExecutorService given a master cache node and an ExecutorService for parallel execution of tasks ran on this node.
DefaultExecutorService(Cache<?, ?>, ExecutorService, boolean) - Constructor for class org.infinispan.distexec.DefaultExecutorService
Creates a new DefaultExecutorService given a master cache node and an ExecutorService for parallel execution of task ran on this node.
DefaultFactoryFor - Annotation Type in org.infinispan.factories.annotations
An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components.
DefaultFileLookup() - Constructor for class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
 
defaultLifespan - Variable in class org.infinispan.cache.impl.CacheSupport
 
defaultLifespan - Variable in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
DefaultLiteral - Class in org.infinispan.cdi.util
 
DefaultLiteral() - Constructor for class org.infinispan.cdi.util.DefaultLiteral
 
DefaultLockManager - Class in org.infinispan.util.concurrent.locks.impl
The default LockManager implementation for transactional and non-transactional caches.
DefaultLockManager() - Constructor for class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
DefaultMapReduceTaskLifecycle - Class in org.infinispan.distexec.mapreduce.spi
 
DefaultMapReduceTaskLifecycle() - Constructor for class org.infinispan.distexec.mapreduce.spi.DefaultMapReduceTaskLifecycle
 
defaultMaxIdleTime - Variable in class org.infinispan.cache.impl.CacheSupport
 
defaultMaxIdleTime - Variable in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
defaultMetadata - Variable in class org.infinispan.cache.impl.CacheImpl
 
DefaultPendingLockManager - Class in org.infinispan.util.concurrent.locks.impl
The default implementation for PendingLockManager.
DefaultPendingLockManager() - Constructor for class org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager
 
DefaultReadyAction - Class in org.infinispan.remoting.inboundhandler.action
A list of Action to be executed to check when it is ready.
DefaultReadyAction(ActionState, Action...) - Constructor for class org.infinispan.remoting.inboundhandler.action.DefaultReadyAction
 
defaultRemoteCache() - Method in class org.infinispan.configuration.cache.BackupForBuilder
Use this method if the remote cache that backups in this cache is the default cache.
DefaultRemoteCacheManagerProducer - Class in org.infinispan.cdi
The default RemoteCacheManager producer.
DefaultRemoteCacheManagerProducer() - Constructor for class org.infinispan.cdi.DefaultRemoteCacheManagerProducer
 
DefaultResponseGenerator - Class in org.infinispan.remoting.responses
The default response generator for most cache modes
DefaultResponseGenerator() - Constructor for class org.infinispan.remoting.responses.DefaultResponseGenerator
 
DefaultScheduledExecutorFactory - Class in org.infinispan.executors
Creates scheduled executors using the JDK Executors service
DefaultScheduledExecutorFactory() - Constructor for class org.infinispan.executors.DefaultScheduledExecutorFactory
 
defaultSynchronous - Variable in class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
DefaultThreadFactory - Class in org.infinispan.factories.threads
Thread factory based on JBoss Thread's JBossThreadFactory.
DefaultThreadFactory(ThreadGroup, int, String, String, String) - Constructor for class org.infinispan.factories.threads.DefaultThreadFactory
Construct a new instance.
DefaultTimeService - Class in org.infinispan.util
The default implementation of TimeService.
DefaultTimeService() - Constructor for class org.infinispan.util.DefaultTimeService
 
DefaultTopologyRunnable - Class in org.infinispan.remoting.inboundhandler
The default Runnable for the remote commands receives.
DefaultTopologyRunnable(BasePerCacheInboundInvocationHandler, CacheRpcCommand, Reply, TopologyMode, int) - Constructor for class org.infinispan.remoting.inboundhandler.DefaultTopologyRunnable
 
defaultTransport() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
 
DefaultTwoWayKey2StringMapper - Class in org.infinispan.persistence.keymappers
Default implementation for TwoWayKey2StringMapper that knows how to handle all primitive wrapper keys and Strings.
DefaultTwoWayKey2StringMapper() - Constructor for class org.infinispan.persistence.keymappers.DefaultTwoWayKey2StringMapper
 
defaultValue() - Static method in class org.infinispan.commons.api.functional.MetaParam.MetaLifespan
 
defaultValue() - Static method in class org.infinispan.commons.api.functional.MetaParam.MetaMaxIdle
 
defaultValue() - Static method in enum org.infinispan.commons.api.functional.Param.FutureMode
Provides default future mode.
defaultValue() - Static method in enum org.infinispan.commons.api.functional.Param.PersistenceMode
Provides default persistence mode.
defensive() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
Deprecated.
Store as binary configuration is always defensive now.
defensive(boolean) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
Deprecated.
Store as binary configuration is always defensive now.
defineConfiguration(String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManager
 
defineConfiguration(String, String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManager
 
defineConfiguration(String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManager
Defines a named cache's configuration using the following algorithm:

Unlike previous versions of Infinispan, this method does not build on an existing configuration (default or named).

defineConfiguration(String, String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManager
Defines a named cache's configuration using the following algorithm:

Regardless of whether the cache name has been defined or not, this method creates a clone of the configuration of the cache whose name matches the given template cache name, then applies a clone of the configuration overrides passed in and finally returns this configuration instance.

defineConfiguration(String, Configuration) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
defineConfiguration(String, String, Configuration) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
DefineConfigurationAction - Class in org.infinispan.security.actions
DefineConfigurationAction.
DefineConfigurationAction(EmbeddedCacheManager, String, Configuration) - Constructor for class org.infinispan.security.actions.DefineConfigurationAction
 
degradedModeKeysUnavailable(Collection) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
degradedModeKeysUnavailable(Collection) - Method in class org.infinispan.lucene.logging.Log_$logger
 
degradedModeKeysUnavailable(Collection) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
degradedModeKeysUnavailable(Collection) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
degradedModeKeysUnavailable(Collection) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
degradedModeKeysUnavailable(Collection) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
degradedModeKeysUnavailable(Collection) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
degradedModeKeysUnavailable(Collection) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
degradedModeKeysUnavailable(Collection) - Method in class org.infinispan.stats.logging.Log_$logger
 
degradedModeKeysUnavailable(Collection) - Method in class org.infinispan.tree.logging.Log_$logger
 
degradedModeKeysUnavailable(Collection<?>) - Method in interface org.infinispan.util.logging.Log
 
degradedModeKeysUnavailable(Collection) - Method in class org.infinispan.util.logging.Log_$logger
 
degradedModeKeysUnavailable$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
degradedModeKeysUnavailable$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
degradedModeKeysUnavailable$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
degradedModeKeysUnavailable$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
degradedModeKeysUnavailable$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
degradedModeKeysUnavailable$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
degradedModeKeysUnavailable$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
degradedModeKeysUnavailable$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
degradedModeKeysUnavailable$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
degradedModeKeysUnavailable$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
degradedModeKeysUnavailable$str() - Method in class org.infinispan.util.logging.Log_$logger
 
degradedModeKeyUnavailable(Object) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
degradedModeKeyUnavailable(Object) - Method in class org.infinispan.lucene.logging.Log_$logger
 
degradedModeKeyUnavailable(Object) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
degradedModeKeyUnavailable(Object) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
degradedModeKeyUnavailable(Object) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
degradedModeKeyUnavailable(Object) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
degradedModeKeyUnavailable(Object) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
degradedModeKeyUnavailable(Object) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
degradedModeKeyUnavailable(Object) - Method in class org.infinispan.stats.logging.Log_$logger
 
degradedModeKeyUnavailable(Object) - Method in class org.infinispan.tree.logging.Log_$logger
 
degradedModeKeyUnavailable(Object) - Method in interface org.infinispan.util.logging.Log
 
degradedModeKeyUnavailable(Object) - Method in class org.infinispan.util.logging.Log_$logger
 
degradedModeKeyUnavailable$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
degradedModeKeyUnavailable$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
degradedModeKeyUnavailable$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
degradedModeKeyUnavailable$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
degradedModeKeyUnavailable$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
degradedModeKeyUnavailable$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
degradedModeKeyUnavailable$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
degradedModeKeyUnavailable$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
degradedModeKeyUnavailable$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
degradedModeKeyUnavailable$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
degradedModeKeyUnavailable$str() - Method in class org.infinispan.util.logging.Log_$logger
 
delegate - Variable in class org.infinispan.atomic.impl.AtomicHashMap
 
delegate() - Method in class org.infinispan.cdi.util.ForwardingBean
All calls to this Bean instance are forwarded to the delegate unless overridden.
delegate() - Method in class org.infinispan.cdi.util.ForwardingObserverMethod
All calls to this ObserverMethod instance are forwarded to the delegate unless overridden.
delegate - Variable in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
delegate() - Method in class org.infinispan.commons.util.EnumerationList
 
delegate() - Method in class org.infinispan.commons.util.ForwardingList
 
delegate() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
delegate() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
 
delegate() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareSet
 
delegate - Variable in class org.infinispan.remoting.inboundhandler.AbstractDelegatingHandler
 
delegate() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheCollection
 
delegate() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheSet
 
delegate() - Method in class org.infinispan.stream.impl.interceptor.AbstractDelegatingEntryCacheSet
 
delegate() - Method in class org.infinispan.stream.impl.interceptor.AbstractDelegatingKeyCacheSet
 
delegate() - Method in class org.infinispan.util.AbstractDelegatingCloseableIteratorCollection
 
delegate() - Method in class org.infinispan.util.AbstractDelegatingCloseableIteratorSet
 
delegate() - Method in class org.infinispan.util.AbstractDelegatingCollection
 
delegate() - Method in class org.infinispan.util.AbstractDelegatingMap
 
delegate() - Method in class org.infinispan.util.AbstractDelegatingSet
 
delegateCacheNames() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
delegateCacheNames() - Method in class org.infinispan.jcache.embedded.JCacheManager
 
delegateCacheNames() - Method in class org.infinispan.jcache.remote.JCacheManager
 
delegateIsClosed() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
delegateIsClosed() - Method in class org.infinispan.jcache.embedded.JCacheManager
 
delegateIsClosed() - Method in class org.infinispan.jcache.remote.JCacheManager
 
delegateLogIsClosed() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
delegateLogIsClosed() - Method in class org.infinispan.jcache.embedded.JCacheManager
 
delegateLogIsClosed() - Method in class org.infinispan.jcache.remote.JCacheManager
 
delegateRemoveCache(AbstractJCache<K, V>) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
delegateRemoveCache(AbstractJCache<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheManager
 
delegateRemoveCache(AbstractJCache<K, V>) - Method in class org.infinispan.jcache.remote.JCacheManager
 
delegateStop() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
delegateStop() - Method in class org.infinispan.jcache.embedded.JCacheManager
 
delegateStop() - Method in class org.infinispan.jcache.remote.JCacheManager
 
DelegatingCacheEntryListenerInvocation<K,V> - Class in org.infinispan.notifications.cachelistener.filter
A wrapper around a CacheEntryListenerInvocation that keeps a reference to the FilterIndexingServiceProvider instance that handles this invocation.
DelegatingCacheEntryListenerInvocation(CacheEntryListenerInvocation<K, V>) - Constructor for class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
 
DelegatingCacheLoader - Class in org.infinispan.persistence.support
 
DelegatingCacheLoader(CacheLoader) - Constructor for class org.infinispan.persistence.support.DelegatingCacheLoader
 
DelegatingCacheWriter - Class in org.infinispan.persistence.support
 
DelegatingCacheWriter(CacheWriter) - Constructor for class org.infinispan.persistence.support.DelegatingCacheWriter
 
DelegatingContextualLifecycle<T> - Class in org.infinispan.cdi.util
An implementation of ContextualLifecycle that is backed by an InjectionTarget.
DelegatingContextualLifecycle(InjectionTarget<T>) - Constructor for class org.infinispan.cdi.util.DelegatingContextualLifecycle
Instantiate a new ContextualLifecycle backed by an InjectionTarget.
DelegatingDistributedTaskLifecycle - Class in org.infinispan.cdi
 
DelegatingDistributedTaskLifecycle() - Constructor for class org.infinispan.cdi.DelegatingDistributedTaskLifecycle
 
DelegatingMapReduceTaskLifecycle - Class in org.infinispan.cdi
 
DelegatingMapReduceTaskLifecycle() - Constructor for class org.infinispan.cdi.DelegatingMapReduceTaskLifecycle
 
DelegatingObjectInput - Class in org.infinispan.commons.marshall
Class that extends InputStream and implements ObjectInput.
DelegatingObjectInput(ObjectInput) - Constructor for class org.infinispan.commons.marshall.DelegatingObjectInput
 
DelegatingObjectOutput - Class in org.infinispan.commons.marshall
Class that extends OutputStream and implements ObjectOutput.
DelegatingObjectOutput(ObjectOutput) - Constructor for class org.infinispan.commons.marshall.DelegatingObjectOutput
 
delete() - Method in class org.infinispan.io.GridFile
 
delete(Object) - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
 
delete(Object) - Method in class org.infinispan.persistence.async.AsyncCacheWriter
 
delete(Object) - Method in class org.infinispan.persistence.file.SingleFileStore
 
delete(Object) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
delete(Object) - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
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.leveldb.LevelDBStore
 
delete(Object) - Method in class org.infinispan.persistence.remote.RemoteStore
 
delete(Object) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
delete(Object) - Method in interface org.infinispan.persistence.spi.CacheWriter
 
delete(Object) - Method in class org.infinispan.persistence.support.DelegatingCacheWriter
 
delete(Object) - Method in class org.infinispan.persistence.support.SingletonCacheWriter
 
deleted(String) - Method in class org.infinispan.osgi.InfinispanEmbeddedServiceFactory
 
DeleteElementOperationExternalizer() - Constructor for class org.infinispan.lucene.impl.DeleteOperation.DeleteElementOperationExternalizer
 
deleteFileName(String) - Method in class org.infinispan.lucene.impl.FileListOperations
Deleted a file from the list of files actively part of the index
deleteFromAllStores(Object, PersistenceManager.AccessMode) - Method in interface org.infinispan.persistence.manager.PersistenceManager
 
deleteFromAllStores(Object, PersistenceManager.AccessMode) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
deleteFromAllStores(Object, PersistenceManager.AccessMode) - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
deleteOnExit() - Method in class org.infinispan.io.GridFile
 
DeleteOperation - Class in org.infinispan.lucene.impl
Delete operation associated to FileListCacheValueDelta
DeleteOperation.DeleteElementOperationExternalizer - Class in org.infinispan.lucene.impl
 
deleteOperationsExecutor(Executor) - Method in interface org.infinispan.lucene.directory.BuildContext
Provides an Executor to handle delete operations in a background thread
deleteOperationsExecutor(Executor) - Method in class org.infinispan.lucene.impl.DirectoryBuilderImpl
 
deleteOrReleaseReadLock(String) - Method in class org.infinispan.lucene.readlocks.DistributedSegmentReadLocker
Deletes or releases a read-lock for the specified filename, so that if it was marked as deleted and no other InfinispanIndexInput instances are reading from it, then it will be effectively deleted.
deleteOrReleaseReadLock(String) - Method in class org.infinispan.lucene.readlocks.LocalLockMergingSegmentReadLocker
It will release a previously acquired readLock, or if no readLock was acquired it will mark the file to be deleted as soon as all pending locks are releases.
deleteOrReleaseReadLock(String) - Method in class org.infinispan.lucene.readlocks.NoopSegmentReadLocker
doesn't do anything
deleteOrReleaseReadLock(String) - Method in interface org.infinispan.lucene.readlocks.SegmentReadLocker
It will release a previously acquired readLock, or if no readLock was acquired it will mark the file to be deleted as soon as all pending locks are releases.
delistResource(XAResource, int) - Method in class org.infinispan.transaction.tm.DummyTransaction
De-list an XA resource from this transaction.
deliverMode(DeliverOrder) - Method in class org.infinispan.remoting.rpc.RpcOptionsBuilder
 
DeliverOrder - Enum in org.infinispan.remoting.inboundhandler
Used in RPC, it defines how the messages are delivered to the nodes.
deliverOrder() - Method in class org.infinispan.remoting.rpc.RpcOptions
 
Delta - Interface in org.infinispan.atomic
Represents changes made to a DeltaAware implementation.
delta() - Method in interface org.infinispan.atomic.DeltaAware
Extracts changes made to implementations, in an efficient format that can easily and cheaply be serialized and deserialized.
delta() - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
delta() - Method in class org.infinispan.lucene.impl.FileListCacheValue
 
DELTA_AWARE_MAPREDUCE_LIST_ID - Static variable in interface org.infinispan.marshall.core.Ids
 
DELTA_COMPOSITE_KEY - Static variable in interface org.infinispan.marshall.core.Ids
 
DELTA_MAPREDUCE_LIST_ID - Static variable in interface org.infinispan.marshall.core.Ids
 
DeltaAware - Interface in org.infinispan.atomic
This interface allows the extraction of Deltas.
DeltaAwareCacheEntry<K> - Class in org.infinispan.container.entries
A wrapper around a cached entry that encapsulates DeltaAware and Delta semantics when writes are initiated, committed or rolled back.
DeltaAwareCacheEntry(K, DeltaAware, CacheEntry<K, DeltaAware>) - Constructor for class org.infinispan.container.entries.DeltaAwareCacheEntry
 
DeltaAwareCacheEntry.Flags - Enum in org.infinispan.container.entries
 
DeltaAwareListExternalizer() - Constructor for class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaAwareListExternalizer
 
DeltaAwareObjectOutput - Class in org.infinispan.marshall
An ObjectOutput delegator that is aware of DeltaAware.
DeltaAwareObjectOutput(ObjectOutput) - Constructor for class org.infinispan.marshall.DeltaAwareObjectOutput
 
DeltaCompositeKey - Class in org.infinispan.atomic
DeltaCompositeKey is the key guarding access to a specific entry in DeltaAware
DeltaCompositeKey(Object, Object) - Constructor for class org.infinispan.atomic.DeltaCompositeKey
 
DeltaCompositeKey.DeltaCompositeKeyExternalizer - Class in org.infinispan.atomic
 
DeltaCompositeKeyExternalizer() - Constructor for class org.infinispan.atomic.DeltaCompositeKey.DeltaCompositeKeyExternalizer
 
DeltaCompositeKeyUtil - Class in org.infinispan.util
Utility methods to deal with the DeltaCompositeKey.
DeltaListExternalizer() - Constructor for class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaListExternalizer
 
deltaMapKey - Variable in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
deltas - Variable in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
Deny - Class in org.infinispan.cli.commands.server
 
Deny() - Constructor for class org.infinispan.cli.commands.server.Deny
 
DENY - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
DENY - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
deny(String, String) - Method in class org.infinispan.security.impl.ClusterRoleMapper
 
denyStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
DenyStatement - Class in org.infinispan.cli.interpreter.statement
DenyStatement removes a role mapping from a user
DenyStatement(String, String) - Constructor for class org.infinispan.cli.interpreter.statement.DenyStatement
 
denyStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.denyStatement_return
 
DependencyGraph<T> - Class in org.infinispan.util
Graph to track dependencies between objects
DependencyGraph() - Constructor for class org.infinispan.util.DependencyGraph
 
deprecatedLoaderAsStoreConfiguration() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration() - Method in class org.infinispan.lucene.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
deprecatedLoaderAsStoreConfiguration() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
deprecatedLoaderAsStoreConfiguration() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration() - Method in class org.infinispan.stats.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration() - Method in class org.infinispan.tree.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration() - Method in interface org.infinispan.util.logging.Log
 
deprecatedLoaderAsStoreConfiguration() - Method in class org.infinispan.util.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
deprecatedLoaderAsStoreConfiguration$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
deprecatedLoaderAsStoreConfiguration$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
deprecatedLoaderAsStoreConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class org.infinispan.server.core.transport.SaslQopHandler
 
deregisterCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
 
deregisterCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.remote.JCache
 
destroy(Bean<T>, T, CreationalContext<T>) - Method in interface org.infinispan.cdi.util.ContextualLifecycle
Callback invoked by a created bean when Contextual.destroy(Object, CreationalContext) is called.
destroy(CreationalContext<T>) - Method in class org.infinispan.cdi.util.ContextualReference
destroy the bean
destroy(Bean<T>, T, CreationalContext<T>) - Method in class org.infinispan.cdi.util.DelegatingContextualLifecycle
 
destroy(T, CreationalContext<T>) - Method in class org.infinispan.cdi.util.ForwardingBean
 
destroy(T, CreationalContext<T>) - Method in class org.infinispan.cdi.util.ImmutableBean
 
destroy() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
destroy() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
destroy() - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
destroy() - Method in class org.infinispan.osgi.InfinispanEmbeddedServiceFactory
 
destroy() - Method in class org.infinispan.spring.provider.SpringEmbeddedCacheManagerFactoryBean
Shuts down the SpringEmbeddedCacheManager instance created by this FactoryBean.
destroy() - Method in class org.infinispan.spring.provider.SpringRemoteCacheManagerFactoryBean
stop the RemoteCacheManager created by this factory.
destroy() - Method in class org.infinispan.spring.support.embedded.InfinispanEmbeddedCacheManagerFactoryBean
Shuts down the EmbeddedCacheManager instance created by this FactoryBean.
destroy() - Method in class org.infinispan.spring.support.embedded.InfinispanNamedEmbeddedCacheFactoryBean
Shuts down the org.infinispan.Cache created by this FactoryBean.
destroy() - Method in class org.infinispan.spring.support.InfinispanDefaultCacheFactoryBean
Shuts down the org.infinispan.Cache created by this FactoryBean.
destroy() - Method in class org.infinispan.spring.support.remote.InfinispanRemoteCacheManagerFactoryBean
stop the RemoteCacheManager created by this factory.
destroy() - Static method in class org.infinispan.transaction.tm.BatchModeTransactionManager
 
destroy() - Static method in class org.infinispan.transaction.tm.DummyTransactionManager
 
destroyCache(String) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
destroyDatabase(String) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
 
destroyObject(SocketAddress, TcpTransport) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory
 
detail(String) - Method in interface org.infinispan.util.logging.events.EventLogger
Sets a detail for this event log which could include additional information.
detail(Throwable) - Method in interface org.infinispan.util.logging.events.EventLogger
Sets a throwable to include as detail for this event.
detail(String) - Method in class org.infinispan.util.logging.events.impl.BasicEventLogger
 
detail - Variable in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
 
detail(String) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
 
detectScope(Class<?>) - Static method in class org.infinispan.factories.scopes.ScopeDetector
 
determineTypeConverter(Set<Flag>) - Method in class org.infinispan.interceptors.compat.BaseTypeConverterInterceptor
Deprecated.
Subclasses need to return a TypeConverter instance that is appropriate for a cache operation with the specified flags.
determineTypeConverter(Set<Flag>) - Method in class org.infinispan.interceptors.compat.TypeConverterInterceptor
Deprecated.
 
dfa18 - Variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
DFA18(BaseRecognizer) - Constructor for class org.infinispan.cli.interpreter.IspnCliQLLexer.DFA18
 
dfa28 - Variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
DFA28(BaseRecognizer) - Constructor for class org.infinispan.cli.interpreter.IspnCliQLLexer.DFA28
 
dialect() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
 
dialect(DatabaseType) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
 
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.
DIR - Static variable in class org.infinispan.io.GridFile.Metadata
 
DirectJMXRemotingConnector - Class in org.infinispan.cli.connection.jmx.remoting
 
DirectJMXRemotingConnector() - Constructor for class org.infinispan.cli.connection.jmx.remoting.DirectJMXRemotingConnector
 
DirectJMXRemotingUrl - Class in org.infinispan.cli.connection.jmx.remoting
DirectJMXRemotingUrl connects through plain (non-http-upgrade-enabled) ports
DirectJMXRemotingUrl(String) - Constructor for class org.infinispan.cli.connection.jmx.remoting.DirectJMXRemotingUrl
 
DirectoryBuilder - Class in org.infinispan.lucene.directory
Builder class to create instances of the Directory implementation which stored data in the data grid.
DirectoryBuilderImpl - Class in org.infinispan.lucene.impl
 
DirectoryBuilderImpl(Cache<?, ?>, Cache<?, ?>, Cache<?, ?>, String) - Constructor for class org.infinispan.lucene.impl.DirectoryBuilderImpl
 
directoryCannotBeCreated(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
directoryCannotBeCreated(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
directoryCannotBeCreated(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
directoryCannotBeCreated(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
directoryCannotBeCreated(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
directoryCannotBeCreated(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
directoryCannotBeCreated(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
directoryCannotBeCreated(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
directoryCannotBeCreated(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
directoryCannotBeCreated(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
directoryCannotBeCreated(String) - Method in interface org.infinispan.util.logging.Log
 
directoryCannotBeCreated(String) - Method in class org.infinispan.util.logging.Log_$logger
 
directoryCannotBeCreated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
directoryCannotBeCreated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
directoryCannotBeCreated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
directoryCannotBeCreated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
directoryCannotBeCreated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
directoryCannotBeCreated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
directoryCannotBeCreated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
directoryCannotBeCreated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
directoryCannotBeCreated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
directoryCannotBeCreated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
directoryCannotBeCreated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
DirectoryExtensions - Interface in org.infinispan.lucene.impl
Some additional methods we add to our Directory implementations, mostly for reporting and testing reasons.
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.configuration.cache.AsyncStoreConfigurationBuilder
 
disable() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
 
disable() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
Disables compatibility mode between embedded.
disable() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
Disable deadlock detection
disable() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
disable() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
 
disable() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
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.SingletonStoreConfigurationBuilder
Enable the singleton store cache store
disable() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
Disables storing both keys and values as binary.
disable() - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
 
disable() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
 
disable() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
 
disable() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
 
disable() - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
Disables the SSL support
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
disableInterceptor() - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
disableInterceptor() - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
disableReaper() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
Disable the background reaper to test entries for expiration.
disableRehashAware() - Method in interface org.infinispan.CacheStream
Disables tracking of rehash events that could occur to the underlying cache.
disableRehashAware() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
disableRehashAware() - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
disableRehashAware() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
disableStore(String) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
disableStore(String) - Method in interface org.infinispan.persistence.manager.PersistenceManager
Marks the given storage as disabled.
disableStore(String) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
disableStore(String) - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
Disconnect - Class in org.infinispan.cli.commands.client
 
Disconnect() - Constructor for class org.infinispan.cli.commands.client.Disconnect
 
disconnect() - Method in interface org.infinispan.cli.Context
 
disconnect() - Method in class org.infinispan.cli.impl.ContextImpl
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class org.infinispan.server.core.transport.SaslQopHandler
 
disconnectChannel - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
disconnectJGroups(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
disconnectJGroups(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
disconnectJGroups(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
disconnectJGroups(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
disconnectJGroups(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
disconnectJGroups(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
disconnectJGroups(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
disconnectJGroups(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
disconnectJGroups(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
disconnectJGroups(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
disconnectJGroups(String) - Method in interface org.infinispan.util.logging.Log
 
disconnectJGroups(String) - Method in class org.infinispan.util.logging.Log_$logger
 
disconnectJGroups$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
disconnectJGroups$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
disconnectJGroups$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
disconnectJGroups$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
disconnectJGroups$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
disconnectJGroups$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
disconnectJGroups$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
disconnectJGroups$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
disconnectJGroups$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
disconnectJGroups$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
disconnectJGroups$str() - Method in class org.infinispan.util.logging.Log_$logger
 
disconnectSource(Cache<Object, Object>) - Method in class org.infinispan.persistence.cli.upgrade.CLInterfaceTargetMigrator
 
disconnectSource(Cache<Object, Object>) - Method in class org.infinispan.persistence.remote.upgrade.HotRodTargetMigrator
 
disconnectSource(String) - Method in class org.infinispan.upgrade.RollingUpgradeManager
 
disconnectSource(Cache<Object, Object>) - Method in interface org.infinispan.upgrade.TargetMigrator
Disconnects the target from the source.
disonnectedSource(String, String) - Method in interface org.infinispan.cli.interpreter.logging.Messages
 
disonnectedSource(String, String) - Method in class org.infinispan.cli.interpreter.logging.Messages_$bundle
 
disonnectedSource$str() - Method in class org.infinispan.cli.interpreter.logging.Messages_$bundle
 
dispatcher - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
displayRecognitionError(String[], RecognitionException) - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
DisplayType - Enum in org.infinispan.jmx.annotations
 
dispose(boolean) - Method in class org.infinispan.atomic.container.Container
 
dispose(T) - Method in class org.infinispan.cdi.util.DummyInjectionTarget
 
disposeInstanceOf(Class<?>, Object, boolean) - Method in class org.infinispan.atomic.AtomicObjectFactory
Remove the object stored at keyfrom the local state.
DistCacheWriterInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
DistCacheWriterInterceptor() - Constructor for class org.infinispan.interceptors.DistCacheWriterInterceptor
Deprecated.
 
distinct() - Method in interface org.infinispan.CacheStream
distinct - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
distinct() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
distinct() - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
distinct() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
distinct() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
distinct() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
distinct() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
distinct() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
distinct() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
distinct() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
DistinctDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
Performs distinct operation on a DoubleStream
DistinctIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
Performs distinct operation on a IntStream
DistinctKeyDoubleEntryCloseableIterator<E,K> - Class in org.infinispan.util
 
DistinctKeyDoubleEntryCloseableIterator(CloseableIterator<E>, CloseableIterator<E>, Function<? super E, K>, Set<K>) - Constructor for class org.infinispan.util.DistinctKeyDoubleEntryCloseableIterator
 
DistinctLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
Performs distinct operation on a LongStream
DistinctOperation<S> - Class in org.infinispan.stream.impl.intops.object
Performs distinct operation on a regular 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 - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
distributedBatchSize(int) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
distributedBatchSize(int) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
distributedBatchSize(int) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
DistributedCacheStream<R> - Class in org.infinispan.stream.impl
Implementation of CacheStream that provides support for lazily distributing stream methods to appropriate nodes
DistributedCacheStream(Address, boolean, DistributionManager, Supplier<CacheStream<CacheEntry<K, V>>>, ClusterStreamManager, boolean, int, Executor, ComponentRegistry) - Constructor for class org.infinispan.stream.impl.DistributedCacheStream
Standard constructor requiring all pertinent information to properly utilize a distributed cache stream
DistributedCacheStream(Address, boolean, DistributionManager, Supplier<CacheStream<CacheEntry<K, V>>>, ClusterStreamManager, boolean, int, Executor, ComponentRegistry, Function<? super CacheEntry<K, V>, R>) - Constructor for class org.infinispan.stream.impl.DistributedCacheStream
Constructor that also allows a simple map method to be inserted first to change to another type.
DistributedCacheStream(AbstractCacheStream) - Constructor for class org.infinispan.stream.impl.DistributedCacheStream
This constructor is to be used only when a user calls a map or flat map method changing back to a regular Stream from an IntStream, DoubleStream etc.
DistributedCallable<K,V,T> - Interface in org.infinispan.distexec
A task that returns a result and may throw an exception capable of being executed in another JVM.
DistributedDoubleCacheStream - Class in org.infinispan.stream.impl
Implementation of DoubleStream that utilizes a lazily evaluated distributed back end execution.
DistributedDoubleCacheStream(AbstractCacheStream) - Constructor for class org.infinispan.stream.impl.DistributedDoubleCacheStream
This constructor is to be used only when a user calls a map or flat map method changing to a DoubleStream from a CacheStream, Stream, IntStream, LongStream etc.
DistributedEntryRetriever<K,V> - Class in org.infinispan.iteration.impl
This is an entry retriever designed to retrieve values for a distributed cache.
DistributedEntryRetriever(int, long, TimeUnit) - Constructor for class org.infinispan.iteration.impl.DistributedEntryRetriever
 
DistributedEntryRetriever.DistributedItr<C> - Class in org.infinispan.iteration.impl
 
DistributedExecuteCommand<V> - Class in org.infinispan.commands.read
DistributedExecuteCommand is used to migrate Callable and execute it in remote JVM.
DistributedExecuteCommand(String) - Constructor for class org.infinispan.commands.read.DistributedExecuteCommand
 
DistributedExecuteCommand(String, Collection<Object>, Callable<V>) - Constructor for class org.infinispan.commands.read.DistributedExecuteCommand
 
DistributedExecuteCommand() - Constructor for class org.infinispan.commands.read.DistributedExecuteCommand
 
DistributedExecutionCompletionService<V> - Class in org.infinispan.distexec
A CompletionService that uses a supplied DistributedExecutorService to execute tasks.
DistributedExecutionCompletionService(DistributedExecutorService) - Constructor for class org.infinispan.distexec.DistributedExecutionCompletionService
Creates an ExecutorCompletionService using the supplied executor for base task execution and a LinkedBlockingQueue as a completion queue.
DistributedExecutionCompletionService(DistributedExecutorService, BlockingQueue<NotifyingFuture<V>>) - Constructor for class org.infinispan.distexec.DistributedExecutionCompletionService
Creates an ExecutorCompletionService using the supplied executor for base task execution and the supplied queue as its completion queue.
DistributedExecutionCompletionService.QueueingListener - Class in org.infinispan.distexec
 
DistributedExecutorService - Interface in org.infinispan.distexec
An ExecutorService that provides methods to submit tasks for execution on a cluster of Infinispan nodes.
distributedExecutorsNotSupported() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
distributedExecutorsNotSupported() - Method in class org.infinispan.lucene.logging.Log_$logger
 
distributedExecutorsNotSupported() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
distributedExecutorsNotSupported() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
distributedExecutorsNotSupported() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
distributedExecutorsNotSupported() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
distributedExecutorsNotSupported() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
distributedExecutorsNotSupported() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
distributedExecutorsNotSupported() - Method in class org.infinispan.stats.logging.Log_$logger
 
distributedExecutorsNotSupported() - Method in class org.infinispan.tree.logging.Log_$logger
 
distributedExecutorsNotSupported() - Method in interface org.infinispan.util.logging.Log
 
distributedExecutorsNotSupported() - Method in class org.infinispan.util.logging.Log_$logger
 
distributedExecutorsNotSupported$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
distributedExecutorsNotSupported$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
distributedExecutorsNotSupported$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
distributedExecutorsNotSupported$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
distributedExecutorsNotSupported$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
distributedExecutorsNotSupported$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
distributedExecutorsNotSupported$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
distributedExecutorsNotSupported$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
distributedExecutorsNotSupported$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
distributedExecutorsNotSupported$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
distributedExecutorsNotSupported$str() - Method in class org.infinispan.util.logging.Log_$logger
 
DistributedIntCacheStream - Class in org.infinispan.stream.impl
Implementation of IntStream that utilizes a lazily evaluated distributed back end execution.
DistributedIntCacheStream(AbstractCacheStream) - Constructor for class org.infinispan.stream.impl.DistributedIntCacheStream
This constructor is to be used only when a user calls a map or flat map method changing to an IntStream from a CacheStream, Stream, DoubleStream, LongStream etc.
DistributedItr(int, UUID, EntryRetriever.SegmentListener, ConsistentHash) - Constructor for class org.infinispan.iteration.impl.DistributedEntryRetriever.DistributedItr
 
DistributedLongCacheStream - Class in org.infinispan.stream.impl
Implementation of LongStream that utilizes a lazily evaluated distributed back end execution.
DistributedLongCacheStream(AbstractCacheStream) - Constructor for class org.infinispan.stream.impl.DistributedLongCacheStream
This constructor is to be used only when a user calls a map or flat map method changing to an IntStream from a CacheStream, Stream, DoubleStream, IntStream etc.
DistributedSegmentReadLocker - Class in org.infinispan.lucene.readlocks
DistributedSegmentReadLocker stores reference counters in the cache to keep track of the number of clients still needing to be able to read a segment.
DistributedSegmentReadLocker(Cache<Object, Integer>, Cache<?, ?>, Cache<?, ?>, String, int) - Constructor for class org.infinispan.lucene.readlocks.DistributedSegmentReadLocker
 
DistributedSegmentReadLocker(Cache<Object, Integer>, Cache<?, ?>, Cache<?, ?>, String, int, boolean) - Constructor for class org.infinispan.lucene.readlocks.DistributedSegmentReadLocker
 
DistributedSegmentReadLocker(Cache<?, ?>, String, int) - Constructor for class org.infinispan.lucene.readlocks.DistributedSegmentReadLocker
 
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.
DistributedTask<T> - Interface in org.infinispan.distexec
DistributedTask describes all relevant attributes of a distributed task, most importantly its execution policy, fail over policy and its timeout.
DistributedTaskBuilder<T> - Interface in org.infinispan.distexec
DistributedTaskBuilder is a factory interface for DistributedTask
DistributedTaskExecutionPolicy - Enum in org.infinispan.distexec
DistributedTaskExecutionPolicy allows task to specify its custom task execution policy across Infinispan cluster.
distributedTaskFailover(Address, Address, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
distributedTaskFailover(Address, Address, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
distributedTaskFailover(Address, Address, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
distributedTaskFailover(Address, Address, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
distributedTaskFailover(Address, Address, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
distributedTaskFailover(Address, Address, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
distributedTaskFailover(Address, Address, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
distributedTaskFailover(Address, Address, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
distributedTaskFailover(Address, Address, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
distributedTaskFailover(Address, Address, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
distributedTaskFailover(Address, Address, Exception) - Method in interface org.infinispan.util.logging.Log
 
distributedTaskFailover(Address, Address, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
distributedTaskFailover$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
distributedTaskFailover$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
distributedTaskFailover$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
distributedTaskFailover$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
distributedTaskFailover$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
distributedTaskFailover$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
distributedTaskFailover$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
distributedTaskFailover$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
distributedTaskFailover$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
distributedTaskFailover$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
distributedTaskFailover$str() - Method in class org.infinispan.util.logging.Log_$logger
 
DistributedTaskFailoverPolicy - Interface in org.infinispan.distexec
DistributedTaskFailoverPolicy allows pluggable fail over target selection for a failed remotely executed distributed task.
DistributedTaskLifecycle - Interface in org.infinispan.distexec.spi
 
DistributedTaskLifecycleService - Class in org.infinispan.distexec.spi
 
distributeReducePhase - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
distributeReducePhase() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
DistributionBulkInterceptor<K,V> - Class in org.infinispan.interceptors.distribution
Deprecated.
Since 8.2, no longer public API.
DistributionBulkInterceptor() - Constructor for class org.infinispan.interceptors.distribution.DistributionBulkInterceptor
Deprecated.
 
DistributionBulkInterceptor.BackingEntrySet<K,V> - Class in org.infinispan.interceptors.distribution
Deprecated.
 
DistributionBulkInterceptor.BackingKeySet<K,V> - Class in org.infinispan.interceptors.distribution
Deprecated.
 
DistributionBulkInterceptor.TxBackingEntrySet<K,V> - Class in org.infinispan.interceptors.distribution
Deprecated.
 
DistributionLogic() - Constructor for class org.infinispan.interceptors.locking.ClusteringDependentLogic.DistributionLogic
 
DistributionManager - Interface in org.infinispan.distribution
A component that manages the distribution of elements across a cache cluster
DistributionManagerFactory - Class in org.infinispan.factories
 
DistributionManagerFactory() - Constructor for class org.infinispan.factories.DistributionManagerFactory
 
DistributionManagerImpl - Class in org.infinispan.distribution.impl
The default distribution manager implementation
DistributionManagerImpl() - Constructor for class org.infinispan.distribution.impl.DistributionManagerImpl
Default constructor
distributionManagerNotJoined() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
distributionManagerNotJoined() - Method in class org.infinispan.lucene.logging.Log_$logger
 
distributionManagerNotJoined() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
distributionManagerNotJoined() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
distributionManagerNotJoined() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
distributionManagerNotJoined() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
distributionManagerNotJoined() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
distributionManagerNotJoined() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
distributionManagerNotJoined() - Method in class org.infinispan.stats.logging.Log_$logger
 
distributionManagerNotJoined() - Method in class org.infinispan.tree.logging.Log_$logger
 
distributionManagerNotJoined() - Method in interface org.infinispan.util.logging.Log
 
distributionManagerNotJoined() - Method in class org.infinispan.util.logging.Log_$logger
 
distributionManagerNotJoined$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
distributionManagerNotJoined$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
distributionManagerNotJoined$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
distributionManagerNotJoined$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
distributionManagerNotJoined$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
distributionManagerNotJoined$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
distributionManagerNotJoined$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
distributionManagerNotJoined$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
distributionManagerNotJoined$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
distributionManagerNotJoined$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
distributionManagerNotJoined$str() - Method in class org.infinispan.util.logging.Log_$logger
 
distributionManagerNotStarted() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
distributionManagerNotStarted() - Method in class org.infinispan.lucene.logging.Log_$logger
 
distributionManagerNotStarted() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
distributionManagerNotStarted() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
distributionManagerNotStarted() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
distributionManagerNotStarted() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
distributionManagerNotStarted() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
distributionManagerNotStarted() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
distributionManagerNotStarted() - Method in class org.infinispan.stats.logging.Log_$logger
 
distributionManagerNotStarted() - Method in class org.infinispan.tree.logging.Log_$logger
 
distributionManagerNotStarted() - Method in interface org.infinispan.util.logging.Log
 
distributionManagerNotStarted() - Method in class org.infinispan.util.logging.Log_$logger
 
distributionManagerNotStarted$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
distributionManagerNotStarted$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
distributionManagerNotStarted$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
distributionManagerNotStarted$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
distributionManagerNotStarted$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
distributionManagerNotStarted$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
distributionManagerNotStarted$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
distributionManagerNotStarted$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
distributionManagerNotStarted$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
distributionManagerNotStarted$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
distributionManagerNotStarted$str() - Method in class org.infinispan.util.logging.Log_$logger
 
DldGlobalTransaction - Class in org.infinispan.transaction.xa
This class is used when deadlock detection is enabled.
DldGlobalTransaction() - Constructor for class org.infinispan.transaction.xa.DldGlobalTransaction
 
DldGlobalTransaction(Address, boolean) - Constructor for class org.infinispan.transaction.xa.DldGlobalTransaction
 
DldGlobalTransaction.Externalizer - Class in org.infinispan.transaction.xa
 
dm - Variable in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
dm - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
doAddBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
doAfterCall(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
Callback that is invoked after every handleXXX() method defined above.
doAs(Subject, PrivilegedAction<T>) - Static method in class org.infinispan.security.Security
A "lightweight" implementation of Subject.doAs(Subject, PrivilegedAction) which uses a ThreadLocal Subject instead of modifying the current AccessControlContext.
doAs(Subject, PrivilegedExceptionAction<T>) - Static method in class org.infinispan.security.Security
A "lightweight" implementation of Subject.doAs(Subject, PrivilegedExceptionAction) which uses a ThreadLocal Subject instead of modifying the current AccessControlContext.
doBeforeCall(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
doConfirmRebalance(Address, int) - Method in class org.infinispan.topology.ClusterCacheStatus
 
doConnectionFactoryInitialization(ConnectionFactory) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
doCopyOwners() - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
doHandleClusterView() - Method in class org.infinispan.topology.ClusterCacheStatus
 
doHandleRebalance(int, LocalCacheStatus, CacheTopology, String, Address) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
doHandleStableTopologyUpdate(String, CacheTopology, int, Address, LocalCacheStatus) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
doHandleTopologyUpdate(String, CacheTopology, AvailabilityMode, int, Address, LocalCacheStatus) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
Update the cache topology in the LocalCacheStatus and pass it to the CacheTopologyHandler.
doJoin(Address, CacheJoinInfo) - Method in class org.infinispan.topology.ClusterCacheStatus
 
doLeave(Address) - Method in class org.infinispan.topology.ClusterCacheStatus
 
domain() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
 
doMergePartitions(Map<Address, CacheStatusResponse>, List<Address>, boolean) - Method in class org.infinispan.topology.ClusterCacheStatus
 
DONT_BREAK_LINES - Static variable in class org.infinispan.commons.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
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
 
doReadObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash.Externalizer
 
doReadObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.Externalizer
 
doReadObject(ObjectInput) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress.Externalizer
 
doReadObject(ObjectInput) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress.Externalizer
 
doReadObject(ObjectInput) - Method in class org.infinispan.topology.CacheTopology.Externalizer
 
doReadObject(ObjectInput) - Method in class org.infinispan.topology.ManagerStatusResponse.Externalizer
 
doRealInvocation(Event<K, V>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
doRealInvocation(Event<K, V>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.ClusteredListenerInvocation
 
doRealInvocation(Event<K, V>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.NonClusteredListenerInvocation
 
DOUBLE - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
DOUBLE_SUMMARY_STATISTICS - Static variable in interface org.infinispan.marshall.core.Ids
 
doubleCacheStream() - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
doubleCacheStream() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
doubleCacheStream() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
doubleCacheStream() - Method in class org.infinispan.stream.impl.tx.TxDistributedCacheStream
 
doubleCacheStream() - Method in class org.infinispan.stream.impl.tx.TxDistributedIntCacheStream
 
doubleCacheStream() - Method in class org.infinispan.stream.impl.tx.TxDistributedLongCacheStream
 
DOUBLELITERAL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
DOUBLELITERAL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
DoubleQuotedStringCharacter - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
DoubleQuotedStringCharacter - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
DoubleSuffix - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
DoubleSuffix - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
DoubleSummaryStatisticsExternalizer - Class in org.infinispan.marshall.exts
Externalizer used for DoubleSummaryStatistics.
DoubleSummaryStatisticsExternalizer() - Constructor for class org.infinispan.marshall.exts.DoubleSummaryStatisticsExternalizer
 
downgradeLock(Object) - Method in class org.infinispan.util.concurrent.locks.StripedLock
 
doWriteObject(ObjectOutput, T) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
 
doWriteObject(ObjectOutput, DefaultConsistentHash) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash.Externalizer
 
doWriteObject(ObjectOutput, ReplicatedConsistentHash) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.Externalizer
 
doWriteObject(ObjectOutput, JGroupsAddress) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress.Externalizer
 
doWriteObject(ObjectOutput, JGroupsTopologyAwareAddress) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress.Externalizer
 
doWriteObject(ObjectOutput, CacheTopology) - Method in class org.infinispan.topology.CacheTopology.Externalizer
 
doWriteObject(ObjectOutput, ManagerStatusResponse) - Method in class org.infinispan.topology.ManagerStatusResponse.Externalizer
 
drainCompletionQueue() - Method in class org.infinispan.executors.SemaphoreCompletionService
 
drainReplQueue() - Method in class org.infinispan.remoting.ReplicationQueueImpl
Deprecated.
 
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
 
driverClass() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
 
driverClass(Class<? extends Driver>) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
 
driverClass(String) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
 
driverClass() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
 
driverClass(Class<? extends Driver>) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
 
driverClass(String) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
 
dropEvents() - Method in interface org.infinispan.notifications.cachelistener.cluster.ClusterEventManager
Drops and ignores all previously added events on this thread.
dropEvents() - Method in class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl
 
dropEvents() - Method in class org.infinispan.notifications.cachelistener.cluster.impl.ClusterEventManagerStub
 
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
dropTable(Connection) - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
dryRunNextServer() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.RoundRobinBalancingStrategy
Returns same value as FailoverRequestBalancingStrategy.nextServer(java.util.Set) without modifying indexes/state.
DummyBaseTransactionManager - Class in org.infinispan.transaction.tm
 
DummyBaseTransactionManager() - Constructor for class org.infinispan.transaction.tm.DummyBaseTransactionManager
 
DummyInjectionTarget<T> - Class in org.infinispan.cdi.util
Injection target implementation that does nothing
DummyInjectionTarget() - Constructor for class org.infinispan.cdi.util.DummyInjectionTarget
 
DummyNoXaXid - Class in org.infinispan.transaction.tm
Xid to be used when no XAResource enlistment takes place.
DummyNoXaXid() - Constructor for class org.infinispan.transaction.tm.DummyNoXaXid
 
DummyTransaction - Class in org.infinispan.transaction.tm
 
DummyTransaction(DummyBaseTransactionManager) - Constructor for class org.infinispan.transaction.tm.DummyTransaction
 
DummyTransactionManager - Class in org.infinispan.transaction.tm
Simple transaction manager implementation that maintains transaction state in memory only.
DummyTransactionManager() - Constructor for class org.infinispan.transaction.tm.DummyTransactionManager
 
DummyTransactionManagerLookup - Class in org.infinispan.transaction.lookup
Returns an instance of DummyTransactionManager.
DummyTransactionManagerLookup() - Constructor for class org.infinispan.transaction.lookup.DummyTransactionManagerLookup
 
DummyUserTransaction - Class in org.infinispan.transaction.tm
 
DummyUserTransaction(DummyTransactionManager) - Constructor for class org.infinispan.transaction.tm.DummyUserTransaction
 
DummyXid - Class in org.infinispan.transaction.tm
Implementation of Xid.
DummyXid(UUID) - Constructor for class org.infinispan.transaction.tm.DummyXid
 
dumpCacheStatistics() - Method in class org.infinispan.stats.CacheStatisticManager
 
dumpCacheStatisticsTo(PrintStream) - Method in class org.infinispan.stats.CacheStatisticManager
Prints the cache statistics values to a PrintStream.
dumpedKeys(String) - Method in interface org.infinispan.cli.interpreter.logging.Messages
 
dumpedKeys(String) - Method in class org.infinispan.cli.interpreter.logging.Messages_$bundle
 
dumpedKeys$str() - Method in class org.infinispan.cli.interpreter.logging.Messages_$bundle
 
dumpStatistics() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
dumpStatisticsToSystemOut() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
dumpStatisticToFile(String) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
dumpStream() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
dumpStream() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
dumpTo(StringBuilder) - Method in class org.infinispan.stats.CacheStatisticCollector
Dumps all the cache statistic values to a StringBuilder
dumpTo(PrintWriter) - Method in class org.infinispan.stats.CacheStatisticCollector
Prints the cache statistics values to a PrintStream.
dumpTo(PrintWriter) - Method in class org.infinispan.stats.container.ConcurrentGlobalContainer
 
duplicateAttribute(XMLStreamReader, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
Get an exception reporting that an attribute of a given name has already been declared in this scope.
duplicateClusterDefinition(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
duplicateClusterDefinition(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
duplicateClusterDefinition$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
duplicateCodec(String, String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
duplicateCodec(String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
duplicateCodec$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
duplicateCollection(Collection<E>) - Static method in class org.infinispan.commons.util.ObjectDuplicator
 
duplicateExternalizerIdFound(int, Class, String, int) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
duplicateExternalizerIdFound(int, Class, String, int) - Method in class org.infinispan.lucene.logging.Log_$logger
 
duplicateExternalizerIdFound(int, Class, String, int) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
duplicateExternalizerIdFound(int, Class, String, int) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
duplicateExternalizerIdFound(int, Class, String, int) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
duplicateExternalizerIdFound(int, Class, String, int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
duplicateExternalizerIdFound(int, Class, String, int) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
duplicateExternalizerIdFound(int, Class, String, int) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
duplicateExternalizerIdFound(int, Class, String, int) - Method in class org.infinispan.stats.logging.Log_$logger
 
duplicateExternalizerIdFound(int, Class, String, int) - Method in class org.infinispan.tree.logging.Log_$logger
 
duplicateExternalizerIdFound(int, Class<?>, String, int) - Method in interface org.infinispan.util.logging.Log
 
duplicateExternalizerIdFound(int, Class, String, int) - Method in class org.infinispan.util.logging.Log_$logger
 
duplicateExternalizerIdFound$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
duplicateExternalizerIdFound$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
duplicateExternalizerIdFound$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
duplicateExternalizerIdFound$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
duplicateExternalizerIdFound$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
duplicateExternalizerIdFound$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
duplicateExternalizerIdFound$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
duplicateExternalizerIdFound$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
duplicateExternalizerIdFound$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
duplicateExternalizerIdFound$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
duplicateExternalizerIdFound$str() - Method in class org.infinispan.util.logging.Log_$logger
 
duplicateMap(Map<K, V>) - Static method in class org.infinispan.commons.util.ObjectDuplicator
 
duplicateNamedElement(XMLStreamReader, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
Get an exception reporting that an element of a given type and name has already been declared in this scope.
duplicateSet(Set<E>) - Static method in class org.infinispan.commons.util.ObjectDuplicator
 

E

eager() - Method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
Deprecated.
To be removed without replacement
EAGER_LOCKING_SINGLE_NODE - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
eagerLockingSingleNode() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
Deprecated.
starting with Infinispan 5.1 single node locking is used by default
eagerLockingSingleNode(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
Deprecated.
starting with Infinispan 5.1 single node locking is used by default
EagerNearRemoteCache<K,V> - Class in org.infinispan.client.hotrod.impl
Deprecated.
EagerNearRemoteCache(RemoteCacheManager, String, NearCacheService<K, V>) - Constructor for class org.infinispan.client.hotrod.impl.EagerNearRemoteCache
Deprecated.
 
echo(Shell, String) - Static method in class org.infinispan.cli.shell.Prompt
 
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.configuration.parsing
An enumeration of all the recognized XML element local names, by name.
Element - Enum in org.infinispan.persistence.cli.configuration
An enumeration of all the recognized XML element local names for the CLInterfaceLoader
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.leveldb.configuration
An enumeration of all the recognized XML element local names for the LevelDB 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.sifs.configuration
 
elements() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns an enumeration of the values in this table.
elements() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns an enumeration of the values in this table.
elements() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns an enumeration of the values in this table.
elements() - Method in class org.infinispan.security.CachePermissionCollection
 
elements() - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Returns an enumeration of the values in this table.
EMBEDDED_METADATA - Static variable in interface org.infinispan.marshall.core.Ids
 
embeddedCacheManager - Variable in class org.infinispan.interceptors.base.BaseCustomInterceptor
 
EmbeddedCacheManager - Interface in org.infinispan.manager
EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.
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(Throwable) - 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
 
EmbeddedContextClassResolver(ClassLoader, InvocationContextContainer) - Constructor for class org.infinispan.marshall.core.JBossMarshaller.EmbeddedContextClassResolver
 
EmbeddedLog - Interface in org.infinispan.cdi.util.logging
The JBoss Logging interface which defined the logging methods for the CDI integration.
EmbeddedLog_$logger - Class in org.infinispan.cdi.util.logging
Warning this class consists of generated code.
EmbeddedLog_$logger(Logger) - Constructor for class org.infinispan.cdi.util.logging.EmbeddedLog_$logger
 
EmbeddedMetadata - Class in org.infinispan.metadata
Metadata class for embedded caches.
EmbeddedMetadata.Builder - Class in org.infinispan.metadata
 
EmbeddedMetadata.Externalizer - Class in org.infinispan.metadata
 
emit(K, V) - Method in interface org.infinispan.distexec.mapreduce.Collector
Intermediate key/value callback used by Mapper implementor
emitsIntoResultingCache() - Method in class org.infinispan.commands.read.ReduceCommand
 
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntriesEvictedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryActivatedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryCreatedAdapter
 
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryExpiredAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryInvalidatedAdapter
 
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryLoadedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryModifiedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryPassivatedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryRemovedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryVisitedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.DataRehashedAdapter
 
EMPTY - Static variable in class org.infinispan.cdi.event.cache.TopologyChangedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.TransactionCompletedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.TransactionRegisteredAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cachemanager.CacheStartedAdapter
 
EMPTY - Static variable in class org.infinispan.cdi.event.cachemanager.CacheStoppedAdapter
 
EMPTY - Static variable in class org.infinispan.cdi.event.cachemanager.ViewChangedAdapter
 
EMPTY_ANNOTATION_ARRAY - Static variable in class org.infinispan.cdi.util.Reflections
An empty array of type Annotation, useful converting lists to arrays.
EMPTY_BYTE_ARRAY - Static variable in class org.infinispan.commons.util.Util
 
EMPTY_CLASS_ARRAY - Static variable in class org.infinispan.commons.util.ReflectionUtil
 
EMPTY_CLASSES - Static variable in class org.infinispan.cdi.util.Reflections
 
EMPTY_INJECT_METHODS - Static variable in class org.infinispan.factories.components.ComponentMetadata
 
EMPTY_LIST - Static variable in interface org.infinispan.commons.marshall.Ids
 
EMPTY_MAP - Static variable in interface org.infinispan.commons.marshall.Ids
 
EMPTY_OBJECT_ARRAY - Static variable in class org.infinispan.cdi.util.Reflections
An empty array of type Object, useful for converting lists to arrays.
EMPTY_OBJECT_ARRAY - Static variable in class org.infinispan.commons.util.Util
 
EMPTY_PRIORITIZED_METHODS - Static variable in class org.infinispan.factories.components.ComponentMetadata
 
EMPTY_RESPONSES_LIST - Static variable in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher
 
EMPTY_SET - Static variable in interface org.infinispan.commons.marshall.Ids
 
EMPTY_TYPES - Static variable in class org.infinispan.cdi.util.Reflections
 
EmptyConstructorFactory - Class in org.infinispan.factories
Factory for building global-scope components which have default empty constructors
EmptyConstructorFactory() - Constructor for class org.infinispan.factories.EmptyConstructorFactory
 
EmptyConstructorNamedCacheFactory - Class in org.infinispan.factories
Simple factory that just uses reflection and an empty constructor of the component type.
EmptyConstructorNamedCacheFactory() - Constructor for class org.infinispan.factories.EmptyConstructorNamedCacheFactory
 
emptyList() - Static method in class org.infinispan.commons.util.InfinispanCollections
Deprecated.
use Collections.emptyList() instead; to be removed in 9.0
emptyMap() - Static method in class org.infinispan.commons.util.InfinispanCollections
Deprecated.
use Collections.emptyMap() instead; to be removed in 9.0
EmptyResult - Class in org.infinispan.cli.interpreter.result
EmptyResult.
emptySet() - Static method in class org.infinispan.commons.util.InfinispanCollections
Deprecated.
use Collections.emptySet() instead; to be removed in 9.0
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.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
 
enable() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
Enables compatibility mode between embedded and different remote endpoints (Hot Rod, Memcached, REST...etc).
enable() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
Enable deadlock detection
enable() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
enable() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
 
enable(boolean) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
 
enable() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
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.SingletonStoreConfigurationBuilder
Enable the singleton store cache store
enable() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
Enables storing both keys and values as binary.
enable() - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
 
enable() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
 
enable() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
 
enable() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
 
enable() - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
Enables the SSL support
enabled() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
 
enabled(boolean) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
Configures whether authentication should be enabled or not
enabled() - Method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
 
enabled() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
 
enabled(boolean) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
Enables or disables the SSL support
ENABLED - Static variable in class org.infinispan.configuration.cache.AsyncStoreConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
If true, all modifications to this cache store happen asynchronously, on a separate thread.
enabled(boolean) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
 
ENABLED - Static variable in class org.infinispan.configuration.cache.AuthorizationConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
 
enabled(boolean) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
 
ENABLED - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.BackupConfiguration
 
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 - Static variable in class org.infinispan.configuration.cache.CompatibilityModeConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfiguration
 
enabled(boolean) - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
Sets whether compatibility mode is enabled or disabled.
ENABLED - Static variable in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
Whether deadlock detection is enabled or disabled
enabled(boolean) - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
Enable or disable deadlock detection
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(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() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
Deprecated.
enabled(boolean) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
ENABLED - Static variable in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
 
ENABLED - Static variable in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
 
enabled(boolean) - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
Enable or disable statistics gathering and reporting
ENABLED - Static variable in class org.infinispan.configuration.cache.L1Configuration
 
enabled() - Method in class org.infinispan.configuration.cache.L1Configuration
 
enabled(boolean) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
 
ENABLED - Static variable in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
 
enabled(boolean) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
 
ENABLED - Static variable in class org.infinispan.configuration.cache.RecoveryConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
Determines if recovery is enabled for the cache.
enabled(boolean) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
Enable recovery for this cache
enabled() - Method in class org.infinispan.configuration.cache.SingletonStoreConfiguration
If true, the singleton store cache store is enabled.
enabled(boolean) - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
If true, the singleton store cache store is enabled.
ENABLED - Static variable in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
Enables storing both keys and values as binary.
enabled(boolean) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
 
enabled(boolean) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
Sets whether this feature is enabled or disabled.
enabled() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
 
ENABLED - Static variable in class org.infinispan.configuration.cache.VersioningConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.VersioningConfiguration
 
enabled(boolean) - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
 
enabled() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
 
enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
 
ENABLED - Static variable in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
 
enabled() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
 
enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
 
ENABLED - Static variable in class org.infinispan.configuration.global.GlobalStateConfiguration
 
enabled() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
 
enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
Enables or disables the storage of global state.
enabled - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
enabled - Variable in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
enabled - Variable in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
enabled() - Method in class org.infinispan.server.core.configuration.SslConfiguration
 
enabled(boolean) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
Enables or disables the SSL support
enabledBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
Returns the list of BackupConfiguration that have BackupConfiguration.enabled() == true.
enableManagement(String, boolean) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
enableReaper() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
Enable the background reaper to test entries for expiration.
enableStatistics(String, boolean) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
encode(int) - Static method in class org.infinispan.commons.io.SignedNumeric
 
ENCODE - Static variable in class org.infinispan.commons.util.Base64
Specify encoding.
encodeBytes(byte[]) - Static method in class org.infinispan.commons.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.infinispan.commons.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.infinispan.commons.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.infinispan.commons.util.Base64
Encodes a byte array into Base64 notation.
encodeFromFile(String) - Static method in class org.infinispan.commons.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeKey(Object) - Method in interface org.infinispan.cli.interpreter.codec.Codec
 
encodeKey(Object) - Method in class org.infinispan.cli.interpreter.codec.HotRodCodec
 
encodeKey(Object) - Method in class org.infinispan.cli.interpreter.codec.MemcachedCodec
 
encodeKey(Object) - Method in class org.infinispan.cli.interpreter.codec.NoneCodec
 
encodeKey(Object) - Method in class org.infinispan.cli.interpreter.codec.RestCodec
 
encodeMetadata(Cache<?, ?>, Long, Long) - Method in class org.infinispan.cli.interpreter.codec.AbstractCodec
 
encodeMetadata(Cache<?, ?>, Long, Long) - Method in interface org.infinispan.cli.interpreter.codec.Codec
 
encodeObject(Serializable) - Static method in class org.infinispan.commons.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.infinispan.commons.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeTimeUnits(long, TimeUnit, long, TimeUnit) - Static method in class org.infinispan.client.hotrod.impl.TimeUnitParam
 
encodeToFile(byte[], String) - Static method in class org.infinispan.commons.util.Base64
Convenience method for encoding data to a file.
encodeValue(Object) - Method in interface org.infinispan.cli.interpreter.codec.Codec
 
encodeValue(Object) - Method in class org.infinispan.cli.interpreter.codec.HotRodCodec
 
encodeValue(Object) - Method in class org.infinispan.cli.interpreter.codec.MemcachedCodec
 
encodeValue(Object) - Method in class org.infinispan.cli.interpreter.codec.NoneCodec
 
encodeValue(Object) - Method in class org.infinispan.cli.interpreter.codec.RestCodec
 
Encoding - Class in org.infinispan.cli.commands.server
 
Encoding() - Constructor for class org.infinispan.cli.commands.server.Encoding
 
ENCODING - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
ENCODING - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
encodingStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
EncodingStatement - Class in org.infinispan.cli.interpreter.statement
EncodingStatement selects a codec to use for encoding/decoding keys/values from the cli to the cache and viceversa
EncodingStatement(List<Option>, String) - Constructor for class org.infinispan.cli.interpreter.statement.EncodingStatement
 
encodingStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.encodingStatement_return
 
End - Class in org.infinispan.cli.commands.server
 
End() - Constructor for class org.infinispan.cli.commands.server.End
 
END - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
END - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
end(Xid, int) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
 
endAtomic() - Method in class org.infinispan.batch.AutoBatchSupport
 
endBatch(boolean) - Method in class org.infinispan.batch.BatchContainer
 
endBatch(boolean, boolean) - Method in class org.infinispan.batch.BatchContainer
 
endBatch(boolean) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
endBatch(boolean) - Method in class org.infinispan.cache.impl.CacheImpl
 
endBatch(boolean) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
endBatch(boolean) - Method in interface org.infinispan.commons.api.BatchingCache
Completes a batch if one has been started using BatchingCache.startBatch().
endBatch(boolean) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
endBatchStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
EndBatchStatement - Class in org.infinispan.cli.interpreter.statement
EndBatchStatement ends a running batch statement
EndBatchStatement(String, boolean) - Constructor for class org.infinispan.cli.interpreter.statement.EndBatchStatement
 
endBatchStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.endBatchStatement_return
 
endStateTransfer(String) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateConsumer
It notifies the end of state transfer from other site.
endStateTransfer(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateConsumerImpl
 
enlist(TxInvocationContext) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
enlist(Transaction, LocalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
 
enlist(Transaction, LocalTransaction) - Method in class org.infinispan.transaction.xa.XaTransactionTable
 
enlistResource(XAResource) - Method in class org.infinispan.transaction.tm.DummyTransaction
Enlist an XA resource with this transaction.
ensureOrder(TotalOrderRemoteTransactionState, Collection<Object>) - Method in class org.infinispan.transaction.totalorder.TotalOrderManager
It ensures the validation order for the transaction corresponding to the prepare command.
enteringDegradedModeGracefulLeaver(Address) - Method in interface org.infinispan.util.logging.events.Messages
 
enteringDegradedModeGracefulLeaver(Address) - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
enteringDegradedModeGracefulLeaver$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
enteringDegradedModeLostData(Collection<Address>) - Method in interface org.infinispan.util.logging.events.Messages
 
enteringDegradedModeLostData(Collection) - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
enteringDegradedModeLostData$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
enteringDegradedModeMinorityPartition(Collection<Address>, Collection<Address>, Collection<Address>) - Method in interface org.infinispan.util.logging.events.Messages
 
enteringDegradedModeMinorityPartition(Collection, Collection, Collection) - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
enteringDegradedModeMinorityPartition$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
entityClass() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
 
entityClass(Class<?>) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
 
EntityManagerFactoryRegistry - Class in org.infinispan.persistence.jpa.impl
 
EntityManagerFactoryRegistry() - Constructor for class org.infinispan.persistence.jpa.impl.EntityManagerFactoryRegistry
 
entries() - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadOnlyMap
Provides a Traversable that allows clients to navigate all cached entries.
entries() - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
 
entriesMigrated(long, String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
entriesMigrated(long, String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
entriesMigrated(long, String, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
entriesMigrated(long, String, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
entriesMigrated(long, String, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
entriesMigrated(long, String, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
entriesMigrated(long, String, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
entriesMigrated(long, String, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
entriesMigrated(long, String, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
entriesMigrated(long, String, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
entriesMigrated(long, String, String) - Method in interface org.infinispan.util.logging.Log
 
entriesMigrated(long, String, String) - Method in class org.infinispan.util.logging.Log_$logger
 
entriesMigrated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
entriesMigrated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
entriesMigrated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
entriesMigrated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
entriesMigrated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
entriesMigrated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
entriesMigrated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
entriesMigrated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
entriesMigrated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
entriesMigrated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
entriesMigrated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
entryFactory - Variable in class org.infinispan.container.DefaultDataContainer
 
EntryFactory - Interface in org.infinispan.container
A factory for constructing MVCCEntry instances for use in the InvocationContext.
entryFactory - Variable in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
entryFactory - Variable in class org.infinispan.interceptors.ClusteringInterceptor
Deprecated.
 
entryFactory - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
entryFactory - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever
 
EntryFactory.Wrap - Enum in org.infinispan.container
 
EntryFactoryImpl - Class in org.infinispan.container
EntryFactory implementation to be used for optimistic locking scheme.
EntryFactoryImpl() - Constructor for class org.infinispan.container.EntryFactoryImpl
 
EntryInfo - Class in org.infinispan.persistence.sifs
 
EntryInfo(int, int, short) - Constructor for class org.infinispan.persistence.sifs.EntryInfo
 
EntryIterable<K,V> - Interface in org.infinispan.iteration
A Iterable instance that allows the user to iterate over the entries in the cache.
EntryIterableFromStreamImpl<K,V> - Class in org.infinispan.iteration.impl
This is an implementation that allows for creating new EntryIterable instances by supplying a new converter.
EntryIterableFromStreamImpl(KeyValueFilter<? super K, ? super V>, EnumSet<Flag>, Cache<K, V>) - Constructor for class org.infinispan.iteration.impl.EntryIterableFromStreamImpl
 
EntryLookup - Interface in org.infinispan.context
Interface that can look up MVCC wrapped entries.
EntryMetaFactory - Class in org.infinispan.factories
 
EntryMetaFactory() - Constructor for class org.infinispan.factories.EntryMetaFactory
 
entryProcessingFailed(Throwable) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
entryProcessingFailed(Throwable) - Method in interface org.infinispan.jcache.logging.Log
 
entryProcessingFailed(Throwable) - Method in class org.infinispan.jcache.logging.Log_$logger
 
entryProcessingFailed(Throwable) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
entryProcessingFailed$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
entryProcessingFailed$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
entryProcessingFailed$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
entryPurged(K) - Method in interface org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener
Optional.
EntryRequestCommand<K,V,C> - Class in org.infinispan.iteration.impl
Command sent to request entry iterator values for given segments.
EntryRequestCommand(String) - Constructor for class org.infinispan.iteration.impl.EntryRequestCommand
 
EntryRequestCommand(String, UUID, Address, Set<Integer>, Set<K>, KeyValueFilter<? super K, ? super V>, Converter<? super K, ? super V, C>, Set<Flag>) - Constructor for class org.infinispan.iteration.impl.EntryRequestCommand
 
EntryResponseCommand<K,C> - Class in org.infinispan.iteration.impl
Command sent to respond with entry values for given segments
EntryResponseCommand(String) - Constructor for class org.infinispan.iteration.impl.EntryResponseCommand
 
EntryResponseCommand(Address, String, UUID, Set<Integer>, Set<Integer>, Collection<CacheEntry<K, C>>, CacheException) - Constructor for class org.infinispan.iteration.impl.EntryResponseCommand
 
EntryRetriever<K,V> - Interface in org.infinispan.iteration.impl
Deprecated.
Please use Collection.stream() method on either Cache.entrySet(), Cache.keySet() or Cache.values(). The CacheFilters can be used to bridge between filter/converters and proper stream types
EntryRetriever.SegmentListener - Interface in org.infinispan.iteration.impl
Deprecated.
This interface describes the call back methods that are invoked when an iteration process completes segments and finally completes.
EntryRetrieverFactory - Class in org.infinispan.factories
Factory that allows creation of an EntryRetriever based on the provided configuration.
EntryRetrieverFactory() - Constructor for class org.infinispan.factories.EntryRetrieverFactory
 
entrySet() - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
entrySet() - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
entrySet() - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
entrySet() - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
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 class org.infinispan.cache.impl.AbstractDelegatingCache
 
entrySet() - Method in class org.infinispan.cache.impl.CacheImpl
 
entrySet() - Method in class org.infinispan.cache.impl.DecoratedCache
 
entrySet() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
EntrySet() - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.EntrySet
 
entrySet() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
entrySet() - Method in interface org.infinispan.client.hotrod.RemoteCache
 
entrySet() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
EntrySet() - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
 
entrySet - Variable in class org.infinispan.commons.util.AbstractMap
 
entrySet() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.infinispan.commons.util.FastCopyHashMap
 
EntrySet() - Constructor for class org.infinispan.commons.util.FastCopyHashMap.EntrySet
 
entrySet() - Method in class org.infinispan.commons.util.WeakValueHashMap
 
entrySet() - Method in interface org.infinispan.container.DataContainer
Returns a mutable set of immutable cache entries exposed as immutable Map.Entry instances.
entrySet() - Method in class org.infinispan.container.DefaultDataContainer
 
entrySet() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
 
entrySet - Variable in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingEntrySet
Deprecated.
 
entrySet - Variable in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingKeySet
Deprecated.
 
entrySet() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
entrySet() - Method in class org.infinispan.server.websocket.json.JsonObject
 
entrySet() - Method in class org.infinispan.util.AbstractDelegatingMap
 
entrySet() - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Returns a Set view of the mappings contained in this map.
EntrySetBase() - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
 
EntrySetCommand<K,V> - Class in org.infinispan.commands.read
Command implementation for Map.entrySet() functionality.
EntrySetCommand(Cache<K, V>, Set<Flag>) - Constructor for class org.infinispan.commands.read.EntrySetCommand
 
EntrySizeCalculator<K,V> - Interface in org.infinispan.commons.util.concurrent.jdk8backported
 
EntryStreamSupplier<K,V> - Class in org.infinispan.stream.impl.local
Stream supplier that is to be used when the underlying stream is composed by CacheEntry instances.
EntryStreamSupplier(Cache<K, V>, ConsistentHash, Supplier<Stream<CacheEntry<K, V>>>) - Constructor for class org.infinispan.stream.impl.local.EntryStreamSupplier
 
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.
EntryVersion<T> - Interface in org.infinispan.commons.api.functional
Entry version.
EntryVersion - Interface in org.infinispan.container.versioning
A version is used to compare entries against one another.
EntryVersion.CompareResult - Enum in org.infinispan.commons.api.functional
 
EntryVersion.NumericEntryVersion - Class in org.infinispan.commons.api.functional
 
EntryVersionParamExternalizer() - Constructor for class org.infinispan.marshall.exts.MetaParamExternalizers.EntryVersionParamExternalizer
 
EntryVersionsMap - Class in org.infinispan.container.versioning
 
EntryVersionsMap(int) - Constructor for class org.infinispan.container.versioning.EntryVersionsMap
 
EntryVersionsMap() - Constructor for class org.infinispan.container.versioning.EntryVersionsMap
 
EntryView - Class in org.infinispan.commons.api.functional
Entry views expose cached entry information to the user.
EntryView.ReadEntryView<K,V> - Interface in org.infinispan.commons.api.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.commons.api.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<V> - Interface in org.infinispan.commons.api.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.
EntryViews - Class in org.infinispan.functional.impl
Entry views implementation class holder.
EntryViews.ReadWriteSnapshotViewExternalizer - Class in org.infinispan.functional.impl
 
EntryWrappingInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
EntryWrappingInterceptor() - Constructor for class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
entryWrappingVisitor - Variable in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
ENUM_SET_ID - Static variable in interface org.infinispan.marshall.core.Ids
 
EnumerationList<T> - Class in org.infinispan.commons.util
An Enumeration -> List adaptor
EnumerationList(Enumeration<T>) - Constructor for class org.infinispan.commons.util.EnumerationList
Constructor
EnumSetExternalizer - Class in org.infinispan.marshall.exts
EnumSet externalizer.
EnumSetExternalizer() - Constructor for class org.infinispan.marshall.exts.EnumSetExternalizer
 
EOF - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
EOF - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
EOL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
EOL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
epollNotAvailable(String) - Method in interface org.infinispan.server.core.logging.JavaLog
 
epollNotAvailable(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
epollNotAvailable$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
eq(Object, Object) - Static method in class org.infinispan.commons.util.AbstractMap
 
eq(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Checks that the left argument is equal to the given value.
equal(Object, Object, Equivalence) - Method in enum org.infinispan.commands.write.ValueMatcher
 
equal(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
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.atomic.container.ContainerSignature
 
equals(Object) - Method in class org.infinispan.atomic.DeltaCompositeKey
 
equals(Object) - Method in class org.infinispan.atomic.impl.PutOperation
 
equals(Object) - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
equals(Object) - Method in class org.infinispan.cdi.util.ForwardingBean
 
equals(Object) - Method in class org.infinispan.cdi.util.ForwardingObserverMethod
 
equals(Object) - Method in class org.infinispan.cdi.util.ParameterizedTypeImpl
 
equals(Object) - Method in class org.infinispan.cli.interpreter.statement.Option
 
equals(Object) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
equals(Object) - Method in class org.infinispan.commands.CancelCommand
 
equals(Object) - Method in class org.infinispan.commands.CommandInvocationId
 
equals(Object) - Method in class org.infinispan.commands.control.LockControlCommand
 
equals(Object) - Method in class org.infinispan.commands.CreateCacheCommand
 
equals(Object) - Method in class org.infinispan.commands.read.AbstractDataCommand
 
equals(Object) - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
equals(Object) - Method in class org.infinispan.commands.read.MapCombineCommand
 
equals(Object) - Method in class org.infinispan.commands.read.ReduceCommand
 
equals(Object) - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
 
equals(Object) - Method in class org.infinispan.commands.remote.ClusteredGetCommand
 
equals(Object) - Method in class org.infinispan.commands.remote.MultipleRpcCommand
 
equals(Object) - Method in class org.infinispan.commands.remote.SingleRpcCommand
 
equals(Object) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
equals(Object) - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
equals(Object) - Method in class org.infinispan.commands.write.InvalidateCommand
 
equals(Object) - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
equals(Object) - Method in class org.infinispan.commands.write.PutMapCommand
 
equals(Object) - Method in class org.infinispan.commands.write.RemoveCommand
 
equals(Object) - Method in class org.infinispan.commands.write.RemoveExpiredCommand
 
equals(Object) - Method in class org.infinispan.commands.write.ReplaceCommand
 
equals(Object) - Method in class org.infinispan.commons.api.functional.EntryVersion.NumericEntryVersion
 
equals(Object) - Method in class org.infinispan.commons.api.functional.MetaParam.MetaEntryVersion
 
equals(Object) - Method in class org.infinispan.commons.api.functional.MetaParam.MetaLong
 
equals(Object) - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
equals(Object) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
equals(Object) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
equals(T, Object) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
 
equals(Object, Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
 
equals(byte[], Object) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
 
equals(T, Object) - Method in interface org.infinispan.commons.equivalence.Equivalence
Indicates whether the objects passed are "equal to" each other.
equals(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
equals(T, Object) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
 
equals(Object) - Method in class org.infinispan.commons.hash.MurmurHash2
Deprecated.
 
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.util.AbstractMap.SimpleEntry
 
equals(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Compares the specified object with this map for equality.
equals(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
 
equals(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Compares the specified object with this map for equality.
equals(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
 
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.SimpleImmutableEntry
 
equals(Object) - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
equals(Object) - Method in class org.infinispan.configuration.cache.AsyncConfiguration
 
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.CompatibilityModeConfiguration
 
equals(Object) - Method in class org.infinispan.configuration.cache.Configuration
 
equals(Object) - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
 
equals(Object) - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
 
equals(Object) - Method in class org.infinispan.configuration.cache.EvictionConfiguration
 
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.InvocationBatchingConfiguration
 
equals(Object) - Method in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
 
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.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.SingletonStoreConfiguration
 
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.StoreAsBinaryConfiguration
 
equals(Object) - Method in class org.infinispan.configuration.cache.SyncConfiguration
 
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.VersioningConfiguration
 
equals(Object) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
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.GlobalJmxStatisticsConfiguration
 
equals(Object) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
 
equals(Object) - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
 
equals(Object) - Method in class org.infinispan.configuration.global.SiteConfiguration
 
equals(Object) - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
 
equals(Object) - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
 
equals(Object) - Method in class org.infinispan.configuration.global.TransportConfiguration
 
equals(Object) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
equals(Object) - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
equals(Object) - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
equals(Object) - Method in class org.infinispan.container.entries.MortalCacheEntry
 
equals(Object) - Method in class org.infinispan.container.entries.MortalCacheValue
 
equals(Object) - Method in class org.infinispan.container.entries.TransientCacheEntry
 
equals(Object) - Method in class org.infinispan.container.entries.TransientCacheValue
 
equals(Object) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
equals(Object) - Method in class org.infinispan.container.entries.TransientMortalCacheValue
 
equals(Object) - Method in class org.infinispan.container.versioning.NumericVersion
 
equals(Object) - Method in class org.infinispan.context.impl.RemoteTxInvocationContext
 
equals(Object) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.IntermediateKey
 
equals(Object) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
equals(Object) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
equals(Object) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
equals(Object) - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
 
equals(Object) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
equals(Object) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
 
equals(Object) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
 
equals(Object) - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
equals(Object) - Method in class org.infinispan.io.ExpandableMarshalledValueByteStream
 
equals(Object) - Method in class org.infinispan.io.GridFile
 
equals(Object) - Method in class org.infinispan.io.ImmutableMarshalledValueByteStream
 
equals(Object) - Method in class org.infinispan.jcache.annotation.DefaultCacheKey
 
equals(Object) - Method in class org.infinispan.lucene.ChunkCacheKey
 
equals(Object) - Method in class org.infinispan.lucene.FileCacheKey
 
equals(Object) - Method in class org.infinispan.lucene.FileListCacheKey
 
equals(Object) - Method in class org.infinispan.lucene.FileMetadata
 
equals(Object) - Method in class org.infinispan.lucene.FileReadLockKey
 
equals(Object) - Method in class org.infinispan.lucene.impl.AddOperation
 
equals(Object) - Method in class org.infinispan.lucene.impl.DeleteOperation
 
equals(Object) - Method in class org.infinispan.lucene.impl.FileListCacheValue
 
equals(Object) - Method in class org.infinispan.marshall.core.MarshalledEntryImpl
 
equals(Object) - Method in class org.infinispan.marshall.core.MarshalledValue
 
equals(Object) - Method in class org.infinispan.metadata.EmbeddedMetadata
 
equals(Object) - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
 
equals(Object) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
 
equals(Object) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
equals(Object) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
 
equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfiguration
 
equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
 
equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
equals(Object) - Method in class org.infinispan.persistence.jpa.impl.MetadataEntityKey
 
equals(Object) - Method in class org.infinispan.persistence.modifications.ModificationsList
 
equals(Object) - Method in class org.infinispan.persistence.modifications.Remove
 
equals(Object) - Method in class org.infinispan.persistence.modifications.Store
 
equals(Object) - Method in class org.infinispan.query.dsl.impl.PathExpression
 
equals(Object) - Method in class org.infinispan.registry.ScopedKey
Deprecated.
 
equals(Object) - Method in class org.infinispan.remoting.LocalInvocation
 
equals(Object) - Method in class org.infinispan.remoting.MIMECacheEntry
 
equals(Object) - Method in class org.infinispan.remoting.responses.SuccessfulResponse
 
equals(Object) - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse
 
equals(Object) - Method in class org.infinispan.remoting.rpc.RpcOptions
 
equals(Object) - Method in class org.infinispan.remoting.rpc.RpcOptionsBuilder
 
equals(Object) - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
 
equals(Object) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress
 
equals(Object) - Method in class org.infinispan.security.CachePermission
 
equals(Object) - Method in class org.infinispan.security.impl.CachePrincipalPair
 
equals(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
equals(Object) - Method in class org.infinispan.server.core.security.InetAddressPrincipal
 
equals(Object) - Method in class org.infinispan.server.core.security.simple.SimpleUserPrincipal
 
equals(SimpleUserPrincipal) - Method in class org.infinispan.server.core.security.simple.SimpleUserPrincipal
 
equals(Object) - Method in class org.infinispan.server.websocket.CacheListener.ChannelNotifyParams
 
equals(Object) - Method in class org.infinispan.stats.topK.StreamSummaryContainer
 
equals(Object) - Method in class org.infinispan.topology.CacheJoinInfo
 
equals(Object) - Method in class org.infinispan.topology.CacheTopology
 
equals(Object) - Method in class org.infinispan.topology.PersistentUUID
 
equals(Object) - Method in class org.infinispan.transaction.impl.LocalTransaction
 
equals(Object) - Method in class org.infinispan.transaction.impl.RemoteTransaction
 
equals(Object) - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
 
equals(Object) - Method in class org.infinispan.transaction.synchronization.SynchronizationAdapter
 
equals(Object) - Method in class org.infinispan.transaction.tm.DummyNoXaXid
 
equals(Object) - Method in class org.infinispan.transaction.tm.DummyTransaction
 
equals(Object) - Method in class org.infinispan.transaction.tm.DummyXid
 
equals(Object) - Method in class org.infinispan.transaction.totalorder.TotalOrderLatchImpl
 
equals(Object) - Method in class org.infinispan.transaction.xa.DldGlobalTransaction
 
equals(Object) - Method in class org.infinispan.transaction.xa.GlobalTransaction
 
equals(Object) - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
 
equals(Object) - Method in class org.infinispan.transaction.xa.recovery.RecoveryInfoKey
 
equals(Object) - Method in class org.infinispan.transaction.xa.recovery.SerializableXid
 
equals(Object) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
 
equals(Object) - Method in class org.infinispan.tree.Fqn
Returns true if obj is a Fqn with the same elements.
equals(Object) - Method in class org.infinispan.tree.impl.NodeImpl
 
equals(Object) - Method in class org.infinispan.tree.impl.NodeKey
 
equals(Object) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
 
equals(Object) - Method in class org.infinispan.util.KeyValuePair
 
equals(Object) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferCollector
 
Equivalence<T> - Interface in org.infinispan.commons.equivalence
An interface that allows custom implementations for objects that are comparable based on equality, hash code calculations, or according to Comparable rules, but where the behaviour provided by the JDK, or external libraries, cannot be modified, for example: arrays.
EquivalentConcurrentHashMapV8<K,V> - Class in org.infinispan.commons.util.concurrent.jdk8backported
A hash table supporting full concurrency of retrievals and high expected concurrency for updates.
EquivalentConcurrentHashMapV8(Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Creates a new, empty map with the default initial table size (16).
EquivalentConcurrentHashMapV8(int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
EquivalentConcurrentHashMapV8(Map<? extends K, ? extends V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Creates a new map with the same mappings as the given map.
EquivalentConcurrentHashMapV8(int, float, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity) and initial table density (loadFactor).
EquivalentConcurrentHashMapV8(int, float, int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity), table density (loadFactor), and number of concurrently updating threads (concurrencyLevel).
EquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator<T> - Interface in org.infinispan.commons.util.concurrent.jdk8backported
An object for traversing and partitioning elements of a source.
EquivalentConcurrentHashMapV8.KeySetView<K,V> - Class in org.infinispan.commons.util.concurrent.jdk8backported
A view of a EquivalentConcurrentHashMapV8 as a Set of keys, in which additions may optionally be enabled by mapping to a common value.
EquivalentHashMap<K,V> - Class in org.infinispan.commons.equivalence
Custom hash-based map which accepts no null keys nor null values, where equality and hash code calculations are done based on passed Equivalence function implementations for keys and values, as opposed to relying on their own equals/hashCode/toString implementations.
EquivalentHashMap(Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
 
EquivalentHashMap(int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
 
EquivalentHashMap(int, float, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
 
EquivalentHashMap(Map<? extends K, ? extends V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
 
EquivalentHashMap.EntrySet - Class in org.infinispan.commons.equivalence
 
EquivalentHashMap.Node<K,V> - Class in org.infinispan.commons.equivalence
 
EquivalentHashMap.Values - Class in org.infinispan.commons.equivalence
 
EquivalentHashSet<E> - Class in org.infinispan.commons.equivalence
Custom hash-based set which accepts no null values, where equality and hash code calculations are done based on passed Equivalence function implementations for values, as opposed to relying on their own equals/hashCode/toString implementations.
EquivalentHashSet(Equivalence<? super E>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashSet
Constructs a new, empty set, with a given equivalence function
EquivalentHashSet(int, Equivalence<? super E>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashSet
Constructs a new, empty set, with a given initial capacity and a particular equivalence function to compare entries.
EquivalentLinkedHashMap<K,V> - Class in org.infinispan.commons.equivalence
Custom hash-based linked list map which accepts no null keys nor null values, where equality and hash code calculations are done based on passed Equivalence function implementations for keys and values, as opposed to relying on their own equals/hashCode/toString implementations.
EquivalentLinkedHashMap(int, float, EquivalentLinkedHashMap.IterationOrder, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
 
EquivalentLinkedHashMap.IterationOrder - Enum in org.infinispan.commons.equivalence
 
error(String) - Method in interface org.infinispan.cli.Context
 
error(Throwable) - Method in interface org.infinispan.cli.Context
 
error(String) - Method in class org.infinispan.cli.impl.ContextImpl
 
error(Throwable) - Method in class org.infinispan.cli.impl.ContextImpl
 
error(String) - Method in class org.infinispan.cli.io.ConsoleIOAdapter
 
error(String) - Method in interface org.infinispan.cli.io.IOAdapter
 
error(String) - Method in class org.infinispan.cli.io.StreamIOAdapter
 
ERROR - Static variable in interface org.infinispan.server.websocket.OpHandler
 
error(EventLogCategory, String) - Method in interface org.infinispan.util.logging.events.EventLogger
Logs a message to the event log using the EventLogLevel.ERROR severity
ERROR_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
errorAsyncStoreNotStopped() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorAsyncStoreNotStopped() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorAsyncStoreNotStopped() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorAsyncStoreNotStopped() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorAsyncStoreNotStopped() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorAsyncStoreNotStopped() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorAsyncStoreNotStopped() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorAsyncStoreNotStopped() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorAsyncStoreNotStopped() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorAsyncStoreNotStopped() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorAsyncStoreNotStopped() - Method in interface org.infinispan.util.logging.Log
 
errorAsyncStoreNotStopped() - Method in class org.infinispan.util.logging.Log_$logger
 
errorAsyncStoreNotStopped$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorAsyncStoreNotStopped$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorAsyncStoreNotStopped$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorAsyncStoreNotStopped$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorAsyncStoreNotStopped$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorAsyncStoreNotStopped$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorAsyncStoreNotStopped$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorAsyncStoreNotStopped$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorAsyncStoreNotStopped$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorAsyncStoreNotStopped$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorAsyncStoreNotStopped$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorBeforeReadingRequest(Throwable) - Method in interface org.infinispan.server.core.logging.JavaLog
 
errorBeforeReadingRequest(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorBeforeReadingRequest$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorChangingSingletonStoreStatus(SingletonCacheWriter.PushStateException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorChangingSingletonStoreStatus(SingletonCacheWriter.PushStateException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorChangingSingletonStoreStatus(SingletonCacheWriter.PushStateException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorChangingSingletonStoreStatus(SingletonCacheWriter.PushStateException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorChangingSingletonStoreStatus(SingletonCacheWriter.PushStateException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorChangingSingletonStoreStatus(SingletonCacheWriter.PushStateException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorChangingSingletonStoreStatus(SingletonCacheWriter.PushStateException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorChangingSingletonStoreStatus(SingletonCacheWriter.PushStateException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorChangingSingletonStoreStatus(SingletonCacheWriter.PushStateException) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorChangingSingletonStoreStatus(SingletonCacheWriter.PushStateException) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorChangingSingletonStoreStatus(SingletonCacheWriter.PushStateException) - Method in interface org.infinispan.util.logging.Log
 
errorChangingSingletonStoreStatus(SingletonCacheWriter.PushStateException) - Method in class org.infinispan.util.logging.Log_$logger
 
errorChangingSingletonStoreStatus$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorChangingSingletonStoreStatus$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorChangingSingletonStoreStatus$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorChangingSingletonStoreStatus$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorChangingSingletonStoreStatus$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorChangingSingletonStoreStatus$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorChangingSingletonStoreStatus$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorChangingSingletonStoreStatus$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorChangingSingletonStoreStatus$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorChangingSingletonStoreStatus$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorChangingSingletonStoreStatus$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorClosingConnectionPool(Exception) - Method in interface org.infinispan.client.hotrod.logging.Log
 
errorClosingConnectionPool(Exception) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
errorClosingConnectionPool$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
errorClosingIteration(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
errorClosingIteration(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
errorClosingIteration$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
errorClosingSocket(TcpTransport, IOException) - Method in interface org.infinispan.client.hotrod.logging.Log
 
errorClosingSocket(TcpTransport, IOException) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
errorClosingSocket$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
errorCommittingTx(XAException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorCommittingTx(XAException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorCommittingTx(XAException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorCommittingTx(XAException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorCommittingTx(XAException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorCommittingTx(XAException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorCommittingTx(XAException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorCommittingTx(XAException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorCommittingTx(XAException) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorCommittingTx(XAException) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorCommittingTx(XAException) - Method in interface org.infinispan.util.logging.Log
 
errorCommittingTx(XAException) - Method in class org.infinispan.util.logging.Log_$logger
 
errorCommittingTx$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorCommittingTx$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorCommittingTx$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorCommittingTx$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorCommittingTx$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorCommittingTx$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorCommittingTx$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorCommittingTx$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorCommittingTx$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorCommittingTx$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorCommittingTx$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorCreatingChannelFromConfigFile(String, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorCreatingChannelFromConfigFile(String, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorCreatingChannelFromConfigFile(String, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorCreatingChannelFromConfigFile(String, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorCreatingChannelFromConfigFile(String, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorCreatingChannelFromConfigFile(String, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorCreatingChannelFromConfigFile(String, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorCreatingChannelFromConfigFile(String, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorCreatingChannelFromConfigFile(String, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorCreatingChannelFromConfigFile(String, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorCreatingChannelFromConfigFile(String, Exception) - Method in interface org.infinispan.util.logging.Log
 
errorCreatingChannelFromConfigFile(String, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
errorCreatingChannelFromConfigFile$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorCreatingChannelFromConfigFile$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorCreatingChannelFromConfigFile$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorCreatingChannelFromConfigFile$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorCreatingChannelFromConfigFile$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorCreatingChannelFromConfigFile$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorCreatingChannelFromConfigFile$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorCreatingChannelFromConfigFile$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorCreatingChannelFromConfigFile$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorCreatingChannelFromConfigFile$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorCreatingChannelFromConfigFile$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorCreatingChannelFromConfigString(String, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorCreatingChannelFromConfigString(String, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorCreatingChannelFromConfigString(String, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorCreatingChannelFromConfigString(String, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorCreatingChannelFromConfigString(String, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorCreatingChannelFromConfigString(String, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorCreatingChannelFromConfigString(String, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorCreatingChannelFromConfigString(String, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorCreatingChannelFromConfigString(String, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorCreatingChannelFromConfigString(String, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorCreatingChannelFromConfigString(String, Exception) - Method in interface org.infinispan.util.logging.Log
 
errorCreatingChannelFromConfigString(String, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
errorCreatingChannelFromConfigString$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorCreatingChannelFromConfigString$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorCreatingChannelFromConfigString$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorCreatingChannelFromConfigString$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorCreatingChannelFromConfigString$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorCreatingChannelFromConfigString$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorCreatingChannelFromConfigString$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorCreatingChannelFromConfigString$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorCreatingChannelFromConfigString$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorCreatingChannelFromConfigString$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorCreatingChannelFromConfigString$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorCreatingChannelFromXML(String, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorCreatingChannelFromXML(String, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorCreatingChannelFromXML(String, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorCreatingChannelFromXML(String, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorCreatingChannelFromXML(String, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorCreatingChannelFromXML(String, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorCreatingChannelFromXML(String, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorCreatingChannelFromXML(String, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorCreatingChannelFromXML(String, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorCreatingChannelFromXML(String, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorCreatingChannelFromXML(String, Exception) - Method in interface org.infinispan.util.logging.Log
 
errorCreatingChannelFromXML(String, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
errorCreatingChannelFromXML$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorCreatingChannelFromXML$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorCreatingChannelFromXML$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorCreatingChannelFromXML$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorCreatingChannelFromXML$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorCreatingChannelFromXML$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorCreatingChannelFromXML$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorCreatingChannelFromXML$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorCreatingChannelFromXML$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorCreatingChannelFromXML$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorCreatingChannelFromXML$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorCreatingTable(String, SQLException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
errorCreatingTable(String, SQLException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorCreatingTable$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorDoingRemoteCall(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorDoingRemoteCall(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorDoingRemoteCall(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorDoingRemoteCall(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorDoingRemoteCall(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorDoingRemoteCall(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorDoingRemoteCall(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorDoingRemoteCall(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorDoingRemoteCall(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorDoingRemoteCall(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorDoingRemoteCall(Exception) - Method in interface org.infinispan.util.logging.Log
 
errorDoingRemoteCall(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
errorDoingRemoteCall$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorDoingRemoteCall$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorDoingRemoteCall$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorDoingRemoteCall$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorDoingRemoteCall$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorDoingRemoteCall$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorDoingRemoteCall$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorDoingRemoteCall$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorDoingRemoteCall$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorDoingRemoteCall$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorDoingRemoteCall$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorEncodingMessage(Object, Throwable) - Method in interface org.infinispan.server.core.logging.JavaLog
 
errorEncodingMessage(Object, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorEncodingMessage$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorEnlistingResource(XAException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorEnlistingResource(XAException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorEnlistingResource(XAException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorEnlistingResource(XAException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorEnlistingResource(XAException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorEnlistingResource(XAException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorEnlistingResource(XAException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorEnlistingResource(XAException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorEnlistingResource(XAException) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorEnlistingResource(XAException) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorEnlistingResource(XAException) - Method in interface org.infinispan.util.logging.Log
 
errorEnlistingResource(XAException) - Method in class org.infinispan.util.logging.Log_$logger
 
errorEnlistingResource$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorEnlistingResource$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorEnlistingResource$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorEnlistingResource$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorEnlistingResource$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorEnlistingResource$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorEnlistingResource$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorEnlistingResource$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorEnlistingResource$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorEnlistingResource$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorEnlistingResource$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorExecutingParallelStoreTask(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorExecutingParallelStoreTask(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorExecutingParallelStoreTask(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorExecutingParallelStoreTask(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorExecutingParallelStoreTask(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorExecutingParallelStoreTask(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorExecutingParallelStoreTask(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorExecutingParallelStoreTask(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorExecutingParallelStoreTask(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorExecutingParallelStoreTask(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorExecutingParallelStoreTask(Throwable) - Method in interface org.infinispan.util.logging.Log
 
errorExecutingParallelStoreTask(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
errorExecutingParallelStoreTask$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorExecutingParallelStoreTask$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorExecutingParallelStoreTask$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorExecutingParallelStoreTask$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorExecutingParallelStoreTask$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorExecutingParallelStoreTask$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorExecutingParallelStoreTask$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorExecutingParallelStoreTask$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorExecutingParallelStoreTask$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorExecutingParallelStoreTask$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorExecutingParallelStoreTask$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorFlushingToFileChannel(FileChannel, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorFlushingToFileChannel(FileChannel, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorFlushingToFileChannel(FileChannel, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorFlushingToFileChannel(FileChannel, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorFlushingToFileChannel(FileChannel, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorFlushingToFileChannel(FileChannel, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorFlushingToFileChannel(FileChannel, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorFlushingToFileChannel(FileChannel, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorFlushingToFileChannel(FileChannel, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorFlushingToFileChannel(FileChannel, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorFlushingToFileChannel(FileChannel, Exception) - Method in interface org.infinispan.util.logging.Log
 
errorFlushingToFileChannel(FileChannel, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
errorFlushingToFileChannel$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorFlushingToFileChannel$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorFlushingToFileChannel$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorFlushingToFileChannel$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorFlushingToFileChannel$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorFlushingToFileChannel$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorFlushingToFileChannel$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorFlushingToFileChannel$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorFlushingToFileChannel$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorFlushingToFileChannel$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorFlushingToFileChannel$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorFromServer(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
errorFromServer(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
errorFromServer$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
errorInstantiatingJdbcDriver(String, Exception) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
errorInstantiatingJdbcDriver(String, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorInstantiatingJdbcDriver$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorInstantiatingJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorInstantiatingJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup(String, Exception) - Method in interface org.infinispan.util.logging.Log
 
errorInstantiatingJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorInstantiatingJGroupsChannelLookup$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorInstantiatingJGroupsChannelLookup$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorInstantiatingJGroupsChannelLookup$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorLoadingAll(List, Throwable) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
errorLoadingAll(List<K>, Throwable) - Method in interface org.infinispan.jcache.logging.Log
 
errorLoadingAll(List, Throwable) - Method in class org.infinispan.jcache.logging.Log_$logger
 
errorLoadingAll(List, Throwable) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
errorLoadingAll$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
errorLoadingAll$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
errorLoadingAll$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
errorMarshallingBucket(IOException, Object) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
errorMarshallingBucket(IOException, Object) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorMarshallingBucket$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorMarshallingObject(IOException, Object) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorMarshallingObject(IOException, Object) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorMarshallingObject(IOException, Object) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorMarshallingObject(IOException, Object) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorMarshallingObject(IOException, Object) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorMarshallingObject(IOException, Object) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorMarshallingObject(IOException, Object) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorMarshallingObject(IOException, Object) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorMarshallingObject(IOException, Object) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorMarshallingObject(IOException, Object) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorMarshallingObject(IOException, Object) - Method in interface org.infinispan.util.logging.Log
 
errorMarshallingObject(IOException, Object) - Method in class org.infinispan.util.logging.Log_$logger
 
errorMarshallingObject$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorMarshallingObject$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorMarshallingObject$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorMarshallingObject$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorMarshallingObject$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorMarshallingObject$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorMarshallingObject$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorMarshallingObject$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorMarshallingObject$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorMarshallingObject$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorMarshallingObject$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorOnFSDirectoryClose(IOException) - Method in interface org.infinispan.lucene.logging.Log
 
errorOnFSDirectoryClose(IOException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorOnFSDirectoryClose$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorProcessing1pcPrepareCommand(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorProcessing1pcPrepareCommand(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorProcessing1pcPrepareCommand(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorProcessing1pcPrepareCommand(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorProcessing1pcPrepareCommand(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorProcessing1pcPrepareCommand(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorProcessing1pcPrepareCommand(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorProcessing1pcPrepareCommand(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorProcessing1pcPrepareCommand(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorProcessing1pcPrepareCommand(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorProcessing1pcPrepareCommand(Throwable) - Method in interface org.infinispan.util.logging.Log
 
errorProcessing1pcPrepareCommand(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
errorProcessing1pcPrepareCommand$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorProcessing1pcPrepareCommand$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorProcessing1pcPrepareCommand$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorProcessing1pcPrepareCommand$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorProcessing1pcPrepareCommand$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorProcessing1pcPrepareCommand$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorProcessing1pcPrepareCommand$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorProcessing1pcPrepareCommand$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorProcessing1pcPrepareCommand$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorProcessing1pcPrepareCommand$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorProcessing1pcPrepareCommand$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorProcessing2pcCommitCommand(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorProcessing2pcCommitCommand(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorProcessing2pcCommitCommand(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorProcessing2pcCommitCommand(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorProcessing2pcCommitCommand(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorProcessing2pcCommitCommand(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorProcessing2pcCommitCommand(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorProcessing2pcCommitCommand(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorProcessing2pcCommitCommand(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorProcessing2pcCommitCommand(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorProcessing2pcCommitCommand(Throwable) - Method in interface org.infinispan.util.logging.Log
 
errorProcessing2pcCommitCommand(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
errorProcessing2pcCommitCommand$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorProcessing2pcCommitCommand$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorProcessing2pcCommitCommand$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorProcessing2pcCommitCommand$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorProcessing2pcCommitCommand$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorProcessing2pcCommitCommand$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorProcessing2pcCommitCommand$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorProcessing2pcCommitCommand$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorProcessing2pcCommitCommand$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorProcessing2pcCommitCommand$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorProcessing2pcCommitCommand$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorProcessingPrepare(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorProcessingPrepare(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorProcessingPrepare(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorProcessingPrepare(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorProcessingPrepare(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorProcessingPrepare(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorProcessingPrepare(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorProcessingPrepare(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorProcessingPrepare(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorProcessingPrepare(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorProcessingPrepare(Throwable) - Method in interface org.infinispan.util.logging.Log
 
errorProcessingPrepare(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
errorProcessingPrepare$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorProcessingPrepare$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorProcessingPrepare$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorProcessingPrepare$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorProcessingPrepare$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorProcessingPrepare$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorProcessingPrepare$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorProcessingPrepare$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorProcessingPrepare$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorProcessingPrepare$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorProcessingPrepare$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorReadingConfiguration(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorReadingConfiguration(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorReadingConfiguration(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorReadingConfiguration(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorReadingConfiguration(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorReadingConfiguration(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorReadingConfiguration(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorReadingConfiguration(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorReadingConfiguration(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorReadingConfiguration(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorReadingConfiguration(Exception) - Method in interface org.infinispan.util.logging.Log
 
errorReadingConfiguration(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
errorReadingConfiguration$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorReadingConfiguration$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorReadingConfiguration$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorReadingConfiguration$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorReadingConfiguration$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorReadingConfiguration$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorReadingConfiguration$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorReadingConfiguration$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorReadingConfiguration$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorReadingConfiguration$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorReadingConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorReadingFileStore(String, long) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorReadingFileStore(String, long) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorReadingFileStore(String, long) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorReadingFileStore(String, long) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorReadingFileStore(String, long) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorReadingFileStore(String, long) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorReadingFileStore(String, long) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorReadingFileStore(String, long) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorReadingFileStore(String, long) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorReadingFileStore(String, long) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorReadingFileStore(String, long) - Method in interface org.infinispan.util.logging.Log
 
errorReadingFileStore(String, long) - Method in class org.infinispan.util.logging.Log_$logger
 
errorReadingFileStore$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorReadingFileStore$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorReadingFileStore$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorReadingFileStore$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorReadingFileStore$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorReadingFileStore$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorReadingFileStore$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorReadingFileStore$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorReadingFileStore$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorReadingFileStore$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorReadingFileStore$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorReadingFromFile(File, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorReadingFromFile(File, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorReadingFromFile(File, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorReadingFromFile(File, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorReadingFromFile(File, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorReadingFromFile(File, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorReadingFromFile(File, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorReadingFromFile(File, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorReadingFromFile(File, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorReadingFromFile(File, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorReadingFromFile(File, Exception) - Method in interface org.infinispan.util.logging.Log
 
errorReadingFromFile(File, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
errorReadingFromFile$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorReadingFromFile$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorReadingFromFile$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorReadingFromFile$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorReadingFromFile$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorReadingFromFile$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorReadingFromFile$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorReadingFromFile$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorReadingFromFile$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorReadingFromFile$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorReadingFromFile$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorReadingProperties(IOException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorReadingProperties(IOException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorReadingProperties(IOException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorReadingProperties(IOException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorReadingProperties(IOException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorReadingProperties(IOException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorReadingProperties(IOException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorReadingProperties(IOException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorReadingProperties(IOException) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorReadingProperties(IOException) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorReadingProperties(IOException) - Method in interface org.infinispan.util.logging.Log
 
errorReadingProperties(IOException) - Method in class org.infinispan.util.logging.Log_$logger
 
errorReadingProperties$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorReadingProperties$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorReadingProperties$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorReadingProperties$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorReadingProperties$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorReadingProperties$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorReadingProperties$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorReadingProperties$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorReadingProperties$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorReadingProperties$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorReadingProperties$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorReadingRebalancingStatus(Address, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorReadingRebalancingStatus(Address, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorReadingRebalancingStatus(Address, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorReadingRebalancingStatus(Address, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorReadingRebalancingStatus(Address, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorReadingRebalancingStatus(Address, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorReadingRebalancingStatus(Address, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorReadingRebalancingStatus(Address, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorReadingRebalancingStatus(Address, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorReadingRebalancingStatus(Address, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorReadingRebalancingStatus(Address, Exception) - Method in interface org.infinispan.util.logging.Log
 
errorReadingRebalancingStatus(Address, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
errorReadingRebalancingStatus$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorReadingRebalancingStatus$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorReadingRebalancingStatus$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorReadingRebalancingStatus$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorReadingRebalancingStatus$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorReadingRebalancingStatus$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorReadingRebalancingStatus$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorReadingRebalancingStatus$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorReadingRebalancingStatus$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorReadingRebalancingStatus$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorReadingRebalancingStatus$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorRetrievingNext(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
errorRetrievingNext(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
errorRetrievingNext$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
errorRollingBack(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorRollingBack(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorRollingBack(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorRollingBack(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorRollingBack(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorRollingBack(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorRollingBack(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorRollingBack(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorRollingBack(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorRollingBack(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorRollingBack(Throwable) - Method in interface org.infinispan.util.logging.Log
 
errorRollingBack(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
errorRollingBack$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorRollingBack$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorRollingBack$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorRollingBack$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorRollingBack$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorRollingBack$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorRollingBack$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorRollingBack$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorRollingBack$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorRollingBack$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorRollingBack$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ERRORS_KEY_SUFFIX - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
All error status keys end with this suffix.
errorSuspendingTransaction(Exception) - Method in interface org.infinispan.lucene.logging.Log
 
errorSuspendingTransaction(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorSuspendingTransaction$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorUnblockingTransactions(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorUnblockingTransactions(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorUnblockingTransactions(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorUnblockingTransactions(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorUnblockingTransactions(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorUnblockingTransactions(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorUnblockingTransactions(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorUnblockingTransactions(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorUnblockingTransactions(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorUnblockingTransactions(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorUnblockingTransactions(Exception) - Method in interface org.infinispan.util.logging.Log
 
errorUnblockingTransactions(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
errorUnblockingTransactions$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorUnblockingTransactions$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorUnblockingTransactions$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorUnblockingTransactions$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorUnblockingTransactions$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorUnblockingTransactions$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorUnblockingTransactions$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorUnblockingTransactions$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorUnblockingTransactions$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorUnblockingTransactions$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorUnblockingTransactions$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorUnexpectedMessage(Object) - Method in interface org.infinispan.server.core.logging.JavaLog
 
errorUnexpectedMessage(Object) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorUnexpectedMessage$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorUnMarshallingCommand(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorUnMarshallingCommand(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorUnMarshallingCommand(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorUnMarshallingCommand(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorUnMarshallingCommand(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorUnMarshallingCommand(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorUnMarshallingCommand(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorUnMarshallingCommand(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorUnMarshallingCommand(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorUnMarshallingCommand(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorUnMarshallingCommand(Throwable) - Method in interface org.infinispan.util.logging.Log
 
errorUnMarshallingCommand(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
errorUnMarshallingCommand$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorUnMarshallingCommand$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorUnMarshallingCommand$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorUnMarshallingCommand$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorUnMarshallingCommand$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorUnMarshallingCommand$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorUnMarshallingCommand$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorUnMarshallingCommand$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorUnMarshallingCommand$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorUnMarshallingCommand$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorUnMarshallingCommand$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorUpdatingMembersList(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorUpdatingMembersList(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorUpdatingMembersList(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorUpdatingMembersList(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorUpdatingMembersList(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorUpdatingMembersList(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorUpdatingMembersList(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorUpdatingMembersList(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorUpdatingMembersList(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorUpdatingMembersList(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorUpdatingMembersList(Throwable) - Method in interface org.infinispan.util.logging.Log
 
errorUpdatingMembersList(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
errorUpdatingMembersList$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorUpdatingMembersList$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorUpdatingMembersList$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorUpdatingMembersList$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorUpdatingMembersList$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorUpdatingMembersList$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorUpdatingMembersList$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorUpdatingMembersList$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorUpdatingMembersList$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorUpdatingMembersList$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorUpdatingMembersList$str() - Method in class org.infinispan.util.logging.Log_$logger
 
errorWritingResponse(long, Throwable) - Method in interface org.infinispan.server.core.logging.JavaLog
 
errorWritingResponse(long, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorWritingResponse$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorWritingValueForAttribute(String, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorWritingValueForAttribute(String, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorWritingValueForAttribute(String, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorWritingValueForAttribute(String, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorWritingValueForAttribute(String, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorWritingValueForAttribute(String, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorWritingValueForAttribute(String, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorWritingValueForAttribute(String, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorWritingValueForAttribute(String, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
errorWritingValueForAttribute(String, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
errorWritingValueForAttribute(String, Exception) - Method in interface org.infinispan.util.logging.Log
 
errorWritingValueForAttribute(String, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
errorWritingValueForAttribute$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
errorWritingValueForAttribute$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
errorWritingValueForAttribute$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
errorWritingValueForAttribute$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
errorWritingValueForAttribute$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
errorWritingValueForAttribute$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
errorWritingValueForAttribute$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
errorWritingValueForAttribute$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
errorWritingValueForAttribute$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
errorWritingValueForAttribute$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
errorWritingValueForAttribute$str() - Method in class org.infinispan.util.logging.Log_$logger
 
escapeBackslashes(String) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
Escapes backslashes ('\') with additional backslashes in a given String, returning a new, escaped String.
EscapeCharacter - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
EscapeCharacter - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
EscapeSequence - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
EscapeSequence - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
estimateSize() - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator
Returns an estimate of the number of elements covered by this Spliterator.
estimateSize() - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator
Returns an estimate of the number of elements covered by this Spliterator.
estimateSize() - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator
 
eval(K, Function<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.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.commons.api.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, V, BiFunction<V, EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
Evaluate a read-write function, with a value passed in and a EntryView.WriteEntryView of the value associated with the key, and return a CompletableFuture which will be completed with the returned value by the function.
eval(K, V, BiConsumer<V, EntryView.WriteEntryView<V>>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Evaluate a write-only BiConsumer operation, with a value passed in and a EntryView.WriteEntryView of the value associated with the key, and return a CompletableFuture which will be completed when the operation completes.
eval(K, Consumer<EntryView.WriteEntryView<V>>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Evaluate a write-only Consumer operation with a EntryView.WriteEntryView of the value associated with the key, and return a CompletableFuture which will be completed with the object returned by the operation.
eval(K, Function<EntryView.ReadEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
 
eval(K, Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
 
eval(K, V, BiFunction<V, EntryView.ReadWriteEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
 
eval(K, Consumer<EntryView.WriteEntryView<V>>) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
 
eval(K, V, BiConsumer<V, EntryView.WriteEntryView<V>>) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
 
evalAll(Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
Evaluate a read-write Function operation with the EntryView.ReadWriteEntryView of the value associated with the key, for all existing keys, and returns a Traversable to navigate each of the Function invocation returns.
evalAll(Consumer<EntryView.WriteEntryView<V>>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Evaluate a write-only Consumer operation with the EntryView.WriteEntryView of the value associated with the key, for all existing keys in functional map, and returns a CompletableFuture 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 class org.infinispan.functional.impl.ReadWriteMapImpl
 
evalAll(Consumer<EntryView.WriteEntryView<V>>) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
 
evalMany(Set<? extends K>, Function<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.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(Map<? extends K, ? extends V>, BiFunction<V, EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
Evaluate a read-write BiFunction, with a value passed in and a EntryView.ReadWriteEntryView of the value associated with the key, for each of the keys in the set passed in, and returns an Traversable to navigate each of the BiFunction invocation returns.
evalMany(Set<? extends K>, Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
Evaluate a read-write Function operation with the EntryView.ReadWriteEntryView of the value associated with the key, for each of the keys in the set passed in, and returns a Traversable to navigate each of the Function invocation returns.
evalMany(Map<? extends K, ? extends V>, BiConsumer<V, EntryView.WriteEntryView<V>>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Evaluate a write-only BiConsumer operation, with a value passed in and a EntryView.WriteEntryView of the value associated with the key, for each of the keys in the set passed in, and returns a CompletableFuture that will be completed when the write-only operation has been executed against all the entries.
evalMany(Set<? extends K>, Consumer<EntryView.WriteEntryView<V>>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Evaluate a write-only Consumer operation with the EntryView.WriteEntryView of the value associated with the key, for each of the keys in the set passed in, and returns a CompletableFuture 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 class org.infinispan.functional.impl.ReadOnlyMapImpl
 
evalMany(Map<? extends K, ? extends V>, BiFunction<V, EntryView.ReadWriteEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
 
evalMany(Set<? extends K>, Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
 
evalMany(Map<? extends K, ? extends V>, BiConsumer<V, EntryView.WriteEntryView<V>>) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
 
evalMany(Set<? extends K>, Consumer<EntryView.WriteEntryView<V>>) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
 
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.Type - Enum in org.infinispan.notifications.cachelistener.event
 
Event.Type - Enum in org.infinispan.notifications.cachemanagerlistener.event
 
EventImpl<K,V> - Class in org.infinispan.notifications.cachelistener.event.impl
Basic implementation of an event that covers all event types.
EventImpl() - Constructor for class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
EventImpl - Class in org.infinispan.notifications.cachemanagerlistener.event.impl
Implementation of cache manager events
EventImpl() - Constructor for class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
EventImpl(String, EmbeddedCacheManager, Event.Type, List<Address>, List<Address>, Address, int) - Constructor for class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
EventLog - Interface in org.infinispan.util.logging.events
EventLog describes an event log's attributes.
EventLogCategory - Enum in org.infinispan.util.logging.events
EventLogCategory.
eventLogContext(String) - Method in interface org.infinispan.util.logging.events.Messages
 
eventLogContext(String) - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
eventLogContext$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
EventLogger - Interface in org.infinispan.util.logging.events
EventLogger provides an interface for logging event messages.
EventLogLevel - Enum in org.infinispan.util.logging.events
EventLogLevel.
EventLogManager - Interface in org.infinispan.util.logging.events
EventLogManager.
EventLogManagerImpl - Class in org.infinispan.util.logging.events.impl
EventLogManagerImpl.
EventLogManagerImpl() - Constructor for class org.infinispan.util.logging.events.impl.EventLogManagerImpl
 
eventLogScope(String) - Method in interface org.infinispan.util.logging.events.Messages
 
eventLogScope(String) - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
eventLogScope$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
eventLogWho(String) - Method in interface org.infinispan.util.logging.events.Messages
 
eventLogWho(String) - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
eventLogWho$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
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 class org.infinispan.cache.impl.AbstractDelegatingCache
 
evict(K) - Method in class org.infinispan.cache.impl.CacheImpl
 
evict(K) - Method in class org.infinispan.cache.impl.DecoratedCache
 
evict(K) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
evict(K) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
Evict - Class in org.infinispan.cli.commands.server
 
Evict() - Constructor for class org.infinispan.cli.commands.server.Evict
 
EVICT - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
EVICT - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
evict(K) - Method in interface org.infinispan.container.DataContainer
Atomically, it removes the key from DataContainer and passivates it to persistence.
evict(K) - Method in class org.infinispan.container.DefaultDataContainer
 
evict(K) - Method in class org.infinispan.jcache.AbstractJCache
 
evict(K) - Method in class org.infinispan.jcache.embedded.JCache
 
evict(K) - Method in class org.infinispan.jcache.remote.JCache
 
evict(K) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
evict(Object) - Method in class org.infinispan.spring.provider.SpringCache
 
evict(Object) - Method in class org.infinispan.spring.provider.SpringRemoteCache
 
evict(Object) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
 
EvictCommand - Class in org.infinispan.commands.write
 
EvictCommand(Object, CacheNotifier, Set<Flag>, CommandInvocationId, InternalEntryFactory) - Constructor for class org.infinispan.commands.write.EvictCommand
 
eviction() - Method in class org.infinispan.configuration.cache.Configuration
 
eviction() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
eviction() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
 
EVICTION_MAX_SIZE - Static variable in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
 
EvictionConfiguration - Class in org.infinispan.configuration.cache
Controls the eviction settings for the cache.
EvictionConfigurationBuilder - Class in org.infinispan.configuration.cache
Controls the eviction settings for the cache.
evictionExecutorDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
evictionExecutorDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
evictionExecutorDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
evictionExecutorDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
evictionExecutorDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
evictionExecutorDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
evictionExecutorDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
evictionExecutorDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
evictionExecutorDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
evictionExecutorDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
evictionExecutorDeprecated() - Method in interface org.infinispan.util.logging.Log
 
evictionExecutorDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
evictionExecutorDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
evictionExecutorDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
evictionExecutorDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
evictionExecutorDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
evictionExecutorDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
evictionExecutorDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
evictionExecutorDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
evictionExecutorDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
evictionExecutorDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
evictionExecutorDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
evictionExecutorDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
EvictionManager<K,V> - Interface in org.infinispan.eviction
Central component that deals with eviction of cache entries.
EvictionManagerImpl<K,V> - Class in org.infinispan.eviction.impl
 
EvictionManagerImpl() - Constructor for class org.infinispan.eviction.impl.EvictionManagerImpl
 
evictionMaxEntriesDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
evictionMaxEntriesDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
evictionMaxEntriesDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
evictionMaxEntriesDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
evictionMaxEntriesDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
evictionMaxEntriesDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
evictionMaxEntriesDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
evictionMaxEntriesDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
evictionMaxEntriesDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
evictionMaxEntriesDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
evictionMaxEntriesDeprecated() - Method in interface org.infinispan.util.logging.Log
 
evictionMaxEntriesDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
evictionMaxEntriesDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
evictionMaxEntriesDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
evictionMaxEntriesDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
evictionMaxEntriesDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
evictionMaxEntriesDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
evictionMaxEntriesDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
evictionMaxEntriesDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
evictionMaxEntriesDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
evictionMaxEntriesDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
evictionMaxEntriesDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
evictionMaxEntriesDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
evictionNotAllowedInMetadataCache(String, String) - Method in interface org.infinispan.lucene.logging.Log
 
evictionNotAllowedInMetadataCache(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
evictionNotAllowedInMetadataCache$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
evictionScheduledExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
Deprecated.
This method always returns null now. Look for a thread pool named as GlobalConfiguration.expirationThreadPool() instead.
evictionSizeTooLarge(long) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
evictionSizeTooLarge(long) - Method in class org.infinispan.lucene.logging.Log_$logger
 
evictionSizeTooLarge(long) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
evictionSizeTooLarge(long) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
evictionSizeTooLarge(long) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
evictionSizeTooLarge(long) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
evictionSizeTooLarge(long) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
evictionSizeTooLarge(long) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
evictionSizeTooLarge(long) - Method in class org.infinispan.stats.logging.Log_$logger
 
evictionSizeTooLarge(long) - Method in class org.infinispan.tree.logging.Log_$logger
 
evictionSizeTooLarge(long) - Method in interface org.infinispan.util.logging.Log
 
evictionSizeTooLarge(long) - Method in class org.infinispan.util.logging.Log_$logger
 
evictionSizeTooLarge$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
evictionSizeTooLarge$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
evictionSizeTooLarge$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
evictionSizeTooLarge$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
evictionSizeTooLarge$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
evictionSizeTooLarge$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
evictionSizeTooLarge$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
evictionSizeTooLarge$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
evictionSizeTooLarge$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
evictionSizeTooLarge$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
evictionSizeTooLarge$str() - Method in class org.infinispan.util.logging.Log_$logger
 
EvictionStrategy - Enum in org.infinispan.eviction
Supported eviction strategies
EvictionThreadPolicy - Enum in org.infinispan.eviction
Supported eviction thread policy
evictionThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
evictionThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
Deprecated.
this returns the thread pool returned from GlobalConfigurationBuilder.expirationThreadPool
evictionThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
Deprecated.
EvictionType - Enum in org.infinispan.eviction
Supported eviction type
evictionWakeUpIntervalDeprecated(Long) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated(Long) - Method in class org.infinispan.lucene.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated(Long) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated(Long) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated(Long) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated(Long) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
evictionWakeUpIntervalDeprecated(Long) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
evictionWakeUpIntervalDeprecated(Long) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated(Long) - Method in class org.infinispan.stats.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated(Long) - Method in class org.infinispan.tree.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated(Long) - Method in interface org.infinispan.util.logging.Log
 
evictionWakeUpIntervalDeprecated(Long) - Method in class org.infinispan.util.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
evictionWakeUpIntervalDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
evictionWakeUpIntervalDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
evictionWakeUpIntervalDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
evictStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
EvictStatement - Class in org.infinispan.cli.interpreter.statement
EvictStatement evicts an entry from the cache
EvictStatement(List<Option>, KeyData) - Constructor for class org.infinispan.cli.interpreter.statement.EvictStatement
 
evictStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.evictStatement_return
 
EXCEPTION_RESPONSE - Static variable in interface org.infinispan.marshall.core.Ids
 
exceptionAndNoRetriesLeft(int, int, HotRodClientException) - Method in interface org.infinispan.client.hotrod.logging.Log
 
exceptionAndNoRetriesLeft(int, int, HotRodClientException) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
exceptionAndNoRetriesLeft$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.infinispan.server.websocket.WebSocketServerHandler
 
exceptionDuringClusterListenerRetrieval(Address, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval(Address, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval(Address, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval(Address, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval(Address, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval(Address, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
exceptionDuringClusterListenerRetrieval(Address, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
exceptionDuringClusterListenerRetrieval(Address, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval(Address, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval(Address, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval(Address, Throwable) - Method in interface org.infinispan.util.logging.Log
 
exceptionDuringClusterListenerRetrieval(Address, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
exceptionDuringClusterListenerRetrieval$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
exceptionDuringClusterListenerRetrieval$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
exceptionDuringClusterListenerRetrieval$str() - Method in class org.infinispan.util.logging.Log_$logger
 
exceptionExecutingInboundCommand(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
exceptionExecutingInboundCommand(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionExecutingInboundCommand(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
exceptionExecutingInboundCommand(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
exceptionExecutingInboundCommand(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
exceptionExecutingInboundCommand(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
exceptionExecutingInboundCommand(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
exceptionExecutingInboundCommand(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
exceptionExecutingInboundCommand(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
exceptionExecutingInboundCommand(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
exceptionExecutingInboundCommand(Exception) - Method in interface org.infinispan.util.logging.Log
 
exceptionExecutingInboundCommand(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
exceptionExecutingInboundCommand$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
exceptionExecutingInboundCommand$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionExecutingInboundCommand$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
exceptionExecutingInboundCommand$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
exceptionExecutingInboundCommand$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
exceptionExecutingInboundCommand$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
exceptionExecutingInboundCommand$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
exceptionExecutingInboundCommand$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
exceptionExecutingInboundCommand$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
exceptionExecutingInboundCommand$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
exceptionExecutingInboundCommand$str() - Method in class org.infinispan.util.logging.Log_$logger
 
exceptionHandlingCommand(ReplicableCommand, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
exceptionHandlingCommand(ReplicableCommand, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionHandlingCommand(ReplicableCommand, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
exceptionHandlingCommand(ReplicableCommand, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
exceptionHandlingCommand(ReplicableCommand, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
exceptionHandlingCommand(Throwable) - Static method in class org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler
 
exceptionHandlingCommand(ReplicableCommand, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
exceptionHandlingCommand(ReplicableCommand, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
exceptionHandlingCommand(ReplicableCommand, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
exceptionHandlingCommand(ReplicableCommand, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
exceptionHandlingCommand(ReplicableCommand, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
exceptionHandlingCommand(ReplicableCommand, Throwable) - Method in interface org.infinispan.util.logging.Log
 
exceptionHandlingCommand(ReplicableCommand, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
exceptionHandlingCommand$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
exceptionHandlingCommand$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionHandlingCommand$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
exceptionHandlingCommand$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
exceptionHandlingCommand$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
exceptionHandlingCommand$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
exceptionHandlingCommand$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
exceptionHandlingCommand$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
exceptionHandlingCommand$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
exceptionHandlingCommand$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
exceptionHandlingCommand$str() - Method in class org.infinispan.util.logging.Log_$logger
 
exceptionInCacheLoader(Exception) - Method in interface org.infinispan.lucene.logging.Log
 
exceptionInCacheLoader(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionInCacheLoader$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionInvokingListener(String, Method, Object, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
exceptionInvokingListener(String, Method, Object, Throwable) - Method in interface org.infinispan.client.hotrod.logging.Log
 
exceptionInvokingListener(String, Method, Object, Throwable) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
exceptionInvokingListener(String, Method, Object, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionInvokingListener(String, Method, Object, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
exceptionInvokingListener(String, Method, Object, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
exceptionInvokingListener(String, Method, Object, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
exceptionInvokingListener(String, Method, Object, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
exceptionInvokingListener(String, Method, Object, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
exceptionInvokingListener(String, Method, Object, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
exceptionInvokingListener(String, Method, Object, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
exceptionInvokingListener(String, Method, Object, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
exceptionInvokingListener(String, Method, Object, Throwable) - Method in interface org.infinispan.util.logging.Log
 
exceptionInvokingListener(String, Method, Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
exceptionInvokingListener$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
exceptionInvokingListener$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
exceptionInvokingListener$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionInvokingListener$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
exceptionInvokingListener$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
exceptionInvokingListener$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
exceptionInvokingListener$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
exceptionInvokingListener$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
exceptionInvokingListener$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
exceptionInvokingListener$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
exceptionInvokingListener$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
exceptionInvokingListener$str() - Method in class org.infinispan.util.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
exceptionProcessingEntryRetrievalValues(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
exceptionProcessingEntryRetrievalValues(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues(Throwable) - Method in interface org.infinispan.util.logging.Log
 
exceptionProcessingEntryRetrievalValues(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
exceptionProcessingEntryRetrievalValues$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
exceptionProcessingEntryRetrievalValues$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
exceptionProcessingEntryRetrievalValues$str() - Method in class org.infinispan.util.logging.Log_$logger
 
exceptionProcessingIteratorResponse(UUID, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
exceptionProcessingIteratorResponse(UUID, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionProcessingIteratorResponse(UUID, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
exceptionProcessingIteratorResponse(UUID, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
exceptionProcessingIteratorResponse(UUID, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
exceptionProcessingIteratorResponse(UUID, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
exceptionProcessingIteratorResponse(UUID, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
exceptionProcessingIteratorResponse(UUID, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
exceptionProcessingIteratorResponse(UUID, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
exceptionProcessingIteratorResponse(UUID, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
exceptionProcessingIteratorResponse(UUID, Throwable) - Method in interface org.infinispan.util.logging.Log
 
exceptionProcessingIteratorResponse(UUID, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
exceptionProcessingIteratorResponse$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
exceptionProcessingIteratorResponse$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionProcessingIteratorResponse$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
exceptionProcessingIteratorResponse$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
exceptionProcessingIteratorResponse$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
exceptionProcessingIteratorResponse$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
exceptionProcessingIteratorResponse$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
exceptionProcessingIteratorResponse$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
exceptionProcessingIteratorResponse$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
exceptionProcessingIteratorResponse$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
exceptionProcessingIteratorResponse$str() - Method in class org.infinispan.util.logging.Log_$logger
 
exceptionPurgingDataContainer(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
exceptionPurgingDataContainer(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionPurgingDataContainer(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
exceptionPurgingDataContainer(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
exceptionPurgingDataContainer(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
exceptionPurgingDataContainer(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
exceptionPurgingDataContainer(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
exceptionPurgingDataContainer(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
exceptionPurgingDataContainer(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
exceptionPurgingDataContainer(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
exceptionPurgingDataContainer(Exception) - Method in interface org.infinispan.util.logging.Log
 
exceptionPurgingDataContainer(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
exceptionPurgingDataContainer$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
exceptionPurgingDataContainer$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
exceptionPurgingDataContainer$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
exceptionPurgingDataContainer$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
exceptionPurgingDataContainer$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
exceptionPurgingDataContainer$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
exceptionPurgingDataContainer$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
exceptionPurgingDataContainer$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
exceptionPurgingDataContainer$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
exceptionPurgingDataContainer$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
exceptionPurgingDataContainer$str() - Method in class org.infinispan.util.logging.Log_$logger
 
exceptionReported(Throwable) - Method in interface org.infinispan.server.core.logging.JavaLog
 
exceptionReported(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
exceptionReported$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ExceptionResponse - Class in org.infinispan.remoting.responses
A response that encapsulates an exception
ExceptionResponse() - Constructor for class org.infinispan.remoting.responses.ExceptionResponse
 
ExceptionResponse(Exception) - Constructor for class org.infinispan.remoting.responses.ExceptionResponse
 
ExceptionResponse.Externalizer - Class in org.infinispan.remoting.responses
 
Exceptions - Class in org.infinispan.jcache
Exception laundering utility class.
ExcludeTestPackages - Class in org.infinispan.checkstyle.filters
Allows disabling some rules for the test suite source.
ExcludeTestPackages() - Constructor for class org.infinispan.checkstyle.filters.ExcludeTestPackages
 
EXEC_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
EXEC_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
execute(Runnable) - Method in class org.infinispan.atomic.container.SerialExecutor
 
execute(Context, ProcessedCommand) - Method in class org.infinispan.cli.commands.client.Connect
 
execute(Context, ProcessedCommand) - Method in class org.infinispan.cli.commands.client.Container
 
execute(Context, ProcessedCommand) - Method in class org.infinispan.cli.commands.client.Disconnect
 
execute(Context, ProcessedCommand) - Method in class org.infinispan.cli.commands.client.Help
 
execute(Context, ProcessedCommand) - Method in class org.infinispan.cli.commands.client.Quit
 
execute(Context, ProcessedCommand) - Method in interface org.infinispan.cli.commands.Command
 
execute(Context, ProcessedCommand) - Method in class org.infinispan.cli.commands.server.AbstractServerCommand
 
execute(Context, ProcessedCommand) - Method in class org.infinispan.cli.commands.server.Ping
 
execute(Context, ProcessedCommand) - Method in class org.infinispan.cli.commands.server.Version
 
execute(Context, CommandBuffer) - Method in interface org.infinispan.cli.connection.Connection
 
execute(Context, CommandBuffer) - Method in class org.infinispan.cli.connection.jmx.JMXConnection
 
execute() - Method in interface org.infinispan.cli.Context
 
execute(CommandBuffer) - Method in interface org.infinispan.cli.Context
 
execute() - Method in class org.infinispan.cli.impl.ContextImpl
 
execute(CommandBuffer) - Method in class org.infinispan.cli.impl.ContextImpl
 
execute(String, String) - Method in class org.infinispan.cli.interpreter.Interpreter
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.BeginTransactionStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.CacheStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.ClearCacheStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.CommitTransactionStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.CreateStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.DenyStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.EncodingStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.EndBatchStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.EvictStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.GetStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.GrantStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.InfoStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.LocateStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.PingStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.PutStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.RemoveStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.ReplaceStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.RolesStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.RollbackTransactionStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.SiteStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.StartBatchStatement
 
execute(Session) - Method in interface org.infinispan.cli.interpreter.statement.Statement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.StatsStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.UpgradeStatement
 
execute(Session) - Method in class org.infinispan.cli.interpreter.statement.VersionStatement
 
execute(ConsoleOperation) - Method in class org.infinispan.cli.shell.CLIConsoleCallback
 
execute() - Method in class org.infinispan.client.hotrod.impl.operations.AuthMechListOperation
 
execute() - Method in class org.infinispan.client.hotrod.impl.operations.AuthOperation
 
execute() - Method in class org.infinispan.client.hotrod.impl.operations.HotRodOperation
 
execute() - Method in class org.infinispan.client.hotrod.impl.operations.IterationEndOperation
 
execute() - Method in class org.infinispan.client.hotrod.impl.operations.IterationNextOperation
 
execute() - Method in class org.infinispan.client.hotrod.impl.operations.ParallelHotRodOperation
 
execute() - Method in class org.infinispan.client.hotrod.impl.operations.PingOperation
 
execute() - Method in class org.infinispan.client.hotrod.impl.operations.RemoveClientListenerOperation
 
execute() - Method in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation
 
execute(String, Map<String, ?>) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
execute(String, Map<String, ?>) - Method in interface org.infinispan.client.hotrod.RemoteCache
Executes a remote script passing a set of named parameters
execute(Runnable) - Method in class org.infinispan.distexec.DefaultExecutorService
 
execute() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Executes this task across Infinispan cluster nodes.
execute(Cache<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Executes this task and stores results in the provided results cache.
execute(String) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Executes this task and stores results in the provided results cache.
execute(Collator<KOut, VOut, R>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Executes this task across Infinispan cluster but the final result is collated using specified Collator
execute(BlockingRunnable) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
execute(Runnable) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
execute(Runnable) - Method in class org.infinispan.executors.LazyInitializingExecutorService
 
execute(Runnable) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
execute(Runnable) - Method in interface org.infinispan.manager.ClusterExecutor
execute(SerializableRunnable) - Method in interface org.infinispan.manager.ClusterExecutor
The same as Executor.execute(Runnable), except the Runnable must also implement Serializable.
execute(Runnable) - Method in class org.infinispan.manager.impl.ClusterExecutorImpl
 
execute(SerializableRunnable) - Method in class org.infinispan.manager.impl.ClusterExecutorImpl
 
execute(Transport, long, TimeUnit) - Method in class org.infinispan.remoting.transport.RetryOnFailureXSiteCommand
Invokes remotely the command using the Transport passed as parameter.
execute(ExecutorService) - Method in class org.infinispan.statetransfer.OutboundTransferTask
 
execute(BlockingRunnable) - Method in interface org.infinispan.util.concurrent.BlockingTaskAwareExecutorService
Executes the given command at some time in the future when the command is less probably to block a thread.
execute(BlockingRunnable) - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
 
execute(Runnable) - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
 
execute(Runnable) - Method in class org.infinispan.util.concurrent.WithinThreadExecutor
 
executeAsynchronously() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Executes this task across Infinispan cluster nodes asynchronously.
executeAsynchronously(Collator<KOut, VOut, R>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Executes this task asynchronously across Infinispan cluster; final result is collated using specified Collator and wrapped by Future
executeHelper(String) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
executeMapPhase() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
executeMapPhaseWithLocalReduction(Map<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
executeOnExecutorService(DeliverOrder, CacheRpcCommand) - Method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.BulkGetKeysOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.BulkGetOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.ClearOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.ContainsKeyOperation
 
ExecuteOperation<T> - Class in org.infinispan.client.hotrod.impl.operations
ExecuteOperation.
ExecuteOperation(Codec, TransportFactory, byte[], AtomicInteger, int, String, Map<String, byte[]>) - Constructor for class org.infinispan.client.hotrod.impl.operations.ExecuteOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.ExecuteOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.FaultTolerantPingOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.GetAllOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.GetOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.GetWithMetadataOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.GetWithVersionOperation
Deprecated.
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.IterationStartOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.PutAllOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.PutIfAbsentOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.PutOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.QueryOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.RemoveIfUnmodifiedOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.RemoveOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.ReplaceIfUnmodifiedOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.ReplaceOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.SizeOperation
 
executeOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.StatsOperation
 
executeReducePhase(String, Set<KOut>, boolean) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
executeTask(KeyFilter<? super K>, BiConsumer<? super K, InternalCacheEntry<K, V>>) - Method in interface org.infinispan.container.DataContainer
Executes task specified by the given action on the container key/values filtered using the specified key filter.
executeTask(KeyValueFilter<? super K, ? super V>, BiConsumer<? super K, InternalCacheEntry<K, V>>) - Method in interface org.infinispan.container.DataContainer
Executes task specified by the given action on the container key/values filtered using the specified keyvalue filter.
executeTask(KeyFilter<? super K>, BiConsumer<? super K, InternalCacheEntry<K, V>>) - Method in class org.infinispan.container.DefaultDataContainer
 
executeTask(KeyValueFilter<? super K, ? super V>, BiConsumer<? super K, InternalCacheEntry<K, V>>) - Method in class org.infinispan.container.DefaultDataContainer
 
executeTaskInit(String) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
executionCandidates(DistributedTask<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
 
executionCandidates() - Method in interface org.infinispan.distexec.FailoverContext
Returns a list of candidates for possible repeated execution governed by installed DistributedTaskFailoverPolicy
executionError(String, String, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
executionError(String, String, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
executionError(String, String, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
executionError(String, String, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
executionError(String, String, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
executionError(String, String, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
executionError(String, String, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
executionError(String, String, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
executionError(String, String, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
executionError(String, String, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
executionError(String, String, Throwable) - Method in interface org.infinispan.util.logging.Log
 
executionError(String, String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
executionError$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
executionError$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
executionError$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
executionError$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
executionError$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
executionError$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
executionError$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
executionError$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
executionError$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
executionError$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
executionError$str() - Method in class org.infinispan.util.logging.Log_$logger
 
executionFailureLocation() - Method in interface org.infinispan.distexec.FailoverContext
Returns an Address of the node where the task failed
executionPolicy(DistributedTaskExecutionPolicy) - Method in interface org.infinispan.distexec.DistributedTaskBuilder
Provide DistributedTaskExecutionPolicy for the task being built
executor - Variable in class org.infinispan.distexec.DistributedExecutionCompletionService
 
executor - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
executor() - Method in class org.infinispan.manager.DefaultCacheManager
 
executor() - Method in interface org.infinispan.manager.EmbeddedCacheManager
Providess the cache manager based executor.
executor() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
executor - Variable in class org.infinispan.persistence.support.SingletonCacheWriter
Executor service used to submit tasks to push in-memory state.
executor - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
ExecutorAllCompletionService - Class in org.infinispan.executors
Exectues given tasks in provided executor.
ExecutorAllCompletionService(Executor) - Constructor for class org.infinispan.executors.ExecutorAllCompletionService
 
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.
executorService - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever
 
exhaustedAction() - Method in class org.infinispan.client.hotrod.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 - Enum in org.infinispan.client.hotrod.configuration
Enumeration for whenExhaustedAction.
exhaustedAction() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
 
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.persistence.remote.configuration
 
existingConfigForInternalCache(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
existingConfigForInternalCache(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
existingConfigForInternalCache(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
existingConfigForInternalCache(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
existingConfigForInternalCache(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
existingConfigForInternalCache(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
existingConfigForInternalCache(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
existingConfigForInternalCache(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
existingConfigForInternalCache(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
existingConfigForInternalCache(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
existingConfigForInternalCache(String) - Method in interface org.infinispan.util.logging.Log
 
existingConfigForInternalCache(String) - Method in class org.infinispan.util.logging.Log_$logger
 
existingConfigForInternalCache$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
existingConfigForInternalCache$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
existingConfigForInternalCache$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
existingConfigForInternalCache$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
existingConfigForInternalCache$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
existingConfigForInternalCache$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
existingConfigForInternalCache$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
existingConfigForInternalCache$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
existingConfigForInternalCache$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
existingConfigForInternalCache$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
existingConfigForInternalCache$str() - Method in class org.infinispan.util.logging.Log_$logger
 
exists() - Method in class org.infinispan.io.GridFile
 
exists() - Method in class org.infinispan.jcache.MutableJCacheEntry
 
exists(String) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
exists(String, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
exists(Fqn, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
exists(Fqn) - Method in class org.infinispan.tree.impl.TreeStructureSupport
 
exists(AdvancedCache<?, ?>, Fqn) - Method in class org.infinispan.tree.impl.TreeStructureSupport
 
exists(String) - Method in interface org.infinispan.tree.TreeCache
Tests if an Fqn exists.
exists(String, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
exists(Fqn) - Method in interface org.infinispan.tree.TreeCache
Tests if an Fqn exists.
exists(Fqn, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
exp - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.expirationClause_return
 
ExpandableMarshalledValueByteStream - Class in org.infinispan.io
A byte stream that can be written to and expanded on the fly, not dissimilar to ExposedByteArrayOutputStream but with the benefit of not having to allocate unnecessary byte arrays by not extending ByteArrayOutputStream.
ExpandableMarshalledValueByteStream() - Constructor for class org.infinispan.io.ExpandableMarshalledValueByteStream
 
ExpandableMarshalledValueByteStream(int) - Constructor for class org.infinispan.io.ExpandableMarshalledValueByteStream
 
ExpandableMarshalledValueByteStream(int, int) - Constructor for class org.infinispan.io.ExpandableMarshalledValueByteStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
expectedEndTime(long, TimeUnit) - Method in class org.infinispan.util.DefaultTimeService
 
expectedEndTime(long, TimeUnit) - Method in interface org.infinispan.util.TimeService
 
expectedJustOneResponse(Map) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
expectedJustOneResponse(Map) - Method in class org.infinispan.lucene.logging.Log_$logger
 
expectedJustOneResponse(Map) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
expectedJustOneResponse(Map) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
expectedJustOneResponse(Map) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
expectedJustOneResponse(Map) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
expectedJustOneResponse(Map) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
expectedJustOneResponse(Map) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
expectedJustOneResponse(Map) - Method in class org.infinispan.stats.logging.Log_$logger
 
expectedJustOneResponse(Map) - Method in class org.infinispan.tree.logging.Log_$logger
 
expectedJustOneResponse(Map<Address, Response>) - Method in interface org.infinispan.util.logging.Log
 
expectedJustOneResponse(Map) - Method in class org.infinispan.util.logging.Log_$logger
 
expectedJustOneResponse$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
expectedJustOneResponse$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
expectedJustOneResponse$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
expectedJustOneResponse$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
expectedJustOneResponse$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
expectedJustOneResponse$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
expectedJustOneResponse$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
expectedJustOneResponse$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
expectedJustOneResponse$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
expectedJustOneResponse$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
expectedJustOneResponse$str() - Method in class org.infinispan.util.logging.Log_$logger
 
expectingCollectionOrArray() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
expectingCollectionOrArray() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
expectingCollectionOrArray$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
Experimental - Annotation Type in org.infinispan.commons.util
An experimental user-facing API.
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 - Class in org.infinispan.jcache
Utility class for expiration calculations.
EXPIRATION - Static variable in class org.infinispan.persistence.jpa.impl.MetadataEntity
 
Expiration.Operation - Enum in org.infinispan.jcache
 
EXPIRATION_SCHEDULED_EXECUTOR - Static variable in class org.infinispan.factories.KnownComponentNames
 
expirationClause() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
expirationClause_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.expirationClause_return
 
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.
ExpirationData - Class in org.infinispan.cli.interpreter.statement
ExpirationData holds optional expiration information as specified in cli commands
ExpirationData(Long, Long) - Constructor for class org.infinispan.cli.interpreter.statement.ExpirationData
 
ExpirationManager<K,V> - Interface in org.infinispan.expiration
Central component that deals with expiration of cache entries.
ExpirationManagerFactory - Class in org.infinispan.factories
Constructs the expiration manager
ExpirationManagerFactory() - Constructor for class org.infinispan.factories.ExpirationManagerFactory
 
ExpirationManagerImpl<K,V> - Class in org.infinispan.expiration.impl
 
ExpirationManagerImpl() - Constructor for class org.infinispan.expiration.impl.ExpirationManagerImpl
 
expirationTask - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
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
 
expiredLocation() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
 
expiredLocation(String) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
 
EXPIRES - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
EXPIRES - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
expiring - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
This map is used for performance reasons.
ExpiryHelper - Class in org.infinispan.container.entries
Provide utility methods for dealing with expiration of cache entries.
ExpiryHelper() - Constructor for class org.infinispan.container.entries.ExpiryHelper
 
expiryPolicy - Variable in class org.infinispan.jcache.AbstractJCache
 
expiryQueueSize() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
 
expiryQueueSize(int) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
 
expiryTime() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
 
expiryTime() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
 
expiryTime() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
 
expiryTime() - Method in interface org.infinispan.metadata.InternalMetadata
 
Exponent - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
Exponent - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
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.
ExposedByteArrayOutputStream - Class in org.infinispan.io
Deprecated.
ExposedByteArrayOutputStream() - Constructor for class org.infinispan.io.ExposedByteArrayOutputStream
Deprecated.
 
ExposedByteArrayOutputStream(int) - Constructor for class org.infinispan.io.ExposedByteArrayOutputStream
Deprecated.
 
ExposedByteArrayOutputStream(int, int) - Constructor for class org.infinispan.io.ExposedByteArrayOutputStream
Deprecated.
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
exposeJmxStats - Variable in class org.infinispan.util.concurrent.locks.DeadlockDetectingLockManager
 
Expression - Interface in org.infinispan.query.dsl
 
EXTENDED_RESPONSE - Static variable in interface org.infinispan.marshall.core.Ids
 
ExtendedByteBufJava - Class in org.infinispan.server.core.transport
Utilities to read from a ByteBuf
ExtendedLockPromise - Interface in org.infinispan.util.concurrent.locks
An extended LockPromise interface that allows a better control over it.
ExtendedModuleCommandFactory - Interface in org.infinispan.commands.module
Deprecated.
ExtendedRiverMarshaller - Class in org.infinispan.commons.marshall.jboss
RiverMarshaller extension that allows Infinispan code to directly create instances of it.
ExtendedRiverMarshaller(RiverMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.infinispan.commons.marshall.jboss.ExtendedRiverMarshaller
 
ExtendedRiverUnmarshaller - Class in org.infinispan.commons.marshall.jboss
An extended RiverUnmarshaller that allows Infinispan StreamingMarshaller instances to travel down the stack to potential externalizer implementations that might need it, such as org.infinispan.commons.marshall.MarshalledValue.Externalizer
ExtendedRiverUnmarshaller(RiverMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
 
ExtendedStatistic - Enum in org.infinispan.stats.container
The available extended statistics
ExtendedStatisticInterceptor - Class in org.infinispan.stats.wrappers
Take the statistics about relevant visitable commands.
ExtendedStatisticInterceptor() - Constructor for class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
ExtendedStatisticLockManager - Class in org.infinispan.stats.wrappers
Takes statistic about lock acquisition.
ExtendedStatisticLockManager(LockManager, CacheStatisticManager, TimeService) - Constructor for class org.infinispan.stats.wrappers.ExtendedStatisticLockManager
 
ExtendedStatisticNotFoundException - Exception in org.infinispan.stats
 
ExtendedStatisticNotFoundException(String) - Constructor for exception org.infinispan.stats.ExtendedStatisticNotFoundException
 
extendedStatisticNotFoundForPercentile(ExtendedStatistic, Throwable) - Method in interface org.infinispan.stats.logging.Log
 
extendedStatisticNotFoundForPercentile(ExtendedStatistic, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
extendedStatisticNotFoundForPercentile$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
ExtendedStatisticRpcManager - Class in org.infinispan.stats.wrappers
Takes statistics about the RPC invocations.
ExtendedStatisticRpcManager(RpcManager, CacheStatisticManager, TimeService) - Constructor for class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
 
ExtendedStatisticsContainer - Interface in org.infinispan.stats.container
Contains the statistic's values and allows to perform modifications on them.
ExtendedStatisticsMetadataFileFinder - Class in org.infinispan.stats
 
ExtendedStatisticsMetadataFileFinder() - Constructor for class org.infinispan.stats.ExtendedStatisticsMetadataFileFinder
 
Externalizer() - Constructor for class org.infinispan.atomic.impl.AtomicHashMap.Externalizer
 
Externalizer() - Constructor for class org.infinispan.atomic.impl.AtomicHashMapDelta.Externalizer
 
Externalizer() - Constructor for class org.infinispan.atomic.impl.ClearOperation.Externalizer
 
Externalizer() - Constructor for class org.infinispan.atomic.impl.PutOperation.Externalizer
 
Externalizer() - Constructor for class org.infinispan.atomic.impl.RemoveOperation.Externalizer
 
Externalizer() - Constructor for class org.infinispan.commands.CommandInvocationId.Externalizer
 
Externalizer() - Constructor for class org.infinispan.commands.write.ValueMatcher.Externalizer
 
Externalizer() - Constructor for class org.infinispan.commons.hash.MurmurHash2.Externalizer
Deprecated.
 
Externalizer() - Constructor for class org.infinispan.commons.hash.MurmurHash3.Externalizer
 
Externalizer() - Constructor for class org.infinispan.commons.io.ByteBufferImpl.Externalizer
 
Externalizer<T> - Interface in org.infinispan.commons.marshall
One of the key aspects of Infinispan is that it often needs to marshall or unmarshall objects in order to provide some of its functionality.
Externalizer() - Constructor for class org.infinispan.commons.util.ImmutableListCopy.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.ImmortalCacheEntry.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.ImmortalCacheValue.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataMortalCacheValue.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientCacheValue.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.MortalCacheEntry.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.MortalCacheValue.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.TransientCacheEntry.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.TransientCacheValue.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.TransientMortalCacheEntry.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.entries.TransientMortalCacheValue.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.versioning.NumericVersion.Externalizer
 
Externalizer() - Constructor for class org.infinispan.container.versioning.SimpleClusteredVersion.Externalizer
 
Externalizer() - Constructor for class org.infinispan.context.Flag.Externalizer
 
Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.AffinityPartitioner.Externalizer
 
Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHash.Externalizer
 
Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Externalizer
 
Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.HashFunctionPartitioner.Externalizer
 
Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.Externalizer
 
Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory.Externalizer
 
Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Externalizer
 
Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory.Externalizer
 
Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory.Externalizer
 
Externalizer() - Constructor for class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Externalizer
 
Externalizer() - Constructor for class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer
 
Externalizer() - Constructor for class org.infinispan.filter.CollectionKeyFilter.Externalizer
 
Externalizer() - Constructor for class org.infinispan.filter.CompositeKeyFilter.Externalizer
 
Externalizer() - Constructor for class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
 
Externalizer() - Constructor for class org.infinispan.filter.KeyFilterAsKeyValueFilter.Externalizer
 
Externalizer() - Constructor for class org.infinispan.filter.KeyValueFilterAsKeyFilter.Externalizer
 
Externalizer() - Constructor for class org.infinispan.filter.NullValueConverter.Externalizer
 
Externalizer() - Constructor for class org.infinispan.functional.impl.MetaParams.Externalizer
 
Externalizer() - Constructor for class org.infinispan.functional.impl.MetaParamsInternalMetadata.Externalizer
 
Externalizer() - Constructor for class org.infinispan.lucene.ChunkCacheKey.Externalizer
 
Externalizer() - Constructor for class org.infinispan.lucene.FileCacheKey.Externalizer
 
Externalizer() - Constructor for class org.infinispan.lucene.FileListCacheKey.Externalizer
 
Externalizer() - Constructor for class org.infinispan.lucene.FileMetadata.Externalizer
 
Externalizer() - Constructor for class org.infinispan.lucene.FileReadLockKey.Externalizer
 
Externalizer() - Constructor for class org.infinispan.lucene.impl.FileListCacheValue.Externalizer
 
Externalizer() - Constructor for class org.infinispan.lucene.impl.FileListCacheValueDelta.Externalizer
 
Externalizer(StreamingMarshaller) - Constructor for class org.infinispan.marshall.core.MarshalledEntryImpl.Externalizer
 
Externalizer(StreamingMarshaller) - Constructor for class org.infinispan.marshall.core.MarshalledValue.Externalizer
 
Externalizer() - Constructor for class org.infinispan.metadata.EmbeddedMetadata.Externalizer
 
Externalizer() - Constructor for class org.infinispan.metadata.impl.InternalMetadataImpl.Externalizer
 
Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.cluster.ClusterEvent.Externalizer
 
Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.cluster.ClusterEventCallable.Externalizer
 
Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable.Externalizer
 
Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable.Externalizer
 
Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCallable.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.ConverterAsCacheEventConverter.Externalizer
 
Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter.Externalizer
 
Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
 
Externalizer() - Constructor for class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
 
Externalizer() - Constructor for class org.infinispan.persistence.remote.upgrade.MigrationTask.Externalizer
 
Externalizer() - Constructor for class org.infinispan.registry.ScopedKey.Externalizer
Deprecated.
 
Externalizer() - Constructor for class org.infinispan.remoting.responses.CacheNotFoundResponse.Externalizer
 
Externalizer() - Constructor for class org.infinispan.remoting.responses.ExceptionResponse.Externalizer
 
Externalizer() - Constructor for class org.infinispan.remoting.responses.SuccessfulResponse.Externalizer
 
Externalizer() - Constructor for class org.infinispan.remoting.responses.UnsuccessfulResponse.Externalizer
 
Externalizer() - Constructor for class org.infinispan.remoting.responses.UnsureResponse.Externalizer
 
Externalizer() - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsAddress.Externalizer
 
Externalizer() - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress.Externalizer
 
Externalizer() - Constructor for class org.infinispan.server.core.security.InetAddressPrincipal.Externalizer
 
Externalizer() - Constructor for class org.infinispan.server.core.security.simple.SimpleGroupPrincipal.Externalizer
 
Externalizer() - Constructor for class org.infinispan.server.core.security.simple.SimpleSubjectUserInfo.Externalizer
 
Externalizer() - Constructor for class org.infinispan.server.core.security.simple.SimpleUserPrincipal.Externalizer
 
Externalizer() - Constructor for class org.infinispan.statetransfer.StateChunk.Externalizer
 
Externalizer() - Constructor for class org.infinispan.statetransfer.TransactionInfo.Externalizer
 
Externalizer() - Constructor for class org.infinispan.topology.CacheJoinInfo.Externalizer
 
Externalizer() - Constructor for class org.infinispan.topology.CacheStatusResponse.Externalizer
 
Externalizer() - Constructor for class org.infinispan.topology.CacheTopology.Externalizer
 
Externalizer() - Constructor for class org.infinispan.topology.ManagerStatusResponse.Externalizer
 
Externalizer() - Constructor for class org.infinispan.transaction.xa.DldGlobalTransaction.Externalizer
 
Externalizer() - Constructor for class org.infinispan.transaction.xa.GlobalTransaction.Externalizer
 
Externalizer() - Constructor for class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl.Externalizer
 
Externalizer() - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryAwareDldGlobalTransaction.Externalizer
 
Externalizer() - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryAwareGlobalTransaction.Externalizer
 
Externalizer() - Constructor for class org.infinispan.tree.Fqn.Externalizer
 
Externalizer() - Constructor for class org.infinispan.tree.impl.NodeKey.Externalizer
 
Externalizer() - Constructor for class org.infinispan.util.KeyValuePair.Externalizer
 
ExternalizerIds - Interface in org.infinispan.lucene
Identifiers used by the Marshaller to delegate to specialized Externalizers.
ExternalizerIds - Interface in org.infinispan.persistence.remote
1800 to 1899 range is reserved for this module
ExternalizerTable - Class in org.infinispan.marshall.core
The externalizer table maintains information necessary to be able to map a particular type with the corresponding AdvancedExternalizer implementation that it marshall, and it also keeps information of which AdvancedExternalizer should be used to read data from a buffer given a particular AdvancedExternalizer identifier.
ExternalizerTable() - Constructor for class org.infinispan.marshall.core.ExternalizerTable
 
externalizerTableStopped(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
externalizerTableStopped(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
externalizerTableStopped(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
externalizerTableStopped(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
externalizerTableStopped(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
externalizerTableStopped(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
externalizerTableStopped(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
externalizerTableStopped(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
externalizerTableStopped(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
externalizerTableStopped(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
externalizerTableStopped(String) - Method in interface org.infinispan.util.logging.Log
 
externalizerTableStopped(String) - Method in class org.infinispan.util.logging.Log_$logger
 
externalizerTableStopped$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
externalizerTableStopped$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
externalizerTableStopped$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
externalizerTableStopped$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
externalizerTableStopped$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
externalizerTableStopped$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
externalizerTableStopped$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
externalizerTableStopped$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
externalizerTableStopped$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
externalizerTableStopped$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
externalizerTableStopped$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ExternalStore<K,V> - Interface in org.infinispan.persistence.spi
Basic interface for interacting with an external store in a read-write mode.
extractCommandTopologyId(CacheRpcCommand) - Static method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
 
extractFieldName(String) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
extractProperties(Element) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
 
extractValue(MVCCEntry) - Method in enum org.infinispan.commands.write.ValueMatcher
 

F

factory() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration
 
factory(ExecutorFactory) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
Specify factory class for executor
factory - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
factory() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfiguration
 
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() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfiguration
 
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 - Variable in class org.infinispan.distexec.DefaultExecutorService
 
factory() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfiguration
 
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() - Constructor for class org.infinispan.stats.impl.StatsCollector.Factory
 
factory - Variable in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
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
 
failAtomic() - Method in class org.infinispan.batch.AutoBatchSupport
 
failedAddingNewServer(SocketAddress, Exception) - Method in interface org.infinispan.client.hotrod.logging.Log
 
failedAddingNewServer(SocketAddress, Exception) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
failedAddingNewServer$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
failedClearingJdbcCacheStore(Exception) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
failedClearingJdbcCacheStore(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedClearingJdbcCacheStore$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedClosingNamingCtx(NamingException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
failedClosingNamingCtx(NamingException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedClosingNamingCtx$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedInvalidatingRemoteCache(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedInvalidatingRemoteCache(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedInvalidatingRemoteCache(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedInvalidatingRemoteCache(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedInvalidatingRemoteCache(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedInvalidatingRemoteCache(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedInvalidatingRemoteCache(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedInvalidatingRemoteCache(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedInvalidatingRemoteCache(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedInvalidatingRemoteCache(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedInvalidatingRemoteCache(Exception) - Method in interface org.infinispan.util.logging.Log
 
failedInvalidatingRemoteCache(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
failedInvalidatingRemoteCache$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedInvalidatingRemoteCache$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedInvalidatingRemoteCache$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedInvalidatingRemoteCache$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedInvalidatingRemoteCache$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedInvalidatingRemoteCache$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedInvalidatingRemoteCache$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedInvalidatingRemoteCache$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedInvalidatingRemoteCache$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedInvalidatingRemoteCache$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedInvalidatingRemoteCache$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedLoadingKeysFromCacheStore(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedLoadingKeysFromCacheStore(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedLoadingKeysFromCacheStore(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedLoadingKeysFromCacheStore(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedLoadingKeysFromCacheStore(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedLoadingKeysFromCacheStore(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedLoadingKeysFromCacheStore(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedLoadingKeysFromCacheStore(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedLoadingKeysFromCacheStore(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedLoadingKeysFromCacheStore(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedLoadingKeysFromCacheStore(Exception) - Method in interface org.infinispan.util.logging.Log
 
failedLoadingKeysFromCacheStore(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
failedLoadingKeysFromCacheStore$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedLoadingKeysFromCacheStore$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedLoadingKeysFromCacheStore$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedLoadingKeysFromCacheStore$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedLoadingKeysFromCacheStore$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedLoadingKeysFromCacheStore$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedLoadingKeysFromCacheStore$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedLoadingKeysFromCacheStore$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedLoadingKeysFromCacheStore$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedLoadingKeysFromCacheStore$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedLoadingKeysFromCacheStore$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedLoadingValueFromCacheStore(Object, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedLoadingValueFromCacheStore(Object, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedLoadingValueFromCacheStore(Object, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedLoadingValueFromCacheStore(Object, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedLoadingValueFromCacheStore(Object, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedLoadingValueFromCacheStore(Object, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedLoadingValueFromCacheStore(Object, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedLoadingValueFromCacheStore(Object, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedLoadingValueFromCacheStore(Object, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedLoadingValueFromCacheStore(Object, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedLoadingValueFromCacheStore(Object, Exception) - Method in interface org.infinispan.util.logging.Log
 
failedLoadingValueFromCacheStore(Object, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
failedLoadingValueFromCacheStore$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedLoadingValueFromCacheStore$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedLoadingValueFromCacheStore$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedLoadingValueFromCacheStore$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedLoadingValueFromCacheStore$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedLoadingValueFromCacheStore$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedLoadingValueFromCacheStore$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedLoadingValueFromCacheStore$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedLoadingValueFromCacheStore$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedLoadingValueFromCacheStore$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedLoadingValueFromCacheStore$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedOutBoundTransferExecution(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedOutBoundTransferExecution(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedOutBoundTransferExecution(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedOutBoundTransferExecution(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedOutBoundTransferExecution(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedOutBoundTransferExecution(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedOutBoundTransferExecution(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedOutBoundTransferExecution(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedOutBoundTransferExecution(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedOutBoundTransferExecution(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedOutBoundTransferExecution(Throwable) - Method in interface org.infinispan.util.logging.Log
 
failedOutBoundTransferExecution(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
failedOutBoundTransferExecution$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedOutBoundTransferExecution$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedOutBoundTransferExecution$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedOutBoundTransferExecution$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedOutBoundTransferExecution$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedOutBoundTransferExecution$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedOutBoundTransferExecution$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedOutBoundTransferExecution$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedOutBoundTransferExecution$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedOutBoundTransferExecution$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedOutBoundTransferExecution$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedReadingPersistentState(IOException, File) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedReadingPersistentState(IOException, File) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedReadingPersistentState(IOException, File) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedReadingPersistentState(IOException, File) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedReadingPersistentState(IOException, File) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedReadingPersistentState(IOException, File) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedReadingPersistentState(IOException, File) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedReadingPersistentState(IOException, File) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedReadingPersistentState(IOException, File) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedReadingPersistentState(IOException, File) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedReadingPersistentState(IOException, File) - Method in interface org.infinispan.util.logging.Log
 
failedReadingPersistentState(IOException, File) - Method in class org.infinispan.util.logging.Log_$logger
 
failedReadingPersistentState$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedReadingPersistentState$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedReadingPersistentState$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedReadingPersistentState$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedReadingPersistentState$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedReadingPersistentState$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedReadingPersistentState$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedReadingPersistentState$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedReadingPersistentState$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedReadingPersistentState$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedReadingPersistentState$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedReplicatingQueue(int, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedReplicatingQueue(int, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedReplicatingQueue(int, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedReplicatingQueue(int, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedReplicatingQueue(int, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedReplicatingQueue(int, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedReplicatingQueue(int, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedReplicatingQueue(int, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedReplicatingQueue(int, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedReplicatingQueue(int, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedReplicatingQueue(int, Throwable) - Method in interface org.infinispan.util.logging.Log
 
failedReplicatingQueue(int, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
failedReplicatingQueue$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedReplicatingQueue$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedReplicatingQueue$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedReplicatingQueue$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedReplicatingQueue$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedReplicatingQueue$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedReplicatingQueue$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedReplicatingQueue$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedReplicatingQueue$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedReplicatingQueue$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedReplicatingQueue$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedSynchronizationRegistration(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedSynchronizationRegistration(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedSynchronizationRegistration(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedSynchronizationRegistration(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedSynchronizationRegistration(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedSynchronizationRegistration(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedSynchronizationRegistration(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedSynchronizationRegistration(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedSynchronizationRegistration(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedSynchronizationRegistration(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedSynchronizationRegistration(Exception) - Method in interface org.infinispan.util.logging.Log
 
failedSynchronizationRegistration(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
failedSynchronizationRegistration$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedSynchronizationRegistration$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedSynchronizationRegistration$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedSynchronizationRegistration$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedSynchronizationRegistration$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedSynchronizationRegistration$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedSynchronizationRegistration$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedSynchronizationRegistration$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedSynchronizationRegistration$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedSynchronizationRegistration$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedSynchronizationRegistration$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedToCallStopAfterFailure(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToCallStopAfterFailure(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToCallStopAfterFailure(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToCallStopAfterFailure(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToCallStopAfterFailure(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToCallStopAfterFailure(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToCallStopAfterFailure(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToCallStopAfterFailure(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToCallStopAfterFailure(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToCallStopAfterFailure(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToCallStopAfterFailure(Throwable) - Method in interface org.infinispan.util.logging.Log
 
failedToCallStopAfterFailure(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
failedToCallStopAfterFailure$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToCallStopAfterFailure$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToCallStopAfterFailure$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToCallStopAfterFailure$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToCallStopAfterFailure$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToCallStopAfterFailure$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToCallStopAfterFailure$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToCallStopAfterFailure$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToCallStopAfterFailure$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToCallStopAfterFailure$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToCallStopAfterFailure$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedToCloseResource(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToCloseResource(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToCloseResource(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToCloseResource(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToCloseResource(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToCloseResource(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToCloseResource(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToCloseResource(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToCloseResource(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToCloseResource(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToCloseResource(Throwable) - Method in interface org.infinispan.util.logging.Log
 
failedToCloseResource(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
failedToCloseResource$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToCloseResource$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToCloseResource$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToCloseResource$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToCloseResource$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToCloseResource$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToCloseResource$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToCloseResource$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToCloseResource$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToCloseResource$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToCloseResource$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedToCreateInitialCtx(NamingException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToCreateInitialCtx(NamingException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToCreateInitialCtx(NamingException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToCreateInitialCtx(NamingException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToCreateInitialCtx(NamingException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToCreateInitialCtx(NamingException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToCreateInitialCtx(NamingException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToCreateInitialCtx(NamingException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToCreateInitialCtx(NamingException) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToCreateInitialCtx(NamingException) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToCreateInitialCtx(NamingException) - Method in interface org.infinispan.util.logging.Log
 
failedToCreateInitialCtx(NamingException) - Method in class org.infinispan.util.logging.Log_$logger
 
failedToCreateInitialCtx$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToCreateInitialCtx$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToCreateInitialCtx$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToCreateInitialCtx$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToCreateInitialCtx$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToCreateInitialCtx$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToCreateInitialCtx$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToCreateInitialCtx$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToCreateInitialCtx$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToCreateInitialCtx$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToCreateInitialCtx$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToEnlistTransactionXaAdapter(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToEnlistTransactionXaAdapter(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter(Throwable) - Method in interface org.infinispan.util.logging.Log
 
failedToEnlistTransactionXaAdapter(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToEnlistTransactionXaAdapter$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToEnlistTransactionXaAdapter$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToEnlistTransactionXaAdapter$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedToInvalidateKeys(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToInvalidateKeys(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToInvalidateKeys(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToInvalidateKeys(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToInvalidateKeys(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToInvalidateKeys(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToInvalidateKeys(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToInvalidateKeys(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToInvalidateKeys(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToInvalidateKeys(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToInvalidateKeys(Exception) - Method in interface org.infinispan.util.logging.Log
 
failedToInvalidateKeys(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
failedToInvalidateKeys$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToInvalidateKeys$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToInvalidateKeys$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToInvalidateKeys$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToInvalidateKeys$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToInvalidateKeys$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToInvalidateKeys$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToInvalidateKeys$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToInvalidateKeys$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToInvalidateKeys$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToInvalidateKeys$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedToRecoverCacheState(String, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToRecoverCacheState(String, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToRecoverCacheState(String, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToRecoverCacheState(String, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToRecoverCacheState(String, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToRecoverCacheState(String, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToRecoverCacheState(String, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToRecoverCacheState(String, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToRecoverCacheState(String, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToRecoverCacheState(String, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToRecoverCacheState(String, Throwable) - Method in interface org.infinispan.util.logging.Log
 
failedToRecoverCacheState(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
failedToRecoverCacheState$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToRecoverCacheState$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToRecoverCacheState$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToRecoverCacheState$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToRecoverCacheState$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToRecoverCacheState$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToRecoverCacheState$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToRecoverCacheState$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToRecoverCacheState$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToRecoverCacheState$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToRecoverCacheState$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedToRecoverClusterState(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToRecoverClusterState(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToRecoverClusterState(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToRecoverClusterState(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToRecoverClusterState(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToRecoverClusterState(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToRecoverClusterState(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToRecoverClusterState(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToRecoverClusterState(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToRecoverClusterState(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToRecoverClusterState(Throwable) - Method in interface org.infinispan.util.logging.Log
 
failedToRecoverClusterState(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
failedToRecoverClusterState$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToRecoverClusterState$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToRecoverClusterState$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToRecoverClusterState$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToRecoverClusterState$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToRecoverClusterState$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToRecoverClusterState$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToRecoverClusterState$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToRecoverClusterState$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToRecoverClusterState$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToRecoverClusterState$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedToRequestSegments(Collection, String, Address, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToRequestSegments(Collection, String, Address, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToRequestSegments(Collection, String, Address, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToRequestSegments(Collection, String, Address, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToRequestSegments(Collection, String, Address, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToRequestSegments(Collection, String, Address, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToRequestSegments(Collection, String, Address, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToRequestSegments(Collection, String, Address, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToRequestSegments(Collection, String, Address, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToRequestSegments(Collection, String, Address, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToRequestSegments(Collection<Integer>, String, Address, Throwable) - Method in interface org.infinispan.util.logging.Log
 
failedToRequestSegments(Collection, String, Address, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
failedToRequestSegments$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToRequestSegments$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToRequestSegments$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToRequestSegments$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToRequestSegments$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToRequestSegments$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToRequestSegments$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToRequestSegments$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToRequestSegments$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToRequestSegments$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToRequestSegments$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedToRestartXSiteStateTransfer(String, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToRestartXSiteStateTransfer(String, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToRestartXSiteStateTransfer(String, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToRestartXSiteStateTransfer(String, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToRestartXSiteStateTransfer(String, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToRestartXSiteStateTransfer(String, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToRestartXSiteStateTransfer(String, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToRestartXSiteStateTransfer(String, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToRestartXSiteStateTransfer(String, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToRestartXSiteStateTransfer(String, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToRestartXSiteStateTransfer(String, Throwable) - Method in interface org.infinispan.util.logging.Log
 
failedToRestartXSiteStateTransfer(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
failedToRestartXSiteStateTransfer$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToRestartXSiteStateTransfer$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToRestartXSiteStateTransfer$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToRestartXSiteStateTransfer$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToRestartXSiteStateTransfer$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToRestartXSiteStateTransfer$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToRestartXSiteStateTransfer$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToRestartXSiteStateTransfer$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToRestartXSiteStateTransfer$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToRestartXSiteStateTransfer$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToRestartXSiteStateTransfer$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments(Collection, String, Address, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments(Collection, String, Address, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments(Collection, String, Address, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments(Collection, String, Address, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments(Collection, String, Address, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments(Collection, String, Address, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToRetrieveTransactionsForSegments(Collection, String, Address, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToRetrieveTransactionsForSegments(Collection, String, Address, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments(Collection, String, Address, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments(Collection, String, Address, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments(Collection<Integer>, String, Address, Exception) - Method in interface org.infinispan.util.logging.Log
 
failedToRetrieveTransactionsForSegments(Collection, String, Address, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToRetrieveTransactionsForSegments$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToRetrieveTransactionsForSegments$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToRetrieveTransactionsForSegments$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedToUpdateAttribute(String, Object) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToUpdateAttribute(String, Object) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToUpdateAttribute(String, Object) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToUpdateAttribute(String, Object) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToUpdateAttribute(String, Object) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToUpdateAttribute(String, Object) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToUpdateAttribute(String, Object) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToUpdateAttribute(String, Object) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToUpdateAttribute(String, Object) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToUpdateAttribute(String, Object) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToUpdateAttribute(String, Object) - Method in interface org.infinispan.util.logging.Log
 
failedToUpdateAttribute(String, Object) - Method in class org.infinispan.util.logging.Log_$logger
 
failedToUpdateAttribute$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedToUpdateAttribute$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedToUpdateAttribute$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedToUpdateAttribute$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedToUpdateAttribute$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedToUpdateAttribute$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedToUpdateAttribute$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedToUpdateAttribute$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedToUpdateAttribute$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedToUpdateAttribute$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedToUpdateAttribute$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failedWritingGlobalState(IOException, File) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedWritingGlobalState(IOException, File) - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedWritingGlobalState(IOException, File) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedWritingGlobalState(IOException, File) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedWritingGlobalState(IOException, File) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedWritingGlobalState(IOException, File) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedWritingGlobalState(IOException, File) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedWritingGlobalState(IOException, File) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedWritingGlobalState(IOException, File) - Method in class org.infinispan.stats.logging.Log_$logger
 
failedWritingGlobalState(IOException, File) - Method in class org.infinispan.tree.logging.Log_$logger
 
failedWritingGlobalState(IOException, File) - Method in interface org.infinispan.util.logging.Log
 
failedWritingGlobalState(IOException, File) - Method in class org.infinispan.util.logging.Log_$logger
 
failedWritingGlobalState$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
failedWritingGlobalState$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
failedWritingGlobalState$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failedWritingGlobalState$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
failedWritingGlobalState$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
failedWritingGlobalState$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
failedWritingGlobalState$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
failedWritingGlobalState$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
failedWritingGlobalState$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
failedWritingGlobalState$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
failedWritingGlobalState$str() - Method in class org.infinispan.util.logging.Log_$logger
 
failover(FailoverContext) - Method in interface org.infinispan.distexec.DistributedTaskFailoverPolicy
As parts of distributively executed task can fail due to the task itself throwing an exception or it can be an Infinispan system caused failure (e.g node failed or left cluster during task execution etc).
failoverClientListeners(Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
 
FailoverContext - Interface in org.infinispan.distexec
As DistributedTask might potentially fail on subset of executing nodes FailureContext provides details of such task failure.
failoverPolicy(DistributedTaskFailoverPolicy) - Method in interface org.infinispan.distexec.DistributedTaskBuilder
Provide DistributedTaskFailoverPolicy for the task being built
FailoverRequestBalancingStrategy - Interface in org.infinispan.client.hotrod.impl.transport.tcp
 
FAILURE_POLICY - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
 
FAILURE_POLICY_CLASS - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
 
failureClosingConnection(SQLException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
failureClosingConnection(SQLException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failureClosingConnection$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
failureCompletingTransaction(Transaction) - Method in class org.infinispan.transaction.impl.TransactionTable
 
failureCompletingTransaction(Transaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
 
FailureEntryProcessorResult<T> - Class in org.infinispan.jcache
Failure entry processor result wrapper.
FailureEntryProcessorResult(Throwable) - Constructor for class org.infinispan.jcache.FailureEntryProcessorResult
 
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 implementing CustomFailurePolicy
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 implementing CustomFailurePolicy
failurePolicyClass(String) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
 
fallingBackToDummyTm() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
fallingBackToDummyTm() - Method in class org.infinispan.lucene.logging.Log_$logger
 
fallingBackToDummyTm() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
fallingBackToDummyTm() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
fallingBackToDummyTm() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
fallingBackToDummyTm() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
fallingBackToDummyTm() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
fallingBackToDummyTm() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
fallingBackToDummyTm() - Method in class org.infinispan.stats.logging.Log_$logger
 
fallingBackToDummyTm() - Method in class org.infinispan.tree.logging.Log_$logger
 
fallingBackToDummyTm() - Method in interface org.infinispan.util.logging.Log
 
fallingBackToDummyTm() - Method in class org.infinispan.util.logging.Log_$logger
 
fallingBackToDummyTm$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
fallingBackToDummyTm$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
fallingBackToDummyTm$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
fallingBackToDummyTm$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
fallingBackToDummyTm$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
fallingBackToDummyTm$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
fallingBackToDummyTm$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
fallingBackToDummyTm$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
fallingBackToDummyTm$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
fallingBackToDummyTm$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
fallingBackToDummyTm$str() - Method in class org.infinispan.util.logging.Log_$logger
 
FALSE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
FALSE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FastCopyHashMap<K,V> - Class in org.infinispan.commons.util
A HashMap that is optimized for fast shallow copies.
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(int) - Constructor for class org.infinispan.commons.util.FastCopyHashMap
 
FastCopyHashMap() - 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
 
fatal(EventLogCategory, String) - Method in interface org.infinispan.util.logging.events.EventLogger
Logs a message to the event log using the EventLogLevel.FATAL severity
FaultTolerantPingOperation - Class in org.infinispan.client.hotrod.impl.operations
A fault tolerant ping operation that can survive to node failures.
FaultTolerantPingOperation(Codec, TransportFactory, byte[], AtomicInteger, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.FaultTolerantPingOperation
 
fclose(OutputStream) - Static method in class org.infinispan.util.stream.Streams
Attempt to flush and close an OutputStream.
fclose(OutputStream[]) - Static method in class org.infinispan.util.stream.Streams
Attempt to flush and close an array of OutputStreams.
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
 
fetchClusterWideStatsIfNeeded() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
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 - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
Deprecated.
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() - 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 interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
If true, fetch persistent state when joining a cluster.
fetchRebalancingStatusFromCoordinator() - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
fetchSize() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
 
fetchSize(int) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
For DB queries the fetch size will be set on ResultSet.setFetchSize(int).
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).
fetchValueLocallyIfAvailable(ConsistentHash, Object) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
fieldNotFound(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
fieldNotFound(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
fieldNotFound(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
fieldNotFound(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
fieldNotFound(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
fieldNotFound(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
fieldNotFound(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
fieldNotFound(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
fieldNotFound(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
fieldNotFound(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
fieldNotFound(String) - Method in interface org.infinispan.util.logging.Log
 
fieldNotFound(String) - Method in class org.infinispan.util.logging.Log_$logger
 
fieldNotFound$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
fieldNotFound$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
fieldNotFound$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
fieldNotFound$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
fieldNotFound$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
fieldNotFound$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
fieldNotFound$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
fieldNotFound$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
fieldNotFound$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
fieldNotFound$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
fieldNotFound$str() - Method in class org.infinispan.util.logging.Log_$logger
 
fifoOrder() - Method in class org.infinispan.remoting.rpc.RpcOptions
Deprecated.
fifoOrder(boolean) - Method in class org.infinispan.remoting.rpc.RpcOptionsBuilder
FILE - Static variable in class org.infinispan.io.GridFile.Metadata
 
FILE_CACHE_KEY - Static variable in interface org.infinispan.lucene.ExternalizerIds
 
FILE_LIST_CACHE_KEY - Static variable in interface org.infinispan.lucene.ExternalizerIds
 
FILE_LIST_CACHE_VALUE - Static variable in interface org.infinispan.lucene.ExternalizerIds
 
FILE_LIST_DELTA_ADD - Static variable in interface org.infinispan.lucene.ExternalizerIds
 
FILE_LIST_DELTA_DEL - Static variable in interface org.infinispan.lucene.ExternalizerIds
 
FILE_LIST_VALUE_DELTA - Static variable in interface org.infinispan.lucene.ExternalizerIds
 
FILE_METADATA - Static variable in interface org.infinispan.lucene.ExternalizerIds
 
FILE_READLOCK_KEY - Static variable in interface org.infinispan.lucene.ExternalizerIds
 
FileCacheKey - Class in org.infinispan.lucene
Used as a key for file headers in a cache
FileCacheKey(String, String, int) - Constructor for class org.infinispan.lucene.FileCacheKey
 
FileCacheKey.Externalizer - Class in org.infinispan.lucene
 
fileExists(String) - Method in class org.infinispan.lucene.impl.FileListOperations
 
FileListCacheKey - Class in org.infinispan.lucene
Cache key for a list with current files in cache
FileListCacheKey(String, int) - Constructor for class org.infinispan.lucene.FileListCacheKey
 
FileListCacheKey.Externalizer - Class in org.infinispan.lucene
 
FileListCacheValue - Class in org.infinispan.lucene.impl
Maintains a Set of filenames contained in the index.
FileListCacheValue() - Constructor for class org.infinispan.lucene.impl.FileListCacheValue
Constructs a new empty set of filenames
FileListCacheValue(String[]) - Constructor for class org.infinispan.lucene.impl.FileListCacheValue
Initializes a new instance storing the passed values.
FileListCacheValue.Externalizer - Class in org.infinispan.lucene.impl
 
FileListCacheValueDelta - Class in org.infinispan.lucene.impl
Delta implementation for FileListCacheValue
FileListCacheValueDelta.Externalizer - Class in org.infinispan.lucene.impl
 
FileListOperations - Class in org.infinispan.lucene.impl
Collects operations on the existing fileList, stored as a Set having key of type FileListCacheKey(indexName).
FileListOperations(AdvancedCache<?, ?>, String, boolean, int) - Constructor for class org.infinispan.lucene.impl.FileListOperations
 
FileLookup - Interface in org.infinispan.commons.util
 
FileLookup - Class in org.infinispan.util
Deprecated.
Use the new org.infinispan.commons.util.FileLookup
FileLookupFactory - Class in org.infinispan.commons.util
 
FileLookupFactory() - Constructor for class org.infinispan.commons.util.FileLookupFactory
 
FileLookupFactory.DefaultFileLookup - Class in org.infinispan.commons.util
 
FileMetadata - Class in org.infinispan.lucene
Header for Lucene files.
FileMetadata(int) - Constructor for class org.infinispan.lucene.FileMetadata
 
FileMetadata.Externalizer - Class in org.infinispan.lucene
 
filename(String) - Static method in class org.infinispan.io.GridFile
 
FileReadLockKey - Class in org.infinispan.lucene
Lucene's index segment files are chunked, for safe deletion of elements a read lock is implemented so that all chunks are deleted only after the usage counter is decremented to zero.
FileReadLockKey(String, String, int) - Constructor for class org.infinispan.lucene.FileReadLockKey
 
FileReadLockKey.Externalizer - Class in org.infinispan.lucene
 
fillInStackTrace() - Method in exception org.infinispan.commons.marshall.NotSerializableException
 
filter(Predicate<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
An intermediate operation that returns a traversable containing elements matching the given predicate.
filter - Variable in class org.infinispan.iteration.impl.TrackingEntryIterableFromStream
 
filter - Variable in class org.infinispan.iteration.impl.TransactionAwareCloseableIterable
 
filter - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
filter(Predicate<? super R>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
filter(Predicate<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
filter(DoublePredicate) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
filter(IntPredicate) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
filter(LongPredicate) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
filter(Predicate<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
filter(DoublePredicate) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
filter(IntPredicate) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
filter(LongPredicate) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
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 - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
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) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter
 
filterCondition - Variable in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
FilterConditionBeginContext - Interface in org.infinispan.query.dsl
The beginning context of an incomplete condition.
FilterConditionContext - Interface in org.infinispan.query.dsl
The context of a complete filter.
FilterConditionEndContext - Interface in org.infinispan.query.dsl
The context that ends a condition.
filterDeltaCompositeKey(Object) - Static method in class org.infinispan.util.DeltaCompositeKeyUtil
 
filterDeltaCompositeKeys(Collection<Object>) - Static method in class org.infinispan.util.DeltaCompositeKeyUtil
 
FilterDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
Performs filter operation on a DoubleStream
FilterDoubleOperation(DoublePredicate) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.FilterDoubleOperation
 
FilteredEntryIterable(KeyValueFilter<? super K, ? super V>) - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.FilteredEntryIterable
 
filterEntries(KeyValueFilter<? super K, ? super V>) - Method in interface org.infinispan.AdvancedCache
Deprecated.
Please use Collection.stream() method on either Cache.entrySet(), Cache.keySet() or Cache.values(). The CacheFilters can be used to bridge between filter/converters and proper stream types
filterEntries(KeyValueFilter<? super K, ? super V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
filterEntries(KeyValueFilter<? super K, ? super V>) - Method in class org.infinispan.cache.impl.CacheImpl
 
filterEntries(KeyValueFilter<? super K, ? super V>, EnumSet<Flag>, ClassLoader) - Method in class org.infinispan.cache.impl.CacheImpl
 
filterEntries(KeyValueFilter<? super K, ? super V>) - Method in class org.infinispan.cache.impl.DecoratedCache
 
filterEntries(KeyValueFilter<? super K, ? super V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
filterEntries(KeyValueFilter<? super K, ? super V>) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
filterEntry(CacheEntry<K, V>) - Method in class org.infinispan.iteration.impl.TransactionAwareCloseableIterator
 
filterFactoryParams - Variable in class org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation
 
FilterIndexingServiceProvider - Interface in org.infinispan.notifications.cachelistener.filter
A service provider for filter indexing services.
FilteringListenable<K,V> - Interface in org.infinispan.notifications
A Listable that can also filter events based on key
FilterIntOperation<S> - Class in org.infinispan.stream.impl.intops.primitive.i
Performs filter operation on a IntStream
FilterIntOperation(IntPredicate) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.FilterIntOperation
 
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 class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
filterKeys(Set<?>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
filterKeys(Set<?>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
filterKeySegments(Set<Integer>) - Method in interface org.infinispan.CacheStream
Filters which entries are returned by what segment they are present in.
filterKeySegments(Set<Integer>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
filterKeySegments(Set<Integer>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
filterKeySegments(Set<Integer>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
filterLoadAllKeys(Set<? extends K>, boolean, boolean) - Method in class org.infinispan.jcache.AbstractJCache
 
filterLocalPrimaryOwner(Set<KIn>, DistributionManager) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl
 
FilterLongOperation<S> - Class in org.infinispan.stream.impl.intops.primitive.l
Performs filter operation on a LongStream
FilterLongOperation(LongPredicate) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.FilterLongOperation
 
FilterOperation<S> - Class in org.infinispan.stream.impl.intops.object
Performs filter operation on a regular Stream
FilterOperation(Predicate<? super S>) - Constructor for class org.infinispan.stream.impl.intops.object.FilterOperation
 
filterPrivateCaches(Set<String>) - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
 
filterPrivateCaches(Set<String>) - Method in interface org.infinispan.registry.InternalCacheRegistry
Removes the private caches from the specified set of cache names
FilterResult - Class in org.infinispan.query.remote.client
 
FilterResult(Object, Object[], Comparable[]) - Constructor for class org.infinispan.query.remote.client.FilterResult
 
FilterResult.Marshaller - Class in org.infinispan.query.remote.client
 
Filters - Class in org.infinispan.client.hotrod.filter
 
filterTargets(Predicate<? super Address>) - Method in interface org.infinispan.manager.ClusterExecutor
Allows for filtering of address nodes dynamically per invocation.
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 class org.infinispan.manager.impl.ClusterExecutorImpl
 
filterTargets(Collection<Address>) - Method in class org.infinispan.manager.impl.ClusterExecutorImpl
 
finalize() - Method in class org.infinispan.iteration.impl.DistributedEntryRetriever.DistributedItr
 
finalize() - Method in class org.infinispan.jcache.AbstractJCacheManager
Avoid weak references to this cache manager being garbage collected without being shutdown.
find() - Method in interface org.infinispan.commons.api.functional.EntryView.ReadEntryView
Optional value.
find(Class<T>) - Method in class org.infinispan.functional.impl.MetaParams
 
findAny() - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns an optional containing an element of the traversable, or an empty optional if empty.
findAny() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
findAny() - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
findAny() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
findAny() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
findAny() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
findAny() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
findAny() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
findAny() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
findAny() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
findAnyLockedOrBackupLocked(Collection<Object>) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
findAnyLockedOrBackupLocked(Collection<Object>) - Method in interface org.infinispan.transaction.xa.CacheTransaction
Deprecated.
findClass(String) - Method in class org.infinispan.commons.util.OsgiClassLoader
Load the class and break on first found match.
findComponentMetadata(Class<?>) - Method in class org.infinispan.factories.components.ComponentMetadataRepo
Locates metadata for a given component type if registered.
findComponentMetadata(String) - Method in class org.infinispan.factories.components.ComponentMetadataRepo
Locates metadata for a given component type if registered.
findCreatedEntries() - Method in interface org.infinispan.notifications.cachelistener.QueueingSegmentListener
This method is to be called just before marking the transfer as complete and after all keys have been manually processed.
findFactoryForComponent(Class<?>) - Method in class org.infinispan.factories.components.ComponentMetadataRepo
Locates the fully qualified class name of a factory capable of constructing an instance of
findFirst() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
findFirst() - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
findFirst() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
findFirst() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
findFirst() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
findFirst() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
findFirst() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
findFirst() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
findFirst() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
findGetterForField(Class<?>, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
findIfEntriesNeedEvicting() - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EvictionPolicy
This should be invoked after an operation that would cause an element to be added to the map to make sure that no elements need evicting.
findListenerId(Object) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
 
findMetaParam(Class<T>) - Method in interface org.infinispan.commons.api.functional.MetaParam.Lookup
Returns a non-empty Optional instance containing a metadata parameter instance that can be assigned to the type Class passed in, or an empty Optional if no metadata can be assigned to that type.
findMetaParam(Class<T>) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
 
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
 
findNewBackupOwner(DefaultConsistentHashFactory.Builder, Collection<Address>, Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
findNewPrimaryOwner(DefaultConsistentHashFactory.Builder, Collection<Address>, Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
findNext() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
 
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.OsgiClassLoader
Load the resource and break on first found match.
findResources(String) - Method in class org.infinispan.commons.util.OsgiClassLoader
Load the resources and return an Enumeration Note: Since they're Enumerations, do not cache these results!
findSetterForField(Class<?>, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
findTransport(byte[]) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
 
FineGrainedAtomicHashMapProxy<K,V> - Class in org.infinispan.atomic.impl
A layer of indirection around an FineGrainedAtomicMap to provide consistency and isolation for concurrent readers while writes may also be going on.
FineGrainedAtomicMap<K,V> - Interface in org.infinispan.atomic
FineGrainedAtomicMap is a special type of Map geared for use in Infinispan.
finish() - Method in class org.infinispan.commons.marshall.jboss.ExtendedRiverMarshaller
 
finish() - Method in class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
 
finishObjectInput(ObjectInput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
finishObjectInput(ObjectInput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
finishObjectInput(ObjectInput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
Finish using the given ObjectInput.
finishObjectInput(ObjectInput) - Method in class org.infinispan.marshall.core.VersionAwareMarshaller
 
finishObjectOutput(ObjectOutput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
finishObjectOutput(ObjectOutput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
finishObjectOutput(ObjectOutput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
Finish using the given ObjectOutput.
finishObjectOutput(ObjectOutput) - Method in class org.infinispan.marshall.core.VersionAwareMarshaller
 
fire(T) - Method in class org.infinispan.cdi.event.cache.AbstractAdapter
 
fire(CacheEntriesEvictedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntriesEvictedAdapter
 
fire(CacheEntryActivatedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryActivatedAdapter
 
fire(CacheEntryCreatedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryCreatedAdapter
 
fire(CacheEntryExpiredEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryExpiredAdapter
 
fire(CacheEntryInvalidatedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryInvalidatedAdapter
 
fire(CacheEntryLoadedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryLoadedAdapter
 
fire(CacheEntryModifiedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryModifiedAdapter
 
fire(CacheEntryPassivatedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryPassivatedAdapter
 
fire(CacheEntryRemovedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryRemovedAdapter
 
fire(CacheEntryVisitedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryVisitedAdapter
 
fire(DataRehashedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.DataRehashedAdapter
 
fire(TopologyChangedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.TopologyChangedAdapter
 
fire(TransactionCompletedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.TransactionCompletedAdapter
 
fire(TransactionRegisteredEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.TransactionRegisteredAdapter
 
fire(T) - Method in class org.infinispan.cdi.event.cachemanager.AbstractAdapter
 
fire(CacheStartedEvent) - Method in class org.infinispan.cdi.event.cachemanager.CacheStartedAdapter
 
fire(CacheStoppedEvent) - Method in class org.infinispan.cdi.event.cachemanager.CacheStoppedAdapter
 
fire(ViewChangedEvent) - Method in class org.infinispan.cdi.event.cachemanager.ViewChangedAdapter
 
fireListeners() - Method in class org.infinispan.commons.util.concurrent.BaseNotifyingFuture
 
fireParsingComplete() - Method in class org.infinispan.configuration.parsing.AbstractParserContext
 
fireParsingComplete() - Method in interface org.infinispan.configuration.parsing.ParserContext
 
first() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
 
firstEnlistedResource() - Method in class org.infinispan.transaction.tm.DummyTransaction
 
firstEnlistedResource() - Method in class org.infinispan.transaction.tm.DummyTransactionManager
 
firstKey() - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
firstPingExecuted - Variable in class org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory
 
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.marshall.core.Ids
 
Flag.Externalizer - Class in org.infinispan.context
 
FlagAffectedCommand - Interface in org.infinispan.commands
Commands affected by Flags should carry them over to the remote nodes.
flags - Variable in class org.infinispan.client.hotrod.impl.operations.HotRodOperation
 
flags() - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
flags(int) - Method in class org.infinispan.client.hotrod.impl.protocol.HeaderParams
 
flags - Variable in class org.infinispan.commands.AbstractLocalFlagAffectedCommand
 
flags - Variable in class org.infinispan.commands.remote.LocalFlagAffectedRpcCommand
 
flags - Variable in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
flags - Variable in class org.infinispan.container.entries.ReadCommittedEntry
 
flatMap(Function<? super T, ? extends Traversable<? extends R>>) - Method in interface org.infinispan.commons.api.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(Function<? super R, ? extends Stream<? extends R1>>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
flatMap(Function<? super R, ? extends Stream<? extends R1>>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
flatMap(DoubleFunction<? extends DoubleStream>) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
flatMap(IntFunction<? extends IntStream>) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
flatMap(LongFunction<? extends LongStream>) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
flatMap(Function<? super R, ? extends Stream<? extends R1>>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
flatMap(DoubleFunction<? extends DoubleStream>) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
flatMap(IntFunction<? extends IntStream>) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
flatMap(LongFunction<? extends LongStream>) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
FlatMapDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
Performs flat map operation on a DoubleStream
FlatMapDoubleOperation(DoubleFunction<? extends DoubleStream>) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.FlatMapDoubleOperation
 
FlatMapIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
Performs flat map operation on a IntStream
FlatMapIntOperation(IntFunction<? extends IntStream>) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.FlatMapIntOperation
 
FlatMapIteratorOperation<K,V> - Class in org.infinispan.stream.impl.termop.object
Terminal rehash aware operation that handles an iterator when a flat map intermediate operation was performed on the stream.
FlatMapIteratorOperation(Iterable<IntermediateOperation>, Supplier<Stream<CacheEntry>>, int) - Constructor for class org.infinispan.stream.impl.termop.object.FlatMapIteratorOperation
 
FlatMapLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
Performs flat map operation on a LongStream
FlatMapLongOperation(LongFunction<? extends LongStream>) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.FlatMapLongOperation
 
FlatMapOperation<I,O> - Class in org.infinispan.stream.impl.intops.object
Performs flat map operation on a regular Stream
FlatMapOperation(Function<? super I, ? extends Stream<? extends O>>) - Constructor for class org.infinispan.stream.impl.intops.object.FlatMapOperation
 
flatMapToDouble(Function<? super R, ? extends DoubleStream>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
flatMapToDouble(Function<? super R, ? extends DoubleStream>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
flatMapToDouble(Function<? super R, ? extends DoubleStream>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
FlatMapToDoubleOperation<I> - Class in org.infinispan.stream.impl.intops.object
Performs flat map to double operation on a regular Stream
FlatMapToDoubleOperation(Function<? super I, ? extends DoubleStream>) - Constructor for class org.infinispan.stream.impl.intops.object.FlatMapToDoubleOperation
 
flatMapToInt(Function<? super R, ? extends IntStream>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
flatMapToInt(Function<? super R, ? extends IntStream>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
flatMapToInt(Function<? super R, ? extends IntStream>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
FlatMapToIntOperation<I> - Class in org.infinispan.stream.impl.intops.object
Performs flat map to int operation on a regular Stream
FlatMapToIntOperation(Function<? super I, ? extends IntStream>) - Constructor for class org.infinispan.stream.impl.intops.object.FlatMapToIntOperation
 
flatMapToLong(Function<? super R, ? extends LongStream>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
flatMapToLong(Function<? super R, ? extends LongStream>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
flatMapToLong(Function<? super R, ? extends LongStream>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
FlatMapToLongOperation<I> - Class in org.infinispan.stream.impl.intops.object
Performs flat map to long operation on a regular Stream
FlatMapToLongOperation(Function<? super I, ? extends LongStream>) - Constructor for class org.infinispan.stream.impl.intops.object.FlatMapToLongOperation
 
FLOAT - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
FLOATLITERAL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
FLOATLITERAL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FloatSuffix - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
FloatSuffix - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
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.client.hotrod.impl.transport.tcp.SaslOutputStream
Flushes this output stream
flush() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
flush() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
flush() - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
flush() - Method in class org.infinispan.io.GridOutputStream
 
flush() - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
flush() - Method in class org.infinispan.io.WritableGridFileChannel
 
flush() - Method in class org.infinispan.lucene.impl.InfinispanIndexOutput
 
flush() - Method in interface org.infinispan.remoting.ReplicationQueue
Deprecated.
Flushes existing jobs in the replication queue, and returns the number of jobs flushed.
flush() - Method in class org.infinispan.remoting.ReplicationQueueImpl
Deprecated.
 
flush(ChannelHandlerContext) - Method in class org.infinispan.server.core.transport.SaslQopHandler
 
flush(OutputStream) - Static method in class org.infinispan.util.stream.Streams
Attempt to flush an OutputStream.
flush(OutputStream[]) - Static method in class org.infinispan.util.stream.Streams
Attempt to flush an array of OutputStreams.
flushAddressCaches() - Static method in class org.infinispan.remoting.transport.jgroups.JGroupsAddressCache
 
flushAndCloseOutput(ObjectOutput) - Static method in class org.infinispan.commons.util.Util
 
flushAndCloseStream(OutputStream) - Static method in class org.infinispan.commons.util.Util
 
flushBase64() - Method in class org.infinispan.commons.util.Base64.OutputStream
Method added by PHIL.
flushCache(Collection<Object>, Address, boolean) - Method in class org.infinispan.distribution.impl.L1ManagerImpl
 
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
flushGlobalACLCache() - Method in class org.infinispan.security.impl.GlobalSecurityManagerImpl
 
flushing() - Method in class org.infinispan.stats.container.ConcurrentGlobalContainer
 
flushLockTimeout() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
Deprecated.
flushLockTimeout(long) - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
Deprecated.
flushLockTimeout(long) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
Deprecated.
flushLockTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
Deprecated.
flushTo(ConcurrentGlobalContainer) - Method in class org.infinispan.stats.TransactionStatistics
Merges this statistics in the global container.
FOLLOW_70_in_jsonArray1856 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_70_in_jsonLiteral1735 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_71_in_statementOption1554 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_72_in_keyIdentifier1445 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_72_in_siteIdentifier1483 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_73_in_jsonPair1758 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_75_in_statementOption1563 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_76_in_jsonArray1851 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_77_in_jsonArray1862 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_78_in_jsonLiteral1730 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_79_in_jsonLiteral1741 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_ABORT_in_abortBatchStatement336 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_abortBatchStatement_in_statement98 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_BEGIN_in_beginTransactionStatement375 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_beginTransactionStatement_in_statement107 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_CACHE_in_cacheStatement414 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_cacheStatement_in_statement116 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_CLEARCACHE_in_clearCacheStatement453 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_clearCacheStatement_in_statement125 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_COMMIT_in_commitTransactionStatement492 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_commitTransactionStatement_in_statement134 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_CREATE_in_createStatement531 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_createStatement_in_statement143 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_DENY_in_denyStatement578 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_denyStatement_in_statement152 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_DOUBLELITERAL_in_jsonValue1811 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_DOUBLELITERAL_in_literal1619 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_ENCODING_in_encodingStatement623 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_encodingStatement_in_statement161 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_END_in_endBatchStatement668 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_endBatchStatement_in_statement170 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_EOF_in_statements79 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_EOL_in_statements74 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_EVICT_in_evictStatement707 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_evictStatement_in_statement179 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_expirationClause_in_putStatement971 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_expirationClause_in_replaceStatement1088 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_EXPIRES_in_expirationClause1405 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_FALSE_in_jsonValue1822 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_FLOATLITERAL_in_literal1610 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_GET_in_getStatement749 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_getStatement_in_statement188 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_GRANT_in_grantStatement791 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_grantStatement_in_statement197 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_INFO_in_infoStatement835 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_infoStatement_in_statement206 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_INTLITERAL_in_jsonValue1804 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_INTLITERAL_in_literal1592 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_jsonArray_in_jsonValue1797 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_jsonLiteral_in_jsonValue1790 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_jsonLiteral_in_literal1676 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_jsonPair_in_jsonLiteral1732 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_jsonPair_in_jsonLiteral1737 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_jsonString_in_jsonPair1756 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_jsonString_in_jsonValue1836 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_jsonValue_in_jsonArray1853 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_jsonValue_in_jsonArray1858 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_jsonValue_in_jsonPair1760 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_keyIdentifier_in_evictStatement719 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_keyIdentifier_in_getStatement761 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_keyIdentifier_in_locateStatement886 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_keyIdentifier_in_putStatement958 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_keyIdentifier_in_removeStatement1015 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_keyIdentifier_in_replaceStatement1066 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_LIKE_in_createStatement540 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_literal_in_keyIdentifier1447 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_literal_in_keyIdentifier1456 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_literal_in_putStatement964 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_literal_in_removeStatement1022 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_literal_in_replaceStatement1072 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_literal_in_replaceStatement1079 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_LOCATE_in_locateStatement874 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_locateStatement_in_statement215 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_LONGLITERAL_in_literal1601 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_MAXIDLE_in_expirationClause1414 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_NULL_in_jsonValue1829 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_NULL_in_literal1628 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_PING_in_pingStatement916 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_pingStatement_in_statement224 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_PUT_in_putStatement946 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_putStatement_in_statement233 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_REMOVE_in_removeStatement1003 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_removeStatement_in_statement242 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_REPLACE_in_replaceStatement1054 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_replaceStatement_in_statement251 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_ROLES_in_rolesStatement1120 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_rolesStatement_in_statement260 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_ROLLBACK_in_rollbackTransactionStatement1159 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_rollbackTransactionStatement_in_statement269 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_abortBatchStatement347 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_beginTransactionStatement386 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_cacheStatement425 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_clearCacheStatement464 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_commitTransactionStatement503 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_createStatement550 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_denyStatement594 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_encodingStatement640 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_endBatchStatement679 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_evictStatement721 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_getStatement763 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_grantStatement807 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_infoStatement846 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_literal1659 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_locateStatement888 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_pingStatement918 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_putStatement975 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_removeStatement1026 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_replaceStatement1092 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_rolesStatement1131 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_rollbackTransactionStatement1170 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_siteStatement1218 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_startBatchStatement1257 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_statsStatement1302 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_upgradeStatement1347 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_set_in_versionStatement1377 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_SITE_in_siteStatement1201 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_siteIdentifier_in_siteStatement1214 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_siteStatement_in_statement278 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_START_in_startBatchStatement1246 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_startBatchStatement_in_statement287 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_statement_in_statements70 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_statementOption_in_statementOptions1530 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_statementOptions_in_encodingStatement629 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_statementOptions_in_evictStatement713 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_statementOptions_in_getStatement755 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_statementOptions_in_locateStatement880 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_statementOptions_in_putStatement952 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_statementOptions_in_removeStatement1009 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_statementOptions_in_replaceStatement1060 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_statementOptions_in_siteStatement1207 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_statementOptions_in_statsStatement1291 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_statementOptions_in_upgradeStatement1336 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STATS_in_statsStatement1285 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_statsStatement_in_statement296 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_abortBatchStatement343 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_beginTransactionStatement382 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_cacheStatement421 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_clearCacheStatement460 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_commitTransactionStatement499 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_createStatement537 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_createStatement546 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_denyStatement584 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_denyStatement592 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_encodingStatement636 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_endBatchStatement675 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_grantStatement797 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_grantStatement805 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_infoStatement842 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_jsonString1775 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_keyIdentifier1443 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_literal1637 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_rolesStatement1127 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_rollbackTransactionStatement1166 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_siteIdentifier1481 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_siteIdentifier1489 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_siteIdentifier1502 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_startBatchStatement1253 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_statementOption1560 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_statementOption1569 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_statsStatement1298 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_STRINGLITERAL_in_upgradeStatement1343 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_timeLiteral_in_expirationClause1411 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_timeLiteral_in_expirationClause1420 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_TIMELITERAL_in_timeLiteral1713 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_TO_in_denyStatement586 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_TO_in_grantStatement799 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_TRUE_in_jsonValue1818 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_UPGRADE_in_upgradeStatement1330 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_upgradeStatement_in_statement305 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_UUIDLITERAL_in_literal1646 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_VERSION_in_versionStatement1375 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
FOLLOW_versionStatement_in_statement314 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
forCache(Cache<?, ?>) - Static method in class org.infinispan.atomic.AtomicObjectFactory
 
forCacheMode(CacheMode) - Static method in enum org.infinispan.configuration.parsing.Parser72.Mode
 
forCacheMode(CacheMode) - Static method in enum org.infinispan.configuration.parsing.Parser80.Mode
 
FORCE_RETURN_VALUES - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
FORCE_ROLLBACK_MESSAGE - Static variable in class org.infinispan.transaction.tm.DummyTransaction
 
forceAvailabilityMode(AvailabilityMode) - Method in class org.infinispan.topology.ClusterCacheStatus
 
forceAvailabilityMode(String, AvailabilityMode) - Method in interface org.infinispan.topology.ClusterTopologyManager
 
forceAvailabilityMode(String, AvailabilityMode) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
forceCommit(long) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
 
forceCommit(int, byte[], byte[]) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
 
forceOffline() - Method in class org.infinispan.xsite.OfflineStatus
 
forceRebalance() - Method in class org.infinispan.topology.ClusterCacheStatus
 
forceRebalance(String) - Method in interface org.infinispan.topology.ClusterTopologyManager
 
forceRebalance(String) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
forceReturnValues(boolean) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
forceReturnValues() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
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.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
forceReturnValues() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
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.
forceRollback(long) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
 
forceRollback(int, byte[], byte[]) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
 
forceTransactionCompletion(Xid, boolean) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
Replays the given transaction by re-running the prepare and commit.
forceTransactionCompletion(Xid, boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
forceTransactionCompletionFromCluster(Xid, Address, boolean) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
forceTransactionCompletionFromCluster(Xid, Address, boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
forceUnlock(String) - Method in interface org.infinispan.lucene.impl.DirectoryExtensions
 
forEach(Consumer<? super R>) - Method in interface org.infinispan.CacheStream
forEach(Consumer<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that applies an operation to all elements of this traversable.
forEach(BiConsumer<? super K, ? super V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
 
forEach(long, BiConsumer<? super K, ? super V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each (key, value).
forEach(long, BiFunction<? super K, ? super V, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each (key, value).
forEach(Consumer<? super K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
 
forEach(long, BiConsumer<? super K, ? super V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.ConcurrentParallelHashMapV8
 
forEach(BiConsumer<? super K, ? super V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
 
forEach(long, BiConsumer<? super K, ? super V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each (key, value).
forEach(long, BiFunction<? super K, ? super V, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each (key, value).
forEach(Consumer<? super K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
 
forEach(long, BiConsumer<? super K, ? super V>) - Method in interface org.infinispan.commons.util.concurrent.ParallelIterableMap
Performs the given action for each (key, value) but traversing entries in parallel.
forEach(T[], Consumer<T>) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
forEach(BiConsumer<String, String>) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
 
forEach(BiConsumer<String, String>) - Method in interface org.infinispan.globalstate.ScopedPersistentState
Performs the specified action on every entry of the state
forEach(Consumer<? super R>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
forEach(Consumer<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
forEach(DoubleConsumer) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
forEach(IntConsumer) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
forEach(LongConsumer) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
forEach(Consumer<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
forEach(DoubleConsumer) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
forEach(IntConsumer) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
forEach(LongConsumer) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
forEach(Consumer<? super E>) - Method in class org.infinispan.util.AbstractDelegatingCollection
 
forEach(long, BiConsumer<? super K, ? super V>) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
 
ForEachDoubleOperation<K> - Class in org.infinispan.stream.impl.termop.primitive
Terminal rehash aware operation that handles for each where no flat map operations are defined on a DoubleStream.
ForEachDoubleOperation(Iterable<IntermediateOperation>, Supplier<Stream<CacheEntry>>, int, DoubleConsumer) - Constructor for class org.infinispan.stream.impl.termop.primitive.ForEachDoubleOperation
 
forEachEntry(long, Consumer<? super Map.Entry<K, V>>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each entry.
forEachEntry(long, Function<Map.Entry<K, V>, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each entry.
forEachEntry(long, Consumer<? super Map.Entry<K, V>>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each entry.
forEachEntry(long, Function<Map.Entry<K, V>, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each entry.
ForEachFlatMapDoubleOperation<K> - Class in org.infinispan.stream.impl.termop.primitive
Terminal rehash aware operation that handles for each where flat map operation is performed on a DoubleStream.
ForEachFlatMapDoubleOperation(Iterable<IntermediateOperation>, Supplier<Stream<CacheEntry>>, int, DoubleConsumer) - Constructor for class org.infinispan.stream.impl.termop.primitive.ForEachFlatMapDoubleOperation
 
ForEachFlatMapIntOperation<K> - Class in org.infinispan.stream.impl.termop.primitive
Terminal rehash aware operation that handles for each where flat map operation is performed on a IntStream.
ForEachFlatMapIntOperation(Iterable<IntermediateOperation>, Supplier<Stream<CacheEntry>>, int, IntConsumer) - Constructor for class org.infinispan.stream.impl.termop.primitive.ForEachFlatMapIntOperation
 
ForEachFlatMapLongOperation<K> - Class in org.infinispan.stream.impl.termop.primitive
Terminal rehash aware operation that handles for each where flat map operation is performed on a LongStream.
ForEachFlatMapLongOperation(Iterable<IntermediateOperation>, Supplier<Stream<CacheEntry>>, int, LongConsumer) - Constructor for class org.infinispan.stream.impl.termop.primitive.ForEachFlatMapLongOperation
 
ForEachIntOperation<K> - Class in org.infinispan.stream.impl.termop.primitive
Terminal rehash aware operation that handles for each where no flat map operations are defined on a IntStream.
ForEachIntOperation(Iterable<IntermediateOperation>, Supplier<Stream<CacheEntry>>, int, IntConsumer) - Constructor for class org.infinispan.stream.impl.termop.primitive.ForEachIntOperation
 
forEachKey(long, Consumer<? super K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each key.
forEachKey(long, Function<? super K, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each key.
forEachKey(long, Consumer<? super K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each key.
forEachKey(long, Function<? super K, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each key.
ForEachLongOperation<K> - Class in org.infinispan.stream.impl.termop.primitive
Terminal rehash aware operation that handles for each where no flat map operations are defined on a LongStream.
ForEachLongOperation(Iterable<IntermediateOperation>, Supplier<Stream<CacheEntry>>, int, LongConsumer) - Constructor for class org.infinispan.stream.impl.termop.primitive.ForEachLongOperation
 
ForEachOperation<K,V> - Class in org.infinispan.stream.impl.termop.object
Terminal operation that handles for each where no map operations are defined
ForEachOperation(Iterable<IntermediateOperation>, Supplier<Stream<CacheEntry>>, int, Consumer<? super V>) - Constructor for class org.infinispan.stream.impl.termop.object.ForEachOperation
 
forEachOrdered(Consumer<? super R>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
forEachOrdered(Consumer<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
forEachOrdered(DoubleConsumer) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
forEachOrdered(IntConsumer) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
forEachOrdered(LongConsumer) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
forEachOrdered(Consumer<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
forEachOrdered(DoubleConsumer) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
forEachOrdered(IntConsumer) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
forEachOrdered(LongConsumer) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
forEachRemaining(Consumer<? super T>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator
Applies the action to each untraversed element
forEachRemaining(Consumer<? super T>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator
Applies the action to each untraversed element
forEachRemaining(Consumer<? super T>) - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator
 
forEachRemaining(Consumer<? super E>) - Method in class org.infinispan.util.CloseableSuppliedIterator
 
forEachValue(long, Consumer<? super V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each value.
forEachValue(long, Function<? super V, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each value.
forEachValue(long, Consumer<? super V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each value.
forEachValue(long, Function<? super V, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each value.
foreignExternalizerUsingNegativeId(AdvancedExternalizer, int) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
foreignExternalizerUsingNegativeId(AdvancedExternalizer, int) - Method in class org.infinispan.lucene.logging.Log_$logger
 
foreignExternalizerUsingNegativeId(AdvancedExternalizer, int) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
foreignExternalizerUsingNegativeId(AdvancedExternalizer, int) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
foreignExternalizerUsingNegativeId(AdvancedExternalizer, int) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
foreignExternalizerUsingNegativeId(AdvancedExternalizer, int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
foreignExternalizerUsingNegativeId(AdvancedExternalizer, int) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
foreignExternalizerUsingNegativeId(AdvancedExternalizer, int) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
foreignExternalizerUsingNegativeId(AdvancedExternalizer, int) - Method in class org.infinispan.stats.logging.Log_$logger
 
foreignExternalizerUsingNegativeId(AdvancedExternalizer, int) - Method in class org.infinispan.tree.logging.Log_$logger
 
foreignExternalizerUsingNegativeId(AdvancedExternalizer<?>, int) - Method in interface org.infinispan.util.logging.Log
 
foreignExternalizerUsingNegativeId(AdvancedExternalizer, int) - Method in class org.infinispan.util.logging.Log_$logger
 
foreignExternalizerUsingNegativeId$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
foreignExternalizerUsingNegativeId$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
foreignExternalizerUsingNegativeId$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
foreignExternalizerUsingNegativeId$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
foreignExternalizerUsingNegativeId$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
foreignExternalizerUsingNegativeId$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
foreignExternalizerUsingNegativeId$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
foreignExternalizerUsingNegativeId$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
foreignExternalizerUsingNegativeId$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
foreignExternalizerUsingNegativeId$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
foreignExternalizerUsingNegativeId$str() - Method in class org.infinispan.util.logging.Log_$logger
 
forget(int, byte[], byte[]) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
 
forget(long) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
 
forget(Xid) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
 
forgetOperation(Object) - Method in interface org.infinispan.stream.impl.ClusterStreamManager
Frees any resources related to this operation and signals to any ongoing remote operations to no longer continue processing
forgetOperation(Object) - Method in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
forgetOperation(Object) - Method in class org.infinispan.stream.impl.tx.TxClusterStreamManager
 
format(Configuration) - Method in class org.infinispan.configuration.format.PropertyFormatter
 
format(GlobalConfiguration) - Method in class org.infinispan.configuration.format.PropertyFormatter
 
format(Thread, String) - Method in class org.infinispan.factories.threads.ThreadNameInfo
Format the thread name string.
formatString(Object, Object...) - Static method in class org.infinispan.commons.util.Util
 
forName(String) - Static method in enum org.infinispan.configuration.parsing.Attribute
 
forName(String) - Static method in enum org.infinispan.configuration.parsing.Element
 
forName(String) - Static method in enum org.infinispan.persistence.cli.configuration.Attribute
 
forName(String) - Static method in enum org.infinispan.persistence.cli.configuration.Element
 
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.leveldb.configuration.Attribute
 
forName(String) - Static method in enum org.infinispan.persistence.leveldb.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.sifs.configuration.Attribute
 
forName(String) - Static method in enum org.infinispan.persistence.sifs.configuration.Element
 
forwardCommandIfNeeded(TopologyAffectedCommand, Set<Object>, Address) - Method in interface org.infinispan.statetransfer.StateTransferManager
If there is an state transfer happening at the moment, this method forwards the supplied command to the nodes that are new owners of the data, in order to assure consistency.
forwardCommandIfNeeded(TopologyAffectedCommand, Set<Object>, Address) - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
 
ForwardingBean<T> - Class in org.infinispan.cdi.util
An implementation of Bean that forwards all calls to the ForwardingBean.delegate().
ForwardingBean() - Constructor for class org.infinispan.cdi.util.ForwardingBean
 
ForwardingCacheEntry<K,V> - Class in org.infinispan.container.entries
A class designed to forward all method invocations for a CacheEntry to the provided delegate.
ForwardingCacheEntry() - Constructor for class org.infinispan.container.entries.ForwardingCacheEntry
 
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.
ForwardingObserverMethod<T> - Class in org.infinispan.cdi.util
An implementation of ObserverMethod that forwards all calls to ForwardingObserverMethod.delegate().
ForwardingObserverMethod() - Constructor for class org.infinispan.cdi.util.ForwardingObserverMethod
 
Fqn - Class in org.infinispan.tree
A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node in a TreeCache.
Fqn.Externalizer - Class in org.infinispan.tree
 
FqnComparator - Class in org.infinispan.tree.impl
Compares the order of two FQN.
FqnComparator() - Constructor for class org.infinispan.tree.impl.FqnComparator
 
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.
freezeModifications() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
freezeModifications() - Method in interface org.infinispan.transaction.xa.CacheTransaction
Prevent new modifications after prepare or commit started.
friendlyCacheModeString() - Method in enum org.infinispan.configuration.cache.CacheMode
 
from(Class) - Method in class org.infinispan.client.hotrod.impl.query.RemoteQueryFactory
 
from(String) - Method in class org.infinispan.client.hotrod.impl.query.RemoteQueryFactory
 
from(MetaParams) - Static method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
 
from(Param<?>...) - Static method in class org.infinispan.functional.impl.Params
 
from(Class) - Method in interface org.infinispan.query.dsl.QueryFactory
Creates a QueryBuilder for the given entity type.
from(String) - Method in interface org.infinispan.query.dsl.QueryFactory
Creates a QueryBuilder for the given entity type.
fromCacheLoader(MarshalledEntry) - Static method in class org.infinispan.xsite.statetransfer.XSiteState
 
fromDataContainer(InternalCacheEntry) - Static method in class org.infinispan.xsite.statetransfer.XSiteState
 
fromElements(Object...) - Static method in class org.infinispan.tree.Fqn
Retrieves an Fqn that represents the array of elements passed in.
fromEvent(CacheEntryEvent<K, V>) - Static method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
 
fromJGroupsAddress(Object) - Static method in class org.infinispan.remoting.transport.jgroups.JGroupsAddressCache
 
fromList(List<?>) - Static method in class org.infinispan.tree.Fqn
Retrieves an Fqn that represents the list of elements passed in.
fromMap(Map<String, Object>) - Static method in class org.infinispan.server.websocket.json.JsonObject
 
fromNamespaceURI(String) - Static method in class org.infinispan.configuration.parsing.Schema
 
fromObject(Object) - Static method in class org.infinispan.server.websocket.json.JsonObject
 
fromPersistentState(ScopedPersistentState) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
Recreates a ConsistentHash from a previously stored persistent state
fromPersistentState(ScopedPersistentState) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
fromPersistentState(ScopedPersistentState) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
 
fromPersistentState(ScopedPersistentState) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
 
fromPersistentUUID(PersistentUUID) - Static method in class org.infinispan.remoting.transport.jgroups.JGroupsAddressCache
 
fromRelativeElements(Fqn, Object...) - Static method in class org.infinispan.tree.Fqn
Retrieves an Fqn that represents the array of elements passed in, relative to the base Fqn.
fromRelativeFqn(Fqn, Fqn) - Static method in class org.infinispan.tree.Fqn
Retrieves an Fqn that represents the absolute Fqn of the relative Fqn passed in.
fromRelativeList(Fqn, List<?>) - Static method in class org.infinispan.tree.Fqn
Retrieves an Fqn that represents the List of elements passed in, relative to the base Fqn.
fromStream(byte, Object[]) - Method in interface org.infinispan.commands.module.ModuleCommandFactory
Construct and initialize a ReplicableCommand based on the command id and argument array passed in.
fromStream(byte, Object[], String) - Method in interface org.infinispan.commands.module.ModuleCommandFactory
Construct and initialize a CacheRpcCommand based on the command id and argument array passed in.
fromStream(byte, Object[], byte) - Method in class org.infinispan.commands.RemoteCommandsFactory
Creates an un-initialized command.
fromStream(byte, Object[], byte, String) - Method in class org.infinispan.commands.RemoteCommandsFactory
Resolve an CacheRpcCommand from the stream.
fromStream(byte, Object[], byte, String) - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
 
fromString(String) - Static method in class org.infinispan.server.websocket.json.JsonObject
 
fromString(String) - Static method in class org.infinispan.topology.PersistentUUID
 
fromString(String) - Static method in class org.infinispan.tree.Fqn
Returns a new Fqn from a string, where the elements are deliminated by one or more separator (Fqn.SEPARATOR) characters.

Example use:
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.
FunctionalMap<K,V> - Interface in org.infinispan.commons.api.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.commons.api.functional
Exposes read-only operations that can be executed against the functional map.
FunctionalMap.ReadWriteMap<K,V> - Interface in org.infinispan.commons.api.functional
Exposes read-write operations that can be executed against the functional map.
FunctionalMap.WriteOnlyMap<K,V> - Interface in org.infinispan.commons.api.functional
Exposes write-only operations that can be executed against the functional map.
FunctionalMapImpl<K,V> - Class in org.infinispan.functional.impl
Functional map implementation.
FunctionalNotifier<K,V> - Interface in org.infinispan.functional.impl
Listener notifier.
functionalNotifier - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
 
FunctionalNotifierImpl<K,V> - Class in org.infinispan.functional.impl
 
FunctionalNotifierImpl() - Constructor for class org.infinispan.functional.impl.FunctionalNotifierImpl
 
FUTURE_MODE_ID - Static variable in class org.infinispan.commons.api.functional.ParamIds
 
futureDone(Future<T>) - Method in interface org.infinispan.commons.util.concurrent.FutureListener
 
futureDone(Future<V>) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService.QueueingListener
 
futureDone(Future<RspList<Response>>) - Method in class org.infinispan.remoting.transport.jgroups.RspListFuture
 
futureDone(Future<Response>) - Method in class org.infinispan.remoting.transport.jgroups.SingleResponseFuture
 
FutureListener<T> - Interface in org.infinispan.commons.util.concurrent
A listener that is called back when a future is done.
Futures - Class in org.infinispan.commons.util.concurrent
Utilities for NotifyingFuture composition.

G

gcr - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
generateCacheKey(CacheKeyInvocationContext<? extends Annotation>) - Method in class org.infinispan.jcache.annotation.DefaultCacheKeyGenerator
 
generateId(Address) - Static method in class org.infinispan.commands.CommandInvocationId
 
generateIdFrom(CommandInvocationId) - Static method in class org.infinispan.commands.CommandInvocationId
 
generateNew() - Method in class org.infinispan.container.versioning.NumericVersionGenerator
 
generateNew() - Method in class org.infinispan.container.versioning.SimpleClusteredVersionGenerator
 
generateNew() - Method in interface org.infinispan.container.versioning.VersionGenerator
Generates a new entry version
generateRandomId() - Method in enum org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
 
generateStatistics - Variable in class org.infinispan.interceptors.CacheWriterInterceptor.Updater
Deprecated.
 
generateVersion(Cache<?, ?>) - Method in class org.infinispan.cli.interpreter.codec.AbstractCodec
 
GenericJBossMarshaller - Class in org.infinispan.commons.marshall.jboss
A marshaller that makes use of JBoss Marshalling to serialize and deserialize objects.
GenericJBossMarshaller() - Constructor for class org.infinispan.commons.marshall.jboss.GenericJBossMarshaller
 
GenericJBossMarshaller(ClassLoader) - Constructor for class org.infinispan.commons.marshall.jboss.GenericJBossMarshaller
 
GenericTransactionManagerLookup - Class in org.infinispan.transaction.lookup
A transaction manager lookup class that attempts to locate a TransactionManager.
GenericTransactionManagerLookup() - Constructor for class org.infinispan.transaction.lookup.GenericTransactionManagerLookup
 
get(Object) - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
get(Object) - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
get(Object) - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
get(Object) - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
get(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
get(Object) - Method in class org.infinispan.cache.impl.CacheImpl
 
get(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
 
get(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
get(Object) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
get() - Static method in class org.infinispan.cdi.ContextInputCache
 
get() - Method in class org.infinispan.cdi.util.ContextualReference
Get the instance
get(Object) - Method in class org.infinispan.cdi.util.Synthetic.Provider
Get a synthetic qualifier.
get() - Method in class org.infinispan.cdi.util.Synthetic.Provider
Get a synthetic qualifier.
Get - Class in org.infinispan.cli.commands.server
 
Get() - Constructor for class org.infinispan.cli.commands.server.Get
 
GET - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
GET - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
get(Object) - Method in class org.infinispan.client.hotrod.impl.EagerNearRemoteCache
Deprecated.
 
get(Object) - Method in class org.infinispan.client.hotrod.impl.InvalidatedNearRemoteCache
 
get(Object) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
get(K) - Method in class org.infinispan.client.hotrod.near.NearCacheService
 
get() - Method in interface org.infinispan.commons.api.functional.EntryVersion
Get the underlying representation of the entry's version.
get() - Method in class org.infinispan.commons.api.functional.EntryVersion.NumericEntryVersion
 
get() - Method in interface org.infinispan.commons.api.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.
get() - Method in interface org.infinispan.commons.api.functional.MetaParam
Returns the value of the meta parameter.
get() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaEntryVersion
 
get() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaLong
 
get() - Method in enum org.infinispan.commons.api.functional.Param.FutureMode
 
get() - Method in interface org.infinispan.commons.api.functional.Param
Parameter's value.
get() - Method in enum org.infinispan.commons.api.functional.Param.PersistenceMode
 
get() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
get(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
get(Object) - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
 
get() - Method in class org.infinispan.commons.util.ByRef.Boolean
 
get() - Method in class org.infinispan.commons.util.ByRef
 
get(long, TimeUnit) - Method in class org.infinispan.commons.util.concurrent.AbstractInProcessFuture
 
get(long, TimeUnit) - Method in class org.infinispan.commons.util.concurrent.CompositeNotifyingFuture
 
get() - Method in class org.infinispan.commons.util.concurrent.CompositeNotifyingFuture
 
get(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get() - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
get(long, TimeUnit) - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
get() - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
get(long, TimeUnit) - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
get(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
 
get(int) - Method in class org.infinispan.commons.util.ForwardingList
 
get(int) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
get(Object) - Method in class org.infinispan.commons.util.WeakValueHashMap
 
get() - Method in interface org.infinispan.commons.util.WeakValueHashMap.ValueRef
Get underlying value.
get(Object) - Method in interface org.infinispan.container.DataContainer
Retrieves a cached entry
get(Object) - Method in class org.infinispan.container.DefaultDataContainer
 
get(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
 
get(int) - Method in class org.infinispan.functional.impl.Params
Retrieve a param given its identifier.
get() - Method in class org.infinispan.interceptors.distribution.L1WriteSynchronizer
 
get(long, TimeUnit) - Method in class org.infinispan.interceptors.distribution.L1WriteSynchronizer
 
get(K) - Method in class org.infinispan.jcache.embedded.JCache
 
get() - Method in class org.infinispan.jcache.FailureEntryProcessorResult
 
get(K) - Method in class org.infinispan.jcache.remote.JCache
 
get(Object) - Method in class org.infinispan.jcache.remote.RemoteCacheWithCacheStore
 
get(Object) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
 
get() - Method in class org.infinispan.jcache.SuccessEntryProcessorResult
 
get() - Method in class org.infinispan.marshall.core.MarshalledValue
Returns the 'cached' instance
get(Object) - Method in class org.infinispan.persistence.sifs.TemporaryTable
 
get() - Method in class org.infinispan.persistence.util.PersistenceManagerCloseableSupplier
 
get(S, K) - Method in interface org.infinispan.registry.ClusterRegistry
Deprecated.
 
get(S, K) - Method in class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
get(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
get(Object) - Method in class org.infinispan.server.websocket.json.JsonObject
 
get(Object) - Method in class org.infinispan.spring.provider.SpringCache
 
get(Object) - Method in class org.infinispan.spring.provider.SpringRemoteCache
 
get() - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.Builder
 
get(int) - Method in class org.infinispan.tree.Fqn
 
get(K) - Method in class org.infinispan.tree.impl.NodeImpl
 
get(K, Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
get(Fqn, K) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
get(Fqn, K, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
get(String, K) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
get(String, K, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
get(K) - Method in interface org.infinispan.tree.Node
Returns the value to which this node maps the specified key.
get(K, Flag...) - Method in interface org.infinispan.tree.Node
 
get(Fqn, K) - Method in interface org.infinispan.tree.TreeCache
Convenience method that allows for direct access to the data in a Node.
get(Fqn, K, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
get(String, K) - Method in interface org.infinispan.tree.TreeCache
Convenience method that takes a string representation of an Fqn.
get(String, K, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
get(Object) - Method in class org.infinispan.util.AbstractDelegatingMap
 
get(Object) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(String, String) - Method in class org.infinispan.xsite.BackupReceiverRepositoryImpl
 
GET_ALL_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
GET_ALL_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
GET_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
GET_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
GET_WITH_METADATA - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
GET_WITH_METADATA_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
GET_WITH_VERSION - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
GET_WITH_VERSION_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
getAbortRate() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAbsoluteFile() - Method in class org.infinispan.io.GridFile
 
getAbsolutePath() - Method in class org.infinispan.io.GridFile
 
getActions() - Method in class org.infinispan.security.CachePermission
 
getActivationCount() - Method in interface org.infinispan.eviction.ActivationManager
Get number of activations executed.
getActivationCount() - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
 
getActivationCount() - Method in class org.infinispan.eviction.impl.ActivationManagerStub
 
getActivations() - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
 
getActivations() - Method in interface org.infinispan.stats.ClusterCacheStats
 
getActivations() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getActiveCache() - Method in interface org.infinispan.cli.connection.Connection
 
getActiveCache() - Method in class org.infinispan.cli.connection.jmx.JMXConnection
 
getActiveContainer() - Method in interface org.infinispan.cli.connection.Connection
 
getActiveContainer() - Method in class org.infinispan.cli.connection.jmx.JMXConnection
 
getActual() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticLockManager
 
getActualMembers() - Method in class org.infinispan.topology.CacheTopology
 
getActualNumOwners() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
getActualTypeArguments() - Method in class org.infinispan.cdi.util.ParameterizedTypeImpl
 
getAddress() - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.DistributionLogic
 
getAddress() - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
 
getAddress() - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
 
getAddress() - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
 
getAddress() - Method in class org.infinispan.manager.DefaultCacheManager
getAddress() - Method in interface org.infinispan.manager.EmbeddedCacheManager
 
getAddress() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getAddress() - Method in interface org.infinispan.remoting.rpc.RpcManager
Returns the address associated with this RpcManager or null if not part of the cluster.
getAddress() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getAddress() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
getAddress() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
getAddress() - Method in interface org.infinispan.remoting.transport.Transport
Retrieves the current cache instance's network address
getAddress() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
 
getAddress() - Method in class org.infinispan.transaction.xa.GlobalTransaction
 
getAddress2KeysMapping() - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
 
getAddressTransport(SocketAddress) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getAddressTransport(SocketAddress) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
getAdvancedCache() - Method in interface org.infinispan.Cache
 
getAdvancedCache() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getAdvancedCache() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
getAdvancedCache() - Method in class org.infinispan.cache.impl.CacheImpl
 
getAdvancedCache() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getAdvancedCache(String, Set<Annotation>) - Method in class org.infinispan.cdi.AdvancedCacheProducer
 
getAdvancedCache() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getAffectedKeys() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
getAffectedKeys() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
getAffectedKeys() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
getAffectedKeys() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
getAffectedKeys() - Method in class org.infinispan.commands.tx.PrepareCommand
 
getAffectedKeys() - Method in class org.infinispan.commands.write.AbstractDataWriteCommand
 
getAffectedKeys() - Method in class org.infinispan.commands.write.ClearCommand
 
getAffectedKeys() - Method in class org.infinispan.commands.write.InvalidateCommand
 
getAffectedKeys() - Method in class org.infinispan.commands.write.PutMapCommand
 
getAffectedKeys() - Method in interface org.infinispan.commands.write.WriteCommand
 
getAffectedKeys() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
getAffectedKeys() - Method in interface org.infinispan.context.impl.TxInvocationContext
Returns the set of keys that are affected by this transaction.
getAffectedKeys() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
getAffectedKeysFromContext(TxInvocationContext) - Static method in class org.infinispan.util.DeltaCompositeKeyUtil
 
getAffinitySegmentId() - Method in interface org.infinispan.distribution.ch.AffinityTaggedKey
This numeric id is used exclusively for storage affinity in Infinispan.
getAffinitySegmentId() - Method in class org.infinispan.lucene.ChunkCacheKey
 
getAffinitySegmentId() - Method in class org.infinispan.lucene.FileCacheKey
 
getAffinitySegmentId() - Method in class org.infinispan.lucene.FileListCacheKey
 
getAffinitySegmentId() - Method in class org.infinispan.lucene.FileReadLockKey
 
getAffinitySegmentId() - Method in interface org.infinispan.lucene.IndexScopedKey
This numeric id is used exclusively for storage affinity in Infinispan.
getAggregationType() - Method in class org.infinispan.query.dsl.impl.PathExpression
 
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<?>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getAll(Set<?>) - Method in class org.infinispan.cache.impl.CacheImpl
 
getAll(Set<?>, EnumSet<Flag>, ClassLoader) - Method in class org.infinispan.cache.impl.CacheImpl
 
getAll(Set<?>) - Method in class org.infinispan.cache.impl.DecoratedCache
 
getAll(Set<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getAll(Set<?>) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
getAll(Set<? extends K>) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
getAll(Set<? extends K>) - Method in interface org.infinispan.client.hotrod.RemoteCache
Retrieves all of the entries for the provided keys.
getAll(Set<? extends K>) - Method in class org.infinispan.jcache.embedded.JCache
 
getAll(Set<? extends K>) - Method in class org.infinispan.jcache.remote.JCache
 
getAll(Set<?>) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getAllCacheEntries(Set<?>) - Method in interface org.infinispan.AdvancedCache
Gets a collection of entries from the AdvancedCache, returning them as Map of the cache entries associated with the set of keys requested.
getAllCacheEntries(Set<?>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getAllCacheEntries(Set<?>) - Method in class org.infinispan.cache.impl.CacheImpl
 
getAllCacheEntries(Set<?>, EnumSet<Flag>, ClassLoader) - Method in class org.infinispan.cache.impl.CacheImpl
 
getAllCacheEntries(Set<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getAllCacheEntries(Set<?>) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
getAllCacheEntries(Set<?>) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
GetAllCommand - Class in org.infinispan.commands.read
Retrieves multiple entries at once.
GetAllCommand(Collection<?>, Set<Flag>, boolean, InternalEntryFactory) - Constructor for class org.infinispan.commands.read.GetAllCommand
 
getAllDeclaredFields(Class<?>) - Static method in class org.infinispan.cdi.util.Reflections
Get all the declared fields on the class hierarchy.
getAllDeclaredMethods(Class<?>) - Static method in class org.infinispan.cdi.util.Reflections
Get all the declared methods on the class hierarchy.
getAllLoaders() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
getAllMachinesCount() - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
 
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.
getAllModifications() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
getAllModifications() - Method in interface org.infinispan.transaction.xa.CacheTransaction
Returns all the modifications visible within the current transaction, including those using Flag#CACHE_MODE_LOCAL.
getAllNodesCount() - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
 
GetAllOperation<K,V> - Class in org.infinispan.client.hotrod.impl.operations
Implements "getAll" as defined by Hot Rod protocol specification.
GetAllOperation(Codec, TransportFactory, Set<byte[]>, byte[], AtomicInteger, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.GetAllOperation
 
getAllowedMethodAnnotations(Listener) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
getAllowedMethodAnnotations(Listener) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
 
getAllowedMethodAnnotations(Listener) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
 
getAllowedRole() - Method in interface org.infinispan.tasks.ServerTask
An optional role, for which the task is accessible.
GetAllParallelOperation<K,V> - Class in org.infinispan.client.hotrod.impl.operations
 
GetAllParallelOperation(Codec, TransportFactory, Set<byte[]>, byte[], AtomicInteger, int, ExecutorService) - Constructor for class org.infinispan.client.hotrod.impl.operations.GetAllParallelOperation
 
getAllParameters() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
 
getAllRacksCount() - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
 
getAllSites() - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
 
getAllSitesCount() - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
 
getAllWriters() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
getAncestor(int) - Method in class org.infinispan.tree.Fqn
Obtains an ancestor of the current Fqn.
getAndPut(K, V) - Method in class org.infinispan.jcache.embedded.JCache
 
getAndPut(K, V) - Method in class org.infinispan.jcache.remote.JCache
 
getAndPutInternal(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getAndPutInternal(K, V, Metadata) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
getAndRemove(K) - Method in class org.infinispan.jcache.embedded.JCache
 
getAndRemove(K) - Method in class org.infinispan.jcache.remote.JCache
 
getAndReplace(K, V) - Method in class org.infinispan.jcache.embedded.JCache
 
getAndReplace(K, V) - Method in class org.infinispan.jcache.remote.JCache
 
getAndReplaceInternal(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getAndReplaceInternal(K, V, Metadata) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
getAndUpdateFilteredKeys(ActionState) - Method in class org.infinispan.remoting.inboundhandler.action.BaseLockingAction
 
getAnnotated() - Method in class org.infinispan.cdi.util.ImmutableInjectionPoint
 
getAnnotatedFields(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
getAnnotation(Class<T>) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotationBuilder
 
getAnnotation(Class<?>, Class<T>) - Static method in class org.infinispan.commons.util.ReflectionUtil
Inspects the class passed in for the class level annotation specified.
getAnnotation() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
 
getAnnotation() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
getAnnotation() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
 
getAnnotations() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
 
getAnnotations() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
 
getAnnotations() - Method in class org.infinispan.jcache.annotation.MethodMetaData
 
getAnnotations() - Method in class org.infinispan.jcache.annotation.ParameterMetaData
 
getAppConfigFolder(String) - Static method in class org.infinispan.cli.util.SystemUtils
Returns an appropriate system-dependent folder for storing application-specific data.
getArgument(int) - Method in class org.infinispan.cli.commands.ProcessedCommand
 
getArguments() - Method in class org.infinispan.cli.commands.ProcessedCommand
 
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 class org.infinispan.cache.impl.AbstractDelegatingCache
 
getAsync(K) - Method in class org.infinispan.cache.impl.CacheImpl
 
getAsync(K) - Method in class org.infinispan.cache.impl.DecoratedCache
 
getAsync(K) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getAsync(K) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
getAsync(K) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #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.
getAsync(K) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getAsyncExecutorFactory() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getAtomicMap(Cache<MK, ?>, MK) - Static method in class org.infinispan.atomic.AtomicMapLookup
Retrieves an atomic map from a given cache, stored under a given key.
getAtomicMap(Cache<MK, ?>, MK, boolean) - Static method in class org.infinispan.atomic.AtomicMapLookup
Retrieves an atomic map from a given cache, stored under a given key.
getAtomicMap(NodeKey) - Method in class org.infinispan.tree.impl.TreeStructureSupport
 
getAtomicMap(AdvancedCache<?, ?>, NodeKey) - Method in class org.infinispan.tree.impl.TreeStructureSupport
 
getAttribute(String) - Method in class org.infinispan.jmx.ResourceDMBean
 
getAttribute(ExtendedStatistic) - Method in class org.infinispan.stats.CacheStatisticCollector
 
getAttribute(ExtendedStatistic) - Method in class org.infinispan.stats.CacheStatisticManager
 
getAttribute(ExtendedStatistic) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAttributeDefinition() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
getAttributeMetadata() - Method in class org.infinispan.factories.components.ManageableComponentMetadata
 
getAttributes(String[]) - Method in class org.infinispan.jmx.ResourceDMBean
 
getAttributeValue(Element, String, String) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
Retrieves the value of a given attribute for the first encountered instance of a tag in an element.
getAuthorizationManager() - Method in interface org.infinispan.AdvancedCache
Retrieves the AuthorizationManager if the cache has security enabled.
getAuthorizationManager() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getAuthorizationManager() - Method in class org.infinispan.cache.impl.CacheImpl
 
getAuthorizationManager() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getAuthorizationManager() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getAuthorizationPermission() - Method in class org.infinispan.security.CachePermission
 
getAvailability() - Method in interface org.infinispan.AdvancedCache
Returns the cache's availability.
getAvailability() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getAvailability() - Method in class org.infinispan.cache.impl.CacheImpl
 
getAvailability() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getAvailability() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getAvailabilityMode() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getAvailabilityMode() - Method in interface org.infinispan.notifications.cachelistener.event.PartitionStatusChangedEvent
The mode the current cluster is in.
getAvailabilityMode() - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
 
getAvailabilityMode() - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
 
getAvailabilityMode() - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
 
getAvailabilityMode() - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
getAvailabilityMode() - Method in class org.infinispan.topology.CacheStatusResponse
 
getAvailabilityMode() - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
getAvailabilityMode() - Method in class org.infinispan.topology.ClusterCacheStatus
 
getAvailableCaches() - Method in interface org.infinispan.cli.connection.Connection
 
getAvailableCaches() - Method in class org.infinispan.cli.connection.jmx.JMXConnection
 
getAvailableContainers() - Method in interface org.infinispan.cli.connection.Connection
 
getAvailableContainers() - Method in class org.infinispan.cli.connection.jmx.JMXConnection
 
getAvailableExtendedStatistics() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAverageGetTime() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
The mean time to execute gets.
getAverageGetTime() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
getAveragePutTime() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
The mean time to execute puts.
getAveragePutTime() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
getAverageReadTime() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
getAverageReadTime() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getAverageReadTime() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getAverageReadTime() - Method in class org.infinispan.stats.impl.StatsCollector
 
getAverageReadTime() - Method in class org.infinispan.stats.impl.StatsImpl
 
getAverageReadTime() - Method in interface org.infinispan.stats.Stats
 
getAverageRemoveTime() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
getAverageRemoveTime() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
The mean time to execute removes.
getAverageRemoveTime() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
getAverageRemoveTime() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getAverageRemoveTime() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getAverageRemoveTime() - Method in class org.infinispan.stats.impl.StatsCollector
 
getAverageRemoveTime() - Method in class org.infinispan.stats.impl.StatsImpl
 
getAverageRemoveTime() - Method in interface org.infinispan.stats.Stats
 
getAverageReplicationTime() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getAverageWriteTime() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
getAverageWriteTime() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getAverageWriteTime() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getAverageWriteTime() - Method in class org.infinispan.stats.impl.StatsCollector
 
getAverageWriteTime() - Method in class org.infinispan.stats.impl.StatsImpl
 
getAverageWriteTime() - Method in interface org.infinispan.stats.Stats
 
getAvgAbortedWriteTxDuration() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgClusteredGetCommandSize() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgCommitAsync() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgCommitCommandSize() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgCommitRtt() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgCommitTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgCompleteNotificationAsync() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgGetsPerROTransaction() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgGetsPerWrTransaction() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgLocalCommitTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgLocalGetTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgLocalLockHoldTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgLocalPrepareTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgLocalRollbackTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgLockHoldTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgLockWaitingTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgNumNodesCommit() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgNumNodesCompleteNotification() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgNumNodesPrepare() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgNumNodesRemoteGet() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgNumNodesRollback() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgNumOfLockLocalTx() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgNumOfLockRemoteTx() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgNumOfLockSuccessLocalTx() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgPrepareAsync() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgPrepareCommandSize() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgPrepareRtt() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgPutsPerWrTransaction() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgReadOnlyTxDuration() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgRemoteCommitTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgRemoteGetRtt() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgRemoteGetsPerROTransaction() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgRemoteGetsPerWrTransaction() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgRemoteLockHoldTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgRemotePrepareTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgRemotePutsPerWrTransaction() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgRemoteRollbackTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgResponseTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgRollbackAsync() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgRollbackRtt() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgRollbackTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgTxArrivalRate() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getAvgWriteTxDuration() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getBackupLockedKeys() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
getBackupLockedKeys() - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
getBackupOwners(int) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
getBackupReceiver(String, String) - Method in interface org.infinispan.xsite.BackupReceiverRepository
Returns the local cache associated defined as backup for the provided remote (site, cache) combo, or throws an exception if no such site is defined.
getBackupReceiver(String, String) - Method in class org.infinispan.xsite.BackupReceiverRepositoryImpl
Returns the local cache associated defined as backup for the provided remote (site, cache) combo, or throws an exception of no such site is defined.
getBalancer(byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
Note that the returned RequestBalancingStrategy may not be thread-safe.
getBaseEvent() - Method in class org.infinispan.cdi.event.AbstractEventBridge
 
getBatchContainer() - Method in interface org.infinispan.AdvancedCache
Returns the component in charge of batching cache operations.
getBatchContainer() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getBatchContainer() - Method in class org.infinispan.cache.impl.CacheImpl
 
getBatchContainer() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getBatchContainer() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getBatchSize() - Method in class org.infinispan.persistence.jdbc.TableManipulation
When doing repetitive DB inserts this will be batched according to this parameter.
getBatchSize() - Method in class org.infinispan.stream.impl.termop.AbstractForEachOperation
 
getBatchSize() - Method in class org.infinispan.stream.impl.termop.object.FlatMapIteratorOperation
 
getBatchSize() - Method in class org.infinispan.stream.impl.termop.object.MapIteratorOperation
 
getBatchSize() - Method in class org.infinispan.stream.impl.termop.primitive.ForEachDoubleOperation
 
getBatchSize() - Method in class org.infinispan.stream.impl.termop.primitive.ForEachIntOperation
 
getBatchSize() - Method in class org.infinispan.stream.impl.termop.primitive.ForEachLongOperation
 
getBatchTransaction() - Method in class org.infinispan.batch.BatchContainer
 
getBean() - Method in class org.infinispan.cdi.util.defaultbean.DefaultBeanHolder
 
getBean() - Method in class org.infinispan.cdi.util.ImmutableInjectionPoint
 
getBeanClass() - Method in class org.infinispan.cdi.util.AbstractImmutableBean
 
getBeanClass() - Method in class org.infinispan.cdi.util.BeanBuilder
The bean class currently defined for bean creation.
getBeanClass() - Method in class org.infinispan.cdi.util.ForwardingBean
 
getBeanClass() - Method in class org.infinispan.cdi.util.ForwardingObserverMethod
 
getBeanLifecycle() - Method in class org.infinispan.cdi.util.BeanBuilder
The ContextualLifecycle currently defined for bean creation.
getBeanManager() - Method in class org.infinispan.cdi.util.BeanBuilder
The bean manager in use.
getBeanManager() - Method in class org.infinispan.cdi.util.BeanManagerProvider
The active BeanManager for the current application (/ClassLoader).
getBeanManager() - Static method in class org.infinispan.cdi.util.CDIHelper
 
getBeanManager() - Method in class org.infinispan.cdi.util.InjectableMethod
Get the bean manager used by this injectable method.
getBinaryStore() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
getBooleanProperty(String, boolean) - Method in class org.infinispan.client.hotrod.impl.TypedProperties
 
getBooleanProperty(String, boolean, boolean) - Method in class org.infinispan.client.hotrod.impl.TypedProperties
 
getBooleanProperty(String, boolean) - Method in class org.infinispan.commons.util.TypedProperties
 
getBooleanProperty(String, boolean, boolean) - Method in class org.infinispan.commons.util.TypedProperties
 
getBranchQualifier() - Method in class org.infinispan.transaction.tm.DummyNoXaXid
 
getBranchQualifier() - Method in class org.infinispan.transaction.tm.DummyXid
 
getBranchQualifier() - Method in class org.infinispan.transaction.xa.recovery.SerializableXid
 
getBuckedId(Object) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
getBucketId() - Method in class org.infinispan.persistence.support.Bucket
 
getBucketIdAsString() - Method in class org.infinispan.persistence.support.Bucket
 
getBuf() - Method in interface org.infinispan.commons.io.ByteBuffer
Returns the underlying buffer.
getBuf() - Method in class org.infinispan.commons.io.ByteBufferImpl
 
getBufferedCommands() - Method in interface org.infinispan.cli.CommandBuffer
 
getBufferedCommands() - Method in class org.infinispan.cli.impl.CommandBufferImpl
 
getBufferSize() - Method in class org.infinispan.lucene.ChunkCacheKey
Get the bufferSize.
getBufferSize() - Method in class org.infinispan.lucene.FileMetadata
 
getBufferSizePredictor(Object) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
getBufferSizePredictor(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
 
getBufferSizePredictor(Class<?>) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
Get the serialized form size predictor for a particular type.
getBufferSizePredictor(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
Returns a marshalled payload size predictor for a particular type.
getBufferSizePredictor(Object) - Method in class org.infinispan.persistence.remote.wrapper.HotRodEntryMarshaller
 
getBulk() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
getBulk(int) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
getBulk() - Method in interface org.infinispan.client.hotrod.RemoteCache
Bulk get operations, returns all the entries within the remote cache.
getBulk(int) - Method in interface org.infinispan.client.hotrod.RemoteCache
Same as RemoteCache.getBulk(), but limits the returned set of values to the specified size.
getBundleContext() - Method in class org.infinispan.osgi.InfinispanEmbeddedServiceFactory
 
getByteBufferFactory() - Method in class org.infinispan.persistence.InitializationContextImpl
 
getByteBufferFactory() - Method in class org.infinispan.persistence.jdbc.mixed.InitialisationContextDelegate
 
getByteBufferFactory() - Method in interface org.infinispan.persistence.spi.InitializationContext
To be used for building ByteBuffer objects.
getCache() - Method in class org.infinispan.atomic.Updatable
 
getCache() - Method in class org.infinispan.cli.connection.jmx.AbstractJMXUrl
 
getCache() - Method in interface org.infinispan.cli.connection.jmx.JMXUrl
 
getCache(String) - Method in interface org.infinispan.cli.interpreter.session.Session
Returns a named cache.
getCache(String) - Method in class org.infinispan.cli.interpreter.session.SessionImpl
 
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, boolean) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
 
getCache() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
Retrieves the default cache from the remote server.
getCache(boolean) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
 
getCache() - Method in interface org.infinispan.commons.api.BasicCacheContainer
Retrieves the default cache associated with this cache container.
getCache(String) - Method in interface org.infinispan.commons.api.BasicCacheContainer
Retrieves a named cache from the system.
getCache(String, Class<K>, Class<V>) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getCache(String) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getCache(String) - Method in class org.infinispan.jcache.remote.JCacheManager
 
getCache(String, Class<K>, Class<V>) - Method in class org.infinispan.jcache.remote.JCacheManager
 
getCache() - Method in interface org.infinispan.manager.CacheContainer
This method overrides the underlying CacheContainer.getCache(), to return a Cache instead of a BasicCache
getCache(String) - Method in interface org.infinispan.manager.CacheContainer
This method overrides the underlying CacheContainer.getCache(String), to return a Cache instead of a BasicCache
getCache() - Method in class org.infinispan.manager.DefaultCacheManager
Retrieves the default cache associated with this cache manager.
getCache(String) - Method in class org.infinispan.manager.DefaultCacheManager
Retrieves a named cache from the system.
getCache(String, String) - Method in class org.infinispan.manager.DefaultCacheManager
 
getCache(String, boolean) - Method in class org.infinispan.manager.DefaultCacheManager
 
getCache(String, String, boolean) - Method in class org.infinispan.manager.DefaultCacheManager
 
getCache(String, boolean) - Method in interface org.infinispan.manager.EmbeddedCacheManager
Retrieves a named cache from the system in the same way that CacheContainer.getCache(String) does except that if offers the possibility for the named cache not to be retrieved if it has not yet been started, or if it's been removed after being started.
getCache(String, String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
Retrieves a named cache from the system in the same way that CacheContainer.getCache(String) does except that if offers the possibility to specify a specific configuration template.
getCache(String, String, boolean) - Method in interface org.infinispan.manager.EmbeddedCacheManager
Retrieves a named cache from the system in the same way that CacheContainer.getCache(String) does except that if offers the possibility to specify a specific configuration template.
getCache(String, boolean) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getCache(String, String) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getCache(String, String, boolean) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getCache() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getCache(String) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getCache() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
 
getCache() - Method in interface org.infinispan.notifications.cachelistener.event.Event
 
getCache() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getCache() - Method in class org.infinispan.persistence.InitializationContextImpl
 
getCache() - Method in class org.infinispan.persistence.jdbc.mixed.InitialisationContextDelegate
 
getCache() - Method in interface org.infinispan.persistence.spi.InitializationContext
 
getCache(String) - Method in class org.infinispan.spring.provider.SpringEmbeddedCacheManager
 
getCache(String) - Method in class org.infinispan.spring.provider.SpringRemoteCacheManager
 
getCache() - Method in class org.infinispan.tasks.TaskContext
The default cache.
getCache() - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
getCache() - Method in interface org.infinispan.tree.TreeCache
 
getCache() - Method in interface org.infinispan.xsite.BackupReceiver
 
getCache() - Method in class org.infinispan.xsite.BaseBackupReceiver
 
GetCacheAction - Class in org.infinispan.security.actions
GetCacheAction.
GetCacheAction(EmbeddedCacheManager, String) - Constructor for class org.infinispan.security.actions.GetCacheAction
 
getCacheAnnotation() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
 
getCacheAnnotation() - Method in class org.infinispan.jcache.annotation.MethodMetaData
 
GetCacheAuthorizationManagerAction - Class in org.infinispan.security.actions
GetCacheAuthorizationManagerAction.
GetCacheAuthorizationManagerAction(AdvancedCache<?, ?>) - Constructor for class org.infinispan.security.actions.GetCacheAuthorizationManagerAction
 
getCacheAvailability() - Method in class org.infinispan.cache.impl.CacheImpl
 
getCacheAvailability(String) - Method in interface org.infinispan.topology.LocalTopologyManager
Retrieves the availability state of a cache.
getCacheAvailability(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
getCacheAvailability(String) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
GetCacheAvailabilityAction - Class in org.infinispan.security.actions
GetCacheAvailabilityAction.
GetCacheAvailabilityAction(AdvancedCache<?, ?>) - Constructor for class org.infinispan.security.actions.GetCacheAvailabilityAction
 
GetCacheComponentRegistryAction - Class in org.infinispan.security.actions
GetCacheComponentRegistryAction.
GetCacheComponentRegistryAction(AdvancedCache<?, ?>) - Constructor for class org.infinispan.security.actions.GetCacheComponentRegistryAction
 
getCacheConfiguration() - Method in interface org.infinispan.Cache
 
getCacheConfiguration() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
getCacheConfiguration() - Method in class org.infinispan.cache.impl.CacheImpl
 
getCacheConfiguration() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
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.
getCacheConfiguration(String) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getCacheConfiguration() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
GetCacheConfigurationAction - Class in org.infinispan.security.actions
GetCacheConfigurationAction.
GetCacheConfigurationAction(AdvancedCache<?, ?>) - Constructor for class org.infinispan.security.actions.GetCacheConfigurationAction
 
getCacheConfigurationNames() - Method in class org.infinispan.manager.DefaultCacheManager
 
getCacheConfigurationNames() - Method in interface org.infinispan.manager.EmbeddedCacheManager
This method returns a collection of cache configuration names which contains the cache configurations that have been defined via XML or programmatically, and the cache configurations that have been defined at runtime via this cache manager instance.
getCacheConfigurationNames() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
GetCacheDistributionManagerAction - Class in org.infinispan.security.actions
GetCacheDistributionManagerAction.
GetCacheDistributionManagerAction(AdvancedCache<?, ?>) - Constructor for class org.infinispan.security.actions.GetCacheDistributionManagerAction
 
getCacheEntries() - Method in class org.infinispan.statetransfer.StateChunk
 
getCacheEntry(Object) - Method in interface org.infinispan.AdvancedCache
Retrieves a CacheEntry corresponding to a specific key.
getCacheEntry(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getCacheEntry(Object, EnumSet<Flag>, ClassLoader) - Method in class org.infinispan.cache.impl.CacheImpl
 
getCacheEntry(Object) - Method in class org.infinispan.cache.impl.CacheImpl
 
getCacheEntry(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
 
getCacheEntry(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getCacheEntry(Object) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
getCacheEntry() - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
getCacheEntry(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
GetCacheEntryAction<K,V> - Class in org.infinispan.security.actions
GetCacheEntryAction.
GetCacheEntryAction(AdvancedCache<?, ?>, K) - Constructor for class org.infinispan.security.actions.GetCacheEntryAction
 
GetCacheEntryCommand - Class in org.infinispan.commands.read
Used to fetch a full CacheEntry rather than just the value.
GetCacheEntryCommand(Object, Set<Flag>, InternalEntryFactory) - Constructor for class org.infinispan.commands.read.GetCacheEntryCommand
 
GetCacheEntryCommand() - Constructor for class org.infinispan.commands.read.GetCacheEntryCommand
 
getCacheEvictions() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
 
getCacheEvictions() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
getCacheGets() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
The total number of requests to the cache.
getCacheGets() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
GetCacheGlobalComponentRegistryAction - Class in org.infinispan.security.actions
GetCacheGlobalComponentRegistryAction.
GetCacheGlobalComponentRegistryAction(AdvancedCache<?, ?>) - Constructor for class org.infinispan.security.actions.GetCacheGlobalComponentRegistryAction
 
getCacheHitPercentage() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
Returns cache hits as a percentage of total gets.
getCacheHitPercentage() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
getCacheHits() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
 
getCacheHits() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
GetCacheInterceptorChainAction - Class in org.infinispan.security.actions
GetCacheInterceptorChainAction.
GetCacheInterceptorChainAction(AdvancedCache<?, ?>) - Constructor for class org.infinispan.security.actions.GetCacheInterceptorChainAction
 
getCacheJoinInfo() - Method in class org.infinispan.topology.CacheStatusResponse
 
getCacheKeyGenerator() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
 
getCacheKeyGenerator(BeanManager, Class<? extends CacheKeyGenerator>, CacheDefaults) - Static method in class org.infinispan.jcache.annotation.CacheLookupHelper
Resolves and creates an instance of CacheKeyGenerator.
getCacheKeyGenerator() - Method in class org.infinispan.jcache.annotation.MethodMetaData
 
getCacheKeyInvocationContext(InvocationContext) - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextFactory
Returns the cache key invocation context corresponding to the given invocation context.
getCacheLoaderLoads() - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
getCacheLoaderLoads() - Method in interface org.infinispan.stats.ClusterCacheStats
 
getCacheLoaderLoads() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getCacheLoaderMisses() - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
getCacheLoaderMisses() - Method in interface org.infinispan.stats.ClusterCacheStats
 
getCacheLoaderMisses() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
GetCacheLockManagerAction - Class in org.infinispan.security.actions
GetCacheLockManagerAction.
GetCacheLockManagerAction(AdvancedCache<?, ?>) - Constructor for class org.infinispan.security.actions.GetCacheLockManagerAction
 
getCacheManager() - Method in interface org.infinispan.Cache
Retrieves the cache manager responsible for creating this cache instance.
getCacheManager() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
getCacheManager() - Method in class org.infinispan.cache.impl.CacheImpl
 
getCacheManager() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getCacheManager() - Method in class org.infinispan.cdi.InfinispanExtensionEmbedded.InstalledCacheManager
 
getCacheManager() - Method in interface org.infinispan.cli.interpreter.session.Session
Obtains the CacheManager to which this session is attached
getCacheManager() - Method in class org.infinispan.cli.interpreter.session.SessionImpl
 
getCacheManager() - Method in class org.infinispan.jcache.AbstractJCache
 
getCacheManager(URI, ClassLoader, Properties) - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
getCacheManager(URI, ClassLoader) - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
getCacheManager() - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
getCacheManager() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.Event
 
getCacheManager() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
getCacheManager() - Method in class org.infinispan.security.impl.PrincipalRoleMapperContextImpl
 
getCacheManager() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getCacheManager() - Method in interface org.infinispan.security.PrincipalRoleMapperContext
Returns the EmbeddedCacheManager in which this role mapper is being instantiated
GetCacheManagerAddress - Class in org.infinispan.security.actions
GetCacheManagerAddress.
GetCacheManagerAddress(EmbeddedCacheManager) - Constructor for class org.infinispan.security.actions.GetCacheManagerAddress
 
GetCacheManagerClusterAvailabilityAction - Class in org.infinispan.security.actions
GetCacheManagerClusterAvailabilityAction.
GetCacheManagerClusterAvailabilityAction(EmbeddedCacheManager) - Constructor for class org.infinispan.security.actions.GetCacheManagerClusterAvailabilityAction
 
GetCacheManagerClusterNameAction - Class in org.infinispan.security.actions
GetCacheManagerClusterNameAction.
GetCacheManagerClusterNameAction(EmbeddedCacheManager) - Constructor for class org.infinispan.security.actions.GetCacheManagerClusterNameAction
 
getCacheManagerConfiguration() - Method in class org.infinispan.manager.DefaultCacheManager
 
getCacheManagerConfiguration() - Method in interface org.infinispan.manager.EmbeddedCacheManager
Returns global configuration for this CacheManager
getCacheManagerConfiguration() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
GetCacheManagerCoordinatorAddress - Class in org.infinispan.security.actions
GetCacheManagerCoordinatorAddress.
GetCacheManagerCoordinatorAddress(EmbeddedCacheManager) - Constructor for class org.infinispan.security.actions.GetCacheManagerCoordinatorAddress
 
GetCacheManagerIsCoordinatorAction - Class in org.infinispan.security.actions
GetCacheManagerIsCoordinatorAction.
GetCacheManagerIsCoordinatorAction(EmbeddedCacheManager) - Constructor for class org.infinispan.security.actions.GetCacheManagerIsCoordinatorAction
 
getCacheManagerStatus() - Method in class org.infinispan.manager.DefaultCacheManager
 
GetCacheManagerStatusAction - Class in org.infinispan.security.actions
GetCacheManagerStatusAction.
GetCacheManagerStatusAction(EmbeddedCacheManager) - Constructor for class org.infinispan.security.actions.GetCacheManagerStatusAction
 
getCacheMarshaller() - Method in class org.infinispan.factories.ComponentRegistry
Caching shortcut for #getComponent(StreamingMarshaller.class, KnownComponentNames.CACHE_MARSHALLER);
getCacheMisses() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
 
getCacheMisses() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
getCacheMissPercentage() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
Returns cache misses as a percentage of total gets.
getCacheMissPercentage() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
getCacheMXBean() - Method in class org.infinispan.jcache.AbstractJCache
 
getCacheName() - Method in class org.infinispan.cache.impl.CacheImpl
Returns the cache name.
getCacheName() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getCacheName() - Method in class org.infinispan.cli.interpreter.statement.KeyData
 
getCacheName() - Method in class org.infinispan.cli.interpreter.statement.SiteData
 
getCacheName() - Method in class org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation
 
getCacheName() - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
getCacheName() - Method in interface org.infinispan.commands.CommandsFactory
Retrieves the cache name this CommandFactory is set up to construct commands for.
getCacheName() - Method in class org.infinispan.commands.CommandsFactoryImpl
 
getCacheName() - Method in class org.infinispan.commands.remote.BaseRpcCommand
 
getCacheName() - Method in interface org.infinispan.commands.remote.CacheRpcCommand
 
getCacheName() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
getCacheName() - Method in class org.infinispan.factories.ComponentRegistry
 
getCacheName() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
 
getCacheName(Method, String, CacheDefaults, boolean) - Static method in class org.infinispan.jcache.annotation.CacheLookupHelper
Resolves the cache name of a method annotated with a JCACHE annotation.
getCacheName() - Method in class org.infinispan.jcache.annotation.MethodMetaData
 
getCacheName() - Method in class org.infinispan.marshall.core.VersionAwareMarshaller
 
getCacheName() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.CacheStartedEvent
 
getCacheName() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.CacheStoppedEvent
 
getCacheName() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
getCacheName() - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
 
getCacheName() - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
getCacheName() - Method in class org.infinispan.topology.ClusterCacheStatus
 
getCacheName() - Method in interface org.infinispan.upgrade.SourceMigrator
 
getCacheNames() - Method in class org.infinispan.cli.interpreter.Interpreter
 
getCacheNames() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getCacheNames() - Method in class org.infinispan.jcache.remote.ServerManager
 
getCacheNames() - Method in class org.infinispan.manager.DefaultCacheManager
 
getCacheNames() - Method in interface org.infinispan.manager.EmbeddedCacheManager
This method returns a collection of caches names which contains the caches that have been defined via XML or programmatically, and the caches that have been created at runtime via this cache manager instance.
getCacheNames() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getCacheNames() - Method in class org.infinispan.spring.provider.SpringEmbeddedCacheManager
 
getCacheNames() - Method in class org.infinispan.spring.provider.SpringRemoteCacheManager
As of Infinispan 4.2.0.FINAL org.infinispan.client.hotrod.RemoteCache does not support retrieving the set of all cache names from the hotrod server.
getCachePuts() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
The total number of puts to the cache.
getCachePuts() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
getCacheRemovals() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
The total number of removals from the cache.
getCacheRemovals() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
GetCacheRpcManagerAction - Class in org.infinispan.security.actions
GetCacheRpcManagerAction.
GetCacheRpcManagerAction(AdvancedCache<?, ?>) - Constructor for class org.infinispan.security.actions.GetCacheRpcManagerAction
 
getCaches() - Method in class org.infinispan.topology.ManagerStatusResponse
 
getCacheStatisticManager() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getCacheStatisticsMXBean() - Method in class org.infinispan.jcache.AbstractJCache
 
getCacheStatisticsMXBean() - Method in class org.infinispan.jcache.embedded.JCache
 
getCacheStatisticsMXBean() - Method in class org.infinispan.jcache.remote.JCache
 
getCacheStatus() - Method in class org.infinispan.cache.impl.CacheImpl
Returns String representation of ComponentStatus enumeration in order to avoid class not found exceptions in JMX tools that don't have access to infinispan classes.
getCacheStatus() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
GetCacheStatusAction - Class in org.infinispan.security.actions
GetCacheStatusAction.
GetCacheStatusAction(AdvancedCache<?, ?>) - Constructor for class org.infinispan.security.actions.GetCacheStatusAction
 
getCacheTopology() - Method in interface org.infinispan.statetransfer.StateConsumer
 
getCacheTopology() - Method in class org.infinispan.statetransfer.StateConsumerImpl
 
getCacheTopology() - Method in interface org.infinispan.statetransfer.StateTransferManager
 
getCacheTopology() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
 
getCacheTopology() - Method in class org.infinispan.topology.CacheStatusResponse
 
getCacheTopology(String) - Method in interface org.infinispan.topology.LocalTopologyManager
 
getCacheTopology(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
getCacheTopology(String) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
getCacheTopologyInfo() - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
getCacheTopologyInfo() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
getCacheTopologyInfo(byte[]) - Method in class org.infinispan.client.hotrod.impl.TopologyInfo
 
getCacheTopologyInfo(byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getCacheTopologyInfo(byte[]) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
getCacheTopologyInfo() - Method in interface org.infinispan.client.hotrod.RemoteCache
Returns CacheTopologyInfo for this cache.
getCacheTransaction() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
getCacheTransaction() - Method in interface org.infinispan.context.impl.TxInvocationContext
 
getCacheWithFlags(Cache<K, V>, LocalFlagAffectedCommand) - Method in class org.infinispan.interceptors.base.CommandInterceptor
 
getCachingProvider() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getCallable() - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
getCallable() - Method in interface org.infinispan.distexec.DistributedTask
Returns Callable for this task
getCallbackHandler(String, Map<String, String>) - Method in interface org.infinispan.server.core.security.ServerAuthenticationProvider
Get a callback handler for the given mechanism name.
getCallbackHandler(String, Map<String, String>) - Method in class org.infinispan.server.core.security.simple.SimpleServerAuthenticationProvider
Get a callback handler for the given mechanism name.
getCanonicalFile() - Method in class org.infinispan.io.GridFile
 
getCanonicalPath() - Method in class org.infinispan.io.GridFile
 
getCapacity() - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getCapacity() - Method in class org.infinispan.stats.topK.StreamSummaryContainer
 
getCapacityFactor(Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
getCapacityFactor() - Method in class org.infinispan.topology.CacheJoinInfo
 
getCapacityFactors() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
getCapacityFactors() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
getCapacityFactors() - Method in class org.infinispan.topology.ClusterCacheStatus
 
getCategory() - Method in interface org.infinispan.util.logging.events.EventLog
 
getChangeLogSize() - Method in class org.infinispan.atomic.impl.AtomicHashMapDelta
 
getChannel() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
getChecksum() - Method in class org.infinispan.lucene.impl.InfinispanIndexOutput
 
getChild(Fqn) - Method in class org.infinispan.tree.impl.NodeImpl
 
getChild(Fqn, Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
getChild(Object) - Method in class org.infinispan.tree.impl.NodeImpl
 
getChild(Object, Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
getChild(Fqn) - Method in interface org.infinispan.tree.Node
Returns the child node
getChild(Fqn, Flag...) - Method in interface org.infinispan.tree.Node
 
getChild(Object) - Method in interface org.infinispan.tree.Node
 
getChild(Object, Flag...) - Method in interface org.infinispan.tree.Node
 
getChildren() - Method in class org.infinispan.tree.impl.NodeImpl
 
getChildren(Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
getChildren() - Method in interface org.infinispan.tree.Node
Returns an immutable set of children nodes.
getChildren(Flag...) - Method in interface org.infinispan.tree.Node
 
getChildrenNames() - Method in class org.infinispan.tree.impl.NodeImpl
 
getChildrenNames(Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
getChildrenNames() - Method in interface org.infinispan.tree.Node
Returns an immutable set of children node names.
getChildrenNames(Flag...) - Method in interface org.infinispan.tree.Node
 
getChunk() - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
 
getChunkId() - Method in class org.infinispan.lucene.ChunkCacheKey
Get the chunkId.
getChunkSize() - Method in class org.infinispan.io.GridFile
Guaranteed to be a power of two
getChunkSize() - Method in class org.infinispan.io.GridFile.Metadata
 
getChunkSize() - Method in interface org.infinispan.lucene.impl.DirectoryExtensions
 
getClassBasedOnConfigurationAnnotation(StoreConfiguration, Log) - Static method in class org.infinispan.persistence.factory.ConfigurationForClassExtractor
 
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.cache.impl.AbstractDelegatingAdvancedCache
 
getClassLoader() - Method in class org.infinispan.cache.impl.CacheImpl
 
getClassLoader() - Method in class org.infinispan.cache.impl.DecoratedCache
 
getClassLoader() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getClassLoader(Object) - Static method in class org.infinispan.cdi.util.BeanManagerProvider
Detect the right ClassLoader.
getClassLoader() - Method in class org.infinispan.commons.marshall.jboss.DefaultContextClassResolver
 
getClassLoader() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
getClassLoader() - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
 
getClassLoader() - Method in class org.infinispan.context.impl.AbstractInvocationContext
 
getClassLoader() - Method in class org.infinispan.context.impl.ImmutableContext
 
getClassLoader() - Method in interface org.infinispan.context.InvocationContext
Returns the class loader associated with this invocation
getClassLoader() - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
getClassLoader() - Method in class org.infinispan.factories.AbstractComponentRegistry
 
getClassLoader() - Method in class org.infinispan.factories.ComponentRegistry
 
getClassLoader() - Method in class org.infinispan.factories.GlobalComponentRegistry
 
getClassLoader() - Method in class org.infinispan.jcache.embedded.JCacheManager
 
getClassLoader() - Method in class org.infinispan.jcache.remote.JCacheManager
 
getClassLoader() - Method in class org.infinispan.marshall.core.JBossMarshaller.EmbeddedContextClassResolver
 
getClassLoader() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
getClassLoader() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getClassLoaders(ClassLoader) - Static method in class org.infinispan.commons.util.Util
 
getClazz() - Method in class org.infinispan.atomic.container.Container
 
getClazz() - Method in class org.infinispan.factories.components.ComponentMetadata
 
getCluster() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfiguration
 
getClusterAvailability() - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
getClusterListenersToInstall() - Method in interface org.infinispan.statetransfer.StateProvider
 
getClusterListenersToInstall() - Method in class org.infinispan.statetransfer.StateProviderImpl
 
getClusterMembers() - 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.DefaultCacheManager
getClusterName() - Method in interface org.infinispan.manager.EmbeddedCacheManager
 
getClusterName() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getClusterSize() - Method in class org.infinispan.manager.DefaultCacheManager
 
getClusterStatus() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
 
getClusterStatus() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 
getCode() - Method in class org.infinispan.client.hotrod.impl.VersionedOperationResponse
 
getCodec(String) - Method in class org.infinispan.cli.interpreter.codec.CodecRegistry
 
getCodec() - Method in interface org.infinispan.cli.interpreter.session.Session
Returns the currently active codec used to encode/decode keys/values
getCodec(String) - Method in interface org.infinispan.cli.interpreter.session.Session
Returns a specific codec
getCodec() - Method in class org.infinispan.cli.interpreter.session.SessionImpl
 
getCodec(String) - Method in class org.infinispan.cli.interpreter.session.SessionImpl
 
getCodec(String) - Static method in class org.infinispan.client.hotrod.impl.protocol.CodecFactory
 
getCodecs() - Method in class org.infinispan.cli.interpreter.codec.CodecRegistry
 
getCodecs() - Method in interface org.infinispan.cli.interpreter.session.Session
Returns the list of available key/value codecs
getCodecs() - Method in class org.infinispan.cli.interpreter.session.SessionImpl
 
getCoinToss() - Method in class org.infinispan.transaction.xa.DldGlobalTransaction
 
getCollocatedKey(K) - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
 
getCollocatedKey(K) - Method in interface org.infinispan.affinity.KeyAffinityService
Returns a key that will be distributed on the same node as the supplied key.
getCombiner() - Method in class org.infinispan.commands.read.MapCombineCommand
 
getCommand(String) - Method in class org.infinispan.cli.CommandRegistry
 
getCommand() - Method in class org.infinispan.cli.commands.ProcessedCommand
 
getCommand() - Method in class org.infinispan.commands.remote.SingleRpcCommand
 
getCommand() - Method in class org.infinispan.remoting.inboundhandler.action.ActionState
 
getCommandAwareRpcDispatcher() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
getCommandBuffer() - Method in interface org.infinispan.cli.Context
 
getCommandBuffer() - Method in class org.infinispan.cli.impl.ContextImpl
 
getCommandId() - Method in class org.infinispan.commands.CancelCommand
 
getCommandId() - Method in class org.infinispan.commands.control.LockControlCommand
 
getCommandId() - Method in class org.infinispan.commands.CreateCacheCommand
 
getCommandId() - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
 
getCommandId() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
 
getCommandId() - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
 
getCommandId() - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
 
getCommandId() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
getCommandId() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
getCommandId() - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
 
getCommandId() - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
 
getCommandId() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
getCommandId() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
getCommandId() - Method in class org.infinispan.commands.read.AbstractLocalCommand
 
getCommandId() - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
getCommandId() - Method in class org.infinispan.commands.read.GetAllCommand
 
getCommandId() - Method in class org.infinispan.commands.read.GetCacheEntryCommand
 
getCommandId() - Method in class org.infinispan.commands.read.GetKeyValueCommand
 
getCommandId() - Method in class org.infinispan.commands.read.MapCombineCommand
 
getCommandId() - Method in class org.infinispan.commands.read.ReduceCommand
 
getCommandId() - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
 
getCommandId() - Method in class org.infinispan.commands.remote.ClusteredGetCommand
 
getCommandId() - Method in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
getCommandId() - Method in class org.infinispan.commands.remote.MultipleRpcCommand
 
getCommandId() - Method in class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
 
getCommandId() - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTransactionsCommand
 
getCommandId() - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTxInfoCommand
 
getCommandId() - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
 
getCommandId() - Method in class org.infinispan.commands.remote.SingleRpcCommand
 
getCommandId() - Method in class org.infinispan.commands.RemoveCacheCommand
 
getCommandId() - Method in interface org.infinispan.commands.ReplicableCommand
Used by marshallers to convert this command into an id for streaming.
getCommandId() - Method in class org.infinispan.commands.tx.CommitCommand
 
getCommandId() - Method in class org.infinispan.commands.tx.PrepareCommand
 
getCommandId() - Method in class org.infinispan.commands.tx.RollbackCommand
 
getCommandId() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderCommitCommand
 
getCommandId() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderNonVersionedPrepareCommand
 
getCommandId() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderRollbackCommand
 
getCommandId() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderVersionedCommitCommand
 
getCommandId() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderVersionedPrepareCommand
 
getCommandId() - Method in class org.infinispan.commands.tx.VersionedCommitCommand
 
getCommandId() - Method in class org.infinispan.commands.tx.VersionedPrepareCommand
 
getCommandId() - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
getCommandId() - Method in class org.infinispan.commands.write.ClearCommand
 
getCommandId() - Method in class org.infinispan.commands.write.EvictCommand
 
getCommandId() - Method in class org.infinispan.commands.write.InvalidateCommand
 
getCommandId() - Method in class org.infinispan.commands.write.InvalidateL1Command
 
getCommandId() - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
getCommandId() - Method in class org.infinispan.commands.write.PutMapCommand
 
getCommandId() - Method in class org.infinispan.commands.write.RemoveCommand
 
getCommandId() - Method in class org.infinispan.commands.write.RemoveExpiredCommand
 
getCommandId() - Method in class org.infinispan.commands.write.ReplaceCommand
 
getCommandId() - Method in class org.infinispan.iteration.impl.EntryRequestCommand
 
getCommandId() - Method in class org.infinispan.iteration.impl.EntryResponseCommand
 
getCommandId() - Method in class org.infinispan.manager.impl.ReplicableCommandManagerFunction
 
getCommandId() - Method in class org.infinispan.manager.impl.ReplicableCommandRunnable
 
getCommandId() - Method in class org.infinispan.statetransfer.StateRequestCommand
 
getCommandId() - Method in class org.infinispan.statetransfer.StateResponseCommand
 
getCommandId() - Method in class org.infinispan.stream.impl.StreamRequestCommand
 
getCommandId() - Method in class org.infinispan.stream.impl.StreamResponseCommand
 
getCommandId() - Method in class org.infinispan.stream.impl.StreamSegmentResponseCommand
 
getCommandId() - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
getCommandId() - Method in class org.infinispan.xsite.SingleXSiteRpcCommand
 
getCommandId() - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
 
getCommandId() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
getCommandId() - Method in class org.infinispan.xsite.XSiteAdminCommand
 
getCommandLine() - Method in class org.infinispan.cli.commands.ProcessedCommand
 
getCommandNames() - Method in class org.infinispan.cli.CommandRegistry
 
getCommandRegistry() - Method in interface org.infinispan.cli.Context
 
getCommandRegistry() - Method in class org.infinispan.cli.impl.ContextImpl
 
getCommands() - Method in class org.infinispan.commands.remote.MultipleRpcCommand
 
getCommandsFactory() - Method in class org.infinispan.factories.ComponentRegistry
Caching shortcut for #getLocalComponent(CommandsFactory.class);
getCommandTopologyId() - Method in class org.infinispan.remoting.inboundhandler.action.ActionState
 
getCommitNodes(Collection<Address>, int, Collection<Address>) - Method in class org.infinispan.transaction.impl.LocalTransaction
Calculates the list of nodes to which a commit/rollback needs to be sent based on the nodes to which prepare was sent.
getCommits() - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
getCommittedViewAsString() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getCommunicationErrors() - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
 
getCommunicationErrors() - Method in interface org.infinispan.remoting.transport.BackupResponse
Returns the list of sites where the backups failed due to a bridge communication error (as opposed to an error caused by Infinispan, e.g.
getCommunicationErrors() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
 
getComparator() - Method in class org.infinispan.stream.impl.intops.object.SortedComparatorOperation
 
getComparator() - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator
 
getCompletedTasks() - Method in class org.infinispan.executors.ExecutorAllCompletionService
 
getCompletedTransactionStatus(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
 
getComponent(Class<T>) - Method in class org.infinispan.factories.AbstractComponentRegistry
Retrieves a component of a specified type from the registry, or null if it cannot be found.
getComponent(String) - Method in class org.infinispan.factories.AbstractComponentRegistry
 
getComponent(String, String) - Method in class org.infinispan.factories.AbstractComponentRegistry
 
getComponent(Class<T>, String) - Method in class org.infinispan.factories.AbstractComponentRegistry
 
getComponent(String, String, boolean) - Method in class org.infinispan.factories.AbstractComponentRegistry
 
getComponent(String, String, boolean) - Method in class org.infinispan.factories.ComponentRegistry
 
getComponentMetadataRepo() - Method in class org.infinispan.factories.AbstractComponentRegistry
 
getComponentMetadataRepo() - Method in class org.infinispan.factories.ComponentRegistry
 
getComponentMetadataRepo() - Method in class org.infinispan.factories.GlobalComponentRegistry
 
getComponentRegistry() - Method in interface org.infinispan.AdvancedCache
 
getComponentRegistry() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getComponentRegistry() - Method in class org.infinispan.cache.impl.CacheImpl
 
getComponentRegistry() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getComponentRegistry() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getCompositeKeys() - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
getConcurrencyLevel() - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
getConfiguration() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
Retrieves the configuration currently in use.
getConfiguration(String) - Method in class org.infinispan.configuration.ConfigurationManager
 
getConfiguration() - Method in class org.infinispan.factories.AbstractComponentRegistry
Retrieves the configuration component.
getConfiguration(Class<C>) - Method in class org.infinispan.jcache.AbstractJCache
 
getConfiguration() - Method in class org.infinispan.jcache.embedded.ConfigurationAdapter
 
getConfiguration() - Method in class org.infinispan.jcache.remote.ConfigurationAdapter
 
getConfiguration() - Method in class org.infinispan.persistence.file.SingleFileStore
 
getConfiguration() - Method in class org.infinispan.persistence.InitializationContextImpl
 
getConfiguration() - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
getConfiguration() - Method in class org.infinispan.persistence.jdbc.mixed.InitialisationContextDelegate
 
getConfiguration() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
getConfiguration() - Method in class org.infinispan.persistence.remote.RemoteStore
 
getConfiguration() - Method in interface org.infinispan.persistence.spi.InitializationContext
 
getConfiguration() - Method in class org.infinispan.remoting.ReplicationQueueImpl
Deprecated.
 
getConfigurationAsProperties() - Method in class org.infinispan.cache.impl.CacheImpl
 
getConfigurationAsProperties() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getConfigurationOrDefault(String) - Method in class org.infinispan.configuration.ConfigurationManager
 
getConflictingTransactionBlocks() - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
 
getConnection(String) - Static method in class org.infinispan.cli.connection.ConnectionFactory
 
getConnection(String) - Method in interface org.infinispan.cli.connection.Connector
 
getConnection(String) - Method in class org.infinispan.cli.connection.jmx.remoting.DirectJMXRemotingConnector
 
getConnection(String) - Method in class org.infinispan.cli.connection.jmx.remoting.HttpJMXRemotingConnector
 
getConnection(String) - Method in class org.infinispan.cli.connection.jmx.remoting.HttpsJMXRemotingConnector
 
getConnection(String) - Method in class org.infinispan.cli.connection.jmx.rmi.JMXRMIConnector
 
getConnection() - Method in interface org.infinispan.cli.Context
 
getConnection() - Method in class org.infinispan.cli.impl.ContextImpl
 
getConnection() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactory
Fetches a connection from the factory.
getConnection() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ManagedConnectionFactory
 
getConnection() - Method in class org.infinispan.persistence.jdbc.connectionfactory.PooledConnectionFactory
 
getConnection() - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
 
getConnectionCount() - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
 
getConnectionEnvironment(String) - Method in class org.infinispan.cli.connection.jmx.AbstractJMXUrl
 
getConnectionEnvironment(String) - Method in interface org.infinispan.cli.connection.jmx.JMXUrl
 
getConnectionFactory() - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
getConnectionFactory(String, ClassLoader) - Static method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactory
Constructs a ConnectionFactory based on the supplied class name.
getConnectionFactory(Class<? extends ConnectionFactory>) - Static method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactory
Constructs a ConnectionFactory based on the supplied class name.
getConnectionFactory() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
getConnectionFactory() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
getConnectionFactoryClass() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
 
getConnectionPool() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getConnectionUrl() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
 
getConnectionUrl() - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
 
getConnectTimeout() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getConnectTimeout() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getConnectTimeout() - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
getConsistentHash(byte[]) - Method in class org.infinispan.client.hotrod.impl.TopologyInfo
 
getConsistentHash(byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
Note that the returned ConsistentHash may not be thread-safe.
getConsistentHash(byte[]) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
getConsistentHash() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
 
getConsistentHash() - Method in class org.infinispan.commands.read.GetAllCommand
 
getConsistentHash() - Method in interface org.infinispan.distribution.DistributionManager
Retrieves the consistent hash instance currently in use, an instance of the configured ConsistentHash class (which defaults to DefaultConsistentHash.
getConsistentHash() - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
 
getConsistentHashAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
 
getConsistentHashAtEnd() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getConsistentHashAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
 
getConsistentHashAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
 
getConsistentHashAtStart() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getConsistentHashAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
 
getConsistentHashFactory() - Method in class org.infinispan.client.hotrod.impl.TopologyInfo
 
getConsistentHashFactory() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getConsistentHashFactory() - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
getConsistentHashFactory() - Method in class org.infinispan.topology.CacheJoinInfo
 
getConsumer() - Method in class org.infinispan.stream.impl.intops.object.PeekOperation
 
getConsumer() - Method in class org.infinispan.stream.impl.intops.primitive.d.PeekDoubleOperation
 
getConsumer() - Method in class org.infinispan.stream.impl.intops.primitive.i.PeekIntOperation
 
getConsumer() - Method in class org.infinispan.stream.impl.intops.primitive.l.PeekLongOperation
 
getConsumer() - Method in class org.infinispan.stream.impl.termop.object.ForEachOperation
 
getConsumer() - Method in class org.infinispan.stream.impl.termop.primitive.ForEachDoubleOperation
 
getConsumer() - Method in class org.infinispan.stream.impl.termop.primitive.ForEachFlatMapDoubleOperation
 
getConsumer() - Method in class org.infinispan.stream.impl.termop.primitive.ForEachFlatMapIntOperation
 
getConsumer() - Method in class org.infinispan.stream.impl.termop.primitive.ForEachFlatMapLongOperation
 
getConsumer() - Method in class org.infinispan.stream.impl.termop.primitive.ForEachIntOperation
 
getConsumer() - Method in class org.infinispan.stream.impl.termop.primitive.ForEachLongOperation
 
getContainer() - Method in class org.infinispan.cli.connection.jmx.AbstractJMXUrl
 
getContainer() - Method in interface org.infinispan.cli.connection.jmx.JMXUrl
 
getContents() - Method in class org.infinispan.tree.impl.NodeKey
 
getContext() - Method in interface org.infinispan.cli.shell.Shell
 
getContext() - Method in class org.infinispan.cli.shell.ShellImpl
 
getContext(String, char[], String, char[]) - Static method in class org.infinispan.commons.util.SslContextFactory
 
getContext(String, char[], String, char[], ClassLoader) - Static method in class org.infinispan.commons.util.SslContextFactory
 
getContext() - Method in interface org.infinispan.util.logging.events.EventLog
 
getContinuousQuery(RemoteCache<K, V>) - Static method in class org.infinispan.client.hotrod.Search
 
getConverter() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
 
getConverter() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
getConverter() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
getConverter(Object[]) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverterFactory
Retrieves a cache event converter instance from this factory.
getConverter() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
 
getCoordinator() - Method in class org.infinispan.manager.DefaultCacheManager
getCoordinator() - Method in interface org.infinispan.manager.EmbeddedCacheManager
 
getCoordinator() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getCoordinator() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
getCoordinator() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
getCoordinator() - Method in interface org.infinispan.remoting.transport.Transport
 
getCoordinatorAddress() - Method in class org.infinispan.manager.DefaultCacheManager
 
getCountRowsSql() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getCreated() - Method in class org.infinispan.client.hotrod.impl.MetadataValueImpl
 
getCreated() - Method in interface org.infinispan.client.hotrod.MetadataValue
 
getCreated() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
getCreated() - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
getCreated() - Method in interface org.infinispan.container.entries.InternalCacheEntry
 
getCreated() - Method in interface org.infinispan.container.entries.InternalCacheValue
 
getCreated() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
getCreated() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
 
getCreated() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
getCreated() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
getCreated() - Method in class org.infinispan.container.entries.MortalCacheEntry
 
getCreated() - Method in class org.infinispan.container.entries.MortalCacheValue
 
getCreated() - Method in class org.infinispan.container.entries.TransientCacheEntry
 
getCreated() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
getCreatedCacheCount() - Method in class org.infinispan.manager.DefaultCacheManager
 
getCreationTime() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
getCreationTime() - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
getCurrentArgument() - Method in class org.infinispan.cli.commands.ProcessedCommand
 
getCurrentCache() - Method in interface org.infinispan.cli.interpreter.session.Session
Obtains the currently selected cache.
getCurrentCache() - Method in class org.infinispan.cli.interpreter.session.SessionImpl
 
getCurrentCacheName() - Method in interface org.infinispan.cli.interpreter.session.Session
Returns the name of the currently selected cache.
getCurrentCacheName() - Method in class org.infinispan.cli.interpreter.session.SessionImpl
 
getCurrentCH() - Method in class org.infinispan.topology.CacheTopology
The current consistent hash.
getCurrentCH() - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
getCurrentClusterName() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getCurrentClusterName() - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
getCurrentConfigurationBuilder() - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
 
getCurrentNumberOfEntries() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getCurrentNumberOfEntries() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getCurrentNumberOfEntries() - Method in class org.infinispan.stats.impl.StatsCollector
 
getCurrentNumberOfEntries() - Method in class org.infinispan.stats.impl.StatsImpl
 
getCurrentNumberOfEntries() - Method in interface org.infinispan.stats.Stats
Returns the number of entries currently in this cache instance.
getCurrentStateSending() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProvider
 
getCurrentStateSending() - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
 
getCurrentTopology() - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
 
getCurrentTopology() - Method in class org.infinispan.topology.ClusterCacheStatus
 
getCustomInterceptorsBuilder() - Method in class org.infinispan.configuration.cache.AbstractCustomInterceptorsConfigurationChildBuilder
 
getCWD() - Method in interface org.infinispan.cli.shell.Shell
 
getCWD() - Method in class org.infinispan.cli.shell.ShellImpl
 
getData() - Method in class org.infinispan.tree.impl.NodeImpl
 
getData(Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
getData(Fqn) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
getData(Fqn, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
getData() - Method in interface org.infinispan.tree.Node
Returns a map containing the data in this Node.
getData(Flag...) - Method in interface org.infinispan.tree.Node
 
getData(Fqn) - Method in interface org.infinispan.tree.TreeCache
Retrieves a defensively copied data map of the underlying node.
getData(Fqn, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
getDataCache() - Method in interface org.infinispan.lucene.impl.DirectoryExtensions
 
getDataContainer() - Method in interface org.infinispan.AdvancedCache
Returns the container where data is stored in the cache.
getDataContainer() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getDataContainer() - Method in class org.infinispan.cache.impl.CacheImpl
 
getDataContainer() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getDataContainer() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getDatasourceJndiLocation() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
 
getDecoder() - Method in class org.infinispan.server.websocket.WebSocketServer
 
getDedicatedTransport() - Method in class org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation
 
getDefaultCacheConfiguration() - Method in class org.infinispan.manager.DefaultCacheManager
 
getDefaultCacheConfiguration() - Method in interface org.infinispan.manager.EmbeddedCacheManager
Returns default configuration for this CacheManager
getDefaultCacheConfiguration() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getDefaultClassLoader() - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
getDefaultConfiguration() - Method in class org.infinispan.configuration.ConfigurationManager
 
getDefaultConfigurationBuilder() - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
 
getDefaultDuration() - Static method in class org.infinispan.jcache.Expiration
 
getDefaultEmbeddedCacheConfiguration() - Method in class org.infinispan.cdi.DefaultEmbeddedCacheConfigurationProducer
Produces the default embedded cache configuration.
getDefaultEmbeddedCacheManager(Configuration) - Method in class org.infinispan.cdi.DefaultEmbeddedCacheManagerProducer
Produces the default embedded cache manager.
getDefaultExecutorFactoryPoolSize() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getDefaultExecutorFactoryQueueSize() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
GetDefaultExecutorServiceAction - Class in org.infinispan.security.actions
GetDefaultExecutorServiceAction.
GetDefaultExecutorServiceAction(Cache<?, ?>) - Constructor for class org.infinispan.security.actions.GetDefaultExecutorServiceAction
 
getDefaultProperties() - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
getDefaultQueueSize(String) - Static method in class org.infinispan.factories.KnownComponentNames
 
getDefaultRemoteCacheManager() - Method in class org.infinispan.cdi.DefaultRemoteCacheManagerProducer
Produces the default remote cache manager with the default settings.
getDefaultRpcOptions(boolean) - Method in interface org.infinispan.remoting.rpc.RpcManager
Creates a new RpcOptionsBuilder.
getDefaultRpcOptions(boolean, DeliverOrder) - Method in interface org.infinispan.remoting.rpc.RpcManager
Creates a new RpcOptionsBuilder.
getDefaultRpcOptions(boolean) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getDefaultRpcOptions(boolean, DeliverOrder) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getDefaultRpcOptions(boolean) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
 
getDefaultRpcOptions(boolean, DeliverOrder) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
 
getDefaultScope() - Static method in enum org.infinispan.factories.scopes.Scopes
 
getDefaultThreadPrio(String) - Static method in class org.infinispan.factories.KnownComponentNames
 
getDefaultThreads(String) - Static method in class org.infinispan.factories.KnownComponentNames
 
getDefaultTokens() - Method in class org.infinispan.checkstyle.checks.regexp.IllegalImport
 
getDefaultURI() - Method in class org.infinispan.jcache.embedded.JCachingProvider
 
getDefaultURI() - Method in class org.infinispan.jcache.remote.JCachingProvider
 
getDefaultValue(CreationalContext<?>) - Method in class org.infinispan.cdi.util.ParameterValueRedefiner.ParameterValue
Get the default value of the parameter.
getDefaultValue() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
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.configuration.ConfigurationManager
 
getDefinedConfigurations() - Method in class org.infinispan.configuration.ConfigurationManager
 
getDelegate() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
getDelegate() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
getDelegate() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getDelegates() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
getDelegates() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
getDeleteAllRowsSql() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getDeleteExpiredRowsSql() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getDeleteRowSql() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getDelta() - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
getDeltaAwareValueKey() - Method in class org.infinispan.atomic.DeltaCompositeKey
 
getDeltaMapForRead() - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
getDeltaMapForWrite() - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
getDeltaMapForWrite() - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
getDependencies() - Method in class org.infinispan.factories.components.ComponentMetadata
 
getDependents(T) - Method in class org.infinispan.util.DependencyGraph
Return the dependents
getDescription() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer.DFA18
 
getDescription() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer.DFA28
 
getDescription() - Method in class org.infinispan.factories.components.JmxAttributeMetadata
 
getDescription() - Method in class org.infinispan.factories.components.JmxOperationMetadata
 
getDescription() - Method in class org.infinispan.factories.components.JmxOperationParameter
 
getDescription() - Method in class org.infinispan.factories.components.ManageableComponentMetadata
 
getDestination() - Method in class org.infinispan.statetransfer.OutboundTransferTask
 
getDetail() - Method in interface org.infinispan.util.logging.events.EventLog
 
getDetectedLocalDeadlocks() - Method in class org.infinispan.util.concurrent.locks.DeadlockDetectingLockManager
 
getDetectedRemoteDeadlocks() - Method in class org.infinispan.util.concurrent.locks.DeadlockDetectingLockManager
 
getDistinctLocationsCount(TopologyLevel, int) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
 
getDistributionManager() - Method in interface org.infinispan.AdvancedCache
Retrieves a reference to the DistributionManager if the cache is configured to use Distribution.
getDistributionManager() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getDistributionManager() - Method in class org.infinispan.cache.impl.CacheImpl
 
getDistributionManager() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getDistributionManager() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getDocumentRoot(InputStream) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
Returns the root element of a given input stream
getDriverClass() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
 
getElapsedTime() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
getElementContent(Element, boolean) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
Reads the contents of the element passed in.
getElementsCount() - Method in interface org.infinispan.remoting.ReplicationQueue
Deprecated.
 
getElementsCount() - Method in class org.infinispan.remoting.ReplicationQueueImpl
Deprecated.
 
getEncoder() - Method in class org.infinispan.server.websocket.WebSocketServer
 
getEngine(SSLContext, boolean, boolean) - Static method in class org.infinispan.commons.util.SslContextFactory
 
getEnlistedResources() - Method in class org.infinispan.transaction.tm.DummyTransaction
 
getEnlistedSynchronization() - Method in class org.infinispan.transaction.tm.DummyTransaction
 
getEntityManagerFactory(String) - Method in class org.infinispan.persistence.jpa.impl.EntityManagerFactoryRegistry
 
getEntries() - Method in class org.infinispan.client.hotrod.impl.operations.IterationNextResponse
 
getEntries() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
getEntries() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
getEntries() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntriesEvictedEvent
Retrieves entries being evicted.
getEntries() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getEntry(Object, TimeService) - Method in class org.infinispan.persistence.support.Bucket
 
getErroneousAttributes() - Method in exception org.infinispan.commons.CacheConfigurationException
 
getEventData() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent
Customized event data.
getEventLogger(EmbeddedCacheManager) - Static method in interface org.infinispan.util.logging.events.EventLogManager
 
getEventLogger() - Method in interface org.infinispan.util.logging.events.EventLogManager
 
getEventLogger() - Method in class org.infinispan.util.logging.events.impl.EventLogManagerImpl
 
getEvents(Instant, int, Optional<EventLogCategory>, Optional<EventLogLevel>) - Method in interface org.infinispan.util.logging.events.EventLogger
Retrieves the event logs from the cluster within the specified range
getEvents(Instant, int, Optional<EventLogCategory>, Optional<EventLogLevel>) - Method in class org.infinispan.util.logging.events.impl.BasicEventLogger
The basic event logger doesn't collect anything.
getEvents(Instant, int, Optional<EventLogCategory>, Optional<EventLogLevel>) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
 
getEvictionManager() - Method in interface org.infinispan.AdvancedCache
 
getEvictionManager() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getEvictionManager() - Method in class org.infinispan.cache.impl.CacheImpl
 
getEvictionManager() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getEvictionManager() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getEvictions() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
getEvictions() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getEvictions() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getEvictions() - Method in class org.infinispan.stats.impl.StatsCollector
 
getEvictions() - Method in class org.infinispan.stats.impl.StatsImpl
 
getEvictions() - Method in interface org.infinispan.stats.Stats
 
getEvictionSize() - Method in class org.infinispan.cache.impl.CacheConfigurationMBean
 
getException() - Method in class org.infinispan.remoting.responses.ExceptionResponse
 
getExecutionMode() - Method in interface org.infinispan.tasks.ServerTask
Provides info whether the task execution should be local - on one node or distributed - on all nodes.
getExecutor(Properties) - Method in class org.infinispan.client.hotrod.impl.async.DefaultAsyncExecutorFactory
 
getExecutor(Properties) - Method in interface org.infinispan.commons.executors.ExecutorFactory
 
getExecutor(Properties, AccessControlContext) - Method in interface org.infinispan.commons.executors.SecurityAwareExecutorFactory
 
getExecutor(Properties) - Method in class org.infinispan.executors.DefaultExecutorFactory
 
getExecutor(Properties, AccessControlContext) - Method in class org.infinispan.executors.DefaultExecutorFactory
 
getExecutor(Properties) - Method in class org.infinispan.executors.WithinThreadExecutorFactory
 
getExecutorService() - Method in interface org.infinispan.distexec.mapreduce.MapReduceManager
ExecutorService provided for local task execution
getExecutorService() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl
 
getExpectedMembers() - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
The members of the cache.
getExpectedMembers() - Method in class org.infinispan.topology.ClusterCacheStatus
 
getExpiration() - Method in class org.infinispan.persistence.jpa.impl.MetadataEntity
 
getExpirationManager() - Method in interface org.infinispan.AdvancedCache
 
getExpirationManager() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getExpirationManager() - Method in class org.infinispan.cache.impl.CacheImpl
 
getExpirationManager() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getExpirationManager() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getExpiry(ExpiryPolicy, Expiration.Operation) - Static method in class org.infinispan.jcache.Expiration
Return expiry for a given cache operation.
getExpiryTime() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
getExpiryTime() - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
getExpiryTime() - Method in interface org.infinispan.container.entries.InternalCacheEntry
Only used with entries that have a lifespan, this determines when an entry is due to expire.
getExpiryTime() - Method in interface org.infinispan.container.entries.InternalCacheValue
 
getExpiryTime() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
getExpiryTime() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
 
getExpiryTime() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
getExpiryTime() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
 
getExpiryTime() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
getExpiryTime() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
 
getExpiryTime() - Method in class org.infinispan.container.entries.MortalCacheEntry
 
getExpiryTime() - Method in class org.infinispan.container.entries.MortalCacheValue
 
getExpiryTime() - Method in class org.infinispan.container.entries.TransientCacheEntry
 
getExpiryTime() - Method in class org.infinispan.container.entries.TransientCacheValue
 
getExpiryTime() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
getExpiryTime() - Method in class org.infinispan.container.entries.TransientMortalCacheValue
 
getExpiryTime(InternalMetadata) - Static method in class org.infinispan.persistence.PersistenceUtil
 
getExternalizer(Class<?>) - Method in class org.infinispan.commons.marshall.jboss.SerializeWithExtFactory
 
getExternalizer(Object) - Method in class org.infinispan.marshall.core.ExternalizerTable
 
getFactory(Class<?>) - Method in class org.infinispan.factories.AbstractComponentRegistry
Retrieves a component factory instance capable of constructing components of a specified type.
getFactory(Class<?>) - Method in class org.infinispan.factories.ComponentRegistry
 
getFailedBackups() - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
 
getFailedBackups() - Method in interface org.infinispan.remoting.transport.BackupResponse
 
getFailedBackups() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
 
getFailureCount() - Method in class org.infinispan.xsite.OfflineStatus
 
getFailurePolicy(String) - Method in class org.infinispan.configuration.cache.SitesConfiguration
 
getFetchSize() - Method in class org.infinispan.persistence.jdbc.TableManipulation
For DB queries the fetch size will be set on ResultSet.setFetchSize(int).
getField(String, Class<?>) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
getFieldValue(Field, Object, Class<T>) - Static method in class org.infinispan.cdi.util.Reflections
Get the value of the field, on the specified instance, casting the value of the field to the expected type.
getFile(String) - Method in class org.infinispan.io.GridFilesystem
Returns the file denoted by pathname.
getFile(String, int) - Method in class org.infinispan.io.GridFilesystem
Returns the file denoted by pathname.
getFile(String, String) - Method in class org.infinispan.io.GridFilesystem
 
getFile(String, String, int) - Method in class org.infinispan.io.GridFilesystem
 
getFile(File, String) - Method in class org.infinispan.io.GridFilesystem
 
getFile(File, String, int) - Method in class org.infinispan.io.GridFilesystem
 
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.
getFileMetadata(String) - Method in class org.infinispan.lucene.impl.FileListOperations
 
getFileName() - Method in class org.infinispan.lucene.ChunkCacheKey
Get the fileName.
getFileName() - Method in class org.infinispan.lucene.FileCacheKey
Get the fileName.
getFileName() - Method in class org.infinispan.lucene.FileReadLockKey
Get the fileName.
getFilePointer() - Method in class org.infinispan.lucene.impl.InfinispanIndexInput
 
getFilePointer() - Method in class org.infinispan.lucene.impl.InfinispanIndexOutput
 
getFilePointer() - Method in class org.infinispan.lucene.impl.SingleChunkIndexInput
 
getFilesWithErrors() - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Get the full names of all registered schema files.
getFilter() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
 
getFilter() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
getFilter() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
getFilter(Object[]) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilterFactory
Retrieves a cache event filter instance from this factory.
getFilter() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
 
getFilterConverter() - Method in interface org.infinispan.filter.KeyValueFilterConverterFactory
 
getFilterConverter(Object[]) - Method in interface org.infinispan.filter.ParamKeyValueFilterConverterFactory
Create an instance of KeyValueFilterConverter
getFilterConverter() - Method in interface org.infinispan.filter.ParamKeyValueFilterConverterFactory
 
getFilterConverter(Object[]) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterFactory
Retrieves a cache event filter and converter instance from this factory.
getFilteredKeys() - Method in class org.infinispan.remoting.inboundhandler.action.ActionState
 
getFineGrainedAtomicMap(Cache<MK, ?>, MK) - Static method in class org.infinispan.atomic.AtomicMapLookup
Retrieves a fine grained atomic map from a given cache, stored under a given key.
getFineGrainedAtomicMap(Cache<MK, ?>, MK, boolean) - Static method in class org.infinispan.atomic.AtomicMapLookup
Retrieves an atomic map from a given cache, stored under a given key.
getFirstChildElement(Element) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
Gets the first child element of an element
getFirstException() - Method in class org.infinispan.executors.ExecutorAllCompletionService
 
getFirstInChain() - Method in class org.infinispan.interceptors.InterceptorChain
 
getFirstInterceptorWhichExtends(AdvancedCache<?, ?>, Class<T>) - Static method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getFirstTopologyAsMember() - Method in interface org.infinispan.statetransfer.StateTransferManager
 
getFirstTopologyAsMember() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
 
getFlagInt() - Method in enum org.infinispan.client.hotrod.Flag
 
getFlags() - Method in class org.infinispan.cache.impl.DecoratedCache
 
getFlags() - Method in class org.infinispan.commands.AbstractLocalFlagAffectedCommand
 
getFlags() - Method in class org.infinispan.commands.control.LockControlCommand
 
getFlags() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
getFlags() - Method in interface org.infinispan.commands.LocalFlagAffectedCommand
 
getFlags() - Method in class org.infinispan.commands.remote.LocalFlagAffectedRpcCommand
 
getFlags() - Method in class org.infinispan.commands.write.RemoveExpiredCommand
 
getFloatProperty(String) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
 
getFloatProperty(String) - Method in interface org.infinispan.globalstate.ScopedPersistentState
Retrieves a float state property
getForceReturnValues() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getFormatId() - Method in class org.infinispan.transaction.tm.DummyNoXaXid
 
getFormatId() - Method in class org.infinispan.transaction.tm.DummyXid
 
getFormatId() - Method in class org.infinispan.transaction.xa.recovery.SerializableXid
 
getFqn() - Method in class org.infinispan.tree.impl.NodeImpl
 
getFqn() - Method in class org.infinispan.tree.impl.NodeKey
 
getFqn() - Method in interface org.infinispan.tree.Node
Returns the Fqn which represents the location of this Node in the cache structure.
getFreeSpace() - Method in class org.infinispan.io.GridFile
 
getFunction() - Method in class org.infinispan.stream.impl.intops.object.FlatMapOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.object.FlatMapToDoubleOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.object.FlatMapToIntOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.object.FlatMapToLongOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.object.MapOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.object.MapToDoubleOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.object.MapToIntOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.object.MapToLongOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.d.FlatMapDoubleOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.d.MapToIntDoubleOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.d.MapToLongDoubleOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.d.MapToObjDoubleOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.i.FlatMapIntOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.i.MapToDoubleIntOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.i.MapToLongIntOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.i.MapToObjIntOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.l.FlatMapLongOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.l.MapToDoubleLongOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.l.MapToIntLongOperation
 
getFunction() - Method in class org.infinispan.stream.impl.intops.primitive.l.MapToObjLongOperation
 
getFunction() - Method in class org.infinispan.stream.impl.termop.SegmentRetryingOperation
 
getFunction() - Method in class org.infinispan.stream.impl.termop.SingleRunOperation
 
getFuture() - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
getGlobalComponentRegistry() - Method in class org.infinispan.factories.ComponentRegistry
 
getGlobalComponentRegistry() - Method in class org.infinispan.manager.DefaultCacheManager
 
getGlobalComponentRegistry() - Method in interface org.infinispan.manager.EmbeddedCacheManager
 
getGlobalComponentRegistry() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
GetGlobalComponentRegistryAction - Class in org.infinispan.security.actions
GetGlobalComponentRegistryAction.
GetGlobalComponentRegistryAction(EmbeddedCacheManager) - Constructor for class org.infinispan.security.actions.GetGlobalComponentRegistryAction
 
getGlobalConfiguration() - Method in class org.infinispan.configuration.ConfigurationManager
 
getGlobalConfiguration() - Method in class org.infinispan.factories.GlobalComponentRegistry
 
getGlobalConfigurationAsProperties() - Method in class org.infinispan.manager.DefaultCacheManager
getGlobalConfigurationBuilder() - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
 
getGlobalTransaction() - Method in class org.infinispan.commands.remote.ClusteredGetCommand
 
getGlobalTransaction() - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
 
getGlobalTransaction() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
getGlobalTransaction() - Method in interface org.infinispan.commands.tx.TransactionBoundaryCommand
 
getGlobalTransaction() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
getGlobalTransaction() - Method in interface org.infinispan.context.impl.TxInvocationContext
Returns the id of the transaction associated with the current call.
getGlobalTransaction() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
 
getGlobalTransaction() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getGlobalTransaction() - Method in interface org.infinispan.notifications.cachelistener.event.TransactionalEvent
 
getGlobalTransaction() - Method in class org.infinispan.statetransfer.TransactionInfo
 
getGlobalTransaction() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
getGlobalTransaction() - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
 
getGlobalTransaction(Transaction) - Method in class org.infinispan.transaction.impl.TransactionTable
 
getGlobalTransaction(Transaction) - Method in interface org.infinispan.transaction.TransactionTable
 
getGlobalTransaction() - Method in interface org.infinispan.transaction.xa.CacheTransaction
Returns the transaction identifier.
getGlobalTransactionId() - Method in class org.infinispan.transaction.tm.DummyNoXaXid
 
getGlobalTransactionId() - Method in class org.infinispan.transaction.tm.DummyXid
 
getGlobalTransactionId() - Method in class org.infinispan.transaction.xa.recovery.SerializableXid
 
getGrammarFileName() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
getGrammarFileName() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
getGroup(String) - Method in interface org.infinispan.AdvancedCache
It fetches all the keys which belong to the group.
getGroup(String) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getGroup(String) - Method in class org.infinispan.cache.impl.CacheImpl
 
getGroup(String, EnumSet<Flag>, ClassLoader) - Method in class org.infinispan.cache.impl.CacheImpl
 
getGroup(String) - Method in class org.infinispan.cache.impl.DecoratedCache
 
getGroup(String) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getGroup(Object) - Method in interface org.infinispan.distribution.group.GroupManager
Get the group for a given key
getGroup(Object) - Method in class org.infinispan.distribution.group.GroupManagerImpl
 
getGroup(String) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getGroupBy() - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
getGroupName() - Method in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
GetHandler - Class in org.infinispan.server.websocket.handlers
Cache "get" operation handler.
GetHandler() - Constructor for class org.infinispan.server.websocket.handlers.GetHandler
 
getHash() - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
 
getHashAwareServer(Object, byte[]) - Method in class org.infinispan.client.hotrod.impl.TopologyInfo
 
getHashFunction() - Method in interface org.infinispan.distribution.ch.ConsistentHash
Deprecated.
Since 8.2, the Hash is optional - replaced in the configuration by the KeyPartitioner
getHashFunction() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
getHashFunction() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
getHashFunction() - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
getHashFunction() - Method in class org.infinispan.topology.CacheJoinInfo
 
getHavingFilterCondition() - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
getHitRatio() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
getHitRatio() - Method in interface org.infinispan.stats.CacheContainerStats
 
getHitRatio() - Method in interface org.infinispan.stats.ClusterCacheStats
 
getHitRatio() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getHitRatio() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getHitRatio() - Method in class org.infinispan.stats.impl.StatsCollector
 
getHits() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
getHits() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getHits() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getHits() - Method in class org.infinispan.stats.impl.StatsCollector
 
getHits() - Method in class org.infinispan.stats.impl.StatsImpl
 
getHits() - Method in interface org.infinispan.stats.Stats
 
getHostName() - Method in interface org.infinispan.server.core.transport.Transport
 
getId() - Method in class org.infinispan.atomic.DeltaCompositeKey.DeltaCompositeKeyExternalizer
 
getId() - Method in class org.infinispan.atomic.impl.AtomicHashMap.Externalizer
 
getId() - Method in class org.infinispan.atomic.impl.AtomicHashMapDelta.Externalizer
 
getId() - Method in class org.infinispan.atomic.impl.ClearOperation.Externalizer
 
getId() - Method in class org.infinispan.atomic.impl.PutOperation.Externalizer
 
getId() - Method in class org.infinispan.atomic.impl.RemoveOperation.Externalizer
 
getId() - Method in class org.infinispan.cdi.util.BeanBuilder
The id currently defined for bean creation.
getId() - Method in class org.infinispan.cdi.util.ImmutablePassivationCapableBean
 
getId() - Method in interface org.infinispan.cli.interpreter.session.Session
Returns the unique id of this session
getId() - Method in class org.infinispan.cli.interpreter.session.SessionImpl
 
getId() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
getId() - Method in class org.infinispan.commands.CommandInvocationId.Externalizer
 
getId() - Method in class org.infinispan.commands.write.ValueMatcher.Externalizer
 
getId() - Method in class org.infinispan.commons.hash.MurmurHash2.Externalizer
Deprecated.
 
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 interface org.infinispan.commons.marshall.AdvancedExternalizer
Returns an integer that identifies the externalizer type.
getId() - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
 
getId() - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
 
getId() - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
 
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.container.entries.ImmortalCacheEntry.Externalizer
 
getId() - Method in class org.infinispan.container.entries.ImmortalCacheValue.Externalizer
 
getId() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry.Externalizer
 
getId() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue.Externalizer
 
getId() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry.Externalizer
 
getId() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue.Externalizer
 
getId() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry.Externalizer
 
getId() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue.Externalizer
 
getId() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry.Externalizer
 
getId() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue.Externalizer
 
getId() - Method in class org.infinispan.container.entries.MortalCacheEntry.Externalizer
 
getId() - Method in class org.infinispan.container.entries.MortalCacheValue.Externalizer
 
getId() - Method in class org.infinispan.container.entries.TransientCacheEntry.Externalizer
 
getId() - Method in class org.infinispan.container.entries.TransientCacheValue.Externalizer
 
getId() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry.Externalizer
 
getId() - Method in class org.infinispan.container.entries.TransientMortalCacheValue.Externalizer
 
getId() - Method in class org.infinispan.container.versioning.NumericVersion.Externalizer
 
getId() - Method in class org.infinispan.container.versioning.SimpleClusteredVersion.Externalizer
 
getId() - Method in class org.infinispan.context.Flag.Externalizer
 
getId() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaAwareListExternalizer
 
getId() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaListExternalizer
 
getId() - Method in class org.infinispan.distribution.ch.impl.AffinityPartitioner.Externalizer
 
getId() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash.Externalizer
 
getId() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Externalizer
 
getId() - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner.Externalizer
 
getId() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.Externalizer
 
getId() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory.Externalizer
 
getId() - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Externalizer
 
getId() - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory.Externalizer
 
getId() - Method in class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory.Externalizer
 
getId() - Method in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.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.CollectionKeyFilter.Externalizer
 
getId() - Method in class org.infinispan.filter.CompositeKeyFilter.Externalizer
 
getId() - Method in class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
 
getId() - Method in class org.infinispan.filter.KeyFilterAsKeyValueFilter.Externalizer
 
getId() - Method in class org.infinispan.filter.KeyValueFilterAsKeyFilter.Externalizer
 
getId() - Method in class org.infinispan.filter.NullValueConverter.Externalizer
 
getId() - Method in class org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotViewExternalizer
 
getId() - Method in class org.infinispan.functional.impl.MetaParams.Externalizer
 
getId() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata.Externalizer
 
getId() - Method in class org.infinispan.lucene.ChunkCacheKey.Externalizer
 
getId() - Method in class org.infinispan.lucene.FileCacheKey.Externalizer
 
getId() - Method in class org.infinispan.lucene.FileListCacheKey.Externalizer
 
getId() - Method in class org.infinispan.lucene.FileMetadata.Externalizer
 
getId() - Method in class org.infinispan.lucene.FileReadLockKey.Externalizer
 
getId() - Method in class org.infinispan.lucene.impl.AddOperation.AddOperationExternalizer
 
getId() - Method in class org.infinispan.lucene.impl.DeleteOperation.DeleteElementOperationExternalizer
 
getId() - Method in class org.infinispan.lucene.impl.FileListCacheValue.Externalizer
 
getId() - Method in class org.infinispan.marshall.core.MarshalledEntryImpl.Externalizer
 
getId() - Method in class org.infinispan.marshall.core.MarshalledValue.Externalizer
 
getId() - Method in class org.infinispan.marshall.exts.ArrayExternalizers.ListArray
 
getId() - Method in class org.infinispan.marshall.exts.CacheRpcCommandExternalizer
 
getId() - Method in class org.infinispan.marshall.exts.DoubleSummaryStatisticsExternalizer
 
getId() - Method in class org.infinispan.marshall.exts.EnumSetExternalizer
 
getId() - Method in class org.infinispan.marshall.exts.IntSummaryStatisticsExternalizer
 
getId() - Method in class org.infinispan.marshall.exts.ListExternalizer
 
getId() - Method in class org.infinispan.marshall.exts.LongSummaryStatisticsExternalizer
 
getId() - Method in class org.infinispan.marshall.exts.MapExternalizer
 
getId() - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.EntryVersionParamExternalizer
 
getId() - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.LifespanExternalizer
 
getId() - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.NumericEntryVersionExternalizer
 
getId() - Method in class org.infinispan.marshall.exts.OptionalExternalizer
 
getId() - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
 
getId() - Method in class org.infinispan.marshall.exts.SetExternalizer
 
getId() - Method in class org.infinispan.marshall.exts.SingletonListExternalizer
 
getId() - Method in class org.infinispan.metadata.EmbeddedMetadata.Externalizer
 
getId() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl.Externalizer
 
getId() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent.Externalizer
 
getId() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEventCallable.Externalizer
 
getId() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable.Externalizer
 
getId() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable.Externalizer
 
getId() - Method in class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCallable.Externalizer
 
getId() - Method in class org.infinispan.notifications.cachelistener.cluster.RemoteClusterListener
 
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.ConverterAsCacheEventConverter.Externalizer
 
getId() - Method in class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter.Externalizer
 
getId() - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
 
getId() - Method in class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
 
getId() - Method in class org.infinispan.registry.ScopedKey.Externalizer
Deprecated.
 
getId() - Method in class org.infinispan.remoting.responses.CacheNotFoundResponse.Externalizer
 
getId() - Method in class org.infinispan.remoting.responses.ExceptionResponse.Externalizer
 
getId() - Method in class org.infinispan.remoting.responses.SuccessfulResponse.Externalizer
 
getId() - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse.Externalizer
 
getId() - Method in class org.infinispan.remoting.responses.UnsureResponse.Externalizer
 
getId() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress.Externalizer
 
getId() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress.Externalizer
 
getId() - Method in class org.infinispan.statetransfer.StateChunk.Externalizer
 
getId() - Method in class org.infinispan.statetransfer.TransactionInfo.Externalizer
 
getId() - Method in class org.infinispan.stream.impl.intops.IntermediateOperationExternalizer
 
getId() - Method in class org.infinispan.stream.impl.StreamRequestCommand
 
getId() - Method in class org.infinispan.stream.impl.termop.TerminalOperationExternalizer
 
getId() - Method in class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
 
getId() - Method in class org.infinispan.topology.CacheJoinInfo.Externalizer
 
getId() - Method in class org.infinispan.topology.CacheStatusResponse.Externalizer
 
getId() - Method in class org.infinispan.topology.CacheTopology.Externalizer
 
getId() - Method in class org.infinispan.topology.ManagerStatusResponse.Externalizer
 
getId() - Method in class org.infinispan.transaction.xa.DldGlobalTransaction.Externalizer
 
getId() - Method in class org.infinispan.transaction.xa.GlobalTransaction.Externalizer
 
getId() - Method in class org.infinispan.transaction.xa.GlobalTransaction
 
getId() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl.Externalizer
 
getId() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareDldGlobalTransaction.Externalizer
 
getId() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareGlobalTransaction.Externalizer
 
getId() - Method in class org.infinispan.transaction.xa.recovery.SerializableXid.XidExternalizer
 
getId() - Method in class org.infinispan.util.KeyValuePair.Externalizer
 
getId() - Method in class org.infinispan.xsite.statetransfer.XSiteState.XSiteStateExternalizer
 
getIdentifier() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
 
getIdentifier() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
getIdentifier() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
getIdentifier() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
 
getIdentifierQuoteString() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getIdleTimeout() - Method in interface org.infinispan.server.core.transport.Transport
 
getImplementationName() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getImplementationVendor() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getImplementationVersion() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getIndex(ExtendedStatistic) - Method in class org.infinispan.stats.container.BaseExtendedStatisticsContainer
 
getIndex(ExtendedStatistic) - Method in class org.infinispan.stats.container.LocalExtendedStatisticsContainer
 
getIndex(ExtendedStatistic) - Method in class org.infinispan.stats.container.RemoteExtendedStatisticsContainer
 
getIndexName() - Method in class org.infinispan.lucene.ChunkCacheKey
Get the indexName.
getIndexName() - Method in class org.infinispan.lucene.FileCacheKey
Get the indexName.
getIndexName() - Method in class org.infinispan.lucene.FileListCacheKey
Get the indexName.
getIndexName() - Method in class org.infinispan.lucene.FileReadLockKey
Get the indexName.
getIndexName() - Method in interface org.infinispan.lucene.impl.DirectoryExtensions
 
getIndexName() - Method in interface org.infinispan.lucene.IndexScopedKey
Different indexes are required to use different names
getInDoubtTransactionInfo() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
Same as RecoveryManager.getInDoubtTransactionInfoFromCluster(), but only returns transactions from the local node.
getInDoubtTransactionInfo() - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
getInDoubtTransactionInfoFromCluster() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
Returns a Set containing all the in-doubt transactions from the cluster, including the local node.
getInDoubtTransactionInfoFromCluster() - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
getInDoubtTransactions() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
Local call that returns a list containing:
getInDoubtTransactions() - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
GetInDoubtTransactionsCommand - Class in org.infinispan.commands.remote.recovery
Rpc to obtain all in-doubt prepared transactions stored on remote nodes.
GetInDoubtTransactionsCommand(String) - Constructor for class org.infinispan.commands.remote.recovery.GetInDoubtTransactionsCommand
 
getInDoubtTransactionsMap() - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
GetInDoubtTxInfoCommand - Class in org.infinispan.commands.remote.recovery
Command used by the recovery tooling for obtaining the list of in-doubt transactions from a node.
GetInDoubtTxInfoCommand(String) - Constructor for class org.infinispan.commands.remote.recovery.GetInDoubtTxInfoCommand
 
getInfinispanMarshaller() - Method in class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
 
getInitializer() - Method in class org.infinispan.server.websocket.WebSocketServer
 
getInitialValue() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
getInjectionPoint() - Method in class org.infinispan.cdi.util.ParameterValueRedefiner.ParameterValue
Get the InjectionPoint for the parameter.
getInjectionPoints() - Method in class org.infinispan.cdi.util.AbstractImmutableBean
 
getInjectionPoints() - Method in class org.infinispan.cdi.util.BeanBuilder
The injection points currently defined for bean creation.
getInjectionPoints() - Method in class org.infinispan.cdi.util.DummyInjectionTarget
 
getInjectionPoints() - Method in class org.infinispan.cdi.util.ForwardingBean
 
getInjectMethods() - Method in class org.infinispan.factories.components.ComponentMetadata
 
getInput(String) - Method in class org.infinispan.io.GridFilesystem
Opens an InputStream for reading from the file denoted by pathname.
getInput(File) - Method in class org.infinispan.io.GridFilesystem
Opens an InputStream for reading from the given file.
getInsertRowSql() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getInstalledEmbeddedCacheManagers(BeanManager) - Method in class org.infinispan.cdi.InfinispanExtensionEmbedded
 
getInstance() - Static method in class org.infinispan.cdi.util.BeanManagerProvider
Allows to get the current provider instance which provides access to the current BeanManager
getInstance() - Static method in class org.infinispan.commons.equivalence.AnyEquivalence
 
getInstance(Class<T>) - Static method in class org.infinispan.commons.equivalence.AnyEquivalence
 
getInstance() - Static method in class org.infinispan.commons.hash.MurmurHash3
 
getInstance() - Static method in class org.infinispan.commons.util.OsgiClassLoader
 
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.
getInstance() - Static method in class org.infinispan.container.entries.ClearCacheEntry
 
getInstance() - Static method in class org.infinispan.container.entries.NullCacheEntry
 
getInstance() - Static method in class org.infinispan.distexec.mapreduce.spi.MapReduceTaskLifecycleService
 
getInstance() - Static method in class org.infinispan.distexec.spi.DistributedTaskLifecycleService
 
getInstance() - Method in class org.infinispan.factories.AbstractComponentRegistry.Component
 
getInstance(ComponentRegistry, Configuration) - Static method in class org.infinispan.factories.InterceptorChainFactory
 
getInstance() - Static method in class org.infinispan.filter.AcceptAllKeyValueFilter
 
getInstance() - Static method in class org.infinispan.filter.NullValueConverter
 
getInstance() - Static method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
 
getInstance() - Method in class org.infinispan.query.remote.client.FilterResult
 
getInstance() - Static method in class org.infinispan.stream.impl.intops.object.DistinctOperation
 
getInstance() - Static method in class org.infinispan.stream.impl.intops.object.SortedOperation
 
getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.d.BoxedDoubleOperation
 
getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.d.DistinctDoubleOperation
 
getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.d.SortedDoubleOperation
 
getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.i.AsDoubleIntOperation
 
getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.i.AsLongIntOperation
 
getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.i.BoxedIntOperation
 
getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.i.DistinctIntOperation
 
getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.i.SortedIntOperation
 
getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.l.AsDoubleLongOperation
 
getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.l.BoxedLongOperation
 
getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.l.DistinctLongOperation
 
getInstance() - Static method in class org.infinispan.stream.impl.intops.primitive.l.SortedLongOperation
 
getInstance() - Static method in class org.infinispan.transaction.tm.BatchModeTransactionManager
 
getInstance() - Static method in class org.infinispan.transaction.tm.DummyTransactionManager
 
getInstance() - Static method in class org.infinispan.util.concurrent.locks.impl.NoOpPendingLockManager
 
getInstance() - Static method in class org.infinispan.xsite.status.OfflineSiteStatus
 
getInstance() - Static method in class org.infinispan.xsite.status.OnlineSiteStatus
 
getInstanceOf(Class<T>, Object) - Method in class org.infinispan.atomic.AtomicObjectFactory
Returns an atomic object of class clazz.
getInstanceOf(Class<T>, Object, boolean) - Method in class org.infinispan.atomic.AtomicObjectFactory
Returns an object of class clazz.
getInstanceOf(Class<T>, Object, boolean, Method, boolean, Object...) - Method in class org.infinispan.atomic.AtomicObjectFactory
Returns an object of class clazz.
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.
getInterceptorChain() - Method in interface org.infinispan.AdvancedCache
Retrieves the current Interceptor chain.
getInterceptorChain() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getInterceptorChain() - Method in class org.infinispan.cache.impl.CacheImpl
 
getInterceptorChain() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getInterceptorChain() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getInterceptorsWhichExtend(Class<? extends CommandInterceptor>) - Method in class org.infinispan.interceptors.InterceptorChain
Returns all interceptors which extend the given command interceptor.
getInterceptorsWithClass(Class) - Method in class org.infinispan.interceptors.InterceptorChain
Returns all the interceptors that have the fully qualified name of their class equal with the supplied class name.
getIntermediateCacheName() - Method in class org.infinispan.commands.read.MapCombineCommand
 
getIntermediateCacheName() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
getIntermediateOperations() - Method in class org.infinispan.stream.impl.termop.BaseTerminalOperation
 
getInternalCacheNames() - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
 
getInternalCacheNames() - Method in interface org.infinispan.registry.InternalCacheRegistry
Retrieves the names of all the internal caches
getInternalId() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
 
getInternalId() - Method in interface org.infinispan.transaction.xa.recovery.RecoverableTransactionIdentifier
 
getInternalId() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareDldGlobalTransaction
 
getInternalId() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareGlobalTransaction
 
getInternalId() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager.InDoubtTxInfo
Each xid has a unique long object associated to it.
getIntProperty(String, int) - Method in class org.infinispan.client.hotrod.impl.TypedProperties
 
getIntProperty(String, int, boolean) - Method in class org.infinispan.client.hotrod.impl.TypedProperties
 
getIntProperty(String, int) - Method in class org.infinispan.commons.util.TypedProperties
 
getIntProperty(String, int, boolean) - Method in class org.infinispan.commons.util.TypedProperties
 
getIntProperty(String) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
 
getIntProperty(String) - Method in interface org.infinispan.globalstate.ScopedPersistentState
Retrieves an integer state property
getIntStatistic(String) - Method in class org.infinispan.client.hotrod.impl.ServerStatisticsImpl
 
getIntStatistic(String) - Method in interface org.infinispan.client.hotrod.ServerStatistics
 
getInvalidations() - Method in class org.infinispan.interceptors.InvalidationInterceptor
Deprecated.
 
getInvalidations() - Method in interface org.infinispan.stats.ClusterCacheStats
 
getInvalidations() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getInvocationContext(boolean) - Method in interface org.infinispan.context.InvocationContextContainer
Returns the InvocationContext that is currently associated with the calling thread.
getInvocationContext(boolean) - Method in class org.infinispan.context.InvocationContextContainerImpl
 
getInvocationContextContainer() - Method in interface org.infinispan.AdvancedCache
Deprecated.
This method may be removed in a future version of Infinispan.
getInvocationContextContainer() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getInvocationContextContainer() - Method in class org.infinispan.cache.impl.CacheImpl
 
getInvocationContextContainer() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getInvocationContextContainer() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getIterationId() - Method in class org.infinispan.client.hotrod.impl.operations.IterationStartResponse
 
getJavaClass() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult.Marshaller
 
getJavaClass() - Method in class org.infinispan.query.remote.client.FilterResult.Marshaller
 
getJavaClass() - Method in class org.infinispan.query.remote.client.QueryRequest.Marshaller
 
getJavaClass() - Method in class org.infinispan.query.remote.client.QueryRequest.NamedParameter.Marshaller
 
getJavaClass() - Method in class org.infinispan.query.remote.client.QueryResponse.Marshaller
 
getJavascript() - Static method in class org.infinispan.server.websocket.WebSocketServer
 
getJGroupsAddress() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress
 
getJGroupsChannel(Properties) - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelLookup
Retrieves a JGroups channel.
getJmxObjectName() - Method in class org.infinispan.factories.components.ManageableComponentMetadata
 
getJMXServiceURL() - Method in interface org.infinispan.cli.connection.jmx.JMXUrl
 
getJMXServiceURL() - Method in class org.infinispan.cli.connection.jmx.remoting.JMXRemotingUrl
 
getJMXServiceURL() - Method in class org.infinispan.cli.connection.jmx.rmi.JMXRMIUrl
 
getJoinInfo() - Method in class org.infinispan.topology.ClusterCacheStatus
 
getJPAQuery() - Method in class org.infinispan.query.dsl.impl.BaseQuery
 
getJpqlString() - Method in class org.infinispan.query.remote.client.QueryRequest
 
getKey() - Method in class org.infinispan.affinity.impl.RndKeyGenerator
 
getKey() - Method in interface org.infinispan.affinity.KeyGenerator
 
getKey() - Method in class org.infinispan.atomic.Updatable
 
getKey() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntryChange
 
getKey() - Method in class org.infinispan.cli.interpreter.statement.KeyData
 
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 interface org.infinispan.commands.DataCommand
 
getKey() - Method in class org.infinispan.commands.read.AbstractDataCommand
 
getKey() - Method in class org.infinispan.commands.remote.ClusteredGetCommand
 
getKey() - Method in class org.infinispan.commands.write.InvalidateCommand
 
getKey() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
 
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.SimpleImmutableEntry
 
getKey() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
getKey() - Method in interface org.infinispan.container.entries.CacheEntry
Retrieves the key to this entry
getKey() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
getKey() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
getKey() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
getKey() - Method in class org.infinispan.container.entries.NullCacheEntry
 
getKey() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
getKey() - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
getKey() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.IntermediateKey
 
getKey() - Method in class org.infinispan.jcache.JCacheEntry
 
getKey() - Method in class org.infinispan.jcache.MutableJCacheEntry
 
getKey() - Method in class org.infinispan.jcache.RICacheEntryEvent
Returns the key of the cache entry with the event
getKey() - Method in interface org.infinispan.marshall.core.MarshalledEntry
Returns the same key as MarshalledEntry.getKeyBytes(), but unmarshalled.
getKey() - Method in class org.infinispan.marshall.core.MarshalledEntryImpl
 
getKey() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
 
getKey() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
 
getKey() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getKey() - Method in class org.infinispan.persistence.jpa.impl.MetadataEntity
 
getKey() - Method in class org.infinispan.persistence.modifications.Remove
 
getKey() - Method in class org.infinispan.persistence.modifications.Store
 
getKey() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult
 
getKey() - Method in class org.infinispan.registry.ScopedKey
Deprecated.
 
getKey() - Method in exception org.infinispan.transaction.WriteSkewException
 
getKey() - Method in class org.infinispan.util.KeyValuePair
 
getKeyBytes() - Method in interface org.infinispan.marshall.core.MarshalledEntry
Returns the key in serialized format.
getKeyBytes() - Method in class org.infinispan.marshall.core.MarshalledEntryImpl
 
getKeyBytes() - Method in class org.infinispan.persistence.jpa.impl.MetadataEntity
 
getKeyBytesSha(byte[]) - Static method in class org.infinispan.persistence.jpa.impl.MetadataEntityKey
 
getKeyEquivalence() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
getKeyForAddress(Address) - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
 
getKeyForAddress(Address) - Method in interface org.infinispan.affinity.KeyAffinityService
Returns a key that will be distributed on the cluster node identified by address.
getKeyLockOwner() - Method in class org.infinispan.commands.control.LockControlCommand
 
getKeyLockOwner() - Method in class org.infinispan.commands.tx.PrepareCommand
 
getKeyLockOwner() - Method in class org.infinispan.commands.write.AbstractDataWriteCommand
 
getKeyLockOwner() - Method in class org.infinispan.commands.write.PutMapCommand
 
getKeyLockOwner() - Method in interface org.infinispan.util.concurrent.locks.RemoteLockCommand
It returns the lock owner of the key.
getKeyMapping(String) - Method in class org.infinispan.lucene.LuceneKey2StringMapper
This method has to perform the inverse transformation of the keys used in the Lucene Directory from String to object.
getKeyMapping(String) - Method in class org.infinispan.persistence.keymappers.DefaultTwoWayKey2StringMapper
 
getKeyMapping(String) - Method in class org.infinispan.persistence.keymappers.MarshalledValueOrPrimitiveMapper
 
getKeyMapping(String) - Method in interface org.infinispan.persistence.keymappers.TwoWayKey2StringMapper
Maps a String back to its original key
getKeyParameters() - Method in class org.infinispan.jcache.annotation.AggregatedParameterMetaData
 
getKeyParameters() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
 
getKeyParameters() - Method in class org.infinispan.jcache.annotation.MethodMetaData
 
getKeyPartitioner() - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
getKeys() - Method in class org.infinispan.atomic.impl.AtomicHashMapDelta
 
getKeys() - Method in class org.infinispan.commands.control.LockControlCommand
 
getKeys() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
 
getKeys() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
getKeys() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
getKeys() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
getKeys() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
getKeys() - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
getKeys() - Method in class org.infinispan.commands.read.GetAllCommand
 
getKeys() - Method in class org.infinispan.commands.read.MapCombineCommand
 
getKeys() - Method in class org.infinispan.commands.read.ReduceCommand
 
getKeys() - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
 
getKeys() - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
getKeys() - Method in class org.infinispan.commands.write.InvalidateCommand
 
getKeys() - Method in class org.infinispan.tree.impl.NodeImpl
 
getKeys(Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
getKeys(String) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
getKeys(String, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
getKeys(Fqn) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
getKeys(Fqn, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
getKeys() - Method in interface org.infinispan.tree.Node
Returns a Set containing the data in this Node.
getKeys(Flag...) - Method in interface org.infinispan.tree.Node
 
getKeys(String) - Method in interface org.infinispan.tree.TreeCache
Convenience method that takes in a String represenation of the Fqn.
getKeys(String, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
getKeys(Fqn) - Method in interface org.infinispan.tree.TreeCache
Returns a set of attribute keys for the Fqn.
getKeys(Fqn, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
getKeySha() - Method in class org.infinispan.persistence.jpa.impl.MetadataEntityKey
 
GetKeysInGroupCommand - Class in org.infinispan.commands.remote
VisitableCommand that fetches the keys belonging to a group.
GetKeysInGroupCommand(Set<Flag>, String) - Constructor for class org.infinispan.commands.remote.GetKeysInGroupCommand
 
GetKeysInGroupCommand() - Constructor for class org.infinispan.commands.remote.GetKeysInGroupCommand
 
getKeysInTransit() - Method in class org.infinispan.persistence.async.State
 
getKeySizeEstimate() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getKeysToLock() - Method in class org.infinispan.commands.control.LockControlCommand
 
getKeysToLock() - Method in class org.infinispan.commands.tx.PrepareCommand
 
getKeysToLock() - Method in class org.infinispan.commands.write.AbstractDataWriteCommand
 
getKeysToLock() - Method in class org.infinispan.commands.write.InvalidateCommand
 
getKeysToLock() - Method in class org.infinispan.commands.write.InvalidateL1Command
 
getKeysToLock() - Method in class org.infinispan.commands.write.PutMapCommand
 
getKeysToLock() - Method in interface org.infinispan.util.concurrent.locks.RemoteLockCommand
It returns a Collection with the keys to be lock.
getKeyStoreFileName() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getKeyStorePassword() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getKeyType() - Method in interface org.infinispan.distribution.group.Grouper
 
getKeyType() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
 
GetKeyValueCommand - Class in org.infinispan.commands.read
Implements functionality defined by Map.get(Object) and Map.containsKey(Object) operations
GetKeyValueCommand(Object, Set<Flag>) - Constructor for class org.infinispan.commands.read.GetKeyValueCommand
 
GetKeyValueCommand() - Constructor for class org.infinispan.commands.read.GetKeyValueCommand
 
getKPercentile(int) - Method in class org.infinispan.stats.percentiles.ReservoirSampler
 
getLastElement() - Method in class org.infinispan.tree.Fqn
 
getLastElementAsString() - Method in class org.infinispan.tree.Fqn
If this is the root, returns Fqn.SEPARATOR.
getLastResetTime() - Method in class org.infinispan.stats.container.StatisticsSnapshot
 
getLastStableTopology() - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
 
getLastStableTopology() - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
Deprecated.
getLastStableTopology() - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
getLastUsed() - Method in class org.infinispan.client.hotrod.impl.MetadataValueImpl
 
getLastUsed() - Method in interface org.infinispan.client.hotrod.MetadataValue
 
getLastUsed() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
getLastUsed() - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
getLastUsed() - Method in interface org.infinispan.container.entries.InternalCacheEntry
 
getLastUsed() - Method in interface org.infinispan.container.entries.InternalCacheValue
 
getLastUsed() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
getLastUsed() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
getLastUsed() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
 
getLastUsed() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
getLastUsed() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
 
getLastUsed() - Method in class org.infinispan.container.entries.MortalCacheEntry
 
getLastUsed() - Method in class org.infinispan.container.entries.TransientCacheEntry
 
getLastUsed() - Method in class org.infinispan.container.entries.TransientCacheValue
 
getLastUsed() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
getLastUsed() - Method in class org.infinispan.container.entries.TransientMortalCacheValue
 
getLeastSignificantBits() - Method in class org.infinispan.topology.PersistentUUID
 
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.io.GridFile.Metadata
 
getLevel() - Method in interface org.infinispan.util.logging.events.EventLog
 
getLifespan() - Method in class org.infinispan.client.hotrod.impl.MetadataValueImpl
 
getLifespan() - Method in interface org.infinispan.client.hotrod.MetadataValue
 
getLifespan() - Method in interface org.infinispan.container.entries.CacheEntry
 
getLifespan() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
getLifespan() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
getLifespan() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
getLifespan() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
getLifespan() - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
getLifespan() - Method in interface org.infinispan.container.entries.InternalCacheValue
 
getLifespan() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
getLifespan() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
 
getLifespan() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
getLifespan() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
getLifespan() - Method in class org.infinispan.container.entries.MortalCacheEntry
 
getLifespan() - Method in class org.infinispan.container.entries.MortalCacheValue
 
getLifespan() - Method in class org.infinispan.container.entries.NullCacheEntry
 
getLifespan() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
getLifespan() - Method in class org.infinispan.container.entries.TransientCacheEntry
 
getLifespan() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
getLimit() - Method in class org.infinispan.stream.impl.intops.object.LimitOperation
 
getLimit() - Method in class org.infinispan.stream.impl.intops.primitive.d.LimitDoubleOperation
 
getLimit() - Method in class org.infinispan.stream.impl.intops.primitive.i.LimitIntOperation
 
getLimit() - Method in class org.infinispan.stream.impl.intops.primitive.l.LimitLongOperation
 
getList() - Method in class org.infinispan.persistence.modifications.ModificationsList
 
getListAttributeValue(String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
 
getListAttributeValue(int) - Method in interface org.infinispan.configuration.parsing.XMLExtendedStreamReader
Get the value of an attribute as a space-delimited string list.
getListenerCollectionForAnnotation(Class<? extends Annotation>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
getListenerCollectionForAnnotation(Class<? extends Annotation>) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
 
getListenerNotifier() - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
getListeners() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
getListeners() - Method in class org.infinispan.cache.impl.CacheImpl
 
getListeners() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getListeners(byte[]) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
 
getListeners() - Method in class org.infinispan.client.hotrod.event.ContinuousQueryImpl
 
getListeners() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
getListeners() - Method in interface org.infinispan.client.hotrod.RemoteCache
Returns a set with all the listeners registered by this client for the given cache.
getListeners() - Method in class org.infinispan.manager.DefaultCacheManager
 
getListeners() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getListeners() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
 
getListeners() - Method in interface org.infinispan.notifications.Listenable
 
getListeners() - Method in interface org.infinispan.query.api.continuous.ContinuousQuery
 
getListeners() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getLoadAllKeysBinarySql() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getLoadAllKeysStringSql() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getLoadAllRowsSql() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getLoadNonExpiredAllRowsSql() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getLoadSomeRowsSql() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getLocal(ExtendedStatistic) - Method in class org.infinispan.stats.container.StatisticsSnapshot
 
getLocalActiveTransactions() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getLocalAddress() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
getLocalAddress() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
 
getLocalCacheName() - Method in exception org.infinispan.xsite.BackupFailureException
 
getLocalComponent(String, String, boolean) - Method in class org.infinispan.factories.ComponentRegistry
 
getLocalComponent(Class<T>) - Method in class org.infinispan.factories.ComponentRegistry
 
getLocalExecutionTimeWithoutLock() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getLocalGlobalTransaction() - Method in class org.infinispan.transaction.impl.TransactionTable
 
getLocalGlobalTransaction() - Method in interface org.infinispan.transaction.TransactionTable
 
getLocalIndex(ExtendedStatistic) - Static method in class org.infinispan.stats.container.ConcurrentGlobalContainer
 
getLocalIndex() - Method in enum org.infinispan.stats.container.ExtendedStatistic
 
getLocality(Object) - Method in interface org.infinispan.distribution.DistributionManager
Returns the data locality characteristics of a given key.
getLocality(Object) - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
 
getLocalName() - Method in enum org.infinispan.configuration.parsing.Attribute
Get the local name of this element.
getLocalName() - Method in enum org.infinispan.configuration.parsing.Element
Get the local name of this element.
getLocalName() - Method in enum org.infinispan.persistence.cli.configuration.Attribute
Get the local name of this element.
getLocalName() - Method in enum org.infinispan.persistence.cli.configuration.Element
Get the local name of this element.
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.leveldb.configuration.Attribute
Get the local name of this element.
getLocalName() - Method in enum org.infinispan.persistence.leveldb.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.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.
getLocalPreparedXids() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
 
getLocalStatsSize() - Static method in enum org.infinispan.stats.container.ExtendedStatistic
 
getLocalTopGets() - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getLocalTopPuts() - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getLocalTransaction(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
Looks up a LocalTransaction given a GlobalTransaction.
getLocalTransaction(Transaction) - Method in class org.infinispan.transaction.impl.TransactionTable
 
getLocalTransaction() - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
 
getLocalTransaction(Xid) - Method in class org.infinispan.transaction.xa.XaTransactionTable
 
getLocalTransactions() - Method in class org.infinispan.transaction.impl.TransactionTable
 
getLocalTxCount() - Method in class org.infinispan.transaction.impl.TransactionTable
 
getLocalTxCount() - Method in class org.infinispan.transaction.xa.XaTransactionTable
 
getLocalTxThatFailedToComplete() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
 
getLock(Object) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticLockManager
 
getLock(Object) - Method in class org.infinispan.stats.wrappers.TopKeyLockManager
 
getLock(Object) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
getLock(Object) - Method in interface org.infinispan.util.concurrent.locks.impl.LockContainer
 
getLock(Object) - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
 
getLock(Object) - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
 
getLock(Object) - Method in interface org.infinispan.util.concurrent.locks.LockManager
 
getLockAcquisitionTimeout(LocalFlagAffectedCommand, boolean) - Method in class org.infinispan.interceptors.base.CommandInterceptor
 
getLockedKeys() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
getLockedKeys() - Method in class org.infinispan.context.impl.ClearInvocationContext
 
getLockedKeys() - Method in class org.infinispan.context.impl.ImmutableContext
 
getLockedKeys() - Method in class org.infinispan.context.impl.NonTxInvocationContext
 
getLockedKeys() - Method in interface org.infinispan.context.InvocationContext
Returns the set of keys that are locked for writing.
getLockedKeys() - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
getLockedKeys() - Method in class org.infinispan.statetransfer.TransactionInfo
 
getLockedKeys() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
getLockedKeys() - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
 
getLockedKeys() - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
getLockedKeysForRemoteTransaction(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
 
getLockIntention() - Method in class org.infinispan.transaction.xa.DldGlobalTransaction
Returns the key this transaction intends to lock.
getLockManager() - Method in interface org.infinispan.AdvancedCache
Returns the component that deals with all aspects of acquiring and releasing locks for cache entries.
getLockManager() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getLockManager() - Method in class org.infinispan.cache.impl.CacheImpl
 
getLockManager() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getLockManager() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getLockOwner() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
getLockOwner() - Method in class org.infinispan.context.impl.ClearInvocationContext
 
getLockOwner() - Method in class org.infinispan.context.impl.ImmutableContext
 
getLockOwner() - Method in class org.infinispan.context.impl.NonTxInvocationContext
 
getLockOwner() - Method in interface org.infinispan.context.InvocationContext
Returns the in behalf of which locks will be acquired.
getLockOwner() - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
getLockOwner() - Method in class org.infinispan.util.concurrent.locks.impl.InfinispanLock
 
getLockOwnership(Object, ClusteringDependentLogic) - Static method in class org.infinispan.util.concurrent.locks.LockUtil
It filters the key by lock ownership.
getLocksHeldAtOrigin() - Method in class org.infinispan.transaction.xa.DldGlobalTransaction
 
getLockTimeoutMillis(LocalFlagAffectedCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
getLog() - Method in interface org.infinispan.client.hotrod.impl.protocol.Codec
Logger for Hot Rod client codec
getLog() - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
 
getLog() - Method in class org.infinispan.client.hotrod.impl.protocol.Codec11
 
getLog() - Method in class org.infinispan.client.hotrod.impl.protocol.Codec12
 
getLog() - Method in class org.infinispan.client.hotrod.impl.protocol.Codec13
 
getLog() - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
getLog() - Method in class org.infinispan.client.hotrod.impl.protocol.Codec21
 
getLog(Class<?>) - Static method in class org.infinispan.client.hotrod.logging.LogFactory
 
getLog(Class<?>, Class<T>) - Static method in class org.infinispan.client.hotrod.logging.LogFactory
 
getLog(Class<?>) - Static method in class org.infinispan.commons.logging.BasicLogFactory
 
getLog(Class<?>, Class<T>) - Static method in class org.infinispan.commons.logging.BasicLogFactory
 
getLog(Class<?>) - Static method in class org.infinispan.commons.logging.LogFactory
 
getLog(Class<?>, Class<T>) - Static method in class org.infinispan.commons.logging.LogFactory
 
getLog() - Method in class org.infinispan.factories.AbstractComponentRegistry
 
getLog() - Method in class org.infinispan.factories.ComponentRegistry
 
getLog() - Method in class org.infinispan.factories.GlobalComponentRegistry
 
getLog() - Method in class org.infinispan.interceptors.ActivationInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.base.CommandInterceptor
 
getLog() - Method in class org.infinispan.interceptors.BatchingInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.CallInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.DeadlockDetectingInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.DistCacheWriterInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.distribution.VersionedDistributionInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.InvalidationInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.InvocationContextInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.IsMarshallableInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.NotificationInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.totalorder.TotalOrderDistributionInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.totalorder.TotalOrderStateTransferInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.totalorder.TotalOrderVersionedDistributionInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.VersionedEntryWrappingInterceptor
Deprecated.
 
getLog() - Method in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
 
getLog() - Method in class org.infinispan.jcache.annotation.AbstractCachePutInterceptor
 
getLog() - Method in class org.infinispan.jcache.annotation.AbstractCacheRemoveAllInterceptor
 
getLog() - Method in class org.infinispan.jcache.annotation.AbstractCacheRemoveEntryInterceptor
 
getLog() - Method in class org.infinispan.jcache.annotation.AbstractCacheResultInterceptor
 
getLog() - Method in class org.infinispan.jcache.annotation.CachePutInterceptor
 
getLog() - Method in class org.infinispan.jcache.annotation.CacheRemoveAllInterceptor
 
getLog() - Method in class org.infinispan.jcache.annotation.CacheRemoveEntryInterceptor
 
getLog() - Method in class org.infinispan.jcache.annotation.CacheResultInterceptor
 
getLog() - Method in class org.infinispan.jcache.annotation.InjectedCachePutInterceptor
 
getLog() - Method in class org.infinispan.jcache.annotation.InjectedCacheRemoveAllInterceptor
 
getLog() - Method in class org.infinispan.jcache.annotation.InjectedCacheRemoveEntryInterceptor
 
getLog() - Method in class org.infinispan.jcache.annotation.InjectedCacheResultInterceptor
 
getLog() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
getLog() - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
 
getLog() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
 
getLog() - Method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
 
getLog() - Method in class org.infinispan.remoting.inboundhandler.NonTotalOrderPerCacheInboundInvocationHandler
 
getLog() - Method in class org.infinispan.remoting.inboundhandler.NonTotalOrderTxPerCacheInboundInvocationHandler
 
getLog() - Method in class org.infinispan.remoting.inboundhandler.TotalOrderTxPerCacheInboundInvocationHandler
 
getLog() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
getLog() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
getLog() - Method in interface org.infinispan.remoting.transport.Transport
 
getLog() - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
getLog(Class<?>) - Static method in class org.infinispan.util.logging.LogFactory
 
getLog(Class<?>, Class<T>) - Static method in class org.infinispan.util.logging.LogFactory
 
getLogger(String) - Static method in class org.infinispan.util.logging.LogFactory
 
getLongProperty(String, long) - Method in class org.infinispan.client.hotrod.impl.TypedProperties
 
getLongProperty(String, long, boolean) - Method in class org.infinispan.client.hotrod.impl.TypedProperties
 
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
Retrieves a map of entries looked up within the current scope.
getLookedUpEntries() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
getLookedUpEntries() - Method in class org.infinispan.context.impl.ClearInvocationContext
 
getLookedUpEntries() - Method in class org.infinispan.context.impl.ImmutableContext
 
getLookedUpEntries() - Method in class org.infinispan.context.impl.NonTxInvocationContext
 
getLookedUpEntries() - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
getLookedUpEntries() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
getLookedUpEntries() - Method in class org.infinispan.transaction.impl.LocalTransaction
 
getLookedUpEntries() - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
getLookedUpRemoteVersion(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
getLookedUpRemoteVersion(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
getMachineId() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
 
getMachineId() - Method in interface org.infinispan.remoting.transport.TopologyAwareAddress
 
getMachineNodes(String, String, String) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
 
getMajor() - Method in class org.infinispan.configuration.parsing.Schema
 
getMajorMinor() - Static method in class org.infinispan.Version
 
getManagedCacheNames() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getMap() - Method in class org.infinispan.commands.write.PutMapCommand
 
getMappedValue() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
Returns the default mapped value for additions, or null if additions are not supported.
getMappedValue() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
Returns the default mapped value for additions, or null if additions are not supported.
getMapper() - Method in class org.infinispan.commands.read.MapCombineCommand
 
getMarshalledEntryFactory() - Method in class org.infinispan.persistence.InitializationContextImpl
 
getMarshalledEntryFactory() - Method in class org.infinispan.persistence.jdbc.mixed.InitialisationContextDelegate
 
getMarshalledEntryFactory() - Method in interface org.infinispan.persistence.spi.InitializationContext
To be used for building MarshalledEntry objects.
getMarshaller() - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
 
getMarshaller() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getMarshaller() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getMarshaller() - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
getMarshaller() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
 
getMarshaller() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
 
getMarshaller() - Method in class org.infinispan.marshall.core.MarshalledValue
 
getMarshaller() - Method in class org.infinispan.persistence.InitializationContextImpl
 
getMarshaller() - Method in class org.infinispan.persistence.jdbc.mixed.InitialisationContextDelegate
 
getMarshaller() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
getMarshaller() - Method in interface org.infinispan.persistence.spi.InitializationContext
 
getMarshaller() - Method in class org.infinispan.tasks.TaskContext
Marshaller for this task execution
getMarshallVersion() - Static method in class org.infinispan.Version
 
getMask() - Method in enum org.infinispan.security.AuthorizationPermission
 
getMask() - Method in class org.infinispan.security.impl.CacheRoleImpl
 
getMask() - Method in class org.infinispan.security.impl.SubjectACL
 
getMask() - Method in interface org.infinispan.security.Role
Returns a pre-computed access mask which contains the permissions specified by this role
getMaxCollectorSize() - Method in class org.infinispan.commands.read.MapCombineCommand
 
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
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.ExposedByteArrayOutputStream
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 class org.infinispan.client.hotrod.impl.MetadataValueImpl
 
getMaxIdle() - Method in interface org.infinispan.client.hotrod.MetadataValue
 
getMaxIdle() - Method in interface org.infinispan.container.entries.CacheEntry
 
getMaxIdle() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
getMaxIdle() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
getMaxIdle() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
getMaxIdle() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
getMaxIdle() - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
getMaxIdle() - Method in interface org.infinispan.container.entries.InternalCacheValue
 
getMaxIdle() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
getMaxIdle() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
getMaxIdle() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
 
getMaxIdle() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
getMaxIdle() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
 
getMaxIdle() - Method in class org.infinispan.container.entries.MortalCacheEntry
 
getMaxIdle() - Method in class org.infinispan.container.entries.NullCacheEntry
 
getMaxIdle() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
getMaxIdle() - Method in class org.infinispan.container.entries.TransientCacheEntry
 
getMaxIdle() - Method in class org.infinispan.container.entries.TransientCacheValue
 
getMaxIdle() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
getMaxIdle() - Method in class org.infinispan.container.entries.TransientMortalCacheValue
 
getMaxNumberOfKeys() - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
 
getMaxResults() - Method in class org.infinispan.query.dsl.impl.BaseQuery
 
getMaxResults() - Method in class org.infinispan.query.remote.client.QueryRequest
 
getMaxRetries() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getMaxRetries() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getMaxRetries() - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
getMBeanInfo() - Method in class org.infinispan.jmx.ResourceDMBean
 
getMBeanServer() - Method in class org.infinispan.jcache.AbstractJCache
 
getMBeanServer() - Method in class org.infinispan.jcache.embedded.JCache
 
getMBeanServer() - Method in class org.infinispan.jcache.remote.JCache
 
getMBeanServer(Properties) - Method in class org.infinispan.jmx.JBossMBeanServerLookup
 
getMBeanServer(Properties) - Method in interface org.infinispan.jmx.MBeanServerLookup
Retrieves an MBeanServer instance.
getMBeanServer(Properties) - Method in class org.infinispan.jmx.PlatformMBeanServerLookup
 
getMBeanServerId() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getMember() - Method in class org.infinispan.cdi.util.ImmutableInjectionPoint
 
getMembers() - Method in class org.infinispan.distexec.DefaultExecutorService
 
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.distribution.ch.impl.DefaultConsistentHash
 
getMembers() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
getMembers() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
getMembers() - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
getMembers() - Method in class org.infinispan.manager.DefaultCacheManager
getMembers() - Method in interface org.infinispan.manager.EmbeddedCacheManager
 
getMembers() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getMembers() - Method in interface org.infinispan.remoting.rpc.RpcManager
Returns members of a cluster scoped to the cache owning this RpcManager.
getMembers() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getMembers() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
getMembers() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
getMembers() - Method in interface org.infinispan.remoting.transport.Transport
Returns a list of members in the current cluster view.
getMembers() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
 
getMembers() - Method in class org.infinispan.topology.CacheTopology
 
getMembersAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
 
getMembersAtEnd() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getMembersAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
 
getMembersAtStart() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getMessage() - Method in interface org.infinispan.util.logging.events.EventLog
 
getMetaAnnotation(Annotated, Class<A>) - Static method in class org.infinispan.cdi.util.Reflections
Inspects an annotated element for the given meta annotation.
getMetadata() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.ValueAndMetadata
 
getMetadata() - Method in class org.infinispan.commands.AbstractFlagAffectedCommand
 
getMetadata() - Method in class org.infinispan.commands.control.LockControlCommand
 
getMetadata() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
getMetadata() - Method in interface org.infinispan.commands.MetadataAwareCommand
Get metadata of this command.
getMetadata() - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
getMetadata() - Method in class org.infinispan.commands.write.PutMapCommand
 
getMetadata() - Method in class org.infinispan.commands.write.ReplaceCommand
 
getMetadata() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
getMetadata() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
getMetadata() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
getMetadata() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
getMetadata() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
getMetadata() - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
getMetadata() - Method in interface org.infinispan.container.entries.InternalCacheValue
 
getMetadata() - Method in interface org.infinispan.container.entries.metadata.MetadataAware
Get metadata of this cache entry.
getMetadata() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry
 
getMetadata() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue
 
getMetadata() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
getMetadata() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
 
getMetadata() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
getMetadata() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
 
getMetadata() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
getMetadata() - Method in class org.infinispan.container.entries.MortalCacheEntry
 
getMetadata() - Method in class org.infinispan.container.entries.NullCacheEntry
 
getMetadata() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
getMetadata() - Method in class org.infinispan.container.entries.TransientCacheEntry
 
getMetadata() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
getMetadata() - Method in class org.infinispan.factories.AbstractComponentRegistry.Component
 
getMetadata() - Method in interface org.infinispan.marshall.core.MarshalledEntry
 
getMetadata() - Method in class org.infinispan.marshall.core.MarshalledEntryImpl
 
getMetadata() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
 
getMetadata() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
Retrieves the metadata associated with the entry.
getMetadata() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getMetadata() - Method in class org.infinispan.persistence.jpa.impl.MetadataEntity
 
getMetadataBytes() - Method in interface org.infinispan.marshall.core.MarshalledEntry
 
getMetadataBytes() - Method in class org.infinispan.marshall.core.MarshalledEntryImpl
 
getMetadataCache() - Method in interface org.infinispan.lucene.impl.DirectoryExtensions
 
getMetadataFilename() - Method in class org.infinispan.cli.interpreter.InterpreterMetadataFileFinder
 
getMetadataFilename() - Method in interface org.infinispan.factories.components.ModuleMetadataFileFinder
 
getMetadataFilename() - Method in class org.infinispan.stats.ExtendedStatisticsMetadataFileFinder
 
getMethod() - Method in class org.infinispan.factories.components.ComponentMetadata.InjectMetadata
 
getMethod() - Method in class org.infinispan.factories.components.ComponentMetadata.PrioritizedMethodMetadata
 
getMethod() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
 
getMethod() - Method in class org.infinispan.jcache.annotation.MethodMetaData
 
getMethod() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
getMethodName() - Method in class org.infinispan.factories.components.ComponentMetadata.InjectMetadata
 
getMethodName() - Method in class org.infinispan.factories.components.ComponentMetadata.PrioritizedMethodMetadata
 
getMethodName() - Method in class org.infinispan.factories.components.JmxOperationMetadata
 
getMethodParameters() - Method in class org.infinispan.factories.components.JmxOperationMetadata
 
getMinor() - Method in class org.infinispan.configuration.parsing.Schema
 
getMinTopologyId() - Method in class org.infinispan.transaction.impl.TransactionTable
 
getMisses() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
getMisses() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getMisses() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getMisses() - Method in class org.infinispan.stats.impl.StatsCollector
 
getMisses() - Method in class org.infinispan.stats.impl.StatsImpl
 
getMisses() - Method in interface org.infinispan.stats.Stats
 
getMixedCaches() - Method in class org.infinispan.xsite.status.ContainerMixedSiteStatus
 
getMode() - Method in enum org.infinispan.configuration.cache.TransactionMode
 
getMode() - Method in enum org.infinispan.configuration.parsing.Parser72.TransactionMode
 
getMode() - Method in enum org.infinispan.configuration.parsing.Parser80.TransactionMode
 
getModifications() - Method in class org.infinispan.commands.tx.PrepareCommand
 
getModifications() - Method in interface org.infinispan.commands.tx.totalorder.TotalOrderPrepareCommand
 
getModifications() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
getModifications() - Method in interface org.infinispan.context.impl.TxInvocationContext
Returns the modifications performed in the scope of the current transaction.
getModifications() - Method in class org.infinispan.statetransfer.TransactionInfo
 
getModifications() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
getModifications() - Method in interface org.infinispan.transaction.xa.CacheTransaction
Returns the modifications visible within the current transaction.
getModificationTime() - Method in class org.infinispan.io.GridFile.Metadata
 
getModuleCommandFactory() - Method in interface org.infinispan.commands.module.ModuleCommandExtensions
Deprecated.
getModuleCommandInitializer() - Method in interface org.infinispan.commands.module.ModuleCommandExtensions
 
getModuleCommandInitializers() - Method in class org.infinispan.factories.GlobalComponentRegistry
 
getModuleCommands() - Method in interface org.infinispan.commands.module.ModuleCommandFactory
Provides a map of command IDs to command types of all the commands handled by the command factory instance.
getModuleMetadataFiles(ClassLoader) - Static method in class org.infinispan.util.ModuleProperties
Retrieves an Iterable containing metadata file finders declared by each module.
getModuleProperties() - Method in class org.infinispan.factories.GlobalComponentRegistry
 
getModuleSlot() - Static method in class org.infinispan.Version
 
getMostSignificantBits() - Method in class org.infinispan.topology.PersistentUUID
 
getName() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
getName() - Method in class org.infinispan.cache.impl.CacheImpl
 
getName() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getName() - Method in class org.infinispan.cdi.util.AbstractImmutableBean
 
getName() - Method in class org.infinispan.cdi.util.BeanBuilder
The name of the bean currently defined for bean creation.
getName() - Method in class org.infinispan.cdi.util.ForwardingBean
 
getName() - Method in class org.infinispan.cli.commands.client.Connect
 
getName() - Method in class org.infinispan.cli.commands.client.Container
 
getName() - Method in class org.infinispan.cli.commands.client.Disconnect
 
getName() - Method in class org.infinispan.cli.commands.client.Help
 
getName() - Method in class org.infinispan.cli.commands.client.Quit
 
getName() - Method in interface org.infinispan.cli.commands.Command
 
getName() - Method in class org.infinispan.cli.commands.server.Abort
 
getName() - Method in class org.infinispan.cli.commands.server.Begin
 
getName() - Method in class org.infinispan.cli.commands.server.Cache
 
getName() - Method in class org.infinispan.cli.commands.server.ClearCache
 
getName() - Method in class org.infinispan.cli.commands.server.Commit
 
getName() - Method in class org.infinispan.cli.commands.server.Create
 
getName() - Method in class org.infinispan.cli.commands.server.Deny
 
getName() - Method in class org.infinispan.cli.commands.server.Encoding
 
getName() - Method in class org.infinispan.cli.commands.server.End
 
getName() - Method in class org.infinispan.cli.commands.server.Evict
 
getName() - Method in class org.infinispan.cli.commands.server.Get
 
getName() - Method in class org.infinispan.cli.commands.server.Grant
 
getName() - Method in class org.infinispan.cli.commands.server.Info
 
getName() - Method in class org.infinispan.cli.commands.server.Locate
 
getName() - Method in class org.infinispan.cli.commands.server.Ping
 
getName() - Method in class org.infinispan.cli.commands.server.Put
 
getName() - Method in class org.infinispan.cli.commands.server.Remove
 
getName() - Method in class org.infinispan.cli.commands.server.Replace
 
getName() - Method in class org.infinispan.cli.commands.server.Roles
 
getName() - Method in class org.infinispan.cli.commands.server.Rollback
 
getName() - Method in class org.infinispan.cli.commands.server.Site
 
getName() - Method in class org.infinispan.cli.commands.server.Start
 
getName() - Method in class org.infinispan.cli.commands.server.Stats
 
getName() - Method in class org.infinispan.cli.commands.server.Upgrade
 
getName() - Method in class org.infinispan.cli.commands.server.Version
 
getName() - Method in interface org.infinispan.cli.interpreter.codec.Codec
 
getName() - Method in class org.infinispan.cli.interpreter.codec.HotRodCodec
 
getName() - Method in class org.infinispan.cli.interpreter.codec.MemcachedCodec
 
getName() - Method in class org.infinispan.cli.interpreter.codec.NoneCodec
 
getName() - Method in class org.infinispan.cli.interpreter.codec.RestCodec
 
getName() - Method in class org.infinispan.cli.interpreter.statement.Option
 
getName() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
getName() - Method in interface org.infinispan.commons.api.BasicCache
Retrieves the name of the cache
getName() - Method in interface org.infinispan.commons.api.functional.FunctionalMap
Functional map's name.
getName() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
getName() - Method in class org.infinispan.factories.AbstractComponentRegistry.Component
 
getName() - Method in class org.infinispan.factories.components.ComponentMetadata
 
getName() - Method in class org.infinispan.factories.components.JmxAttributeMetadata
 
getName() - Method in class org.infinispan.factories.components.JmxOperationParameter
 
getName() - Method in class org.infinispan.functional.impl.FunctionalMapImpl
 
getName() - Method in class org.infinispan.io.GridFile
 
getName() - Method in class org.infinispan.jcache.embedded.JCache
 
getName() - Method in class org.infinispan.jcache.remote.JCache
 
getName() - Method in class org.infinispan.manager.DefaultCacheManager
 
getName() - Method in class org.infinispan.osgi.InfinispanEmbeddedServiceFactory
 
getName() - Method in class org.infinispan.persistence.cli.upgrade.CLInterfaceTargetMigrator
 
getName() - Method in class org.infinispan.persistence.jdbc.TableName
 
getName() - Method in class org.infinispan.persistence.remote.upgrade.HotRodTargetMigrator
 
getName() - Method in class org.infinispan.query.remote.client.QueryRequest.NamedParameter
 
getName() - Method in class org.infinispan.security.impl.CacheRoleImpl
 
getName() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getName() - Method in interface org.infinispan.security.Role
Returns the name of this role
getName() - Method in class org.infinispan.server.core.security.InetAddressPrincipal
 
getName() - Method in class org.infinispan.server.core.security.simple.SimpleGroupPrincipal
 
getName() - Method in class org.infinispan.server.core.security.simple.SimpleUserPrincipal
 
getName() - Method in class org.infinispan.spring.provider.SpringCache
 
getName() - Method in class org.infinispan.spring.provider.SpringRemoteCache
 
getName() - Method in interface org.infinispan.tasks.ServerTask
Provides a name for the task.
getName() - Method in interface org.infinispan.upgrade.TargetMigrator
Returns the name of this migrator
getNamedComponentRegistry(String) - Method in class org.infinispan.factories.GlobalComponentRegistry
 
getNamedConfigurationBuilders() - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
 
getNamedParameters() - Method in class org.infinispan.query.dsl.impl.BaseQuery
 
getNamedParameters() - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
getNamedParameters() - Method in class org.infinispan.query.remote.client.QueryRequest
 
getNamespaceAnnotations(Class<? extends ConfigurationParser>) - Static method in class org.infinispan.configuration.parsing.ParseUtils
 
getNamespaces() - Method in interface org.infinispan.configuration.parsing.ConfigurationParser
 
getNamespaces() - Method in class org.infinispan.configuration.parsing.Parser72
 
getNamespaces() - Method in class org.infinispan.configuration.parsing.Parser80
 
getNamespaces() - Method in class org.infinispan.persistence.cli.configuration.CLInterfaceLoaderConfigurationParser72
 
getNamespaces() - Method in class org.infinispan.persistence.cli.configuration.CLInterfaceLoaderConfigurationParser80
 
getNamespaces() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser72
 
getNamespaces() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser80
 
getNamespaces() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationParser72
 
getNamespaces() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationParser80
 
getNamespaces() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationParser72
 
getNamespaces() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationParser80
 
getNamespaces() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationParser72
 
getNamespaces() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationParser80
 
getNamespaces() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationParser72
 
getNamespaces() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationParser80
 
getNativeCache() - Method in class org.infinispan.spring.provider.SpringCache
 
getNativeCache() - Method in class org.infinispan.spring.provider.SpringRemoteCache
 
getNativeCacheManager() - Method in class org.infinispan.spring.provider.SpringEmbeddedCacheManager
Return the org.infinispan.manager.EmbeddedCacheManager that backs this CacheManager.
getNativeCacheManager() - Method in class org.infinispan.spring.provider.SpringRemoteCacheManager
Return the org.infinispan.client.hotrod.RemoteCacheManager that backs this SpringRemoteCacheManager.
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
Gets the number of bytes to which the internal buffer should be resized.
getNewBufferSize(int, int) - Method in class org.infinispan.io.ExposedByteArrayOutputStream
Deprecated.
Gets the number of bytes to which the internal buffer should be resized.
getNewMembers() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
getNewMembers() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
Gets the current list of members.
getNewTopologyId() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
 
getNewTopologyId() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getNewTopologyId() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
 
getNewValue() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntryChange
 
getNewValue() - Method in class org.infinispan.commands.write.ReplaceCommand
 
getNewValue() - Method in class org.infinispan.jcache.MutableJCacheEntry
 
getNext() - Method in class org.infinispan.interceptors.base.CommandInterceptor
Retrieves the next interceptor in the chain.
getNextFromIterator() - Method in class org.infinispan.iteration.impl.RemovableEntryIterator
 
getNextFromIterator() - Method in class org.infinispan.iteration.impl.TransactionAwareCloseableIterator
 
getNextFromIterator() - Method in class org.infinispan.stream.impl.RemovableIterator
 
getNextPosition() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.RoundRobinBalancingStrategy
 
getNLocalTopGets(int) - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getNLocalTopPuts(int) - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getNode(Fqn) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
getNode(Fqn, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
getNode(String) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
getNode(String, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
getNode(Fqn) - Method in interface org.infinispan.tree.TreeCache
A convenience method to retrieve a node directly from the cache.
getNode(Fqn, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
getNode(String) - Method in interface org.infinispan.tree.TreeCache
Convenience method that takes a string representation of an Fqn.
getNode(String, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
getNodeAddress() - Method in class org.infinispan.manager.DefaultCacheManager
 
getNonCacheComponents(Set<AbstractComponentRegistry.Component>) - Method in class org.infinispan.jmx.CacheJmxRegistration
 
getNormalizedHash(Object) - Method in interface org.infinispan.client.hotrod.impl.consistenthash.ConsistentHash
Computes hash code of a given object, and then normalizes it to ensure a positive value is always returned.
getNormalizedHash(Object) - Method in class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1
 
getNormalizedHash(Object) - Method in class org.infinispan.client.hotrod.impl.consistenthash.SegmentConsistentHash
 
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.
getNormalizedHash(Object) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
getNotificationInfo() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getNRemoteTopGets(int) - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getNRemoteTopPuts(int) - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getNTopContendedKeys(int) - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getNTopLockedKeys(int) - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getNTopLockFailedKeys(int) - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getNTopWriteSkewFailedKeys(int) - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getNullEvictionListener() - Static method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
 
getNumAbortedTxDueDeadlock() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getNumAbortedTxDueTimeout() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getNumberOfChunks() - Method in class org.infinispan.lucene.FileMetadata
 
getNumberOfCommits() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getNumberOfEntries() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
getNumberOfEntries() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getNumberOfEntries() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getNumberOfEntries() - Method in class org.infinispan.stats.impl.StatsCollector
 
getNumberOfGets() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getNumberOfGlobalConnections() - Method in interface org.infinispan.server.core.transport.Transport
 
getNumberOfLocalCommits() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getNumberOfLocalConnections() - Method in interface org.infinispan.server.core.transport.Transport
 
getNumberOfLocksAvailable() - Method in interface org.infinispan.stats.ClusterCacheStats
 
getNumberOfLocksAvailable() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getNumberOfLocksAvailable() - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
getNumberOfLocksHeld() - Method in interface org.infinispan.stats.ClusterCacheStats
 
getNumberOfLocksHeld() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getNumberOfLocksHeld() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticLockManager
 
getNumberOfLocksHeld() - Method in class org.infinispan.stats.wrappers.TopKeyLockManager
 
getNumberOfLocksHeld() - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
getNumberOfLocksHeld() - Method in interface org.infinispan.util.concurrent.locks.LockManager
 
getNumberOfPuts() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getNumberOfRemoteGets() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getNumberOfRemotePuts() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getNumberWorkerThreads() - Method in interface org.infinispan.server.core.transport.Transport
 
getNumLocksHeld() - Method in interface org.infinispan.util.concurrent.locks.impl.LockContainer
 
getNumLocksHeld() - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
 
getNumLocksHeld() - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
 
getNumNodes() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
getNumNodes() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getNumOwners() - Method in interface org.infinispan.distribution.ch.ConsistentHash
 
getNumOwners() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
getNumOwners() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
getNumOwners() - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
getNumOwners() - Method in class org.infinispan.topology.CacheJoinInfo
 
getNumResults() - Method in class org.infinispan.query.remote.client.QueryResponse
 
getNumSegments() - Method in interface org.infinispan.client.hotrod.CacheTopologyInfo
 
getNumSegments() - Method in class org.infinispan.client.hotrod.impl.CacheTopologyInfoImpl
 
getNumSegments() - Method in class org.infinispan.client.hotrod.impl.consistenthash.SegmentConsistentHash
 
getNumSegments() - Method in interface org.infinispan.distribution.ch.ConsistentHash
 
getNumSegments() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
getNumSegments() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
getNumSegments() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
getNumSegments() - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
getNumSegments() - Method in class org.infinispan.topology.CacheJoinInfo
 
getNumSegments() - Method in class org.infinispan.util.StripedHashFunction
 
getObject() - Method in class org.infinispan.spring.provider.ContainerCacheManagerFactoryBean
 
getObject() - Method in class org.infinispan.spring.provider.SpringEmbeddedCacheManagerFactoryBean
 
getObject() - Method in class org.infinispan.spring.provider.SpringRemoteCacheManagerFactoryBean
 
getObject() - Method in class org.infinispan.spring.support.embedded.InfinispanEmbeddedCacheManagerFactoryBean
 
getObject() - Method in class org.infinispan.spring.support.embedded.InfinispanNamedEmbeddedCacheFactoryBean
 
getObject() - Method in class org.infinispan.spring.support.InfinispanDefaultCacheFactoryBean
 
getObject() - Method in class org.infinispan.spring.support.remote.InfinispanNamedRemoteCacheFactoryBean
 
getObject() - Method in class org.infinispan.spring.support.remote.InfinispanRemoteCacheManagerFactoryBean
 
getObjectName(String) - Method in class org.infinispan.jmx.ComponentsJmxRegistration
 
getObjectName(String, String, String) - Static method in class org.infinispan.jmx.ComponentsJmxRegistration
 
getObjectName() - Method in class org.infinispan.jmx.ResourceDMBean
 
getObjectType() - Method in class org.infinispan.spring.provider.ContainerCacheManagerFactoryBean
 
getObjectType() - Method in class org.infinispan.spring.provider.SpringEmbeddedCacheManagerFactoryBean
 
getObjectType() - Method in class org.infinispan.spring.provider.SpringRemoteCacheManagerFactoryBean
 
getObjectType() - Method in class org.infinispan.spring.support.embedded.InfinispanEmbeddedCacheManagerFactoryBean
 
getObjectType() - Method in class org.infinispan.spring.support.embedded.InfinispanNamedEmbeddedCacheFactoryBean
 
getObjectType() - Method in class org.infinispan.spring.support.InfinispanDefaultCacheFactoryBean
 
getObjectType() - Method in class org.infinispan.spring.support.remote.InfinispanNamedRemoteCacheFactoryBean
 
getObjectType() - Method in class org.infinispan.spring.support.remote.InfinispanRemoteCacheManagerFactoryBean
 
getObjectWriter(Object) - Method in class org.infinispan.marshall.core.ExternalizerTable
 
getObservation() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
 
getObservation() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
getObservation() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
getObservation() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
 
getObservedQualifiers() - Method in class org.infinispan.cdi.util.ForwardingObserverMethod
 
getObservedType() - Method in class org.infinispan.cdi.util.ForwardingObserverMethod
 
getOffline() - Method in class org.infinispan.xsite.status.AbstractMixedSiteStatus
 
getOfflineStatus(String) - Method in interface org.infinispan.xsite.BackupSender
 
getOfflineStatus(String) - Method in class org.infinispan.xsite.BackupSenderImpl
 
getOffset() - Method in interface org.infinispan.cli.commands.Argument
 
getOffset() - Method in class org.infinispan.cli.commands.Parameter
 
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 class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
getOldMembers() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
Gets the previous list of members.
getOldMetadata() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntryChange
 
getOldMetadata() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getOldValue() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntryChange
 
getOldValue() - Method in class org.infinispan.commands.write.ReplaceCommand
 
getOldValue() - Method in class org.infinispan.jcache.RICacheEntryEvent
Returns the value of the cache entry with the event
getOldValue() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
 
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.
getOldValue() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getOnline() - Method in class org.infinispan.xsite.status.AbstractMixedSiteStatus
 
GetOperation<V> - Class in org.infinispan.client.hotrod.impl.operations
Implements "get" operation as described by Hot Rod protocol specification.
GetOperation(Codec, TransportFactory, Object, byte[], byte[], AtomicInteger, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.GetOperation
 
getOperation() - Method in class org.infinispan.jcache.MutableJCacheEntry
 
getOperationMetadata() - Method in class org.infinispan.factories.components.ManageableComponentMetadata
 
getOperationName() - Method in class org.infinispan.factories.components.JmxOperationMetadata
 
getOperationName() - Method in class org.infinispan.jmx.IspnMBeanOperationInfo
 
getOperationsFactory() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
getOperator() - Method in class org.infinispan.stream.impl.intops.primitive.d.MapDoubleOperation
 
getOperator() - Method in class org.infinispan.stream.impl.intops.primitive.i.MapIntOperation
 
getOperator() - Method in class org.infinispan.stream.impl.intops.primitive.l.MapLongOperation
 
getOptions() - Method in class org.infinispan.cli.commands.AbstractCommand
 
getOptions() - Method in interface org.infinispan.cli.commands.Command
 
getOptions() - Method in class org.infinispan.cli.commands.server.Encoding
 
getOptions() - Method in class org.infinispan.cli.commands.server.Get
 
getOptions() - Method in class org.infinispan.cli.commands.server.Locate
 
getOptions() - Method in class org.infinispan.cli.commands.server.Put
 
getOptions() - Method in class org.infinispan.cli.commands.server.Replace
 
getOptions() - Method in class org.infinispan.cli.commands.server.Site
 
getOptions() - Method in class org.infinispan.cli.commands.server.Stats
 
getOptions() - Method in class org.infinispan.cli.commands.server.Upgrade
 
getOrCreateCache(String, I) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getOrCreateComponent(Class<T>) - Method in class org.infinispan.factories.AbstractComponentRegistry
Retrieves a component if one exists, and if not, attempts to find a factory capable of constructing the component (factories annotated with the DefaultFactoryFor annotation that is capable of creating the component class).
getOrCreateComponent(Class<T>, String) - Method in class org.infinispan.factories.AbstractComponentRegistry
 
getOrCreateComponent(Class<T>, String, boolean) - Method in class org.infinispan.factories.AbstractComponentRegistry
 
getOrCreateComponent(Class<T>, String, boolean) - Method in class org.infinispan.factories.ComponentRegistry
 
getOrCreateLocalTransaction(Transaction, boolean) - Method in class org.infinispan.transaction.impl.TransactionTable
Returns the TransactionXaAdapter corresponding to the supplied transaction.
getOrCreateRemoteTransaction(GlobalTransaction, WriteCommand[]) - Method in class org.infinispan.transaction.impl.TransactionTable
Returns an existing remote transaction or creates one if none exists.
getOrCreateState() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderNonVersionedPrepareCommand
 
getOrCreateState() - Method in interface org.infinispan.commands.tx.totalorder.TotalOrderPrepareCommand
returns the TotalOrderRemoteTransactionState associated with this transaction, creating one if no one was associated to this transaction.
getOrCreateState() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderVersionedPrepareCommand
 
getOrCreateStreamLibContainer(Cache) - Static method in class org.infinispan.stats.topK.StreamSummaryContainer
 
getOrDefault(Object, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the value to which the specified key is mapped, or the given default value if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the value to which the specified key is mapped, or the given default value if this map contains no mapping for the key.
getOrigin() - Method in class org.infinispan.commands.remote.BaseRpcCommand
 
getOrigin() - Method in interface org.infinispan.commands.remote.CacheRpcCommand
Get the origin of the command
getOrigin() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
getOrigin() - Method in class org.infinispan.context.impl.AbstractInvocationContext
 
getOrigin() - Method in class org.infinispan.context.impl.ImmutableContext
 
getOrigin() - Method in interface org.infinispan.context.InvocationContext
 
getOrigin() - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
getOrigin() - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
getOriginSite() - Method in class org.infinispan.xsite.XSiteReplicateCommand
 
getOutput(String) - Method in class org.infinispan.io.GridFilesystem
Opens an OutputStream for writing to the file denoted by pathname.
getOutput(String, boolean) - Method in class org.infinispan.io.GridFilesystem
Opens an OutputStream for writing to the file denoted by pathname.
getOutput(String, boolean, int) - Method in class org.infinispan.io.GridFilesystem
Opens an OutputStream for writing to the file denoted by pathname.
getOutput(GridFile) - Method in class org.infinispan.io.GridFilesystem
Opens an OutputStream for writing to the given file.
getOutputAdapter() - Method in interface org.infinispan.cli.Context
 
getOutputAdapter() - Method in class org.infinispan.cli.impl.ContextImpl
 
getOverlapWithNotDeadlockAwareLockOwners() - Method in class org.infinispan.util.concurrent.locks.DeadlockDetectingLockManager
 
getOwned(Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
getOwned(Address) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
 
getOwnedPerCapacity(Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
getOwner(Object) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticLockManager
 
getOwner(Object) - Method in class org.infinispan.stats.wrappers.TopKeyLockManager
 
getOwner() - Method in interface org.infinispan.util.concurrent.locks.ExtendedLockPromise
 
getOwner(Object) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
getOwner(Object) - Method in interface org.infinispan.util.concurrent.locks.LockManager
Retrieves the owner of the lock for the key.
getOwnerAddress() - Method in class org.infinispan.notifications.cachelistener.cluster.RemoteClusterListener
 
getOwners(int) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
getOwners(Collection<Object>) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.DistributionLogic
 
getOwners(Object) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.DistributionLogic
 
getOwners(Collection<Object>) - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
 
getOwners(Object) - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
 
getOwners(Collection<Object>) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
 
getOwners(Object) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
 
getOwners(Collection<Object>) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
 
getOwners(Object) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
 
getOwners() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
 
getOwners() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager.InDoubtTxInfo
Returns the set of nodes where this transaction information is maintained.
getOwnerType() - Method in class org.infinispan.cdi.util.ParameterizedTypeImpl
 
getParameter() - Method in class org.infinispan.cli.interpreter.statement.Option
 
getParameterClasses() - Method in class org.infinispan.factories.components.ComponentMetadata.InjectMetadata
 
getParameterName(int) - Method in class org.infinispan.factories.components.ComponentMetadata.InjectMetadata
 
getParameterPosition() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
 
getParameters() - Method in class org.infinispan.cdi.util.InjectableMethod
Get the injectable parameters of this method.
getParameters() - Method in interface org.infinispan.commands.ReplicableCommand
Deprecated.
will be replaced by ReplicableCommand.writeTo(ObjectOutput). Note: don't implement both since they are used during the transition period.
getParameters() - Method in class org.infinispan.factories.components.ComponentMetadata.InjectMetadata
 
getParameters() - Method in class org.infinispan.jcache.annotation.AggregatedParameterMetaData
 
getParameters() - Method in class org.infinispan.jcache.annotation.MethodMetaData
 
getParameters() - Method in class org.infinispan.tasks.TaskContext
Gets a map of named parameters for the task
getParamName() - Method in class org.infinispan.query.dsl.impl.ParameterExpression
 
getParams() - Method in class org.infinispan.commands.functional.AbstractWriteKeyCommand
 
getParams() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
getParams() - Method in interface org.infinispan.commands.functional.ParamsCommand
 
getParent() - Method in class org.infinispan.io.GridFile
 
getParent() - Method in class org.infinispan.tree.Fqn
Returns the parent of this Fqn.
getParent() - Method in class org.infinispan.tree.impl.NodeImpl
 
getParent(Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
getParent() - Method in interface org.infinispan.tree.Node
Returns the parent node.
getParent(Flag...) - Method in interface org.infinispan.tree.Node
 
getParentFile() - Method in class org.infinispan.io.GridFile
 
getParserContext(Class<? extends ConfigurationParser>) - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
 
getParserErrors() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
getPartialTransactions() - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
 
getPartialTransactions() - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
 
getPartialTransactions() - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
getPassivations() - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
 
getPassivations() - Method in class org.infinispan.eviction.impl.PassivationManagerStub
 
getPassivations() - Method in interface org.infinispan.eviction.PassivationManager
 
getPassivations() - Method in interface org.infinispan.stats.ClusterCacheStats
 
getPassivations() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getPassword() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
 
getPassword() - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
 
getPath() - Method in class org.infinispan.io.GridFile
Returns path of this file.
getPath() - Method in class org.infinispan.query.dsl.impl.PathExpression
 
getPendingCH() - Method in class org.infinispan.topology.CacheTopology
The future consistent hash.
getPendingCH() - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
getPendingViewAsString() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getPerCacheInboundInvocationHandler() - Method in class org.infinispan.factories.ComponentRegistry
Caching shortcut for #getComponent(PerCacheInboundInvocationHandler.class);
getPercentageSuccessWriteTransactions() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getPercentageWriteTransactions() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getPercentile(PercentileStatistic, int) - Method in class org.infinispan.stats.CacheStatisticCollector
 
getPercentile(PercentileStatistic, int) - Method in class org.infinispan.stats.CacheStatisticManager
 
getPercentileLocalReadOnlyTransaction(int) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getPercentileLocalRWriteTransaction(int) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getPercentileRemoteReadOnlyTransaction(int) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getPercentileRemoteWriteTransaction(int) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getPermissions() - Method in class org.infinispan.security.impl.CacheRoleImpl
 
getPermissions() - Method in interface org.infinispan.security.Role
Returns the list of permissions associated with this role
getPersistenceExecutor() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
getPersistentUUID(Object) - Static method in class org.infinispan.remoting.transport.jgroups.JGroupsAddressCache
 
getPersistentUUID() - Method in interface org.infinispan.topology.LocalTopologyManager
Returns the local UUID of this node.
getPersistentUUID() - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
getPersistentUUID() - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
getPhysicalAddresses() - Method in class org.infinispan.manager.DefaultCacheManager
 
getPhysicalAddresses() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
getPhysicalAddresses() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
getPhysicalAddresses() - Method in interface org.infinispan.remoting.transport.Transport
Retrieves the current cache instance's physical network addresses.
getPingOnStartup() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getPooledDataSource() - Method in class org.infinispan.persistence.jdbc.connectionfactory.PooledConnectionFactory
 
getPort() - Method in interface org.infinispan.server.core.transport.Transport
 
getPosition() - Method in class org.infinispan.cdi.util.ParameterValueRedefiner.ParameterValue
Get the position of the parameter in the member's parameter list.
getPosition() - Method in class org.infinispan.jcache.annotation.ParameterMetaData
 
getPredicate() - Method in class org.infinispan.stream.impl.intops.object.FilterOperation
 
getPredicate() - Method in class org.infinispan.stream.impl.intops.primitive.d.FilterDoubleOperation
 
getPredicate() - Method in class org.infinispan.stream.impl.intops.primitive.i.FilterIntOperation
 
getPredicate() - Method in class org.infinispan.stream.impl.intops.primitive.l.FilterLongOperation
 
getPreparedTransaction(Xid) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
Local call returning the remote transaction identified by the supplied xid or null.
getPreparedTransaction(Xid) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
getPreparedTransactionsFromCluster() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
Returns the list of transactions in prepared state from both local and remote cluster nodes.
getPreparedTransactionsFromCluster() - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
getPrepares() - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
getPrev() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
 
getPrimaryLocation(Object) - Method in interface org.infinispan.distribution.DistributionManager
Returns the first Address containing the key.
getPrimaryLocation(Object) - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
 
getPrimaryOwned(Address) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
 
getPrimaryOwnedPerCapacity(Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
getPrimaryOwner(int) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
getPrimaryOwner(String) - Method in interface org.infinispan.distribution.group.GroupManager
It returns the primary owner of the group.
getPrimaryOwner(String) - Method in class org.infinispan.distribution.group.GroupManagerImpl
 
getPrimaryOwner(Object) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.DistributionLogic
 
getPrimaryOwner(Object) - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
 
getPrimaryOwner(Object) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
 
getPrimaryOwner(Object) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
 
getPrimarySegmentsForOwner(Address) - Method in interface org.infinispan.distribution.ch.ConsistentHash
Returns the segments that this cache member is the primary owner for.
getPrimarySegmentsForOwner(Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
getPrimarySegmentsForOwner(Address) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
getPrimarySegmentsForOwner(Address) - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
getPrincipals() - Method in class org.infinispan.server.core.security.simple.SimpleSubjectUserInfo
 
getPrincipals() - Method in interface org.infinispan.server.core.security.SubjectUserInfo
Get the principals for this user.
getPriority() - Method in class org.infinispan.factories.components.ComponentMetadata.PrioritizedMethodMetadata
 
getProjection() - Method in class org.infinispan.query.dsl.impl.BaseQuery
 
getProjection() - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
getProjection() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult
 
getProjection() - Method in class org.infinispan.query.remote.client.FilterResult
 
getProjectionPaths() - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
getProjectionSize() - Method in class org.infinispan.query.remote.client.QueryResponse
 
getPrompt() - Method in interface org.infinispan.cli.Config
 
getPrompt() - Method in class org.infinispan.cli.shell.ConfigImpl
 
getProperties() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getProperties() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
getProperties() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getProperty(String) - Method in interface org.infinispan.cli.Context
 
getProperty(String) - Method in class org.infinispan.cli.impl.ContextImpl
 
getProperty(String, String, boolean) - Method in class org.infinispan.client.hotrod.impl.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, 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) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
 
getProperty(String) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
 
getProperty(String) - Method in interface org.infinispan.globalstate.ScopedPersistentState
Retrieves a state property
getProtocolVersion() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getProtocolVersion() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
getProtocolVersion() - Method in interface org.infinispan.client.hotrod.RemoteCache
Returns the HotRod protocol version supported by this RemoteCache implementation
getProtocolVersion() - Static method in class org.infinispan.client.hotrod.Version
 
getProtofile(String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Gets the contents of a registered *.proto schema file.
getProtofileNames() - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Get the full names of all registered schema files.
getProxy() - Method in class org.infinispan.atomic.container.Container
 
getProxy(AdvancedCache<Object, Object>, Object) - Method in class org.infinispan.atomic.impl.AtomicHashMap
Builds a thread-safe proxy for this instance so that concurrent reads are isolated from writes.
getPushStateStatus() - Method in class org.infinispan.xsite.XSiteAdminOperations
 
getQualifiers() - Method in class org.infinispan.cdi.util.AbstractImmutableBean
 
getQualifiers() - Method in class org.infinispan.cdi.util.BeanBuilder
Qualifiers currently defined for bean creation.
getQualifiers() - Method in class org.infinispan.cdi.util.defaultbean.DefaultBeanInformation.Literal
 
getQualifiers() - Method in class org.infinispan.cdi.util.ForwardingBean
 
getQualifiers() - Method in class org.infinispan.cdi.util.ImmutableInjectionPoint
 
getQualifiers(BeanManager, Iterable<Annotation>) - Static method in class org.infinispan.cdi.util.Reflections
Extract the qualifiers from a set of annotations.
getQualifiers(BeanManager, Iterable<Annotation>...) - Static method in class org.infinispan.cdi.util.Reflections
Extract the qualifiers from a set of annotations.
getQueryFactory(RemoteCache<?, ?>) - Static method in class org.infinispan.client.hotrod.Search
 
getQueryFactory() - Method in class org.infinispan.query.dsl.impl.BaseQuery
 
getRackId() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
 
getRackId() - Method in interface org.infinispan.remoting.transport.TopologyAwareAddress
 
getRackMachines(String, String) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
 
getRackNodes(String, String) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
 
getRaw() - Method in class org.infinispan.io.ExpandableMarshalledValueByteStream
Gets the internal buffer array.
getRaw() - Method in class org.infinispan.io.ImmutableMarshalledValueByteStream
 
getRaw() - Method in class org.infinispan.io.MarshalledValueByteStream
 
getRaw() - Method in class org.infinispan.marshall.core.MarshalledValue
 
getRawBuffer() - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
Gets the internal buffer array.
getRawBuffer() - Method in class org.infinispan.io.ExposedByteArrayOutputStream
Deprecated.
Gets the internal buffer array.
getRawType() - Method in class org.infinispan.cdi.util.ParameterizedTypeImpl
 
getRawType(Type) - Static method in class org.infinispan.cdi.util.Reflections
Extract the raw type, given a type.
getRawType() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
 
getRawType() - Method in class org.infinispan.jcache.annotation.ParameterMetaData
 
getReadableChannel(String) - Method in class org.infinispan.io.GridFilesystem
Opens a ReadableGridFileChannel for reading from the file denoted by the given file path.
getReadConsistentHash() - Method in interface org.infinispan.distribution.DistributionManager
 
getReadConsistentHash() - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
 
getReadConsistentHash() - Method in class org.infinispan.topology.CacheTopology
Read operations should always go to the "current" owners.
getReadOnlyAtomicMap(Cache<MK, ?>, MK) - Static method in class org.infinispan.atomic.AtomicMapLookup
Retrieves an atomic map from a given cache, stored under a given key, for reading only.
getReadWriteRatio() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
getReadWriteRatio() - Method in interface org.infinispan.stats.CacheContainerStats
 
getReadWriteRatio() - Method in interface org.infinispan.stats.ClusterCacheStats
 
getReadWriteRatio() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getReadWriteRatio() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getReadWriteRatio() - Method in class org.infinispan.stats.impl.StatsCollector
 
getRebalanceId() - Method in class org.infinispan.topology.CacheTopology
The id of the latest started rebalance.
getRebalancingStatus() - Method in interface org.infinispan.statetransfer.StateTransferManager
 
getRebalancingStatus() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
 
getRebalancingStatus() - Method in class org.infinispan.topology.ClusterCacheStatus
 
getRebalancingStatus(String) - Method in interface org.infinispan.topology.ClusterTopologyManager
Retrieves the rebalancing status of a cache
getRebalancingStatus(String) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
getRebalancingStatus(String) - Method in interface org.infinispan.topology.LocalTopologyManager
Retrieve the rebalancing status for the specified cache
getRebalancingStatus(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
getRebalancingStatus(String) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
getReceiveBufferSize() - Method in interface org.infinispan.server.core.transport.Transport
 
getReception() - Method in class org.infinispan.cdi.util.ForwardingObserverMethod
 
getRecoveryManager() - Method in class org.infinispan.transaction.xa.XaTransactionTable
 
getReducer() - Method in class org.infinispan.commands.read.ReduceCommand
 
getRegisteredComponents() - Method in class org.infinispan.factories.AbstractComponentRegistry
Returns an immutable set containing all the components that exists in the repository at this moment.
getReleaseFutureForKey(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
getReleaseFutureForKey(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
It returns a CompletableFuture that completes when the lock for the key is released.
getReleaseFutureForKeys(Collection<Object>) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
getReleaseFutureForKeys(Collection<Object>) - Method in interface org.infinispan.transaction.xa.CacheTransaction
Same as CacheTransaction.getReleaseFutureForKey(Object) but it returns a pair with the key and the future.
getRemainingTimeout() - Method in interface org.infinispan.util.concurrent.locks.PendingLockPromise
 
getRemote(ExtendedStatistic) - Method in class org.infinispan.stats.container.StatisticsSnapshot
 
getRemoteCache(InjectionPoint) - Method in class org.infinispan.cdi.RemoteCacheProducer
Produces the remote cache.
getRemoteCache() - Method in class org.infinispan.persistence.remote.RemoteStore
 
getRemoteCacheManager() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
getRemoteCacheManager() - Method in interface org.infinispan.client.hotrod.RemoteCache
Returns the RemoteCacheManager that created this cache.
getRemoteGetExecutionTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getRemoteGlobalTransaction() - Method in class org.infinispan.transaction.impl.TransactionTable
 
getRemoteGlobalTransaction() - Method in interface org.infinispan.transaction.TransactionTable
 
getRemoteIndex(ExtendedStatistic) - Static method in class org.infinispan.stats.container.ConcurrentGlobalContainer
 
getRemoteIndex() - Method in enum org.infinispan.stats.container.ExtendedStatistic
 
getRemoteLockIntention() - Method in class org.infinispan.transaction.xa.DldGlobalTransaction
 
getRemoteLocksAcquired() - Method in class org.infinispan.context.impl.LocalTxInvocationContext
 
getRemoteLocksAcquired() - Method in class org.infinispan.transaction.impl.LocalTransaction
 
getRemotelyFetched() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
 
getRemotelyFetched() - Method in class org.infinispan.commands.read.GetAllCommand
 
getRemotelyFetchedValue() - Method in class org.infinispan.commands.read.GetCacheEntryCommand
If the cache needs to go remotely in order to obtain the value associated to this key, then the remote value is stored in this field.
getRemotelyFetchedValue() - Method in class org.infinispan.commands.read.GetKeyValueCommand
If the cache needs to go remotely in order to obtain the value associated to this key, then the remote value is stored in this field.
getRemotelyFetchedValue() - Method in interface org.infinispan.commands.read.RemoteFetchingCommand
Deprecated.
If the cache needs to go remotely in order to obtain the value associated to this key, then the remote value is stored in this field.
getRemotePutExecutionTime() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getRemoteSiteNames() - Method in exception org.infinispan.xsite.BackupFailureException
 
getRemoteSocketAddress() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
getRemoteSocketAddress() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
Returns the address of the endpoint this transport is connected to, or null if it is unconnected.
getRemoteStatsSize() - Static method in enum org.infinispan.stats.container.ExtendedStatistic
 
getRemoteTopGets() - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getRemoteTopPuts() - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getRemoteTransaction() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
getRemoteTransaction() - Method in class org.infinispan.commands.tx.PrepareCommand
 
getRemoteTransaction() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderCommitCommand
 
getRemoteTransaction() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderRollbackCommand
 
getRemoteTransaction() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderVersionedCommitCommand
 
getRemoteTransaction(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
Returns the RemoteTransaction associated with the supplied transaction id.
getRemoteTransaction(GlobalTransaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
 
getRemoteTransactions() - Method in class org.infinispan.transaction.impl.TransactionTable
 
getRemoteTransactionXid(Long) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
Iterates over the remote transactions and returns the XID of the one that has an internal id equal with the supplied internal Id.
getRemoteTxCount() - Method in class org.infinispan.transaction.impl.TransactionTable
 
getRemoveHits() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
getRemoveHits() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getRemoveHits() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getRemoveHits() - Method in class org.infinispan.stats.impl.StatsCollector
 
getRemoveHits() - Method in class org.infinispan.stats.impl.StatsImpl
 
getRemoveHits() - Method in interface org.infinispan.stats.Stats
 
getRemoveMisses() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
getRemoveMisses() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getRemoveMisses() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getRemoveMisses() - Method in class org.infinispan.stats.impl.StatsCollector
 
getRemoveMisses() - Method in class org.infinispan.stats.impl.StatsImpl
 
getRemoveMisses() - Method in interface org.infinispan.stats.Stats
 
getReplicationCount() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getReplicationDegree() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getReplicationFailures() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getRequestBalancingStrategy() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getRequestor() - Method in interface org.infinispan.util.concurrent.locks.ExtendedLockPromise
 
getResolvedType() - Method in class org.infinispan.cdi.util.HierarchyDiscovery
 
getResourceAsStream(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
 
getResponse(CacheRpcCommand, Object) - Method in class org.infinispan.remoting.responses.DefaultResponseGenerator
 
getResponse(CacheRpcCommand, Object) - Method in interface org.infinispan.remoting.responses.ResponseGenerator
 
getResponseGenerator() - Method in class org.infinispan.factories.ComponentRegistry
Caching shortcut for #getComponent(ResponseGenerator.class);
getResponseValue() - Method in class org.infinispan.remoting.responses.SuccessfulResponse
 
getResult() - Method in class org.infinispan.cli.interpreter.result.EmptyResult
 
getResult() - Method in class org.infinispan.cli.interpreter.result.JsonResult
 
getResult() - Method in interface org.infinispan.cli.interpreter.result.Result
 
getResult() - Method in class org.infinispan.cli.interpreter.result.StringResult
 
getResultCacheName() - Method in class org.infinispan.commands.read.ReduceCommand
 
getResults() - Method in class org.infinispan.query.remote.client.QueryResponse
 
getResultSize() - Method in class org.infinispan.client.hotrod.impl.query.RemoteQuery
 
getResultSize() - Method in interface org.infinispan.query.dsl.Query
Gets the total number of results matching the query, ignoring pagination (firstResult, maxResult).
getRetrievals() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getRetrievals() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getRetrievals() - Method in class org.infinispan.stats.impl.StatsCollector
 
getRetrievals() - Method in class org.infinispan.stats.impl.StatsImpl
 
getRetrievals() - Method in interface org.infinispan.stats.Stats
 
getReturnType() - Method in class org.infinispan.factories.components.JmxOperationMetadata
 
getRoles() - Method in class org.infinispan.security.impl.SubjectACL
 
getRollbacks() - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
getRoot() - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
getRoot(Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
getRoot() - Method in interface org.infinispan.tree.TreeCache
Returns the root node of this cache.
getRoot(Flag...) - Method in interface org.infinispan.tree.TreeCache
 
getRootCause(Throwable) - Method in class org.infinispan.jmx.ResourceDMBean
 
getRootTypeName() - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
getRoutingTableAsString() - Method in interface org.infinispan.distribution.ch.ConsistentHash
Returns a string containing all the segments and their associated addresses.
getRoutingTableAsString() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
getRoutingTableAsString() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
getRoutingTableAsString() - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
getRpcManager() - Method in interface org.infinispan.AdvancedCache
Returns the component in charge of communication with other caches in the cluster.
getRpcManager() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getRpcManager() - Method in class org.infinispan.cache.impl.CacheImpl
 
getRpcManager() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getRpcManager() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getRpcOptionsBuilder(ResponseMode) - Method in interface org.infinispan.remoting.rpc.RpcManager
Creates a new RpcOptionsBuilder.
getRpcOptionsBuilder(ResponseMode, DeliverOrder) - Method in interface org.infinispan.remoting.rpc.RpcManager
Creates a new RpcOptionsBuilder.
getRpcOptionsBuilder(ResponseMode) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getRpcOptionsBuilder(ResponseMode, DeliverOrder) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getRpcOptionsBuilder(ResponseMode) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
 
getRpcOptionsBuilder(ResponseMode, DeliverOrder) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
 
getRunningCacheCount() - Method in class org.infinispan.manager.DefaultCacheManager
 
getRunningStateTransfer() - Method in class org.infinispan.xsite.XSiteAdminOperations
for debug only!
getRunningStateTransfers() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
 
getRunningStateTransfers() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 
getSaslClientFactories(ClassLoader, boolean) - Static method in class org.infinispan.server.core.security.SaslUtils
Returns an iterator of all of the registered SaslClientFactorys where the order is based on the order of the Provider registration and/or class path order.
getSaslClientFactories() - Static method in class org.infinispan.server.core.security.SaslUtils
Returns an iterator of all of the registered SaslClientFactorys 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.server.core.security.SaslUtils
Returns an iterator of all of the registered SaslServerFactorys where the order is based on the order of the Provider registration and/or class path order.
getSaslServerFactories() - Static method in class org.infinispan.server.core.security.SaslUtils
Returns an iterator of all of the registered SaslServerFactorys where the order is based on the order of the Provider registration and/or class path order.
getScheduledExecutor(Properties) - Method in class org.infinispan.executors.DefaultScheduledExecutorFactory
 
getScheduledExecutor(Properties, AccessControlContext) - Method in class org.infinispan.executors.DefaultScheduledExecutorFactory
 
getScheduledExecutor(Properties) - Method in interface org.infinispan.executors.ScheduledExecutorFactory
 
getScheduledExecutor(Properties, AccessControlContext) - Method in interface org.infinispan.executors.SecurityAwareScheduledExecutorFactory
 
getScheduledTasks() - Method in class org.infinispan.executors.ExecutorAllCompletionService
 
getSchema() - Method in interface org.infinispan.configuration.parsing.XMLExtendedStreamReader
Returns the schema of currently being processed
getSchema() - Method in class org.infinispan.persistence.jdbc.TableName
 
getScope() - Method in class org.infinispan.cdi.util.AbstractImmutableBean
 
getScope() - Method in class org.infinispan.cdi.util.BeanBuilder
Scope currently defined for bean creation.
getScope() - Method in class org.infinispan.cdi.util.ForwardingBean
 
getScope() - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
 
getScope() - Method in interface org.infinispan.globalstate.ScopedPersistentState
Returns the name of this persistent state's scope
getScope() - Method in class org.infinispan.registry.ScopedKey
Deprecated.
 
getScope() - Method in interface org.infinispan.util.logging.events.EventLog
 
getSecurityPermission() - Method in enum org.infinispan.security.AuthorizationPermission
 
getSegment(Object) - Method in class org.infinispan.client.hotrod.impl.consistenthash.SegmentConsistentHash
 
getSegment(Object) - Method in interface org.infinispan.distribution.ch.ConsistentHash
 
getSegment(Object) - Method in class org.infinispan.distribution.ch.impl.AffinityPartitioner
 
getSegment(Object) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
getSegment(Object) - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
 
getSegment(Object) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
getSegment(Object) - Method in interface org.infinispan.distribution.ch.KeyPartitioner
Obtains the segment for a key.
getSegment(Object) - Method in class org.infinispan.distribution.group.impl.GroupingPartitioner
 
getSegment(Object) - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
getSegmentConsistentHash() - Method in class org.infinispan.client.hotrod.impl.operations.IterationStartResponse
 
getSegmentEndHashes() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
Deprecated.
getSegmentEndHashes() - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
 
getSegmentId() - Method in class org.infinispan.statetransfer.StateChunk
 
getSegmentOwners() - Method in class org.infinispan.client.hotrod.impl.consistenthash.SegmentConsistentHash
 
getSegments() - Method in class org.infinispan.statetransfer.InboundTransferTask
 
getSegments() - Method in class org.infinispan.statetransfer.OutboundTransferTask
 
getSegments() - Method in class org.infinispan.statetransfer.StateRequestCommand
 
getSegmentsByServer() - Method in interface org.infinispan.client.hotrod.impl.consistenthash.ConsistentHash
 
getSegmentsByServer() - Method in class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1
 
getSegmentsByServer() - Method in class org.infinispan.client.hotrod.impl.consistenthash.SegmentConsistentHash
 
getSegmentsForOwner(Address) - Method in interface org.infinispan.distribution.ch.ConsistentHash
Returns the segments owned by a cache member.
getSegmentsForOwner(Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
getSegmentsForOwner(Address) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
getSegmentsForOwner(Address) - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
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
 
getSegmentsPerServer() - Method in class org.infinispan.client.hotrod.impl.CacheTopologyInfoImpl
 
getSelectExpiredRowsSql() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getSelectIdRowSql() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getSelectRowSql() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getSelfDeliverFilter() - Method in class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
getSendBufferSize() - Method in interface org.infinispan.server.core.transport.Transport
 
getSendingSiteName() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateConsumer
 
getSendingSiteName() - Method in class org.infinispan.xsite.statetransfer.XSiteStateConsumerImpl
 
getSendingSiteName() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
 
getSendingSiteName() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 
getSendingSiteName() - Method in class org.infinispan.xsite.XSiteAdminOperations
 
getSendTimeMillis() - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
 
getSendTimeMillis() - Method in interface org.infinispan.remoting.transport.BackupResponse
Return the time in millis when this operation was initiated.
getSendTimeMillis() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
 
getSerializationContext() - Method in class org.infinispan.client.hotrod.impl.query.RemoteQuery
 
getSerializationContext() - Method in class org.infinispan.client.hotrod.marshall.ProtoStreamMarshaller
 
getSerializationContext(RemoteCacheManager) - Static method in class org.infinispan.client.hotrod.marshall.ProtoStreamMarshaller
Obtains the SerializationContext associated with the given remote cache manager.
getSerializationContext() - Method in class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
 
getServer(Object) - Method in interface org.infinispan.client.hotrod.impl.consistenthash.ConsistentHash
 
getServer(Object) - Method in class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1
 
getServer(Object) - Method in class org.infinispan.client.hotrod.impl.consistenthash.SegmentConsistentHash
 
getServerAddress() - Method in exception org.infinispan.client.hotrod.exceptions.RemoteIllegalLifecycleStateException
 
getServerAddress() - Method in exception org.infinispan.client.hotrod.exceptions.TransportException
 
getServerAddress() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
getServerList() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getServers(byte[]) - Method in class org.infinispan.client.hotrod.impl.TopologyInfo
 
getServers() - Method in class org.infinispan.client.hotrod.impl.TopologyInfo
 
getServers() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.RoundRobinBalancingStrategy
 
getServers() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getSessionReaperWakeupInterval() - Method in class org.infinispan.cli.interpreter.Interpreter
 
getSessionTimeout() - Method in class org.infinispan.cli.interpreter.Interpreter
 
getSharedLockCount() - Method in class org.infinispan.util.concurrent.locks.StripedLock
 
getSingleKey() - Method in class org.infinispan.commands.control.LockControlCommand
 
getSiteId() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
 
getSiteId() - Method in interface org.infinispan.remoting.transport.TopologyAwareAddress
 
getSiteName() - Method in class org.infinispan.cli.interpreter.statement.SiteData
 
getSiteName() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
getSiteName() - Method in class org.infinispan.xsite.XSiteBackup
 
getSiteNodes(String) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
 
getSiteRacks(String) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
 
getSitesMissingCoordinator(Collection<Address>) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProvider
 
getSitesMissingCoordinator(Collection<Address>) - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
 
getSize() - Method in class org.infinispan.lucene.FileMetadata
 
getSnapshot() - Method in class org.infinispan.stats.container.ConcurrentGlobalContainer
 
getSocketAddress(Object, byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getSocketAddress(Object, byte[]) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
getSortCriteria() - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
getSortProjection() - Method in class org.infinispan.query.remote.client.FilterResult
 
getSoTimeout() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getSoTimeout() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getSoTimeout() - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
getSource() - Method in class org.infinispan.statetransfer.InboundTransferTask
 
getSpecificationName() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getSpecificationVendor() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getSpecificationVersion() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getSSLContext() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getSSLContext() - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
getStableCacheTopology(String) - Method in interface org.infinispan.topology.LocalTopologyManager
 
getStableCacheTopology(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
getStableCacheTopology(String) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
getStableTopology() - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
Whenever a new cache topology without a pendingCH and with at least numOwners owners for each segment is installed, and the cache is AvailabilityMode.AVAILABLE, the current cache topology is marked as the stable topology.
getStableTopology() - Method in class org.infinispan.topology.CacheStatusResponse
 
getStableTopology() - Method in class org.infinispan.topology.ClusterCacheStatus
 
getStaleStatsTreshold() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getStartMethods() - Method in class org.infinispan.factories.components.ComponentMetadata
 
getStartOffset() - Method in class org.infinispan.query.dsl.impl.BaseQuery
 
getStartOffset() - Method in class org.infinispan.query.remote.client.QueryRequest
 
getState() - Method in class org.infinispan.persistence.async.AsyncCacheWriter
 
getStateFlags() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
getStateFlags() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
getStateFlags() - Method in interface org.infinispan.container.entries.StateChangingEntry
 
getStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
GetStatement - Class in org.infinispan.cli.interpreter.statement
Implementation of the "get" statement
GetStatement(List<Option>, KeyData) - Constructor for class org.infinispan.cli.interpreter.statement.GetStatement
 
getStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.getStatement_return
 
getStateTransferFlag() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
getStateTransferLock() - Method in class org.infinispan.factories.ComponentRegistry
Caching shortcut for #getComponent(StateTransferManager.class);
getStateTransferManager() - Method in class org.infinispan.factories.ComponentRegistry
Caching shortcut for #getComponent(StateTransferManager.class);
getStateTransferProvider() - Method in interface org.infinispan.persistence.manager.PersistenceManager
Returns the store one configured with fetch persistent state, or null if none exist.
getStateTransferProvider() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
getStateTransferProvider() - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
getStatistic(String) - Method in class org.infinispan.client.hotrod.impl.ServerStatisticsImpl
 
getStatistic(String) - Method in interface org.infinispan.client.hotrod.ServerStatistics
 
getStatisticsEnabled() - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
 
getStatisticsEnabled() - Method in class org.infinispan.eviction.impl.PassivationManagerStub
 
getStatisticsEnabled() - Method in class org.infinispan.interceptors.base.JmxStatsCommandInterceptor
Deprecated.
Returns whether an interceptor's statistics are being captured.
getStatisticsEnabled() - Method in class org.infinispan.interceptors.InvalidationInterceptor
Deprecated.
 
getStatisticsEnabled() - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
getStatisticsEnabled() - Method in interface org.infinispan.jmx.JmxStatisticsExposer
Returns whether an interceptor's statistics are being captured.
getStatisticsEnabled() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getStatisticsEnabled() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getStatisticsEnabled() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getStatisticsEnabled() - Method in class org.infinispan.stats.impl.StatsCollector
 
getStatisticValue(String) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
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.cache.impl.AbstractDelegatingAdvancedCache
 
getStats() - Method in class org.infinispan.cache.impl.CacheImpl
 
getStats() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getStats() - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
getStats() - Method in class org.infinispan.manager.DefaultCacheManager
 
getStats() - Method in interface org.infinispan.manager.EmbeddedCacheManager
Returns statistics for this cache manager since 7.1
getStats() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getStats() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getStatsMap() - Method in class org.infinispan.client.hotrod.impl.ServerStatisticsImpl
 
getStatsMap() - Method in interface org.infinispan.client.hotrod.ServerStatistics
 
getStatus() - Method in interface org.infinispan.Cache
 
getStatus() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
getStatus() - Method in class org.infinispan.cache.impl.CacheImpl
 
getStatus() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getStatus() - Method in class org.infinispan.client.hotrod.impl.operations.IterationEndResponse
 
getStatus() - Method in class org.infinispan.client.hotrod.impl.operations.IterationNextResponse
 
getStatus() - Method in interface org.infinispan.commons.api.functional.FunctionalMap
Functional map's status.
getStatus() - Method in class org.infinispan.factories.AbstractComponentRegistry
Retrieves the state of the registry
getStatus() - Method in class org.infinispan.functional.impl.FunctionalMapImpl
 
getStatus() - Method in class org.infinispan.manager.DefaultCacheManager
 
getStatus() - Method in interface org.infinispan.manager.EmbeddedCacheManager
 
getStatus() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getStatus() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getStatus() - Method in class org.infinispan.transaction.tm.DummyBaseTransactionManager
Get the status of the transaction associated with the calling thread.
getStatus() - Method in class org.infinispan.transaction.tm.DummyTransaction
Get the status of the transaction.
getStatus() - Method in class org.infinispan.transaction.tm.DummyUserTransaction
Get the status of the transaction.
getStatus() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
 
getStatus() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
Following values might be returned: - Status.STATUS_PREPARED if the tx is prepared - Status.STATUS_COMMITTED if the tx is committed - Status.STATUS_ROLLEDBACK if the tx is rollback - null otherwise
getStatus() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager.InDoubtTxInfo
The value represent transaction's state as described by the status field.
getStatus() - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
 
getStatus() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 
getStereotypes() - Method in class org.infinispan.cdi.util.AbstractImmutableBean
 
getStereotypes() - Method in class org.infinispan.cdi.util.BeanBuilder
Stereotypes currently defined for bean creation.
getStereotypes() - Method in class org.infinispan.cdi.util.ForwardingBean
 
getStopMethods() - Method in class org.infinispan.factories.components.ComponentMetadata
 
getStoredEntries() - Method in class org.infinispan.persistence.support.Bucket
 
getStoredEntries(KeyFilter, TimeService) - Method in class org.infinispan.persistence.support.Bucket
 
getStoredValue() - Method in class org.infinispan.persistence.modifications.Store
 
getStores() - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
getStores() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
getStores(Class<T>) - Method in interface org.infinispan.persistence.manager.PersistenceManager
 
getStores(Class<T>) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
getStores(Class<T>) - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
getStores() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getStores() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getStores() - Method in class org.infinispan.stats.impl.StatsCollector
 
getStores() - Method in class org.infinispan.stats.impl.StatsImpl
 
getStores() - Method in interface org.infinispan.stats.Stats
 
getStoresAsString() - Method in interface org.infinispan.persistence.manager.PersistenceManager
 
getStoresAsString() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
getStoresAsString() - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
getStoreWrites() - Method in interface org.infinispan.stats.ClusterCacheStats
 
getStoreWrites() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getStream() - Method in class org.infinispan.commons.io.ByteBufferImpl
 
getStream(boolean) - Method in class org.infinispan.stream.impl.interceptor.AbstractDelegatingEntryCacheSet
 
getStream(boolean) - Method in class org.infinispan.stream.impl.interceptor.AbstractDelegatingKeyCacheSet
 
getStreamSupplier(boolean) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getStringMapping(Object) - Method in class org.infinispan.lucene.LuceneKey2StringMapper
 
getStringMapping(Object) - Method in class org.infinispan.persistence.keymappers.DefaultTwoWayKey2StringMapper
 
getStringMapping(Object) - Method in interface org.infinispan.persistence.keymappers.Key2StringMapper
Must return an unique String for the supplied key.
getStringMapping(Object) - Method in class org.infinispan.persistence.keymappers.MarshalledValueOrPrimitiveMapper
 
getStringRepresentation(Object[]) - Method in class org.infinispan.tree.Fqn
 
getStringStore() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
getSubElement(Element, String) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
Returns a named sub-element of the current element passed in.
getSubFqn(int, int) - Method in class org.infinispan.tree.Fqn
Obtains a sub-Fqn from the given Fqn.
getSubgroupsMerged() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
getSubgroupsMerged() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.MergeEvent
 
getSubject() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
getSubject() - Static method in class org.infinispan.security.Security
If using Security.doAs(Subject, PrivilegedAction) or Security.doAs(Subject, PrivilegedExceptionAction), returns the Subject associated with the current thread otherwise it returns the Subject associated with the current AccessControlContext
getSubject() - Method in class org.infinispan.server.core.security.simple.SimpleSubjectUserInfo
 
getSubject() - Method in interface org.infinispan.server.core.security.SubjectUserInfo
Returns the subject
getSubjectUserInfo(Collection<Principal>) - Method in interface org.infinispan.server.core.security.AuthorizingCallbackHandler
 
getSubjectUserPrincipal(Subject) - Static method in class org.infinispan.security.Security
Returns the first principal of a subject which is not of type Group
getSuccessRatio() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getSuccessRatioFloatingPoint() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getSuffix() - Method in enum org.infinispan.commons.util.MemoryUnit
 
getSuspect() - Method in exception org.infinispan.remoting.transport.jgroups.SuspectException
 
GetSystemPropertyAction - Class in org.infinispan.security.actions
GetSystemPropertyAction.
GetSystemPropertyAction(String) - Constructor for class org.infinispan.security.actions.GetSystemPropertyAction
 
GetSystemPropertyAsBooleanAction - Class in org.infinispan.security.actions
Wrapper for Boolean.getBoolean(propertyName)
GetSystemPropertyAsBooleanAction(String) - Constructor for class org.infinispan.security.actions.GetSystemPropertyAsBooleanAction
 
GetSystemPropertyAsIntegerAction - Class in org.infinispan.security.actions
Wrapper for Integer.getInteger(propertyName, defaultValue).
GetSystemPropertyAsIntegerAction(String, int) - Constructor for class org.infinispan.security.actions.GetSystemPropertyAsIntegerAction
 
getTableManipulation() - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
getTableManipulation() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
getTableName() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getTagContents(Element, String, String, String) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
Returns the contents of a specific node of given element name, provided a certain attribute exists and is set to value.
getTakeOffline() - Method in class org.infinispan.xsite.OfflineStatus
 
getTakeOfflineAfterFailures(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
 
getTakeOfflineMinTimeToWait(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
 
getTarget() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
 
getTarget() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
getTarget() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
 
getTarget() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
getTarget() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.ListenerInvocationImpl
 
getTarget() - Method in interface org.infinispan.notifications.impl.ListenerInvocation
The listener instance that is notified of events
getTaskExecutionPolicy() - Method in interface org.infinispan.distexec.DistributedTask
Returns custom DistributedTaskExecutionPolicy for this task
getTaskFailoverPolicy() - Method in interface org.infinispan.distexec.DistributedTask
Returns custom DistributedTaskFailoverPolicy for this task
getTaskId() - Method in class org.infinispan.commands.read.MapCombineCommand
 
getTaskId() - Method in class org.infinispan.commands.read.ReduceCommand
 
getTaskId() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.IntermediateKey
 
getTcpKeepAlive() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getTcpNoDelay() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getTcpNoDelay() - Method in interface org.infinispan.server.core.transport.Transport
 
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
getThroughput() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getThrowable() - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
getTimeout() - Method in class org.infinispan.remoting.inboundhandler.action.ActionState
 
getTimeout() - Method in class org.infinispan.topology.CacheJoinInfo
 
getTimeout() - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
 
getTimeout() - Method in class org.infinispan.xsite.XSiteBackup
 
getTimeoutExecutor() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
getTimeService() - Method in class org.infinispan.factories.AbstractComponentRegistry
 
getTimeService() - Method in class org.infinispan.factories.ComponentRegistry
 
getTimeService() - Method in class org.infinispan.factories.GlobalComponentRegistry
 
getTimeService() - Method in class org.infinispan.persistence.InitializationContextImpl
 
getTimeService() - Method in class org.infinispan.persistence.jdbc.mixed.InitialisationContextDelegate
 
getTimeService() - Method in interface org.infinispan.persistence.spi.InitializationContext
 
getTimeSinceReset() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
getTimeSinceReset() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getTimeSinceReset() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getTimeSinceReset() - Method in class org.infinispan.stats.impl.StatsCollector
 
getTimeSinceReset() - Method in class org.infinispan.stats.impl.StatsImpl
 
getTimeSinceReset() - Method in interface org.infinispan.stats.Stats
 
getTimeSinceStart() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
getTimeSinceStart() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getTimeSinceStart() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getTimeSinceStart() - Method in class org.infinispan.stats.impl.StatsCollector
 
getTimeSinceStart() - Method in class org.infinispan.stats.impl.StatsImpl
 
getTimeSinceStart() - Method in interface org.infinispan.stats.Stats
 
getTimestamp() - Method in interface org.infinispan.cli.interpreter.session.Session
Returns the time the session was last accessed
getTimestamp() - Method in class org.infinispan.cli.interpreter.session.SessionImpl
 
getTokenNames() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
getTopContendedKeys() - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getTopKFrom(StreamSummaryContainer.Stat) - Method in class org.infinispan.stats.topK.StreamSummaryContainer
getTopKFrom(StreamSummaryContainer.Stat, int) - Method in class org.infinispan.stats.topK.StreamSummaryContainer
 
getTopKFromAsKeyString(StreamSummaryContainer.Stat) - Method in class org.infinispan.stats.topK.StreamSummaryContainer
getTopKFromAsKeyString(StreamSummaryContainer.Stat, int) - Method in class org.infinispan.stats.topK.StreamSummaryContainer
getTopLockedKeys() - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getTopLockFailedKeys() - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getTopologyAge() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getTopologyAge() - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
getTopologyId() - Method in interface org.infinispan.client.hotrod.CacheTopologyInfo
 
getTopologyId() - Method in class org.infinispan.client.hotrod.impl.CacheTopologyInfoImpl
 
getTopologyId() - Method in class org.infinispan.client.hotrod.impl.operations.IterationStartResponse
 
getTopologyId(byte[]) - Method in class org.infinispan.client.hotrod.impl.TopologyInfo
 
getTopologyId(byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getTopologyId(byte[]) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
getTopologyId() - Method in class org.infinispan.commands.AbstractFlagAffectedCommand
 
getTopologyId() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
getTopologyId() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
getTopologyId() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
getTopologyId() - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
 
getTopologyId() - Method in interface org.infinispan.commands.TopologyAffectedCommand
 
getTopologyId() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
getTopologyId() - Method in class org.infinispan.iteration.impl.EntryRequestCommand
 
getTopologyId() - Method in class org.infinispan.iteration.impl.EntryResponseCommand
 
getTopologyId() - Method in interface org.infinispan.remoting.rpc.RpcManager
Returns the current topology id.
getTopologyId() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getTopologyId() - Method in class org.infinispan.statetransfer.OutboundTransferTask
 
getTopologyId() - Method in class org.infinispan.statetransfer.StateRequestCommand
 
getTopologyId() - Method in class org.infinispan.statetransfer.TransactionInfo
 
getTopologyId() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
 
getTopologyId() - Method in class org.infinispan.stream.impl.StreamRequestCommand
 
getTopologyId() - Method in class org.infinispan.topology.CacheTopology
 
getTopologyId() - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
getTopologyId() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
getTopologyId() - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
getTopWriteSkewFailedKeys() - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
getToString() - Method in class org.infinispan.cdi.util.BeanBuilder
The string used when Object.toString() is called on the bean.
getTotalBytesRead() - Method in interface org.infinispan.server.core.transport.Transport
 
getTotalBytesWritten() - Method in interface org.infinispan.server.core.transport.Transport
 
getTotalCapacity() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
getTotalLockCount() - Method in class org.infinispan.util.concurrent.locks.StripedLock
Returns the total number of locks held by this class.
getTotalNumberOfDetectedDeadlocks() - Method in class org.infinispan.util.concurrent.locks.DeadlockDetectingLockManager
 
getTotalNumberOfEntries() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
getTotalNumberOfEntries() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
getTotalNumberOfEntries() - Method in class org.infinispan.stats.impl.StatsCollector
 
getTotalNumberOfEntries() - Method in class org.infinispan.stats.impl.StatsImpl
 
getTotalNumberOfEntries() - Method in interface org.infinispan.stats.Stats
Number of entries stored in cache since the cache started running.
getTotalReadLockCount() - Method in class org.infinispan.util.concurrent.locks.StripedLock
 
getTotalResults() - Method in class org.infinispan.query.remote.client.QueryResponse
 
getTotalSpace() - Method in class org.infinispan.io.GridFile
 
getTotalWriteLockCount() - Method in class org.infinispan.util.concurrent.locks.StripedLock
 
getTransaction() - Method in class org.infinispan.context.impl.LocalTxInvocationContext
 
getTransaction() - Method in class org.infinispan.context.impl.RemoteTxInvocationContext
 
getTransaction() - Method in interface org.infinispan.context.impl.TxInvocationContext
Returns the tx associated with the current thread.
getTransaction() - Method in class org.infinispan.transaction.impl.LocalTransaction
 
getTransaction() - Method in class org.infinispan.transaction.tm.DummyBaseTransactionManager
Get the transaction associated with the calling thread.
getTransactionManager() - Method in interface org.infinispan.AdvancedCache
Returns the transaction manager configured for this cache.
getTransactionManager() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getTransactionManager() - Method in class org.infinispan.cache.impl.CacheImpl
 
getTransactionManager() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getTransactionManager(Session) - Method in class org.infinispan.cli.interpreter.statement.AbstractTransactionStatement
 
getTransactionManager() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getTransactionManager() - Method in class org.infinispan.transaction.lookup.DummyTransactionManagerLookup
 
getTransactionManager() - Method in class org.infinispan.transaction.lookup.GenericTransactionManagerLookup
Get the systemwide used TransactionManager
getTransactionManager() - Method in class org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup
 
getTransactionManager() - Method in interface org.infinispan.transaction.lookup.TransactionManagerLookup
Returns a new TransactionManager.
getTransactionPhase() - Method in class org.infinispan.cdi.util.ForwardingObserverMethod
 
getTransactionsForSegments(Address, int, Set<Integer>) - Method in interface org.infinispan.statetransfer.StateProvider
Gets the list of transactions that affect keys from the given segments.
getTransactionsForSegments(Address, int, Set<Integer>) - Method in class org.infinispan.statetransfer.StateProviderImpl
 
getTransactionState() - Method in class org.infinispan.transaction.impl.RemoteTransaction
 
getTransactionSynchronizationRegistry() - Method in interface org.infinispan.transaction.lookup.TransactionSynchronizationRegistryLookup
Returns a new TransactionSynchronizationRegistry.
getTransactionSynchronizedBlock() - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
 
getTransactionTable() - Method in class org.infinispan.factories.ComponentRegistry
 
getTransactionTimeout() - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
 
getTransport(int, Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation
 
getTransport(int, Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation
 
getTransport(int, Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.operations.BulkGetKeysOperation
 
getTransport(int, Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.operations.BulkGetOperation
 
getTransport(int, Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.operations.ClearOperation
 
getTransport(int, Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.operations.ExecuteOperation
 
getTransport(int, Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.operations.FaultTolerantPingOperation
 
getTransport(int, Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.operations.GetAllOperation
 
getTransport(int, Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.operations.IterationStartOperation
 
getTransport() - Method in class org.infinispan.client.hotrod.impl.operations.IterationStartResponse
 
getTransport(int, Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.operations.PutAllOperation
 
getTransport(int, Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.operations.QueryOperation
 
getTransport(int, Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation
 
getTransport(int, Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.operations.SizeOperation
 
getTransport(int, Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.operations.StatsOperation
 
getTransport(Set<SocketAddress>, byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getTransport(Object, Set<SocketAddress>, byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
getTransport(Set<SocketAddress>, byte[]) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
getTransport(Object, Set<SocketAddress>, byte[]) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
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
 
getTransport() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
getTransport() - Method in interface org.infinispan.remoting.rpc.RpcManager
 
getTransport() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
getTransport() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
 
getTransportFactory() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getTransportFactory() - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
 
getTransportFactory() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.abortBatchStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.beginTransactionStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.cacheStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.clearCacheStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.commitTransactionStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.createStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.denyStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.encodingStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.endBatchStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.evictStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.expirationClause_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.getStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.grantStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.infoStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.jsonArray_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.jsonLiteral_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.jsonPair_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.jsonString_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.jsonValue_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.keyIdentifier_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.literal_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.locateStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.pingStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.putStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.removeStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.replaceStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.rolesStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.rollbackTransactionStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.siteIdentifier_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.siteStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.startBatchStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.statement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.statementOption_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.statementOptions_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.statements_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.statsStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.timeLiteral_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.upgradeStatement_return
 
getTree() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser.versionStatement_return
 
getTreeAdaptor() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
getTrustStoreFileName() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getTrustStorePassword() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getType() - Method in class org.infinispan.cdi.util.ImmutableInjectionPoint
 
getType() - Method in interface org.infinispan.client.hotrod.event.ClientEvent
 
getType() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
getType() - Method in class org.infinispan.factories.components.JmxAttributeMetadata
 
getType() - Method in class org.infinispan.factories.components.JmxOperationParameter
 
getType() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
 
getType() - Method in interface org.infinispan.notifications.cachelistener.event.Event
 
getType() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getType() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
 
getType() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.Event
 
getType() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
getType() - Method in class org.infinispan.persistence.modifications.Clear
 
getType() - Method in interface org.infinispan.persistence.modifications.Modification
 
getType() - Method in class org.infinispan.persistence.modifications.ModificationsList
 
getType() - Method in class org.infinispan.persistence.modifications.Remove
 
getType() - Method in class org.infinispan.persistence.modifications.Store
 
getType() - Method in class org.infinispan.statetransfer.StateRequestCommand
 
getType() - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
getTypeClasses() - Method in class org.infinispan.atomic.DeltaCompositeKey.DeltaCompositeKeyExternalizer
 
getTypeClasses() - Method in class org.infinispan.atomic.impl.AtomicHashMap.Externalizer
 
getTypeClasses() - Method in class org.infinispan.atomic.impl.AtomicHashMapDelta.Externalizer
 
getTypeClasses() - Method in class org.infinispan.atomic.impl.ClearOperation.Externalizer
 
getTypeClasses() - Method in class org.infinispan.atomic.impl.PutOperation.Externalizer
 
getTypeClasses() - Method in class org.infinispan.atomic.impl.RemoveOperation.Externalizer
 
getTypeClasses() - Method in class org.infinispan.commands.CommandInvocationId.Externalizer
 
getTypeClasses() - Method in class org.infinispan.commands.write.ValueMatcher.Externalizer
 
getTypeClasses() - Method in class org.infinispan.commons.hash.MurmurHash2.Externalizer
Deprecated.
 
getTypeClasses() - Method in class org.infinispan.commons.hash.MurmurHash3.Externalizer
 
getTypeClasses() - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
 
getTypeClasses() - Method in interface org.infinispan.commons.marshall.AdvancedExternalizer
Returns a collection of Class instances representing the types that this AdvancedExternalizer can marshall.
getTypeClasses() - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
 
getTypeClasses() - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
 
getTypeClasses() - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
 
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.container.entries.ImmortalCacheEntry.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.entries.ImmortalCacheValue.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.entries.MortalCacheEntry.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.entries.MortalCacheValue.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.entries.TransientCacheEntry.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.entries.TransientCacheValue.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.entries.TransientMortalCacheValue.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.versioning.NumericVersion.Externalizer
 
getTypeClasses() - Method in class org.infinispan.container.versioning.SimpleClusteredVersion.Externalizer
 
getTypeClasses() - Method in class org.infinispan.context.Flag.Externalizer
 
getTypeClasses() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaAwareListExternalizer
 
getTypeClasses() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaListExternalizer
 
getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.AffinityPartitioner.Externalizer
 
getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash.Externalizer
 
getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Externalizer
 
getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner.Externalizer
 
getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.Externalizer
 
getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory.Externalizer
 
getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Externalizer
 
getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory.Externalizer
 
getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory.Externalizer
 
getTypeClasses() - Method in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.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.CollectionKeyFilter.Externalizer
 
getTypeClasses() - Method in class org.infinispan.filter.CompositeKeyFilter.Externalizer
 
getTypeClasses() - Method in class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
 
getTypeClasses() - Method in class org.infinispan.filter.KeyFilterAsKeyValueFilter.Externalizer
 
getTypeClasses() - Method in class org.infinispan.filter.KeyValueFilterAsKeyFilter.Externalizer
 
getTypeClasses() - Method in class org.infinispan.filter.NullValueConverter.Externalizer
 
getTypeClasses() - Method in class org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotViewExternalizer
 
getTypeClasses() - Method in class org.infinispan.functional.impl.MetaParams.Externalizer
 
getTypeClasses() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata.Externalizer
 
getTypeClasses() - Method in class org.infinispan.lucene.ChunkCacheKey.Externalizer
 
getTypeClasses() - Method in class org.infinispan.lucene.FileCacheKey.Externalizer
 
getTypeClasses() - Method in class org.infinispan.lucene.FileListCacheKey.Externalizer
 
getTypeClasses() - Method in class org.infinispan.lucene.FileMetadata.Externalizer
 
getTypeClasses() - Method in class org.infinispan.lucene.FileReadLockKey.Externalizer
 
getTypeClasses() - Method in class org.infinispan.lucene.impl.AddOperation.AddOperationExternalizer
 
getTypeClasses() - Method in class org.infinispan.lucene.impl.DeleteOperation.DeleteElementOperationExternalizer
 
getTypeClasses() - Method in class org.infinispan.lucene.impl.FileListCacheValue.Externalizer
 
getTypeClasses() - Method in class org.infinispan.lucene.impl.FileListCacheValueDelta.Externalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.core.MarshalledEntryImpl.Externalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.core.MarshalledValue.Externalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.exts.ArrayExternalizers.ListArray
 
getTypeClasses() - Method in class org.infinispan.marshall.exts.CacheRpcCommandExternalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.exts.DoubleSummaryStatisticsExternalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.exts.EnumSetExternalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.exts.IntSummaryStatisticsExternalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.exts.ListExternalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.exts.LongSummaryStatisticsExternalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.exts.MapExternalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.EntryVersionParamExternalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.LifespanExternalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.NumericEntryVersionExternalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.exts.OptionalExternalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.exts.SetExternalizer
 
getTypeClasses() - Method in class org.infinispan.marshall.exts.SingletonListExternalizer
 
getTypeClasses() - Method in class org.infinispan.metadata.EmbeddedMetadata.Externalizer
 
getTypeClasses() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl.Externalizer
 
getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent.Externalizer
 
getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEventCallable.Externalizer
 
getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable.Externalizer
 
getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable.Externalizer
 
getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCallable.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.ConverterAsCacheEventConverter.Externalizer
 
getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter.Externalizer
 
getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
 
getTypeClasses() - Method in class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
 
getTypeClasses() - Method in class org.infinispan.persistence.remote.upgrade.MigrationTask.Externalizer
 
getTypeClasses() - Method in class org.infinispan.registry.ScopedKey.Externalizer
Deprecated.
 
getTypeClasses() - Method in class org.infinispan.remoting.responses.CacheNotFoundResponse.Externalizer
 
getTypeClasses() - Method in class org.infinispan.remoting.responses.ExceptionResponse.Externalizer
 
getTypeClasses() - Method in class org.infinispan.remoting.responses.SuccessfulResponse.Externalizer
 
getTypeClasses() - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse.Externalizer
 
getTypeClasses() - Method in class org.infinispan.remoting.responses.UnsureResponse.Externalizer
 
getTypeClasses() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress.Externalizer
 
getTypeClasses() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress.Externalizer
 
getTypeClasses() - Method in class org.infinispan.statetransfer.StateChunk.Externalizer
 
getTypeClasses() - Method in class org.infinispan.statetransfer.TransactionInfo.Externalizer
 
getTypeClasses() - Method in class org.infinispan.stream.impl.intops.IntermediateOperationExternalizer
 
getTypeClasses() - Method in class org.infinispan.stream.impl.termop.TerminalOperationExternalizer
 
getTypeClasses() - Method in class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
 
getTypeClasses() - Method in class org.infinispan.topology.CacheJoinInfo.Externalizer
 
getTypeClasses() - Method in class org.infinispan.topology.CacheStatusResponse.Externalizer
 
getTypeClasses() - Method in class org.infinispan.topology.CacheTopology.Externalizer
 
getTypeClasses() - Method in class org.infinispan.topology.ManagerStatusResponse.Externalizer
 
getTypeClasses() - Method in class org.infinispan.transaction.xa.DldGlobalTransaction.Externalizer
 
getTypeClasses() - Method in class org.infinispan.transaction.xa.GlobalTransaction.Externalizer
 
getTypeClasses() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl.Externalizer
 
getTypeClasses() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareDldGlobalTransaction.Externalizer
 
getTypeClasses() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareGlobalTransaction.Externalizer
 
getTypeClasses() - Method in class org.infinispan.transaction.xa.recovery.SerializableXid.XidExternalizer
 
getTypeClasses() - Method in class org.infinispan.tree.Fqn.Externalizer
 
getTypeClasses() - Method in class org.infinispan.tree.impl.NodeKey.Externalizer
 
getTypeClasses() - Method in class org.infinispan.util.KeyValuePair.Externalizer
 
getTypeClasses() - Method in class org.infinispan.xsite.statetransfer.XSiteState.XSiteStateExternalizer
 
getTypeClosure() - Method in class org.infinispan.cdi.util.HierarchyDiscovery
 
getTypeName() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult.Marshaller
 
getTypeName() - Method in class org.infinispan.query.remote.client.FilterResult.Marshaller
 
getTypeName() - Method in class org.infinispan.query.remote.client.QueryRequest.Marshaller
 
getTypeName() - Method in class org.infinispan.query.remote.client.QueryRequest.NamedParameter.Marshaller
 
getTypeName() - Method in class org.infinispan.query.remote.client.QueryResponse.Marshaller
 
getTypes() - Method in class org.infinispan.cdi.util.AbstractImmutableBean
 
getTypes() - Method in class org.infinispan.cdi.util.BeanBuilder
Type closure currently defined for bean creation.
getTypes() - Method in class org.infinispan.cdi.util.ForwardingBean
 
getUncommitted(Object) - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
getUncommittedChages() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
getUnfinishedSegments() - Method in class org.infinispan.statetransfer.InboundTransferTask
 
getUnionCH() - Method in class org.infinispan.topology.CacheTopology
The union of the current and future consistent hashes.
getUnionConsistentHash() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
 
getUnionConsistentHash() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getUpdatedEntryVersions() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
getUpdatedEntryVersions() - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
getUpdatedVersions() - Method in class org.infinispan.commands.tx.VersionedCommitCommand
 
getUpdateRowSql() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
getURI() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getUsableSpace() - Method in class org.infinispan.io.GridFile
 
getUsage(String) - Method in class org.infinispan.persistence.jpa.impl.EntityManagerFactoryRegistry
 
getUserName() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
 
getUserName() - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
 
getUserName() - Method in class org.infinispan.server.core.security.simple.SimpleSubjectUserInfo
 
getUserName() - Method in interface org.infinispan.server.core.security.SubjectUserInfo
Get the name for this user.
getUserTransaction() - Static method in class org.infinispan.transaction.lookup.DummyTransactionManagerLookup
 
getUserTransaction() - Method in class org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup
 
getUserTransaction() - Static method in class org.infinispan.transaction.tm.DummyTransactionManager
 
getUseSSL() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getUUID() - Method in interface org.infinispan.commands.CancellableCommand
Returns UUID of a command
getUUID() - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
getUUID() - Method in class org.infinispan.commands.read.MapCombineCommand
 
getUUID() - Method in class org.infinispan.commands.read.ReduceCommand
 
getValue() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.ValueAndMetadata
 
getValue() - Method in interface org.infinispan.cli.commands.Argument
 
getValue() - Method in class org.infinispan.cli.commands.Parameter
 
getValue() - Method in class org.infinispan.client.hotrod.impl.VersionedOperationResponse
 
getValue() - Method in class org.infinispan.client.hotrod.impl.VersionedValueImpl
 
getValue() - Method in interface org.infinispan.client.hotrod.VersionedValue
 
getValue() - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
getValue() - Method in class org.infinispan.commands.write.RemoveCommand
 
getValue() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
 
getValue() - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
 
getValue() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
 
getValue(Object, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
Retrieves the value of a field of an object instance via reflection
getValue() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
 
getValue() - Method in interface org.infinispan.container.entries.CacheEntry
Retrieves the value of this entry
getValue() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
getValue() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
getValue() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
getValue() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
getValue() - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
getValue() - Method in interface org.infinispan.container.entries.InternalCacheValue
 
getValue() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
getValue() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
getValue() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
getValue() - Method in class org.infinispan.container.entries.MortalCacheEntry
 
getValue() - Method in class org.infinispan.container.entries.NullCacheEntry
 
getValue() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
getValue() - Method in class org.infinispan.container.entries.TransientCacheEntry
 
getValue() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
getValue() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
 
getValue() - Method in class org.infinispan.jcache.JCacheEntry
 
getValue() - Method in class org.infinispan.jcache.MutableJCacheEntry
 
getValue() - Method in class org.infinispan.jcache.RICacheEntryEvent
Returns the value of the cache entry with the event
getValue() - Method in interface org.infinispan.marshall.core.MarshalledEntry
Returns the same value as MarshalledEntry.getKeyBytes(), but unmarshalled.
getValue() - Method in class org.infinispan.marshall.core.MarshalledEntryImpl
 
getValue() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
 
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 class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
getValue() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult
 
getValue() - Method in class org.infinispan.query.remote.client.QueryRequest.NamedParameter
 
getValue(ExtendedStatistic) - Method in class org.infinispan.stats.container.BaseExtendedStatisticsContainer
 
getValue(ExtendedStatistic) - Method in interface org.infinispan.stats.container.ExtendedStatisticsContainer
 
getValue(ExtendedStatistic) - Method in class org.infinispan.stats.TransactionStatistics
 
getValue() - Method in class org.infinispan.util.KeyValuePair
 
getValueBytes() - Method in interface org.infinispan.marshall.core.MarshalledEntry
Returns the value in serialize format.
getValueBytes() - Method in class org.infinispan.marshall.core.MarshalledEntryImpl
 
getValueEquivalence() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
getValueMatcher() - Method in class org.infinispan.commands.functional.AbstractWriteKeyCommand
 
getValueMatcher() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
getValueMatcher() - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
getValueMatcher() - Method in class org.infinispan.commands.write.ClearCommand
 
getValueMatcher() - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
getValueMatcher() - Method in class org.infinispan.commands.write.PutMapCommand
 
getValueMatcher() - Method in class org.infinispan.commands.write.RemoveCommand
 
getValueMatcher() - Method in class org.infinispan.commands.write.ReplaceCommand
 
getValueMatcher() - Method in interface org.infinispan.commands.write.WriteCommand
 
getValueParameter() - Method in class org.infinispan.jcache.annotation.AggregatedParameterMetaData
 
getValueParameter() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
 
getValueParameter() - Method in class org.infinispan.jcache.annotation.MethodMetaData
 
getValueSizeEstimate() - Method in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
getValueType() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
 
getVersion() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
getVersion() - Method in class org.infinispan.cache.impl.CacheImpl
Returns the version of Infinispan.
getVersion() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
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 class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
getVersion() - Method in class org.infinispan.client.hotrod.impl.VersionedValueImpl
 
getVersion() - Method in interface org.infinispan.client.hotrod.VersionedValue
 
getVersion() - Method in interface org.infinispan.commons.api.BasicCache
Retrieves the version of Infinispan
getVersion() - Method in class org.infinispan.container.entries.ClusteredRepeatableReadEntry
 
getVersion() - Method in interface org.infinispan.container.entries.versioned.Versioned
 
getVersion() - Method in class org.infinispan.container.versioning.NumericVersion
 
getVersion() - Method in class org.infinispan.manager.DefaultCacheManager
 
getVersion() - Method in class org.infinispan.persistence.jpa.impl.MetadataEntity
 
getVersion() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getVersion() - Static method in class org.infinispan.Version
 
getVersioned(K) - Method in class org.infinispan.client.hotrod.impl.EagerNearRemoteCache
Deprecated.
 
getVersioned(K) - Method in class org.infinispan.client.hotrod.impl.InvalidatedNearRemoteCache
 
getVersioned(K) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
getVersioned(K) - Method in interface org.infinispan.client.hotrod.RemoteCache
Returns the VersionedValue associated to the supplied key param, or null if it doesn't exist.
getVersionGenerator() - Method in class org.infinispan.factories.ComponentRegistry
Caching shortcut for #getLocalComponent(VersionGenerator.class)
getVersionShort() - Static method in class org.infinispan.Version
 
getVersionShort(String) - Static method in class org.infinispan.Version
 
getVersionsRead() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
getVersionsRead() - Method in interface org.infinispan.transaction.xa.CacheTransaction
Note: used in Repeatable Read + Write Skew + Clustering + Versioning.
getVersionsSeen() - Method in class org.infinispan.commands.tx.VersionedPrepareCommand
 
getViewId() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
getViewId() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
Get JGroups view id.
getViewId() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
getViewId() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
getViewId() - Method in interface org.infinispan.remoting.transport.Transport
 
getWarningMessage(String, Location) - Static method in class org.infinispan.configuration.parsing.ParseUtils
 
getWhen() - Method in interface org.infinispan.util.logging.events.EventLog
 
getWhereFilterCondition() - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
getWho() - Method in interface org.infinispan.util.logging.events.EventLog
 
getWidth() - Method in class org.infinispan.cli.io.ConsoleIOAdapter
 
getWidth() - Method in interface org.infinispan.cli.io.IOAdapter
 
getWidth() - Method in class org.infinispan.cli.io.StreamIOAdapter
 
getWithMetadata(K) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
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.
GetWithMetadataOperation<V> - Class in org.infinispan.client.hotrod.impl.operations
Corresponds to getWithMetadata operation as described by Hot Rod protocol specification.
GetWithMetadataOperation(Codec, TransportFactory, Object, byte[], byte[], AtomicInteger, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.GetWithMetadataOperation
 
GetWithVersionOperation<V> - Class in org.infinispan.client.hotrod.impl.operations
Deprecated.
GetWithVersionOperation(Codec, TransportFactory, Object, byte[], byte[], AtomicInteger, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.GetWithVersionOperation
Deprecated.
 
getWritableChannel(String) - Method in class org.infinispan.io.GridFilesystem
Opens a WritableGridFileChannel for writing to the file denoted by pathname.
getWritableChannel(String, boolean) - Method in class org.infinispan.io.GridFilesystem
Opens a WritableGridFileChannel for writing to the file denoted by pathname.
getWritableChannel(String, boolean, int) - Method in class org.infinispan.io.GridFilesystem
Opens a WritableGridFileChannel for writing to the file denoted by pathname.
getWriteConsistentHash() - Method in interface org.infinispan.distribution.DistributionManager
 
getWriteConsistentHash() - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
 
getWriteConsistentHash() - Method in class org.infinispan.topology.CacheTopology
When there is a rebalance in progress, write operations should go to the union of the "current" and "future" owners.
getWriteSkewProbability() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
getWritesToTheStores() - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
getXAResource() - Method in interface org.infinispan.AdvancedCache
Returns the XAResource associated with this cache which can be used to do transactional recovery.
getXAResource() - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
getXAResource() - Method in class org.infinispan.cache.impl.CacheImpl
 
getXAResource() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
getXAResource() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
getXid() - Method in class org.infinispan.transaction.tm.DummyTransaction
 
getXid() - Method in class org.infinispan.transaction.xa.LocalXaTransaction
 
getXid() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
 
getXid() - Method in interface org.infinispan.transaction.xa.recovery.RecoverableTransactionIdentifier
 
getXid() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareDldGlobalTransaction
 
getXid() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareGlobalTransaction
 
getXid() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager.InDoubtTxInfo
Transaction's id.
GLOBAL_MARSHALLER - Static variable in class org.infinispan.factories.KnownComponentNames
 
GLOBAL_REGISTRY_CACHE_NAME - Static variable in class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
GLOBAL_SCOPE - Static variable in interface org.infinispan.globalstate.ScopedPersistentState
 
GLOBAL_TRANSACTION - Static variable in interface org.infinispan.marshall.core.Ids
 
globalACLCache() - Method in interface org.infinispan.security.GlobalSecurityManager
Returns the global ACL cache
globalACLCache() - Method in class org.infinispan.security.impl.GlobalSecurityManagerImpl
 
GlobalAuthorizationConfiguration - Class in org.infinispan.configuration.global
GlobalAuthorizationConfiguration.
GlobalAuthorizationConfiguration(AttributeSet) - 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
 
globalComponentRegistry - Variable in class org.infinispan.factories.AbstractComponentFactory
 
GlobalComponentRegistry - Class in org.infinispan.factories
A global component registry where shared components are stored.
GlobalComponentRegistry(GlobalConfiguration, EmbeddedCacheManager, Set<String>) - Constructor for class org.infinispan.factories.GlobalComponentRegistry
Creates an instance of the component registry.
GlobalConfiguration - Class in org.infinispan.configuration.global
Configuration component that exposes the global configuration.
globalConfiguration - Variable in class org.infinispan.factories.AbstractComponentFactory
 
GlobalConfigurationBuilder - Class in org.infinispan.configuration.global
 
GlobalConfigurationBuilder() - Constructor for class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
GlobalConfigurationChildBuilder - Interface in org.infinispan.configuration.global
 
globalHandler - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
globalId() - Method in class org.infinispan.transaction.xa.GlobalTransaction
Returns a simplified representation of the transaction.
GlobalInboundInvocationHandler - Class in org.infinispan.remoting.inboundhandler
InboundInvocationHandler implementation that handles all the ReplicableCommand.
GlobalInboundInvocationHandler() - Constructor for class org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler
 
globalJmxStatistics() - Method in class org.infinispan.configuration.global.GlobalConfiguration
 
globalJmxStatistics() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
This method allows configuration of the global, or cache manager level, jmx statistics.
globalJmxStatistics() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
 
GlobalJmxStatisticsConfiguration - Class in org.infinispan.configuration.global
 
GlobalJmxStatisticsConfigurationBuilder - Class in org.infinispan.configuration.global
Configures whether global statistics are gathered and reported via JMX for all caches under this cache manager.
GlobalMarshaller - Class in org.infinispan.marshall.core
A globally-scoped marshaller.
GlobalMarshaller(VersionAwareMarshaller) - Constructor for class org.infinispan.marshall.core.GlobalMarshaller
 
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.
GlobalSecurityManagerFactory - Class in org.infinispan.security.impl
Factory for GlobalSecurityManager implementations
GlobalSecurityManagerFactory() - Constructor for class org.infinispan.security.impl.GlobalSecurityManagerFactory
 
GlobalSecurityManagerImpl - Class in org.infinispan.security.impl
GlobalSecurityManagerImpl.
GlobalSecurityManagerImpl() - Constructor for class org.infinispan.security.impl.GlobalSecurityManagerImpl
 
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
 
GlobalStateConfiguration - Class in org.infinispan.configuration.global
GlobalStateConfiguration.
GlobalStateConfiguration(AttributeSet) - Constructor for class org.infinispan.configuration.global.GlobalStateConfiguration
 
GlobalStateConfigurationBuilder - Class in org.infinispan.configuration.global
GlobalStateConfigurationBuilder.
globalStateLoad(String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
globalStateLoad(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
globalStateLoad(String, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
globalStateLoad(String, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
globalStateLoad(String, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
globalStateLoad(String, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
globalStateLoad(String, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
globalStateLoad(String, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
globalStateLoad(String, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
globalStateLoad(String, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
globalStateLoad(String, String) - Method in interface org.infinispan.util.logging.Log
 
globalStateLoad(String, String) - Method in class org.infinispan.util.logging.Log_$logger
 
globalStateLoad$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
globalStateLoad$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
globalStateLoad$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
globalStateLoad$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
globalStateLoad$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
globalStateLoad$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
globalStateLoad$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
globalStateLoad$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
globalStateLoad$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
globalStateLoad$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
globalStateLoad$str() - Method in class org.infinispan.util.logging.Log_$logger
 
GlobalStateManager - Interface in org.infinispan.globalstate
GlobalStateManager.
GlobalStateManagerFactory - Class in org.infinispan.factories
GlobalStateManagerFactory.
GlobalStateManagerFactory() - Constructor for class org.infinispan.factories.GlobalStateManagerFactory
 
GlobalStateManagerImpl - Class in org.infinispan.globalstate.impl
GlobalStateManagerImpl.
GlobalStateManagerImpl() - Constructor for class org.infinispan.globalstate.impl.GlobalStateManagerImpl
 
GlobalStateProvider - Interface in org.infinispan.globalstate
GlobalStateProvider.
globalStateWrite(String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
globalStateWrite(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
globalStateWrite(String, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
globalStateWrite(String, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
globalStateWrite(String, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
globalStateWrite(String, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
globalStateWrite(String, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
globalStateWrite(String, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
globalStateWrite(String, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
globalStateWrite(String, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
globalStateWrite(String, String) - Method in interface org.infinispan.util.logging.Log
 
globalStateWrite(String, String) - Method in class org.infinispan.util.logging.Log_$logger
 
globalStateWrite$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
globalStateWrite$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
globalStateWrite$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
globalStateWrite$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
globalStateWrite$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
globalStateWrite$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
globalStateWrite$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
globalStateWrite$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
globalStateWrite$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
globalStateWrite$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
globalStateWrite$str() - Method in class org.infinispan.util.logging.Log_$logger
 
globalStatus() - Method in class org.infinispan.xsite.GlobalXSiteAdminOperations
 
GlobalTransaction - Class in org.infinispan.transaction.xa
Uniquely identifies a transaction that spans all JVMs in a cluster.
GlobalTransaction() - Constructor for class org.infinispan.transaction.xa.GlobalTransaction
empty ctor used by externalization.
GlobalTransaction(Address, boolean) - Constructor for class org.infinispan.transaction.xa.GlobalTransaction
 
GlobalTransaction.AbstractGlobalTxExternalizer<T extends GlobalTransaction> - Class in org.infinispan.transaction.xa
 
GlobalTransaction.Externalizer - Class in org.infinispan.transaction.xa
 
globalTx - Variable in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
GlobalXSiteAdminOperations - Class in org.infinispan.xsite
A per-container (cache manager) cross-site admin operations.
GlobalXSiteAdminOperations() - Constructor for class org.infinispan.xsite.GlobalXSiteAdminOperations
 
Grant - Class in org.infinispan.cli.commands.server
 
Grant() - Constructor for class org.infinispan.cli.commands.server.Grant
 
GRANT - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
GRANT - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
grant(String, String) - Method in class org.infinispan.security.impl.ClusterRoleMapper
 
grantStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
GrantStatement - Class in org.infinispan.cli.interpreter.statement
GrantStatement adds a role mapping to a user
GrantStatement(String, String) - Constructor for class org.infinispan.cli.interpreter.statement.GrantStatement
 
grantStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.grantStatement_return
 
GridFile - Class in org.infinispan.io
Subclass of File to iterate through directories and files in a grid
GridFile.Metadata - Class in org.infinispan.io
 
GridFilesystem - Class in org.infinispan.io
Entry point for GridFile and GridInputStream / GridOutputStream
GridFilesystem(Cache<String, byte[]>, Cache<String, GridFile.Metadata>, int) - Constructor for class org.infinispan.io.GridFilesystem
Creates an instance.
GridFilesystem(Cache<String, byte[]>, Cache<String, GridFile.Metadata>) - Constructor for class org.infinispan.io.GridFilesystem
 
GridInputStream - Class in org.infinispan.io
 
GridOutputStream - Class in org.infinispan.io
 
Group - Annotation Type in org.infinispan.distribution.group
Identifies the key for a group.
groupBy - Variable in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
groupBy(String...) - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
groupBy(String...) - Method in interface org.infinispan.query.dsl.QueryBuilder
 
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
GroupFilter<K> - Class in org.infinispan.distribution.group
A key filter that accepts keys which belongs to the group.
GroupFilter(String, GroupManager) - Constructor for class org.infinispan.distribution.group.GroupFilter
 
groupingCanBeSpecifiedOnlyOnce() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
groupingCanBeSpecifiedOnlyOnce() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
groupingCanBeSpecifiedOnlyOnce$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
groupingCannotBeNullOrEmpty() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
groupingCannotBeNullOrEmpty() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
groupingCannotBeNullOrEmpty$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
GroupingInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
GroupingInterceptor() - Constructor for class org.infinispan.interceptors.GroupingInterceptor
Deprecated.
 
GroupingInterceptor.KeyListener - Class in org.infinispan.interceptors
Deprecated.
 
GroupingPartitioner - Class in org.infinispan.distribution.group.impl
Key partitioner that uses Group annotations to map grouped keys to the same segment.
GroupingPartitioner(KeyPartitioner, GroupManager) - Constructor for class org.infinispan.distribution.group.impl.GroupingPartitioner
 
GroupManager - Interface in org.infinispan.distribution.group
Control's key grouping.
GroupManagerFactory - Class in org.infinispan.distribution.group
 
GroupManagerFactory() - Constructor for class org.infinispan.distribution.group.GroupManagerFactory
 
GroupManagerImpl - Class in org.infinispan.distribution.group
 
GroupManagerImpl(List<Grouper<?>>) - Constructor for class org.infinispan.distribution.group.GroupManagerImpl
 
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
Checks that the left argument is greater than the given value.
gte(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Checks that the left argument is greater than or equal to the given value.
GZIP - Static variable in class org.infinispan.commons.util.Base64
Specify that data should be gzip-compressed.

H

handle(Callback[]) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.SaslTransportObjectFactory.NoOpCallbackHandler
 
handle(CacheRpcCommand, Reply, DeliverOrder) - Method in class org.infinispan.remoting.inboundhandler.AbstractDelegatingHandler
 
handle(CacheRpcCommand, Reply, DeliverOrder) - Method in class org.infinispan.remoting.inboundhandler.NonTotalOrderPerCacheInboundInvocationHandler
 
handle(CacheRpcCommand, Reply, DeliverOrder) - Method in class org.infinispan.remoting.inboundhandler.NonTotalOrderTxPerCacheInboundInvocationHandler
 
handle(CacheRpcCommand, Reply, DeliverOrder) - Method in interface org.infinispan.remoting.inboundhandler.PerCacheInboundInvocationHandler
Handles the CacheRpcCommand from other node.
handle(CacheRpcCommand, Reply, DeliverOrder) - Method in class org.infinispan.remoting.inboundhandler.TotalOrderTxPerCacheInboundInvocationHandler
 
handle(Message, Response) - Method in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher
Message contains a Command.
handleAny(ConfigurationBuilderHolder) - Method in interface org.infinispan.configuration.parsing.XMLExtendedStreamReader
Handle an <xs:any>-type nested element, passing in the given value, returning after the end of the element.
handleBatch(boolean, Collection<CacheEntry<K, C>>) - Method in interface org.infinispan.iteration.impl.LocalEntryRetriever.BatchHandler
 
handleBatch(boolean, Collection<CacheEntry<K, C>>) - Method in class org.infinispan.iteration.impl.LocalEntryRetriever.ItrQueuerHandler
 
handleCacheEntryCreatedEvent(CacheEntryCreatedEvent<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheListenerAdapter
 
handleCacheEntryEvent(ClientCacheEntryCustomEvent<KeyValueWithPrevious<K, V>>) - Method in class org.infinispan.jcache.remote.JCacheListenerAdapter
 
handleCacheEntryExpiredEvent(CacheEntryExpiredEvent<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheListenerAdapter
 
handleCacheEntryModifiedEvent(CacheEntryModifiedEvent<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheListenerAdapter
 
handleCacheEntryRemovedEvent(CacheEntryRemovedEvent<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheListenerAdapter
 
handleCacheStopped(CacheStoppedEvent) - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
 
handleCacheStopped(CacheStoppedEvent) - Method in class org.infinispan.affinity.ListenerRegistration
 
handleClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
handleClearFailure(String) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
 
handleClearFailure(String) - Method in interface org.infinispan.xsite.CustomFailurePolicy
 
handleClusterEvents(CacheEntryEvent) - Method in class org.infinispan.notifications.cachelistener.cluster.RemoteClusterListener
 
handleClusterView(boolean, int) - Method in interface org.infinispan.topology.ClusterTopologyManager
Install a new cluster view.
handleClusterView(boolean, int) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
handleCommitCommand(InvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
handleCommitFailure(String, Transaction) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
 
handleCommitFailure(String, Transaction) - Method in interface org.infinispan.xsite.CustomFailurePolicy
 
handleDefault(InvocationContext, VisitableCommand) - Method in class org.infinispan.commands.AbstractVisitor
A default handler for all commands visited.
handleDefault(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.base.CommandInterceptor
The default behaviour of the visitXXX methods, which is to ignore the call and pass the call up to the next interceptor in the chain.
handleDefault(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.BatchingInterceptor
Deprecated.
Simply check if there is an ongoing tx.
handleDefault(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.CallInterceptor
Deprecated.
 
handleDefault(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.InvocationContextInterceptor
Deprecated.
 
handleDefault(InvocationContext, VisitableCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
handleDefault(InvocationContext, VisitableCommand) - Method in class org.infinispan.xsite.BackupSenderImpl.CustomBackupPolicyInvoker
 
handleEvent(E, ListenerInvocation<Event<K, V>>) - Method in interface org.infinispan.notifications.cachelistener.QueueingSegmentListener
This should be called by any listener when an event is generated to possibly queue it.
handleEvictCommand(InvocationContext, EvictCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
handleFromCluster(Address, ReplicableCommand, Reply, DeliverOrder) - Method in class org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler
 
handleFromCluster(Address, ReplicableCommand, Reply, DeliverOrder) - Method in interface org.infinispan.remoting.inboundhandler.InboundInvocationHandler
Handles the ReplicableCommand from other node belonging to local site.
handleFromRemoteSite(String, XSiteReplicateCommand, Reply, DeliverOrder) - Method in class org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler
 
handleFromRemoteSite(String, XSiteReplicateCommand, Reply, DeliverOrder) - Method in interface org.infinispan.remoting.inboundhandler.InboundInvocationHandler
Handles the ReplicableCommand from remote site.
handleGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
handleInjection(ComponentRegistry) - Method in interface org.infinispan.stream.impl.intops.IntermediateOperation
Handles injection of components for various dependencies that the intermediate operation has
handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.intops.object.MapOperation
 
handleInjection(ComponentRegistry) - Method in interface org.infinispan.stream.impl.KeyTrackingTerminalOperation
Handles injection of components for various intermediate and this operation.
handleInjection(ComponentRegistry) - Method in interface org.infinispan.stream.impl.TerminalOperation
Handles injection of components for various intermediate and this operation.
handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.termop.BaseTerminalOperation
 
handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.termop.object.ForEachOperation
 
handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachDoubleOperation
 
handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachFlatMapDoubleOperation
 
handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachFlatMapIntOperation
 
handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachFlatMapLongOperation
 
handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachIntOperation
 
handleInjection(ComponentRegistry) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachLongOperation
 
handleInMemoryExpiration(InternalCacheEntry<K, V>, long) - Method in interface org.infinispan.expiration.ExpirationManager
This should be invoked passing in an entry that is now expired.
handleInMemoryExpiration(InternalCacheEntry<K, V>, long) - Method in class org.infinispan.expiration.impl.ClusterExpirationManager
 
handleInMemoryExpiration(InternalCacheEntry<K, V>, long) - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
handleInStoreExpiration(K) - Method in interface org.infinispan.expiration.ExpirationManager
This is to be invoked when a store entry expires.
handleInStoreExpiration(MarshalledEntry<K, V>) - Method in interface org.infinispan.expiration.ExpirationManager
This is to be invoked when a store entry expires and the value and/or metadata is available to be used.
handleInStoreExpiration(K) - Method in class org.infinispan.expiration.impl.ClusterExpirationManager
 
handleInStoreExpiration(MarshalledEntry<K, V>) - Method in class org.infinispan.expiration.impl.ClusterExpirationManager
 
handleInStoreExpiration(K) - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
handleInStoreExpiration(MarshalledEntry<K, V>) - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
handleJoin(String, Address, CacheJoinInfo, int) - Method in interface org.infinispan.topology.ClusterTopologyManager
Signals that a new member is joining the cache.
handleJoin(String, Address, CacheJoinInfo, int) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
handleLeave(String, Address, int) - Method in interface org.infinispan.topology.ClusterTopologyManager
Signals that a member is leaving the cache.
handleLeave(String, Address, int) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
handleList(List<V>) - Method in class org.infinispan.stream.impl.termop.AbstractForEachOperation
 
handleList(List<V>) - Method in class org.infinispan.stream.impl.termop.object.ForEachOperation
 
handleList(List<Double>) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachFlatMapDoubleOperation
 
handleList(List<Integer>) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachFlatMapIntOperation
 
handleList(List<Long>) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachFlatMapLongOperation
 
handleMarshallingException(Throwable, Object) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller.DebuggingExceptionListener
 
handleMultipleKeysWriteCommand(InvocationContext, WriteCommand) - Method in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
 
handleNonTxWriteCommand(InvocationContext, DataWriteCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
handleObject(Object) - Method in class org.infinispan.container.entries.MarshalledValueEntrySizeCalculator
 
handleObject(Object) - Method in class org.infinispan.container.entries.PrimitiveEntrySizeCalculator
 
handleOp(JsonObject, Cache<Object, Object>, ChannelHandlerContext) - Method in class org.infinispan.server.websocket.handlers.GetHandler
 
handleOp(JsonObject, Cache<Object, Object>, ChannelHandlerContext) - Method in class org.infinispan.server.websocket.handlers.NotifyHandler
 
handleOp(JsonObject, Cache<Object, Object>, ChannelHandlerContext) - Method in class org.infinispan.server.websocket.handlers.PutHandler
 
handleOp(JsonObject, Cache<Object, Object>, ChannelHandlerContext) - Method in class org.infinispan.server.websocket.handlers.RemoveHandler
 
handleOp(JsonObject, Cache<Object, Object>, ChannelHandlerContext) - Method in interface org.infinispan.server.websocket.OpHandler
Handle a websocket channel operation.
handlePrepareCommand(InvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
handlePrepareFailure(String, Transaction) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
 
handlePrepareFailure(String, Transaction) - Method in interface org.infinispan.xsite.CustomFailurePolicy
 
handlePutAllFailure(String, Map<K, V>) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
 
handlePutAllFailure(String, Map<K, V>) - Method in interface org.infinispan.xsite.CustomFailurePolicy
 
handlePutFailure(String, K, V, boolean) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
 
handlePutFailure(String, K, V, boolean) - Method in interface org.infinispan.xsite.CustomFailurePolicy
 
handlePutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
handlePutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
handler - Variable in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
 
handleRebalance(String, CacheTopology, int, Address) - Method in interface org.infinispan.topology.LocalTopologyManager
Performs the state transfer.
handleRebalance(String, CacheTopology, int, Address) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
handleRebalance(String, CacheTopology, int, Address) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
handleRebalanceCompleted(String, Address, int, Throwable, int) - Method in interface org.infinispan.topology.ClusterTopologyManager
Marks the rebalance as complete on the sender.
handleRebalanceCompleted(String, Address, int, Throwable, int) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
handleRemoteCommand(VisitableCommand) - Method in interface org.infinispan.xsite.BackupReceiver
 
handleRemoteCommand(VisitableCommand) - Method in class org.infinispan.xsite.BaseBackupReceiver
 
handleRemove(CacheEntryActivatedEvent<?, ?>) - Method in class org.infinispan.interceptors.GroupingInterceptor.KeyListener
Deprecated.
 
handleRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
handleRemoveFailure(String, K, V) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
 
handleRemoveFailure(String, K, V) - Method in interface org.infinispan.xsite.CustomFailurePolicy
 
handleReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
handleReplaceFailure(String, K, V, V) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
 
handleReplaceFailure(String, K, V, V) - Method in interface org.infinispan.xsite.CustomFailurePolicy
 
handleRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
handleRollbackFailure(String, Transaction) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
 
handleRollbackFailure(String, Transaction) - Method in interface org.infinispan.xsite.CustomFailurePolicy
 
handlerRemoved0(ChannelHandlerContext) - Method in class org.infinispan.server.core.transport.SaslQopHandler
 
handleRunnable(BlockingRunnable, boolean) - Method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
 
handleSingleWrite(InvocationContext, DataWriteCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
handleSizeCommand(InvocationContext, SizeCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
handleStableTopologyUpdate(String, CacheTopology, Address, int) - Method in interface org.infinispan.topology.LocalTopologyManager
Update the stable cache topology.
handleStableTopologyUpdate(String, CacheTopology, Address, int) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
handleStableTopologyUpdate(String, CacheTopology, Address, int) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
handleStateTransferControl(XSiteStateTransferControlCommand) - Method in interface org.infinispan.xsite.BackupReceiver
It handles the state transfer control from a remote site.
handleStateTransferControl(XSiteStateTransferControlCommand) - Method in class org.infinispan.xsite.ClusteredCacheBackupReceiver
 
handleStateTransferControl(XSiteStateTransferControlCommand) - Method in class org.infinispan.xsite.LocalCacheBackupReceiver
 
handleStateTransferState(XSiteStatePushCommand) - Method in interface org.infinispan.xsite.BackupReceiver
It handles the state transfer state from a remote site.
handleStateTransferState(XSiteStatePushCommand) - Method in class org.infinispan.xsite.ClusteredCacheBackupReceiver
 
handleStateTransferState(XSiteStatePushCommand) - Method in class org.infinispan.xsite.LocalCacheBackupReceiver
 
handleStatusRequest(int) - Method in interface org.infinispan.topology.LocalTopologyManager
Recovers the current topology information for all running caches and returns it to the coordinator.
handleStatusRequest(int) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
handleStatusRequest(int) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
handleStreamForEach(S, List<V>) - Method in class org.infinispan.stream.impl.termop.AbstractForEachOperation
 
handleStreamForEach(Stream<V>, List<V>) - Method in class org.infinispan.stream.impl.termop.object.ForEachOperation
 
handleStreamForEach(DoubleStream, List<Double>) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachFlatMapDoubleOperation
 
handleStreamForEach(IntStream, List<Integer>) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachFlatMapIntOperation
 
handleStreamForEach(LongStream, List<Long>) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachFlatMapLongOperation
 
handleTopology(TopologyChangedEvent<K, V>) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 
handleTopologyUpdate(String, CacheTopology, AvailabilityMode, int, Address) - Method in interface org.infinispan.topology.LocalTopologyManager
Updates the current and/or pending consistent hash, without transferring any state.
handleTopologyUpdate(String, CacheTopology, AvailabilityMode, int, Address) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
handleTopologyUpdate(String, CacheTopology, AvailabilityMode, int, Address) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
handleUnmarshallingException(Throwable, Class<?>) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller.DebuggingExceptionListener
 
handleUnmarshallingException(Throwable) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller.DebuggingExceptionListener
 
handleViewChange(TopologyChangedEvent<?, ?>) - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
 
handleViewChange(TopologyChangedEvent<?, ?>) - Method in class org.infinispan.affinity.ListenerRegistration
 
handleViewChange(ViewChangedEvent) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl.ClusterViewListener
 
handleWriteCommand(InvocationContext, WriteCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
hasActiveTransfers() - Method in class org.infinispan.statetransfer.StateConsumerImpl
 
hasAnyLockAcquired() - Method in class org.infinispan.transaction.totalorder.TotalOrderManager
 
hasAnyLockAtOrigin(DldGlobalTransaction) - Method in class org.infinispan.transaction.xa.DldGlobalTransaction
 
hasBytes() - Method in class org.infinispan.persistence.jpa.impl.MetadataEntity
 
hasChild(Fqn) - Method in class org.infinispan.tree.impl.NodeImpl
 
hasChild(Fqn, Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
hasChild(Object) - Method in class org.infinispan.tree.impl.NodeImpl
 
hasChild(Object, Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
hasChild(Fqn) - Method in interface org.infinispan.tree.Node
Returns true if the child node denoted by the relative Fqn passed in exists.
hasChild(Fqn, Flag...) - Method in interface org.infinispan.tree.Node
 
hasChild(Object) - Method in interface org.infinispan.tree.Node
Returns true if the child node denoted by the Object name passed in exists.
hasChild(Object, Flag...) - Method in interface org.infinispan.tree.Node
 
hasClearOperation() - Method in class org.infinispan.atomic.impl.AtomicHashMapDelta
 
hasCombiner() - Method in class org.infinispan.commands.read.MapCombineCommand
 
hasCompatibility() - Method in enum org.infinispan.client.hotrod.impl.operations.PingOperation.PingResult
 
hasCompatibility(short) - Static method in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
hasDependent(T) - Method in class org.infinispan.util.DependencyGraph
Check if an element is depended on
hasElement(Object) - Method in class org.infinispan.tree.Fqn
 
hasEnabledBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
 
hasFlag(Flag) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
hasFlag(Flag) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
hasFlag(Flag) - Method in interface org.infinispan.commands.LocalFlagAffectedCommand
Check whether a particular flag is present in the command
hasFlag(Flag) - Method in class org.infinispan.commands.remote.LocalFlagAffectedRpcCommand
 
hasFlag(Flag) - Method in class org.infinispan.commands.write.RemoveExpiredCommand
 
hash - Variable in class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1
 
Hash - Interface in org.infinispan.commons.hash
Interface that governs implementations
hash(byte[]) - Method in interface org.infinispan.commons.hash.Hash
Hashes a byte array efficiently.
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(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(byte[]) - Method in class org.infinispan.commons.hash.MurmurHash2
Deprecated.
 
hash(int) - Method in class org.infinispan.commons.hash.MurmurHash2
Deprecated.
 
hash(Object) - Method in class org.infinispan.commons.hash.MurmurHash2
Deprecated.
 
hash(byte[]) - 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(int) - Method in class org.infinispan.commons.hash.MurmurHash3
 
hash(Object) - Method in class org.infinispan.commons.hash.MurmurHash3
 
hash(Object) - Static method in class org.infinispan.commons.util.AbstractMap
 
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 - Static variable in class org.infinispan.configuration.cache.HashConfiguration
 
hash() - Method in class org.infinispan.configuration.cache.HashConfiguration
Deprecated.
Since 8.2, use HashConfiguration.keyPartitioner() instead.
hash(Hash) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
Deprecated.
HASH_FUNCTION_PARTITIONER - Static variable in interface org.infinispan.marshall.core.Ids
 
HASH_FUNCTION_PREFIX - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
hashCode() - Method in class org.infinispan.atomic.container.ContainerSignature
 
hashCode() - Method in class org.infinispan.atomic.DeltaCompositeKey
 
hashCode() - Method in class org.infinispan.atomic.impl.PutOperation
 
hashCode() - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
hashCode() - Method in class org.infinispan.cdi.util.ForwardingBean
 
hashCode() - Method in class org.infinispan.cdi.util.ForwardingObserverMethod
 
hashCode() - Method in class org.infinispan.cdi.util.ParameterizedTypeImpl
 
hashCode() - Method in class org.infinispan.cli.interpreter.statement.Option
 
hashCode() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
hashCode() - Method in class org.infinispan.commands.CancelCommand
 
hashCode() - Method in class org.infinispan.commands.CommandInvocationId
 
hashCode() - Method in class org.infinispan.commands.control.LockControlCommand
 
hashCode() - Method in class org.infinispan.commands.CreateCacheCommand
 
hashCode() - Method in class org.infinispan.commands.read.AbstractDataCommand
 
hashCode() - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
hashCode() - Method in class org.infinispan.commands.read.MapCombineCommand
 
hashCode() - Method in class org.infinispan.commands.read.ReduceCommand
 
hashCode() - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
 
hashCode() - Method in class org.infinispan.commands.remote.ClusteredGetCommand
 
hashCode() - Method in class org.infinispan.commands.remote.MultipleRpcCommand
 
hashCode() - Method in class org.infinispan.commands.remote.SingleRpcCommand
 
hashCode() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
hashCode() - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
hashCode() - Method in class org.infinispan.commands.write.InvalidateCommand
 
hashCode() - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
hashCode() - Method in class org.infinispan.commands.write.PutMapCommand
 
hashCode() - Method in class org.infinispan.commands.write.RemoveCommand
 
hashCode() - Method in class org.infinispan.commands.write.RemoveExpiredCommand
 
hashCode() - Method in class org.infinispan.commands.write.ReplaceCommand
 
hashCode() - Method in class org.infinispan.commons.api.functional.EntryVersion.NumericEntryVersion
 
hashCode() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaEntryVersion
 
hashCode() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaLong
 
hashCode() - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
hashCode() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
hashCode() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
hashCode(Object) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
 
hashCode(Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
 
hashCode(Object) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
 
hashCode(Object) - Method in interface org.infinispan.commons.equivalence.Equivalence
Returns a hash code value for the object passed.
hashCode() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Returns the hash code value for this set using the Equivalence function associated with it.
hashCode(Object) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
 
hashCode() - Method in class org.infinispan.commons.hash.MurmurHash2
Deprecated.
 
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.util.AbstractMap
 
hashCode() - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
 
hashCode() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the hash code value for this Map, i.e., the sum of, for each key-value pair in the map, key.hashCode() ^ value.hashCode().
hashCode() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
 
hashCode() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the hash code value for this Map, i.e., the sum of, for each key-value pair in the map, key.hashCode() ^ value.hashCode().
hashCode() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
 
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.SimpleImmutableEntry
 
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.
hashCode() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
hashCode() - Method in class org.infinispan.configuration.cache.AsyncConfiguration
 
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.CompatibilityModeConfiguration
 
hashCode() - Method in class org.infinispan.configuration.cache.Configuration
 
hashCode() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
 
hashCode() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
 
hashCode() - Method in class org.infinispan.configuration.cache.EvictionConfiguration
 
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.InvocationBatchingConfiguration
 
hashCode() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
 
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.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.SingletonStoreConfiguration
 
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.StoreAsBinaryConfiguration
 
hashCode() - Method in class org.infinispan.configuration.cache.SyncConfiguration
 
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.VersioningConfiguration
 
hashCode() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
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.GlobalJmxStatisticsConfiguration
 
hashCode() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
 
hashCode() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
 
hashCode() - Method in class org.infinispan.configuration.global.SiteConfiguration
 
hashCode() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
 
hashCode() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
 
hashCode() - Method in class org.infinispan.configuration.global.TransportConfiguration
 
hashCode() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
hashCode() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
hashCode() - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
hashCode() - Method in class org.infinispan.container.entries.MortalCacheEntry
 
hashCode() - Method in class org.infinispan.container.entries.MortalCacheValue
 
hashCode() - Method in class org.infinispan.container.entries.TransientCacheEntry
 
hashCode() - Method in class org.infinispan.container.entries.TransientCacheValue
 
hashCode() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
hashCode() - Method in class org.infinispan.container.entries.TransientMortalCacheValue
 
hashCode() - Method in class org.infinispan.container.versioning.NumericVersion
 
hashCode() - Method in class org.infinispan.context.impl.RemoteTxInvocationContext
 
hashCode() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.IntermediateKey
 
hashCode() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
hashCode() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
hashCode() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
hashCode() - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
 
hashCode() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
hashCode() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
 
hashCode() - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
 
hashCode() - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
hashCode() - Method in class org.infinispan.io.ExpandableMarshalledValueByteStream
 
hashCode() - Method in class org.infinispan.io.GridFile
 
hashCode() - Method in class org.infinispan.io.ImmutableMarshalledValueByteStream
 
hashCode() - Method in class org.infinispan.jcache.annotation.DefaultCacheKey
 
hashCode() - Method in class org.infinispan.lucene.ChunkCacheKey
 
hashCode() - Method in class org.infinispan.lucene.FileCacheKey
 
hashCode() - Method in class org.infinispan.lucene.FileListCacheKey
 
hashCode() - Method in class org.infinispan.lucene.FileMetadata
 
hashCode() - Method in class org.infinispan.lucene.FileReadLockKey
 
hashCode() - Method in class org.infinispan.lucene.impl.AddOperation
 
hashCode() - Method in class org.infinispan.lucene.impl.DeleteOperation
 
hashCode() - Method in class org.infinispan.lucene.impl.FileListCacheValue
 
hashCode() - Method in class org.infinispan.marshall.core.MarshalledEntryImpl
 
hashCode() - Method in class org.infinispan.marshall.core.MarshalledValue
 
hashCode() - Method in class org.infinispan.metadata.EmbeddedMetadata
 
hashCode() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
 
hashCode() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
 
hashCode() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
hashCode() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
hashCode() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
 
hashCode() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfiguration
 
hashCode() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
 
hashCode() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
hashCode() - Method in class org.infinispan.persistence.jpa.impl.MetadataEntityKey
 
hashCode() - Method in class org.infinispan.persistence.modifications.ModificationsList
 
hashCode() - Method in class org.infinispan.persistence.modifications.Remove
 
hashCode() - Method in class org.infinispan.persistence.modifications.Store
 
hashCode() - Method in class org.infinispan.query.dsl.impl.PathExpression
 
hashCode() - Method in class org.infinispan.registry.ScopedKey
Deprecated.
 
hashCode() - Method in class org.infinispan.remoting.LocalInvocation
 
hashCode() - Method in class org.infinispan.remoting.MIMECacheEntry
 
hashCode() - Method in class org.infinispan.remoting.responses.SuccessfulResponse
 
hashCode() - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse
 
hashCode() - Method in class org.infinispan.remoting.rpc.RpcOptions
 
hashCode() - Method in class org.infinispan.remoting.rpc.RpcOptionsBuilder
 
hashCode() - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
 
hashCode() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress
 
hashCode() - Method in class org.infinispan.security.CachePermission
 
hashCode() - Method in class org.infinispan.security.impl.CachePrincipalPair
 
hashCode() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
hashCode() - Method in class org.infinispan.server.core.security.InetAddressPrincipal
 
hashCode() - Method in class org.infinispan.server.core.security.simple.SimpleUserPrincipal
 
hashCode() - Method in class org.infinispan.server.websocket.CacheListener.ChannelNotifyParams
 
hashCode() - Method in class org.infinispan.stats.topK.StreamSummaryContainer
 
hashCode() - Method in class org.infinispan.topology.CacheJoinInfo
 
hashCode() - Method in class org.infinispan.topology.CacheTopology
 
hashCode() - Method in class org.infinispan.topology.PersistentUUID
 
hashCode() - Method in class org.infinispan.transaction.impl.AbstractEnlistmentAdapter
Invoked by TransactionManagers, make sure it's an efficient implementation.
hashCode() - Method in class org.infinispan.transaction.impl.LocalTransaction
 
hashCode() - Method in class org.infinispan.transaction.impl.RemoteTransaction
 
hashCode() - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
 
hashCode() - Method in class org.infinispan.transaction.tm.DummyNoXaXid
Implementing an efficient hashCode is critical for performance:
hashCode() - Method in class org.infinispan.transaction.tm.DummyTransaction
Must be defined for increased performance
hashCode() - Method in class org.infinispan.transaction.tm.DummyXid
 
hashCode() - Method in class org.infinispan.transaction.totalorder.TotalOrderLatchImpl
 
hashCode() - Method in class org.infinispan.transaction.xa.DldGlobalTransaction
 
hashCode() - Method in class org.infinispan.transaction.xa.GlobalTransaction
 
hashCode() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
 
hashCode() - Method in class org.infinispan.transaction.xa.recovery.RecoveryInfoKey
 
hashCode() - Method in class org.infinispan.transaction.xa.recovery.SerializableXid
 
hashCode() - Method in class org.infinispan.tree.Fqn
Returns a hash code with Fqn elements.
hashCode() - Method in class org.infinispan.tree.impl.NodeImpl
 
hashCode() - Method in class org.infinispan.tree.impl.NodeKey
 
hashCode() - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
 
hashCode() - Method in class org.infinispan.util.KeyValuePair
 
hashCode() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferCollector
 
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.
hashFunction - Variable in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
HashFunctionPartitioner - Class in org.infinispan.distribution.ch.impl
Key partitioner that computes a key's segment based on a hash function.
HashFunctionPartitioner() - Constructor for class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
 
HashFunctionPartitioner.Externalizer - Class in org.infinispan.distribution.ch.impl
 
hashNumVirtualNodesDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
hashNumVirtualNodesDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
hashNumVirtualNodesDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
hashNumVirtualNodesDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
hashNumVirtualNodesDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
hashNumVirtualNodesDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
hashNumVirtualNodesDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
hashNumVirtualNodesDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
hashNumVirtualNodesDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
hashNumVirtualNodesDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
hashNumVirtualNodesDeprecated() - Method in interface org.infinispan.util.logging.Log
 
hashNumVirtualNodesDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
hashNumVirtualNodesDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
hashNumVirtualNodesDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
hashNumVirtualNodesDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
hashNumVirtualNodesDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
hashNumVirtualNodesDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
hashNumVirtualNodesDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
hashNumVirtualNodesDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
hashNumVirtualNodesDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
hashNumVirtualNodesDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
hashNumVirtualNodesDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
hashNumVirtualNodesDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
hashRehashEnabledDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
hashRehashEnabledDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
hashRehashEnabledDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
hashRehashEnabledDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
hashRehashEnabledDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
hashRehashEnabledDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
hashRehashEnabledDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
hashRehashEnabledDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
hashRehashEnabledDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
hashRehashEnabledDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
hashRehashEnabledDeprecated() - Method in interface org.infinispan.util.logging.Log
 
hashRehashEnabledDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
hashRehashEnabledDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
hashRehashEnabledDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
hashRehashEnabledDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
hashRehashEnabledDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
hashRehashEnabledDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
hashRehashEnabledDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
hashRehashEnabledDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
hashRehashEnabledDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
hashRehashEnabledDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
hashRehashEnabledDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
hashRehashEnabledDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
hashRehashRpcTimeoutDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
hashRehashRpcTimeoutDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated() - Method in interface org.infinispan.util.logging.Log
 
hashRehashRpcTimeoutDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
hashRehashRpcTimeoutDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
hashRehashRpcTimeoutDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
hashRehashRpcTimeoutDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
hashRehashWaitDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
hashRehashWaitDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
hashRehashWaitDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
hashRehashWaitDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
hashRehashWaitDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
hashRehashWaitDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
hashRehashWaitDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
hashRehashWaitDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
hashRehashWaitDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
hashRehashWaitDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
hashRehashWaitDeprecated() - Method in interface org.infinispan.util.logging.Log
 
hashRehashWaitDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
hashRehashWaitDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
hashRehashWaitDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
hashRehashWaitDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
hashRehashWaitDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
hashRehashWaitDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
hashRehashWaitDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
hashRehashWaitDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
hashRehashWaitDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
hashRehashWaitDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
hashRehashWaitDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
hashRehashWaitDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
hashToSegment(T) - Method in class org.infinispan.util.StripedHashFunction
It calculates the segment in which the object belongs.
hasInUseBackup(String) - Method in class org.infinispan.configuration.cache.SitesConfiguration
 
hasKeys() - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
hasLifespan() - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
 
hasLocalOnlyModifications - Variable in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
hasLockedKey(Object) - Method in class org.infinispan.context.impl.AbstractInvocationContext
 
hasLockedKey(Object) - Method in class org.infinispan.context.impl.ClearInvocationContext
 
hasLockedKey(Object) - Method in class org.infinispan.context.impl.ImmutableContext
 
hasLockedKey(Object) - Method in class org.infinispan.context.impl.LocalTxInvocationContext
 
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.
hasLockedKey(Object) - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
hasMaxIdle() - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
 
hasModification(Class<?>) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
hasModification(Class<?>) - Method in interface org.infinispan.transaction.xa.CacheTransaction
Checks if a modification of the given class (or subclass) is present in this transaction.
hasModifications() - Method in class org.infinispan.commands.tx.PrepareCommand
 
hasModifications() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
hasModifications() - Method in interface org.infinispan.context.impl.TxInvocationContext
Checks if there are modifications performed within the tx's scope.
hasMore() - Method in class org.infinispan.client.hotrod.impl.operations.IterationNextResponse
 
hasNext() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.ConvertingIterator
 
hasNext() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.FilteringIterator
 
hasNext() - Method in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator
 
hasNext() - Method in class org.infinispan.commons.util.IteratorMapper
 
hasNext() - Method in class org.infinispan.container.DefaultDataContainer.EntryIterator
 
hasNext() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
 
hasNext() - Method in class org.infinispan.interceptors.base.CommandInterceptor
 
hasNext() - Method in class org.infinispan.iteration.impl.LocalEntryRetriever.DataContainerIterator
 
hasNext() - Method in class org.infinispan.iteration.impl.LocalEntryRetriever.Itr
 
hasNext() - Method in class org.infinispan.iteration.impl.RemovableEntryIterator
 
hasNext() - Method in class org.infinispan.jcache.JCacheEventFilteringIterator
hasNext() - Method in class org.infinispan.stream.impl.RemovableIterator
 
hasNext() - Method in class org.infinispan.transaction.xa.recovery.PreparedTxIterator
 
hasNext() - Method in class org.infinispan.util.CloseableSuppliedIterator
 
hasNext() - Method in class org.infinispan.util.DataContainerRemoveIterator
 
hasNext() - Method in class org.infinispan.util.DistinctKeyDoubleEntryCloseableIterator
 
hasObservers(T, Annotation[]) - Method in class org.infinispan.cdi.event.AbstractEventBridge
 
hasParserErrors() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
hasPendingTransactions() - Method in class org.infinispan.stats.CacheStatisticManager
 
hasPrevious(short) - Static method in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
hasScope(S) - Method in class org.infinispan.registry.ScopedKey
Deprecated.
 
hasSharedCacheLoaderOrWriter(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
 
hasSkipLoadFlag(LocalFlagAffectedCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
hasSkipLocking() - Method in class org.infinispan.commands.control.LockControlCommand
 
hasSkipLocking() - Method in class org.infinispan.commands.tx.PrepareCommand
 
hasSkipLocking() - Method in class org.infinispan.commands.write.AbstractDataWriteCommand
 
hasSkipLocking() - Method in class org.infinispan.commands.write.PutMapCommand
 
hasSkipLocking(LocalFlagAffectedCommand) - Method in class org.infinispan.interceptors.base.CommandInterceptor
 
hasSkipLocking() - Method in interface org.infinispan.util.concurrent.locks.RemoteLockCommand
It checks if this command should acquire locks.
hasSyncCreatedListener() - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
hasSyncRemovedListener() - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
hasSyncUpdatedListener() - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
hasTimedOut() - Method in interface org.infinispan.util.concurrent.locks.PendingLockPromise
 
hasTopologyInfo() - Method in class org.infinispan.configuration.global.TransportConfiguration
 
hasUncommittedChanges() - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
hasZeroLockAcquisition() - Method in class org.infinispan.commands.control.LockControlCommand
 
hasZeroLockAcquisition() - Method in class org.infinispan.commands.tx.PrepareCommand
 
hasZeroLockAcquisition() - Method in class org.infinispan.commands.write.AbstractDataWriteCommand
 
hasZeroLockAcquisition() - Method in class org.infinispan.commands.write.PutMapCommand
 
hasZeroLockAcquisition() - Method in interface org.infinispan.util.concurrent.locks.RemoteLockCommand
 
having(String) - Method in interface org.infinispan.query.dsl.FilterConditionBeginContext
 
having(Expression) - Method in interface org.infinispan.query.dsl.FilterConditionBeginContext
 
having(Expression) - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
having(String) - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
having(String) - Method in class org.infinispan.query.dsl.impl.BaseQueryFactory
 
having(Expression) - Method in class org.infinispan.query.dsl.impl.BaseQueryFactory
 
having(Expression) - Method in interface org.infinispan.query.dsl.QueryFactory
 
having(String) - Method in interface org.infinispan.query.dsl.QueryFactory
Creates a condition on the given attribute path that is to be completed later by using it as a sub-condition.
havingFilterCondition - Variable in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
HeaderParams - Class in org.infinispan.client.hotrod.impl.protocol
Hot Rod request header parameters
HeaderParams() - Constructor for class org.infinispan.client.hotrod.impl.protocol.HeaderParams
 
HeadersNoCopyrightCheck - Class in org.infinispan.checkstyle.filters
Use a simple CheckStyle rule to make sure no copyright templates are being used: Infinispan uses a single copyright file which can be found in the root of the project.
HeadersNoCopyrightCheck() - Constructor for class org.infinispan.checkstyle.filters.HeadersNoCopyrightCheck
 
headMap(K) - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
Help - Class in org.infinispan.cli.commands.client
 
Help() - Constructor for class org.infinispan.cli.commands.client.Help
 
HexDigit - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
HexDigit - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
hexDump(byte[]) - Static method in class org.infinispan.commons.util.Util
 
hexDump(ByteBuffer) - Static method in class org.infinispan.commons.util.Util
 
HexEscapeSequence - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
HexEscapeSequence - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
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.
HexPrefix - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
HexPrefix - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
HierarchyDiscovery - Class in org.infinispan.cdi.util
Utility class for resolving all bean types from a given type.
HierarchyDiscovery(Type) - Constructor for class org.infinispan.cdi.util.HierarchyDiscovery
 
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
 
host() - Method in class org.infinispan.client.hotrod.configuration.ServerConfiguration
 
host(String) - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
 
host() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfiguration
 
host(String) - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
 
host() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
host - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
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
hostname - Variable in class org.infinispan.cli.connection.jmx.AbstractJMXUrl
 
HOTROD_CLIENT_PROPERTIES - Static variable in class org.infinispan.client.hotrod.RemoteCacheManager
 
HOTROD_STRING_CHARSET - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
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(Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodClientException
 
HotRodClientException(String, Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodClientException
 
HotRodClientException(String, long, int) - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodClientException
 
HotRodCodec - Class in org.infinispan.cli.interpreter.codec
HotRodCodec.
HotRodCodec() - Constructor for class org.infinispan.cli.interpreter.codec.HotRodCodec
 
HotRodConstants - Interface in org.infinispan.client.hotrod.impl.protocol
Defines constants defined by Hot Rod specifications.
HotRodEntryMarshaller - Class in org.infinispan.persistence.remote.wrapper
HotRodEntryMarshaller.
HotRodEntryMarshaller(ByteBufferFactory) - Constructor for class org.infinispan.persistence.remote.wrapper.HotRodEntryMarshaller
 
HotRodMigratorHelper - Class in org.infinispan.persistence.remote.upgrade
 
HotRodMigratorHelper() - Constructor for class org.infinispan.persistence.remote.upgrade.HotRodMigratorHelper
 
HotRodOperation - Class in org.infinispan.client.hotrod.impl.operations
Generic Hot Rod operation.
HotRodOperation(Codec, int, byte[], AtomicInteger) - Constructor for class org.infinispan.client.hotrod.impl.operations.HotRodOperation
 
HotRodTargetMigrator - Class in org.infinispan.persistence.remote.upgrade
 
HotRodTargetMigrator() - Constructor for class org.infinispan.persistence.remote.upgrade.HotRodTargetMigrator
 
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(Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodTimeoutException
 
HotRodTimeoutException(String, Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodTimeoutException
 
HotRodTimeoutException(String, long, int) - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodTimeoutException
 
hotRodWrapping(boolean) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
hotRodWrapping() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
hotRodWrapping(boolean) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
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.
HttpJMXRemotingConnector - Class in org.infinispan.cli.connection.jmx.remoting
 
HttpJMXRemotingConnector() - Constructor for class org.infinispan.cli.connection.jmx.remoting.HttpJMXRemotingConnector
 
HttpJMXRemotingUrl - Class in org.infinispan.cli.connection.jmx.remoting
HttpJMXRemotingUrl connects through HTTP ports
HttpJMXRemotingUrl(String) - Constructor for class org.infinispan.cli.connection.jmx.remoting.HttpJMXRemotingUrl
 
HttpsJMXRemotingConnector - Class in org.infinispan.cli.connection.jmx.remoting
 
HttpsJMXRemotingConnector() - Constructor for class org.infinispan.cli.connection.jmx.remoting.HttpsJMXRemotingConnector
 
HttpsJMXRemotingUrl - Class in org.infinispan.cli.connection.jmx.remoting
HttpsJMXRemotingUrl connects through HTTPS ports
HttpsJMXRemotingUrl(String) - Constructor for class org.infinispan.cli.connection.jmx.remoting.HttpsJMXRemotingUrl
 

I

icc - Variable in class org.infinispan.cache.impl.CacheImpl
 
icf - Variable in class org.infinispan.commands.remote.BaseRpcInvokingCommand
 
icf - Variable in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
icf - Variable in class org.infinispan.transaction.impl.TransactionTable
 
id(String) - Method in class org.infinispan.cdi.util.BeanBuilder
Define the id used for bean creation.
ID - Static variable in enum org.infinispan.commons.api.functional.Param.FutureMode
 
id() - Method in enum org.infinispan.commons.api.functional.Param.FutureMode
 
id() - Method in interface org.infinispan.commons.api.functional.Param
A parameter's identifier.
ID - Static variable in enum org.infinispan.commons.api.functional.Param.PersistenceMode
 
id() - Method in enum org.infinispan.commons.api.functional.Param.PersistenceMode
 
id - Variable in class org.infinispan.stream.impl.StreamResponseCommand
 
id - Variable in class org.infinispan.transaction.xa.GlobalTransaction
 
idColumnName() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
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.TableManipulationConfiguration
 
idColumnType(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
The type of the database column used to store the keys
identifier - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
IdentityAttributeCopier<T> - Class in org.infinispan.commons.configuration.attributes
IdentityAttributeCopier.
IdentityEquivalence<T> - Class in org.infinispan.commons.equivalence
Equivalence implementation that uses the System.identityHashCode(Object) as hash code function.
IdentityEquivalence() - Constructor for class org.infinispan.commons.equivalence.IdentityEquivalence
 
IdentityRoleMapper - Class in org.infinispan.security.impl
IdentityRoleMapper.
IdentityRoleMapper() - Constructor for class org.infinispan.security.impl.IdentityRoleMapper
 
idleTimeout() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
idleTimeout - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
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
Indexes for object types included in commons.
Ids - Interface in org.infinispan.marshall.core
Indexes for object types.
IGNORE_MODIFICATIONS - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
ignoreAsyncMarshalling() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
ignoreAsyncMarshalling() - Method in class org.infinispan.lucene.logging.Log_$logger
 
ignoreAsyncMarshalling() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ignoreAsyncMarshalling() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
ignoreAsyncMarshalling() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
ignoreAsyncMarshalling() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ignoreAsyncMarshalling() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
ignoreAsyncMarshalling() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
ignoreAsyncMarshalling() - Method in class org.infinispan.stats.logging.Log_$logger
 
ignoreAsyncMarshalling() - Method in class org.infinispan.tree.logging.Log_$logger
 
ignoreAsyncMarshalling() - Method in interface org.infinispan.util.logging.Log
 
ignoreAsyncMarshalling() - Method in class org.infinispan.util.logging.Log_$logger
 
ignoreAsyncMarshalling$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
ignoreAsyncMarshalling$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
ignoreAsyncMarshalling$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ignoreAsyncMarshalling$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
ignoreAsyncMarshalling$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
ignoreAsyncMarshalling$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ignoreAsyncMarshalling$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
ignoreAsyncMarshalling$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
ignoreAsyncMarshalling$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
ignoreAsyncMarshalling$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
ignoreAsyncMarshalling$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.read.AbstractDataCommand
 
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.read.AbstractLocalCommand
 
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.read.GetAllCommand
 
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
ignoreCommandOnStatus(ComponentStatus) - Method in interface org.infinispan.commands.VisitableCommand
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.write.ClearCommand
 
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.write.InvalidateCommand
 
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.write.PutMapCommand
 
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.write.RemoveCommand
 
ignoreCommandOnStatus(ComponentStatus) - Method in class org.infinispan.commands.write.RemoveExpiredCommand
 
ignoredCaches() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
ignoredCaches - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
ignoredCaches(Set<String>) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
ignoredCaches(Set<String>) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
Sets the caches to be ignored
IgnoreExtraResponsesValidityFilter - Class in org.infinispan.remoting.responses
A filter that only expects responses from an initial set of targets.
IgnoreExtraResponsesValidityFilter(Collection<Address>, Address, boolean) - Constructor for class org.infinispan.remoting.responses.IgnoreExtraResponsesValidityFilter
 
ignoreMaxSegments - Variable in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
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 - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
Deprecated.
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() - 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 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.
ignoreXmlAttribute(Object) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
ignoreXmlAttribute(Object) - Method in class org.infinispan.lucene.logging.Log_$logger
 
ignoreXmlAttribute(Object) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ignoreXmlAttribute(Object) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
ignoreXmlAttribute(Object) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
ignoreXmlAttribute(Object) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ignoreXmlAttribute(Object) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
ignoreXmlAttribute(Object) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
ignoreXmlAttribute(Object) - Method in class org.infinispan.stats.logging.Log_$logger
 
ignoreXmlAttribute(Object) - Method in class org.infinispan.tree.logging.Log_$logger
 
ignoreXmlAttribute(Object) - Method in interface org.infinispan.util.logging.Log
 
ignoreXmlAttribute(Object) - Method in class org.infinispan.util.logging.Log_$logger
 
ignoreXmlAttribute$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
ignoreXmlAttribute$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
ignoreXmlAttribute$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ignoreXmlAttribute$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
ignoreXmlAttribute$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
ignoreXmlAttribute$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ignoreXmlAttribute$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
ignoreXmlAttribute$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
ignoreXmlAttribute$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
ignoreXmlAttribute$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
ignoreXmlAttribute$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ignoreXmlElement(Object) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
ignoreXmlElement(Object) - Method in class org.infinispan.lucene.logging.Log_$logger
 
ignoreXmlElement(Object) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ignoreXmlElement(Object) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
ignoreXmlElement(Object) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
ignoreXmlElement(Object) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ignoreXmlElement(Object) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
ignoreXmlElement(Object) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
ignoreXmlElement(Object) - Method in class org.infinispan.stats.logging.Log_$logger
 
ignoreXmlElement(Object) - Method in class org.infinispan.tree.logging.Log_$logger
 
ignoreXmlElement(Object) - Method in interface org.infinispan.util.logging.Log
 
ignoreXmlElement(Object) - Method in class org.infinispan.util.logging.Log_$logger
 
ignoreXmlElement$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
ignoreXmlElement$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
ignoreXmlElement$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ignoreXmlElement$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
ignoreXmlElement$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
ignoreXmlElement$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ignoreXmlElement$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
ignoreXmlElement$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
ignoreXmlElement$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
ignoreXmlElement$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
ignoreXmlElement$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ignoringErrorDuringIterationClose(String, Exception) - Method in interface org.infinispan.client.hotrod.logging.Log
 
ignoringErrorDuringIterationClose(String, Exception) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
ignoringErrorDuringIterationClose$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
ignoringException(String, String, Throwable) - Method in interface org.infinispan.commons.logging.Log
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.jcache.logging.Log_$logger
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
ignoringException(String, String, Throwable) - Method in interface org.infinispan.util.logging.Log
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
ignoringException$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
ignoringException$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
ignoringException$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
ignoringException$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
ignoringException$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
ignoringException$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
ignoringException$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ignoringException$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
ignoringException$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
ignoringException$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ignoringException$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
ignoringException$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
ignoringException$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
ignoringException$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
ignoringException$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ignoringManagedAttribute(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
ignoringManagedAttribute(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
ignoringManagedAttribute(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ignoringManagedAttribute(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
ignoringManagedAttribute(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
ignoringManagedAttribute(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ignoringManagedAttribute(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
ignoringManagedAttribute(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
ignoringManagedAttribute(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
ignoringManagedAttribute(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
ignoringManagedAttribute(String) - Method in interface org.infinispan.util.logging.Log
 
ignoringManagedAttribute(String) - Method in class org.infinispan.util.logging.Log_$logger
 
ignoringManagedAttribute$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
ignoringManagedAttribute$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
ignoringManagedAttribute$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ignoringManagedAttribute$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
ignoringManagedAttribute$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
ignoringManagedAttribute$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ignoringManagedAttribute$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
ignoringManagedAttribute$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
ignoringManagedAttribute$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
ignoringManagedAttribute$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
ignoringManagedAttribute$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ignoringUnsolicitedState(Address, int, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
ignoringUnsolicitedState(Address, int, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
ignoringUnsolicitedState(Address, int, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ignoringUnsolicitedState(Address, int, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
ignoringUnsolicitedState(Address, int, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
ignoringUnsolicitedState(Address, int, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ignoringUnsolicitedState(Address, int, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
ignoringUnsolicitedState(Address, int, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
ignoringUnsolicitedState(Address, int, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
ignoringUnsolicitedState(Address, int, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
ignoringUnsolicitedState(Address, int, String) - Method in interface org.infinispan.util.logging.Log
 
ignoringUnsolicitedState(Address, int, String) - Method in class org.infinispan.util.logging.Log_$logger
 
ignoringUnsolicitedState$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
ignoringUnsolicitedState$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
ignoringUnsolicitedState$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ignoringUnsolicitedState$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
ignoringUnsolicitedState$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
ignoringUnsolicitedState$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
ignoringUnsolicitedState$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
ignoringUnsolicitedState$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
ignoringUnsolicitedState$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
ignoringUnsolicitedState$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
ignoringUnsolicitedState$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ILLEGAL_LIFECYCLE_STATE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
illegalCacheName(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
illegalCacheName(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
illegalCacheName(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
illegalCacheName(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
illegalCacheName(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
illegalCacheName(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
illegalCacheName(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
illegalCacheName(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
illegalCacheName(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
illegalCacheName(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
illegalCacheName(String) - Method in interface org.infinispan.util.logging.Log
 
illegalCacheName(String) - Method in class org.infinispan.util.logging.Log_$logger
 
illegalCacheName$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
illegalCacheName$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
illegalCacheName$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
illegalCacheName$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
illegalCacheName$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
illegalCacheName$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
illegalCacheName$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
illegalCacheName$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
illegalCacheName$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
illegalCacheName$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
illegalCacheName$str() - Method in class org.infinispan.util.logging.Log_$logger
 
illegalIdleTimeout(int) - Method in interface org.infinispan.server.core.logging.JavaLog
 
illegalIdleTimeout(int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
illegalIdleTimeout$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
IllegalImport - Class in org.infinispan.checkstyle.checks.regexp
A simple CheckStyle checker to verify specific import statements are not being used.
IllegalImport() - Constructor for class org.infinispan.checkstyle.checks.regexp.IllegalImport
 
IllegalLifecycleStateException - Exception in org.infinispan
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() - Constructor for exception org.infinispan.IllegalLifecycleStateException
 
IllegalLifecycleStateException(String) - Constructor for exception org.infinispan.IllegalLifecycleStateException
 
IllegalLifecycleStateException(String, Throwable) - Constructor for exception org.infinispan.IllegalLifecycleStateException
 
IllegalLifecycleStateException(Throwable) - Constructor for exception org.infinispan.IllegalLifecycleStateException
 
illegalReceiveBufferSize(int) - Method in interface org.infinispan.server.core.logging.JavaLog
 
illegalReceiveBufferSize(int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
illegalReceiveBufferSize$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
illegalSendBufferSize(int) - Method in interface org.infinispan.server.core.logging.JavaLog
 
illegalSendBufferSize(int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
illegalSendBufferSize$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
illegalValueThreadPoolParameter(String, String) - Method in interface org.infinispan.commons.logging.Log
 
illegalValueThreadPoolParameter(String, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
illegalValueThreadPoolParameter(String, String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
illegalValueThreadPoolParameter(String, String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
illegalValueThreadPoolParameter(String, String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
illegalValueThreadPoolParameter$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
illegalValueThreadPoolParameter$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
illegalValueThreadPoolParameter$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
illegalValueThreadPoolParameter$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
illegalWorkerThreads(int) - Method in interface org.infinispan.server.core.logging.JavaLog
 
illegalWorkerThreads(int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
illegalWorkerThreads$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
immediateLockForWriting(Integer) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
IMMORTAL_ENTRY - Static variable in interface org.infinispan.marshall.core.Ids
 
IMMORTAL_VALUE - Static variable in interface org.infinispan.marshall.core.Ids
 
ImmortalCacheEntry - Class in org.infinispan.container.entries
A cache entry that is immortal/cannot expire
ImmortalCacheEntry(Object, Object) - Constructor for class org.infinispan.container.entries.ImmortalCacheEntry
 
ImmortalCacheEntry.Externalizer - Class in org.infinispan.container.entries
 
ImmortalCacheValue - Class in org.infinispan.container.entries
An immortal cache value, to correspond with ImmortalCacheEntry
ImmortalCacheValue(Object) - Constructor for class org.infinispan.container.entries.ImmortalCacheValue
 
ImmortalCacheValue.Externalizer - Class in org.infinispan.container.entries
 
immutable() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
IMMUTABLE_LIST - Static variable in interface org.infinispan.commons.marshall.Ids
 
IMMUTABLE_MAP - Static variable in interface org.infinispan.commons.marshall.Ids
 
ImmutableBean<T> - Class in org.infinispan.cdi.util
A base class for implementing Bean.
ImmutableBean(Class<?>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, Set<InjectionPoint>, ContextualLifecycle<T>, String) - Constructor for class org.infinispan.cdi.util.ImmutableBean
Create a new, immutable bean.
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.
ImmutableContext - Class in org.infinispan.context.impl
This context is a non-context for operations such as eviction which are not related to the method invocation which caused them.
immutableEntry(Map.Entry<K, V>) - Static method in class org.infinispan.commons.util.Immutables
Wraps a Map.Entry} with an immutable Map.Entry}.
immutableEntry(K, V) - Static method in class org.infinispan.commons.util.Immutables
Wraps a key and value with an immutable Map.Entry}.
ImmutableInjectionPoint - Class in org.infinispan.cdi.util
A base class for implementing InjectionPoint.
ImmutableInjectionPoint(AnnotatedField<?>, Set<Annotation>, Bean<?>, boolean, boolean) - Constructor for class org.infinispan.cdi.util.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedField.
ImmutableInjectionPoint(AnnotatedField<?>, BeanManager, Bean<?>, boolean, boolean) - Constructor for class org.infinispan.cdi.util.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedField, reading the qualifiers from the annotations declared on the field.
ImmutableInjectionPoint(AnnotatedParameter<?>, Set<Annotation>, Bean<?>, boolean, boolean) - Constructor for class org.infinispan.cdi.util.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedParameter.
ImmutableInjectionPoint(AnnotatedParameter<?>, BeanManager, Bean<?>, boolean, boolean) - Constructor for class org.infinispan.cdi.util.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedParameter, reading the qualifiers from the annotations declared on the parameter.
immutableInternalCacheEntry(InternalCacheEntry<K, V>) - Static method in class org.infinispan.util.CoreImmutables
Wraps a InternalCacheEntry} with an immutable InternalCacheEntry}.
immutableListConvert(Collection<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
Converts a Collection to an immutable List by copying it.
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 a new ImmutableListCopy.
ImmutableListCopy(Collection<? extends E>) - Constructor for class org.infinispan.commons.util.ImmutableListCopy
Only one copy constructor since the list is immutable.
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>, Collection<? extends E>) - Constructor for class org.infinispan.commons.util.ImmutableListCopy
Utility constructors to allow combining collections
immutableListCopy(List<T>) - Static method in class org.infinispan.commons.util.Immutables
Creates an immutable copy of the list.
ImmutableListCopy.Externalizer - 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.
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
A byte stream that is immutable.
ImmutableMarshalledValueByteStream(byte[]) - Constructor for class org.infinispan.io.ImmutableMarshalledValueByteStream
 
ImmutablePassivationCapableBean<T> - Class in org.infinispan.cdi.util
A base class for implementing a PassivationCapable Bean.
ImmutablePassivationCapableBean(String, Class<?>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, Set<InjectionPoint>, ContextualLifecycle<T>, String) - Constructor for class org.infinispan.cdi.util.ImmutablePassivationCapableBean
 
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.ImmutableMapWrapperExternalizer - Class in org.infinispan.commons.util
 
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.
immutableTypedProperties(TypedProperties) - Static method in class org.infinispan.commons.util.Immutables
Creates an immutable copy of the properties.
implementationType() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
 
implementationType(LevelDBStoreConfiguration.ImplementationType) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
 
implies(AuthorizationPermission) - Method in enum org.infinispan.security.AuthorizationPermission
 
implies(Permission) - Method in class org.infinispan.security.CachePermission
 
implies(Permission) - Method in class org.infinispan.security.CachePermissionCollection
 
in(Object...) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
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
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.marshall.core.Ids
 
IN_USE_BACKUP_SITES - Static variable in class org.infinispan.configuration.cache.SitesConfiguration
 
InboundInvocationHandler - Interface in org.infinispan.remoting.inboundhandler
Interface to invoke when the Transport receives a command from other node or site.
InboundInvocationHandlerFactory - Class in org.infinispan.factories
Factory class that creates instances of PerCacheInboundInvocationHandler.
InboundInvocationHandlerFactory() - Constructor for class org.infinispan.factories.InboundInvocationHandlerFactory
 
InboundTransferTask - Class in org.infinispan.statetransfer
Inbound state transfer task.
InboundTransferTask(Set<Integer>, Address, int, StateConsumerImpl, RpcManager, CommandsFactory, long, String) - Constructor for class org.infinispan.statetransfer.InboundTransferTask
 
includeLoader - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
includeLower(boolean) - Method in interface org.infinispan.query.dsl.RangeConditionContext
 
includeUpper(boolean) - Method in interface org.infinispan.query.dsl.RangeConditionContext
 
incompatibleLoaderConfiguration(String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
incompatibleLoaderConfiguration(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
incompatibleLoaderConfiguration(String, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
incompatibleLoaderConfiguration(String, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
incompatibleLoaderConfiguration(String, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
incompatibleLoaderConfiguration(String, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
incompatibleLoaderConfiguration(String, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
incompatibleLoaderConfiguration(String, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
incompatibleLoaderConfiguration(String, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
incompatibleLoaderConfiguration(String, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
incompatibleLoaderConfiguration(String, String) - Method in interface org.infinispan.util.logging.Log
 
incompatibleLoaderConfiguration(String, String) - Method in class org.infinispan.util.logging.Log_$logger
 
incompatibleLoaderConfiguration$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
incompatibleLoaderConfiguration$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
incompatibleLoaderConfiguration$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
incompatibleLoaderConfiguration$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
incompatibleLoaderConfiguration$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
incompatibleLoaderConfiguration$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
incompatibleLoaderConfiguration$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
incompatibleLoaderConfiguration$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
incompatibleLoaderConfiguration$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
incompatibleLoaderConfiguration$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
incompatibleLoaderConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
 
incompatibleType(Class, Class) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
incompatibleType(Class<?>, Class<?>) - Method in interface org.infinispan.jcache.logging.Log
 
incompatibleType(Class, Class) - Method in class org.infinispan.jcache.logging.Log_$logger
 
incompatibleType(Class, Class) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
incompatibleType$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
incompatibleType$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
incompatibleType$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
incompleteCondition() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
incompleteCondition() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
incompleteCondition$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
incompleteSentence() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
incompleteSentence() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
incompleteSentence$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
incorrectClientListener(String, Collection<?>) - Method in interface org.infinispan.client.hotrod.logging.Log
 
incorrectClientListener(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
incorrectClientListener(String, Collection) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
incorrectClientListener(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
incorrectClientListener1$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
incorrectClientListener2$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
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
 
incOwned(Address) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
 
incPrimaryOwned(Address) - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
 
increaseCacheHits(long) - Method in class org.infinispan.jcache.embedded.RICacheStatistics
 
increment(IncrementableEntryVersion) - Method in class org.infinispan.container.versioning.NumericVersionGenerator
 
increment(IncrementableEntryVersion) - Method in class org.infinispan.container.versioning.SimpleClusteredVersionGenerator
 
increment(IncrementableEntryVersion) - Method in interface org.infinispan.container.versioning.VersionGenerator
 
increment(ExtendedStatistic, GlobalTransaction, boolean) - Method in class org.infinispan.stats.CacheStatisticManager
Increments the statistic value.
IncrementableEntryVersion - Interface in org.infinispan.container.versioning
An interface indicating that a version of this type can be incremented.
IncrementalVersionableEntryFactoryImpl - Class in org.infinispan.container
An entry factory that is capable of dealing with SimpleClusteredVersions.
IncrementalVersionableEntryFactoryImpl() - Constructor for class org.infinispan.container.IncrementalVersionableEntryFactoryImpl
 
incrementCacheEvictions() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
incrementCacheGets() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
incrementCacheHits() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
incrementCacheMisses() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
incrementCachePuts() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
incrementCacheRemovals() - Method in class org.infinispan.jcache.remote.LocalStatistics
 
incrementUsage(String) - Method in class org.infinispan.persistence.jpa.impl.EntityManagerFactoryRegistry
 
incrementValue(ExtendedStatistic) - Method in class org.infinispan.stats.TransactionStatistics
Increments a statistic value.
index() - Method in class org.infinispan.cdi.util.Synthetic.SyntheticLiteral
 
Index - Enum in org.infinispan.configuration.cache
Used to configure indexing of entries in the cache for searching.
INDEX - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
 
index() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
Returns the indexing mode of this cache.
index(Index) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
Indicates indexing mode
INDEX - Static variable in class org.infinispan.configuration.cache.InterceptorConfiguration
 
index() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
 
index(int) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
Specifies a position in the interceptor chain to place the new interceptor.
INDEXED_ENTITIES - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
 
indexedEntities() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
 
IndexedFilter<K,V,C> - Interface in org.infinispan.notifications.cachelistener.filter
A marker interface for filters that can be handled efficiently by a FilterIndexingServiceProvider.
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.
IndexingConfiguration(AttributeSet) - Constructor for class org.infinispan.configuration.cache.IndexingConfiguration
 
IndexingConfigurationBuilder - Class in org.infinispan.configuration.cache
Configures indexing of entries in the cache for searching.
IndexInputContext - Class in org.infinispan.lucene.impl
 
IndexInputContext(AdvancedCache<ChunkCacheKey, Object>, FileCacheKey, FileMetadata, SegmentReadLocker, int) - Constructor for class org.infinispan.lucene.impl.IndexInputContext
 
indexLocalOnly() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
Deprecated.
indexLocalOnly(boolean) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
indexLocation() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
 
indexLocation(String) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
 
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, Equivalence<Object>) - Constructor for class org.infinispan.persistence.sifs.IndexQueue
 
indexQueueLength() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
 
indexQueueLength(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
 
IndexScopedKey - Interface in org.infinispan.lucene
Mostly used for internal abstraction: common type for all keys which need name scoping for different indexes.
indexSegments() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
 
indexSegments(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
 
indexShareable() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
Check if the indexes can be shared.
InDoubtTxInfoImpl - Class in org.infinispan.transaction.xa.recovery
 
InDoubtTxInfoImpl(Xid, Long, Integer) - Constructor for class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
 
InDoubtTxInfoImpl(Xid, long, Set<Integer>) - Constructor for class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
 
InDoubtTxInfoImpl(Xid, long) - Constructor for class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
 
InDoubtTxInfoImpl.Externalizer - Class in org.infinispan.transaction.xa.recovery
 
InequalVersionComparisonResult - Enum in org.infinispan.container.versioning
Versions can be compared to each other to result in one version being before, after or at the same time as another version.
InetAddressPrincipal - Class in org.infinispan.server.core.security
InetAddressPrincipal.
InetAddressPrincipal(InetAddress) - Constructor for class org.infinispan.server.core.security.InetAddressPrincipal
 
InetAddressPrincipal.Externalizer - Class in org.infinispan.server.core.security
 
INFINISPAN_WS_JS_FILENAME - Static variable in class org.infinispan.server.websocket.WebSocketServer
 
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.
InfinispanContainerCacheManagerBeanDefinitionParser - Class in org.infinispan.spring.config
 
InfinispanContainerCacheManagerBeanDefinitionParser() - Constructor for class org.infinispan.spring.config.InfinispanContainerCacheManagerBeanDefinitionParser
 
InfinispanDefaultCacheFactoryBean<K,V> - Class in org.infinispan.spring.support
A FactoryBean for creating a native default Infinispan org.infinispan.Cache , delegating to a configurable org.infinispan.manager.CacheContainer.
InfinispanDefaultCacheFactoryBean() - Constructor for class org.infinispan.spring.support.InfinispanDefaultCacheFactoryBean
 
InfinispanEmbeddedCacheManagerBeanDefinitionParser - Class in org.infinispan.spring.config
 
InfinispanEmbeddedCacheManagerBeanDefinitionParser() - Constructor for class org.infinispan.spring.config.InfinispanEmbeddedCacheManagerBeanDefinitionParser
 
InfinispanEmbeddedCacheManagerFactoryBean - Class in org.infinispan.spring.support.embedded
A FactoryBean for creating an Infinispan EmbeddedCacheManager instance.
InfinispanEmbeddedCacheManagerFactoryBean() - Constructor for class org.infinispan.spring.support.embedded.InfinispanEmbeddedCacheManagerFactoryBean
 
InfinispanEmbeddedServiceFactory - Class in org.infinispan.osgi
 
InfinispanEmbeddedServiceFactory() - Constructor for class org.infinispan.osgi.InfinispanEmbeddedServiceFactory
 
InfinispanExtensionEmbedded - Class in org.infinispan.cdi
The Infinispan CDI extension for embedded caches
InfinispanExtensionEmbedded() - Constructor for class org.infinispan.cdi.InfinispanExtensionEmbedded
 
InfinispanExtensionEmbedded.InstalledCacheManager - Class in org.infinispan.cdi
 
InfinispanExtensionRemote - Class in org.infinispan.cdi
 
InfinispanExtensionRemote() - Constructor for class org.infinispan.cdi.InfinispanExtensionRemote
 
InfinispanIndexInput - Class in org.infinispan.lucene.impl
Responsible for reading from InfinispanDirectory
InfinispanIndexInput(IndexInputContext) - Constructor for class org.infinispan.lucene.impl.InfinispanIndexInput
 
InfinispanIndexOutput - Class in org.infinispan.lucene.impl
Responsible for writing to a Directory
InfinispanIndexOutput(AdvancedCache<FileCacheKey, FileMetadata>, AdvancedCache<ChunkCacheKey, Object>, FileCacheKey, int, FileListOperations, int) - Constructor for class org.infinispan.lucene.impl.InfinispanIndexOutput
 
InfinispanLock - Class in org.infinispan.util.concurrent.locks.impl
A special lock for Infinispan cache.
InfinispanLock(TimeService) - Constructor for class org.infinispan.util.concurrent.locks.impl.InfinispanLock
Creates a new instance.
InfinispanLock(TimeService, Runnable) - Constructor for class org.infinispan.util.concurrent.locks.impl.InfinispanLock
Creates a new instance.
InfinispanNamedEmbeddedCacheFactoryBean<K,V> - Class in org.infinispan.spring.support.embedded
A FactoryBean for creating a native named Infinispan org.infinispan.Cache, delegating to a configurable org.infinispan.manager.EmbeddedCacheManager.
InfinispanNamedEmbeddedCacheFactoryBean() - Constructor for class org.infinispan.spring.support.embedded.InfinispanNamedEmbeddedCacheFactoryBean
 
InfinispanNamedRemoteCacheFactoryBean<K,V> - Class in org.infinispan.spring.support.remote
A FactoryBean for creating a native named Infinispan org.infinispan.Cache, delegating to a configurable oorg.infinispan.client.hotrod.RemoteCacheManagerr.
InfinispanNamedRemoteCacheFactoryBean() - Constructor for class org.infinispan.spring.support.remote.InfinispanNamedRemoteCacheFactoryBean
 
InfinispanNamespaceHandler - Class in org.infinispan.spring.config
NamespaceHandler for Infinispan-based caches.
InfinispanNamespaceHandler() - Constructor for class org.infinispan.spring.config.InfinispanNamespaceHandler
 
InfinispanNamespaceUtils - Class in org.infinispan.spring.config
 
InfinispanNamespaceUtils() - Constructor for class org.infinispan.spring.config.InfinispanNamespaceUtils
 
InfinispanRemoteCacheManagerBeanDefinitionParser - Class in org.infinispan.spring.config
 
InfinispanRemoteCacheManagerBeanDefinitionParser() - Constructor for class org.infinispan.spring.config.InfinispanRemoteCacheManagerBeanDefinitionParser
 
InfinispanRemoteCacheManagerFactoryBean - Class in org.infinispan.spring.support.remote
A FactoryBean for creating an Infinispan RemoteCacheManager instance.
InfinispanRemoteCacheManagerFactoryBean() - Constructor for class org.infinispan.spring.support.remote.InfinispanRemoteCacheManagerFactoryBean
 
INFINITE_LIFESPAN - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
INFINITE_MAXIDLE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
Info - Class in org.infinispan.cli.commands.server
 
Info() - Constructor for class org.infinispan.cli.commands.server.Info
 
INFO - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
INFO - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
info(EventLogCategory, String) - Method in interface org.infinispan.util.logging.events.EventLogger
Logs a message to the event log using the EventLogLevel.INFO severity
infoStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
InfoStatement - Class in org.infinispan.cli.interpreter.statement
InfoStatement shows configuration information about the specified cache or about the active cache manager
InfoStatement(String) - Constructor for class org.infinispan.cli.interpreter.statement.InfoStatement
 
infoStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.infoStatement_return
 
infoUsingJavaDbFactory(String) - Method in interface org.infinispan.persistence.leveldb.logging.Log
 
infoUsingJavaDbFactory(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
infoUsingJavaDbFactory$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
infoUsingJNIDbFactory(String) - Method in interface org.infinispan.persistence.leveldb.logging.Log
 
infoUsingJNIDbFactory(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
infoUsingJNIDbFactory$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
init(String[]) - Method in interface org.infinispan.cli.shell.Shell
 
init(String[]) - Method in class org.infinispan.cli.shell.ShellImpl
 
init(Map<SocketAddress, Set<Integer>>, int, int) - Method in interface org.infinispan.client.hotrod.impl.consistenthash.ConsistentHash
Deprecated.
init(Configuration) - Method in class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashFactory
 
init(Map<SocketAddress, Set<Integer>>, int, int) - Method in class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1
 
init(Map<SocketAddress, Set<Integer>>, int, int) - Method in class org.infinispan.client.hotrod.impl.consistenthash.SegmentConsistentHash
 
init(SocketAddress[][], int) - Method in class org.infinispan.client.hotrod.impl.consistenthash.SegmentConsistentHash
 
init(Marshaller, ExecutorService, OperationsFactory, int, int) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
init(CancellationService) - Method in class org.infinispan.commands.CancelCommand
 
init(EmbeddedCacheManager) - Method in class org.infinispan.commands.CreateCacheCommand
 
init(Cache<Object, Object>) - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
init(MapReduceManager) - Method in class org.infinispan.commands.read.MapCombineCommand
 
init(MapReduceManager) - Method in class org.infinispan.commands.read.ReduceCommand
 
init(InterceptorChain, InvocationContextFactory) - Method in class org.infinispan.commands.remote.BaseRpcInvokingCommand
 
init(InvocationContextFactory, CommandsFactory, InternalEntryFactory, InterceptorChain, TransactionTable, Equivalence<? super K>) - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
 
init(RecoveryManager) - Method in class org.infinispan.commands.remote.recovery.RecoveryCommand
 
init(TransactionTable, LockManager, RecoveryManager, StateTransferManager) - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
 
init(InterceptorChain, InvocationContextFactory, TransactionTable) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
init(CacheNotifier<Object, Object>, DataContainer<?, ?>) - Method in class org.infinispan.commands.write.ClearCommand
 
init(Configuration, DistributionManager, CacheNotifier, DataContainer) - Method in class org.infinispan.commands.write.InvalidateL1Command
 
init(CacheNotifier, Configuration) - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
init(CacheNotifier) - Method in class org.infinispan.commands.write.PutMapCommand
 
init(CacheNotifier, Configuration) - Method in class org.infinispan.commands.write.RemoveCommand
 
init(CacheNotifier, Configuration, TimeService) - Method in class org.infinispan.commands.write.RemoveExpiredCommand
 
init(CacheNotifier, Configuration) - Method in class org.infinispan.commands.write.ReplaceCommand
 
init() - Method in class org.infinispan.container.EntryFactoryImpl
 
init(Cache<?, ?>) - Method in class org.infinispan.container.versioning.NumericVersionGenerator
 
init(Cache<?, ?>) - Method in class org.infinispan.container.versioning.SimpleClusteredVersionGenerator
 
init(Configuration) - Method in class org.infinispan.context.AbstractInvocationContextFactory
 
init(GlobalConfiguration) - Method in class org.infinispan.context.InvocationContextContainerImpl
 
init(Configuration) - Method in class org.infinispan.context.NonTransactionalInvocationContextFactory
 
init(TransactionManager, TransactionTable, Configuration, BatchContainer) - Method in class org.infinispan.context.TransactionalInvocationContextFactory
 
init(EmbeddedCacheManager, PersistenceManager, ExecutorService, ClusteringDependentLogic, TimeService, Configuration) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl
 
init(HashConfiguration) - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner
 
init(HashConfiguration) - Method in interface org.infinispan.distribution.ch.KeyPartitioner
Initialization.
init(RpcManager, StateTransferManager) - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
 
init(Configuration, RpcManager, CommandsFactory, ScheduledExecutorService, TimeService) - Method in class org.infinispan.distribution.impl.L1ManagerImpl
 
init() - Method in class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
init(StateTransferLock, Configuration, StateTransferManager, GroupManager) - Method in class org.infinispan.interceptors.base.BaseStateTransferInterceptor
Deprecated.
 
init(PersistenceManager, InternalEntryFactory, TransactionManager, StreamingMarshaller) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
init(InternalEntryFactory, VersionGenerator, Cache<K, V>) - Method in class org.infinispan.interceptors.compat.BaseTypeConverterInterceptor
Deprecated.
 
init(L1Manager, ClusteringDependentLogic, Configuration) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
Deprecated.
 
init(L1Manager, ClusteringDependentLogic, EntryFactory, DataContainer, Configuration, StateTransferLock, CommandsFactory) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
init(EntryFactory, DataContainer<Object, Object>, ClusteringDependentLogic, CommandsFactory, StateConsumer, StateTransferLock, XSiteStateConsumer, GroupManager) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
init(TransactionManager, ComponentRegistry, TransactionTable, InvocationContextContainer) - Method in class org.infinispan.interceptors.InvocationContextInterceptor
Deprecated.
 
init(DataContainer<Object, Object>, CacheNotifier<Object, Object>, Configuration, CommitManager, PersistenceManager, TimeService, FunctionalNotifier<Object, Object>) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
 
init(DistributionManager, Configuration, RpcManager, StateTransferLock) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.DistributionLogic
 
init(RpcManager, StateTransferManager) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
 
init(EmbeddedCacheManager) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
 
init(StateTransferLock) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.ReplicationLogic
 
init(CommandsFactory, StateTransferManager) - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
Deprecated.
 
init(TransactionTable, Configuration, RpcManager, RecoveryManager, CommandsFactory, Cache<K, V>, PartitionHandlingManager) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
init(EntryRetriever<K, V>) - Method in class org.infinispan.iteration.impl.EntryRequestCommand
 
init(EntryRetriever<K, ?>) - Method in class org.infinispan.iteration.impl.EntryResponseCommand
 
init(InitializationContext) - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
 
init(InitializationContext) - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
 
init(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
 
init(InitializationContext) - Method in class org.infinispan.lucene.cacheloader.LuceneCacheLoader
 
init(StreamingMarshaller) - Method in class org.infinispan.marshall.core.MarshalledEntryFactoryImpl
 
init(DistributionManager, LocalTopologyManager, StateTransferManager, Cache, CacheNotifier, CommandsFactory, Configuration, RpcManager, LockManager) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
init(InitializationContext) - Method in class org.infinispan.persistence.async.AsyncCacheWriter
 
init(InitializationContext) - Method in class org.infinispan.persistence.cli.CLInterfaceLoader
 
init(InitializationContext) - Method in class org.infinispan.persistence.cluster.ClusterLoader
 
init(InitializationContext) - Method in class org.infinispan.persistence.file.SingleFileStore
 
init(InitializationContext) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
init(InitializationContext) - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
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.leveldb.LevelDBStore
 
init(InitializationContext) - Method in class org.infinispan.persistence.remote.RemoteStore
 
init(InitializationContext) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
init(InitializationContext) - Method in interface org.infinispan.persistence.spi.CacheLoader
Used to initialize a cache loader.
init(InitializationContext) - Method in interface org.infinispan.persistence.spi.CacheWriter
Used to initialize a cache loader.
init(InitializationContext) - Method in class org.infinispan.persistence.support.DelegatingCacheLoader
 
init(InitializationContext) - Method in class org.infinispan.persistence.support.DelegatingCacheWriter
 
init(EmbeddedCacheManager, InternalCacheRegistry) - Method in class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
init(EmbeddedCacheManager) - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
 
init(ActionState) - Method in class org.infinispan.remoting.inboundhandler.action.BaseLockingAction
 
init(ActionState) - Method in class org.infinispan.remoting.inboundhandler.action.LockAction
 
init(ActionState) - Method in class org.infinispan.remoting.inboundhandler.action.PendingTxAction
 
init(Cache<?, ?>, GlobalConfiguration, Configuration, GlobalSecurityManager, EmbeddedCacheManager) - Method in class org.infinispan.security.impl.AuthorizationManagerImpl
 
init(EmbeddedCacheManager, GlobalConfiguration, InternalCacheRegistry) - Method in class org.infinispan.security.impl.GlobalSecurityManagerImpl
 
init() - Method in class org.infinispan.spring.config.InfinispanNamespaceHandler
 
init(Cache, ExecutorService, StateTransferManager, InterceptorChain, InvocationContextFactory, Configuration, RpcManager, TransactionManager, CommandsFactory, PersistenceManager, DataContainer<Object, Object>, TransactionTable, StateTransferLock, CacheNotifier, TotalOrderManager, BlockingTaskAwareExecutorService, CommitManager) - Method in class org.infinispan.statetransfer.StateConsumerImpl
 
init(Cache, ExecutorService, Configuration, RpcManager, CommandsFactory, ClusterCacheNotifier, PersistenceManager, DataContainer, TransactionTable, StateTransferLock, StateConsumer, InternalEntryFactory) - Method in class org.infinispan.statetransfer.StateProviderImpl
 
init(StateProvider) - Method in class org.infinispan.statetransfer.StateRequestCommand
 
init(StateConsumer) - Method in class org.infinispan.statetransfer.StateResponseCommand
 
init(StateTransferManager) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
init(StateConsumer, StateProvider, Cache, CacheNotifier, Configuration, GlobalConfiguration, RpcManager, KeyPartitioner, LocalTopologyManager, PartitionHandlingManager) - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
 
init(LocalTopologyManager, ClusterTopologyManager) - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
init(CommandsFactory, InvocationContextFactory, InterceptorChain, TransactionTable, RecoveryManager, Configuration) - Method in class org.infinispan.transaction.impl.TransactionCoordinator
 
init(GlobalConfiguration) - Method in class org.infinispan.transaction.lookup.GenericTransactionManagerLookup
 
init(GlobalConfiguration) - Method in class org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup
 
init(Configuration) - Method in class org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup
Deprecated.
init(RecoveryManager) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
 
init(RpcManager, CommandsFactory, TransactionTable, TransactionCoordinator, TransactionFactory) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
init(Configuration, VersionGenerator, TimeService) - Method in class org.infinispan.transaction.xa.TransactionFactory
 
init(boolean, boolean, boolean, boolean) - Method in class org.infinispan.transaction.xa.TransactionFactory
 
init(RecoveryManager, Cache) - Method in class org.infinispan.transaction.xa.XaTransactionTable
 
init() - Method in class org.infinispan.util.concurrent.locks.DeadlockDetectingLockManager
 
init(Cache) - Method in class org.infinispan.xsite.AbstractCustomFailurePolicy
 
init(Cache, Transport, TransactionTable, GlobalConfiguration, TimeService, CommandsFactory) - Method in class org.infinispan.xsite.BackupSenderImpl
 
init(Cache<K, V>) - Method in interface org.infinispan.xsite.CustomFailurePolicy
Invoked during the initialization phase.
init(BackupSender) - Method in class org.infinispan.xsite.XSiteAdminCommand
 
init(RpcManager, BackupSender, Cache, XSiteStateTransferManager) - Method in class org.infinispan.xsite.XSiteAdminOperations
 
initChannel() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
initChunkSizeFromMetadata() - Method in class org.infinispan.io.GridFile
 
initForWriting() - Method in class org.infinispan.atomic.impl.AtomicHashMap
Initializes the delta instance to start recording changes.
INITIAL_CONNECTION_ATTEMPTS - Static variable in class org.infinispan.topology.ClusterTopologyManagerImpl
 
INITIAL_REBALANCE_ID - Static variable in class org.infinispan.topology.ClusterCacheStatus
 
INITIAL_TOPOLOGY_ID - Static variable in class org.infinispan.topology.ClusterCacheStatus
 
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.
InitialisationContextDelegate - Class in org.infinispan.persistence.jdbc.mixed
// TODO: Document this
InitialisationContextDelegate(InitializationContext, StoreConfiguration) - Constructor for class org.infinispan.persistence.jdbc.mixed.InitialisationContextDelegate
 
InitializationContext - Interface in org.infinispan.persistence.spi
Aggregates the initialisation state needed by either a CacheLoader or a CacheWriter.
InitializationContextImpl - Class in org.infinispan.persistence
 
InitializationContextImpl(StoreConfiguration, Cache, StreamingMarshaller, TimeService, ByteBufferFactory, MarshalledEntryFactory) - Constructor for class org.infinispan.persistence.InitializationContextImpl
 
initialize(EmbeddedCacheManager, TimeService) - Method in class org.infinispan.cli.interpreter.Interpreter
 
initialize(InvocationContextFactory, CommandsFactory, InternalEntryFactory, InterceptorChain, DistributionManager, TransactionTable, Equivalence) - Method in class org.infinispan.commands.remote.ClusteredGetCommand
 
initialize(CacheNotifier, RecoveryManager) - Method in class org.infinispan.commands.tx.PrepareCommand
 
initialize() - Method in interface org.infinispan.commons.configuration.attributes.AttributeInitializer
 
initialize(EvictionManager, PassivationManager, InternalEntryFactory, ActivationManager, PersistenceManager, TimeService, CacheNotifier, ExpirationManager<K, V>) - Method in class org.infinispan.container.DefaultDataContainer
 
initialize(CacheNotifier<K, V>, Configuration, InterceptorChain) - Method in class org.infinispan.eviction.impl.EvictionManagerImpl
 
initialize(ScheduledExecutorService, Cache<K, V>, Configuration, DataContainer<K, V>, PersistenceManager, CacheNotifier<K, V>, TimeService) - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
initialize(Iterable<ModuleMetadataFileFinder>, ClassLoader) - Method in class org.infinispan.factories.components.ComponentMetadataRepo
Initializes this repository.
initialize(VersionGenerator) - Method in class org.infinispan.interceptors.VersionedEntryWrappingInterceptor
Deprecated.
 
initialize(DistributionManager, PersistenceManager, CommandsFactory, RpcManager, ExecutorService) - Method in class org.infinispan.iteration.impl.DistributedEntryRetriever
 
initialize(Cache<?, ?>, GlobalConfiguration) - Method in class org.infinispan.jmx.CacheJmxRegistration
 
initialize(StreamingMarshaller, CacheManagerNotifier, GlobalComponentRegistry, TimeService, InboundInvocationHandler, ScheduledExecutorService) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
Initializes the transport with global cache configuration and transport-specific properties.
initialize(RpcManager, Configuration, InvocationContextFactory, CacheNotifier, TransactionFactory, TransactionCoordinator, TransactionSynchronizationRegistry, CommandsFactory, ClusteringDependentLogic, Cache, TimeService, CacheManagerNotifier, PartitionHandlingManager, ScheduledExecutorService) - Method in class org.infinispan.transaction.impl.TransactionTable
 
initialize(RecoveryManager) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
 
initialize(Cache<Object, Object>, TimeService) - Method in class org.infinispan.upgrade.RollingUpgradeManager
 
initialize(XSiteStateConsumer) - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
 
initialize(XSiteStateProvider, XSiteStateConsumer, XSiteStateTransferManager) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
initializeConnectionFactory(ConnectionFactory) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
Keeps a reference to the connection factory for further use.
initializer(AttributeInitializer<? extends T>) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
initializer() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
initializeReplicableCommand(ReplicableCommand, boolean) - Method in interface org.infinispan.commands.CommandsFactory
Initializes a ReplicableCommand read from a data stream with components specific to the target cache instance.
initializeReplicableCommand(ReplicableCommand, boolean) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
initializeReplicableCommand(ReplicableCommand, boolean) - Method in interface org.infinispan.commands.module.ModuleCommandInitializer
Initializes a command constructed using ModuleCommandFactory#fromStream(byte) with necessary named-cache-specific components.
initialPriority() - Method in class org.infinispan.factories.threads.DefaultThreadFactory
 
initialRetryWaitTimeDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
initialRetryWaitTimeDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
initialRetryWaitTimeDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
initialRetryWaitTimeDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
initialRetryWaitTimeDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
initialRetryWaitTimeDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
initialRetryWaitTimeDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
initialRetryWaitTimeDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
initialRetryWaitTimeDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
initialRetryWaitTimeDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
initialRetryWaitTimeDeprecated() - Method in interface org.infinispan.util.logging.Log
 
initialRetryWaitTimeDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
initialRetryWaitTimeDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
initialRetryWaitTimeDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
initialRetryWaitTimeDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
initialRetryWaitTimeDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
initialRetryWaitTimeDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
initialRetryWaitTimeDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
initialRetryWaitTimeDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
initialRetryWaitTimeDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
initialRetryWaitTimeDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
initialRetryWaitTimeDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
initialRetryWaitTimeDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
initKeySpecificLogic(boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
 
initKeySpecificLogic(boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.DistributionLogic
 
initKeySpecificLogic(boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
 
initKeySpecificLogic(boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
 
initKeySpecificLogic(boolean) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.ReplicationLogic
 
initRPCDispatcher() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
initTime - Variable in class org.infinispan.stats.TransactionStatistics
 
inject(T, CreationalContext<T>) - Method in class org.infinispan.cdi.util.DummyInjectionTarget
 
inject(EmbeddedCacheManager, GlobalComponentRegistry, Map<Byte, ModuleCommandFactory>) - Method in class org.infinispan.commands.RemoteCommandsFactory
 
inject(GroupManager) - Method in class org.infinispan.distribution.ch.impl.KeyPartitionerFactory
 
inject(PersistenceManager, Configuration, ClusteringDependentLogic) - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
 
inject(PersistenceManager, CacheNotifier, Configuration, DataContainer, TimeService, MarshalledEntryFactory, DistributionManager) - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
 
inject(AdvancedCache<K, V>, ExecutorService) - Method in class org.infinispan.expiration.impl.ClusterExpirationManager
 
Inject - Annotation Type in org.infinispan.factories.annotations
Used to annotate a method as one that is used to inject a registered component into another component.
inject(TestDelayFactory.Control) - Method in class org.infinispan.factories.TestDelayFactory
 
inject(GlobalConfiguration, TimeService, EmbeddedCacheManager) - Method in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
 
inject(RpcManager, StateConsumer) - Method in class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
inject(CacheNotifier) - Method in class org.infinispan.interceptors.CallInterceptor
Deprecated.
 
inject(DistributionManager, Transport, ClusteringDependentLogic) - Method in class org.infinispan.interceptors.DistCacheWriterInterceptor
Deprecated.
 
inject(Cache<K, V>) - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor
Deprecated.
 
inject(PartitionHandlingManager) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
inject(StreamingMarshaller, InternalEntryFactory, Cache<K, V>) - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
inject(TransactionTable, TotalOrderManager, ClusteringDependentLogic, BlockingTaskAwareExecutorService) - Method in class org.infinispan.interceptors.totalorder.TotalOrderInterceptor
Deprecated.
 
inject(DataContainer<K, V>, PersistenceManager, ExecutorService, TimeService, InternalEntryFactory, Cache<K, V>, Configuration, ComponentRegistry) - Method in class org.infinispan.iteration.impl.LocalEntryRetriever
 
inject(EmbeddedCacheManager) - Method in class org.infinispan.manager.impl.ReplicableCommandManagerFunction
 
inject(Cache, Configuration, InvocationContextContainer, ExternalizerTable, GlobalConfiguration) - Method in class org.infinispan.marshall.core.CacheMarshaller
 
inject(RemoteCommandsFactory, GlobalComponentRegistry, StreamingMarshaller) - Method in class org.infinispan.marshall.core.ExternalizerTable
 
inject(ExternalizerTable, GlobalConfiguration) - Method in class org.infinispan.marshall.core.GlobalMarshaller
 
inject(Cache, Configuration, InvocationContextContainer, ExternalizerTable, GlobalConfiguration) - Method in class org.infinispan.marshall.core.VersionAwareMarshaller
 
inject(AdvancedCache<Object, Object>, StreamingMarshaller, Configuration, TransactionManager, TimeService, ExecutorService, ByteBufferFactory, MarshalledEntryFactory, CacheStoreFactoryRegistry, ExpirationManager) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
inject(LockManager, ClusteringDependentLogic, Configuration) - Method in class org.infinispan.remoting.inboundhandler.NonTotalOrderPerCacheInboundInvocationHandler
 
inject(LockManager, ClusteringDependentLogic, Configuration, PendingLockManager) - Method in class org.infinispan.remoting.inboundhandler.NonTotalOrderTxPerCacheInboundInvocationHandler
 
inject(DataContainer) - Method in class org.infinispan.statetransfer.CommitManager
 
inject(RpcManager, CommandsFactory) - Method in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
inject(Cache<K, V>, ComponentRegistry, StateTransferManager, RpcManager, Configuration, CommandsFactory) - Method in class org.infinispan.stream.impl.LocalStreamManagerImpl
 
inject(Cache<?, ?>) - Method in class org.infinispan.stream.impl.PartitionAwareClusterStreamManager
 
inject(LocalStreamManager) - Method in class org.infinispan.stream.impl.StreamRequestCommand
 
inject(ClusterStreamManager) - Method in class org.infinispan.stream.impl.StreamResponseCommand
 
inject(Transport, ExecutorService, GlobalConfiguration, GlobalComponentRegistry, CacheManagerNotifier, EmbeddedCacheManager, EventLogManager) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
inject(Transport, ExecutorService, GlobalComponentRegistry, TimeService, GlobalStateManager) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
inject(BlockingTaskAwareExecutorService) - Method in class org.infinispan.transaction.totalorder.TotalOrderManager
 
inject(LockContainer, Configuration, ScheduledExecutorService) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
inject(TransactionTable, TimeService, ScheduledExecutorService, StateTransferManager) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager
 
inject(TimeService) - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
 
inject(TimeService) - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
 
inject(EmbeddedCacheManager) - Method in class org.infinispan.xsite.GlobalXSiteAdminOperations
 
inject(TransactionManager, InvocationContextFactory, CommandsFactory, InterceptorChain, CommitManager) - Method in class org.infinispan.xsite.statetransfer.XSiteStateConsumerImpl
 
inject(DataContainer, PersistenceManager, RpcManager, ClusteringDependentLogic, CommandsFactory, ExecutorService, Configuration, XSiteStateTransferManager, StateTransferLock) - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
 
inject(RpcManager, Configuration, CommandsFactory, ResponseGenerator, StateTransferManager, CacheNotifier, XSiteStateConsumer, XSiteStateProvider, ExecutorService) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 
InjectableMethod<X> - Class in org.infinispan.cdi.util
Allows an AnnotatedMethod to be injected using the CDI type safe resolution rules.
InjectableMethod(AnnotatedMethod<X>, Bean<?>, BeanManager) - Constructor for class org.infinispan.cdi.util.InjectableMethod
Instantiate a new InjectableMethod.
InjectableMethod(AnnotatedMethod<X>, Collection<InjectionPoint>, BeanManager) - Constructor for class org.infinispan.cdi.util.InjectableMethod
Instantiate a new InjectableMethod.
injectCache(Cache<?, ?>) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEventManagerFactory
 
injectCache(Cache<K, V>) - Method in interface org.infinispan.stream.CacheAware
Method that is invoked when a cache is to be injected.
injectCacheManager(EmbeddedCacheManager) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
 
injectConfiguration(Configuration) - Method in class org.infinispan.interceptors.base.CommandInterceptor
 
injectDependencies(Cache<?, ?>, Configuration) - Method in class org.infinispan.cache.impl.CacheConfigurationMBean
 
injectDependencies(EvictionManager, ExpirationManager, InvocationContextFactory, InvocationContextContainer, CommandsFactory, InterceptorChain, Configuration, CacheNotifier, ComponentRegistry, TransactionManager, BatchContainer, RpcManager, DataContainer, StreamingMarshaller, DistributionManager, EmbeddedCacheManager, ExecutorService, TransactionTable, RecoveryManager, TransactionCoordinator, LockManager, AuthorizationManager, GlobalConfiguration, PartitionHandlingManager, LocalTopologyManager) - Method in class org.infinispan.cache.impl.CacheImpl
 
injectDependencies(ComponentRegistry, Configuration, EmbeddedCacheManager, DataContainer, CacheNotifier, TimeService, InternalEntryFactory) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
injectDependencies(StatsCollector, TimeService) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
injectDependencies(DataContainer, Configuration, DistributionManager, TimeService) - Method in class org.infinispan.container.EntryFactoryImpl
 
injectDependencies(ClusteringDependentLogic) - Method in class org.infinispan.distribution.group.GroupManagerImpl
 
injectDependencies() - Method in class org.infinispan.factories.AbstractComponentRegistry.Component
Injects dependencies into this component.
injectDependencies(ComponentRegistry) - Method in class org.infinispan.filter.CompositeKeyFilter
 
injectDependencies(ComponentRegistry) - Method in class org.infinispan.filter.CompositeKeyValueFilter
 
injectDependencies(ComponentRegistry) - Method in class org.infinispan.filter.KeyFilterAsKeyValueFilter
 
injectDependencies(ComponentRegistry) - Method in class org.infinispan.filter.KeyValueFilterAsKeyFilter
 
injectDependencies(PersistenceManager, EntryFactory, CacheNotifier, TimeService, InternalEntryFactory, DataContainer<K, V>, GroupManager, ExecutorService, Cache<K, V>) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
injectDependencies(CommandsFactory, EntryFactory, LockManager, DataContainer, StateTransferManager) - Method in class org.infinispan.interceptors.ClusteringInterceptor
Deprecated.
 
injectDependencies(DistributionManager, ClusteringDependentLogic, RemoteValueRetrievedListener, GroupManager) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
injectDependencies(CacheNotifier<?, ?>, GroupManager, InternalEntryFactory, Configuration) - Method in class org.infinispan.interceptors.GroupingInterceptor
Deprecated.
 
injectDependencies(CommandsFactory) - Method in class org.infinispan.interceptors.InvalidationInterceptor
Deprecated.
 
injectDependencies(CacheNotifier) - Method in class org.infinispan.interceptors.NotificationInterceptor
Deprecated.
 
injectDependencies(CommandsFactory, ClusteringDependentLogic) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
 
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.ConverterAsCacheEventConverter
 
injectDependencies(ComponentRegistry) - Method in class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter
 
injectDependencies(ComponentRegistry) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter
 
injectDependencies(BlockingTaskAwareExecutorService, ResponseGenerator, CancellationService, StateTransferLock, StateTransferManager) - Method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
 
injectDependencies(ExecutorService, GlobalComponentRegistry, BackupReceiverRepository) - Method in class org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler
 
injectDependencies(ScheduledExecutorService, RpcManager, Configuration, CommandsFactory, Cache) - Method in class org.infinispan.remoting.ReplicationQueueImpl
Deprecated.
 
injectDependencies(ScheduledExecutorService, RpcManager, Configuration, CommandsFactory, String) - Method in class org.infinispan.remoting.ReplicationQueueImpl
Deprecated.
 
injectDependencies(Transport, Configuration, ReplicationQueue, CommandsFactory, StateTransferManager, TimeService) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
injectDependencies(Cache<?, ?>, TimeService, Configuration) - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
injectDependencies(TimeService, DataContainer, Configuration) - Method in class org.infinispan.stats.impl.StatsCollector
 
InjectedCachePutInterceptor - Class in org.infinispan.jcache.annotation
CachePutInterceptor for environments where the cache manager is injected in a managed environment, e.g.
InjectedCachePutInterceptor(InjectedCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.InjectedCachePutInterceptor
 
InjectedCacheRemoveAllInterceptor - Class in org.infinispan.jcache.annotation
CacheRemoveAllInterceptor for environments where the cache manager is injected in a managed environment, e.g.
InjectedCacheRemoveAllInterceptor(InjectedCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.InjectedCacheRemoveAllInterceptor
 
InjectedCacheRemoveEntryInterceptor - Class in org.infinispan.jcache.annotation
CacheRemoveEntryInterceptor for environments where the cache manager is injected in a managed environment, e.g.
InjectedCacheRemoveEntryInterceptor(InjectedCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.InjectedCacheRemoveEntryInterceptor
 
InjectedCacheResolver - Class in org.infinispan.jcache.annotation
Injected cache resolver for situations where caches and/or cache managers are injected into the CDI beans.
InjectedCacheResolver() - Constructor for class org.infinispan.jcache.annotation.InjectedCacheResolver
 
InjectedCacheResolver(InfinispanExtensionEmbedded, BeanManager) - Constructor for class org.infinispan.jcache.annotation.InjectedCacheResolver
 
InjectedCacheResultInterceptor - Class in org.infinispan.jcache.annotation
CacheResultInterceptor for environments where the cache manager is injected in a managed environment, e.g.
InjectedCacheResultInterceptor(InjectedCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.InjectedCacheResultInterceptor
 
injectFactoryForComponent(Class<?>, Class<?>) - Method in class org.infinispan.factories.components.ComponentMetadataRepo
Inject a factory for a given component type.
injectionPoints(Set<InjectionPoint>) - Method in class org.infinispan.cdi.util.BeanBuilder
Define the injection points used for bean creation.
injectMarshaller(StreamingMarshaller, DistributionManager) - Method in class org.infinispan.interceptors.IsMarshallableInterceptor
Deprecated.
 
injectTimeService(TimeService) - Method in class org.infinispan.container.InternalEntryFactoryImpl
 
injectTotalOrderManager(TotalOrderManager) - Method in class org.infinispan.remoting.inboundhandler.TotalOrderTxPerCacheInboundInvocationHandler
 
injectVersionGenerator(VersionGenerator) - Method in class org.infinispan.container.IncrementalVersionableEntryFactoryImpl
 
Input - Annotation Type in org.infinispan.cdi
Qualifier indicating the injected Cache should be the input Cache used to create DefaultExecutorService or MapReduceTask
inputKeys() - Method in interface org.infinispan.distexec.FailoverContext
Returns a list of input keys for this task.
InputLiteral - Class in org.infinispan.cdi
Annotation literal for Input
InputLiteral() - Constructor for class org.infinispan.cdi.InputLiteral
 
InputStream(InputStream) - Constructor for class org.infinispan.commons.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
InputStream(InputStream, int) - Constructor for class org.infinispan.commons.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
inputTaskKeysEmpty() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
insertBucket(Bucket) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
insertSample(double) - Method in class org.infinispan.stats.percentiles.ReservoirSampler
 
Installed - Annotation Type in org.infinispan.cdi.util.defaultbean
 
InstalledLiteral - Class in org.infinispan.cdi.util.defaultbean
 
InstalledLiteral() - Constructor for class org.infinispan.cdi.util.defaultbean.InstalledLiteral
 
INSTANCE - Static variable in class org.infinispan.cdi.util.AnyLiteral
 
INSTANCE - Static variable in class org.infinispan.cdi.util.defaultbean.InstalledLiteral
 
INSTANCE - Static variable in class org.infinispan.cdi.util.DefaultLiteral
 
INSTANCE - Static variable in class org.infinispan.cli.interpreter.logging.Messages_$bundle
 
INSTANCE - Static variable in class org.infinispan.client.hotrod.impl.transport.tcp.SaslTransportObjectFactory.NoOpCallbackHandler
 
INSTANCE - Static variable in class org.infinispan.commons.configuration.attributes.CollectionAttributeCopier
 
INSTANCE - Static variable in class org.infinispan.commons.configuration.attributes.IdentityAttributeCopier
 
INSTANCE - Static variable in class org.infinispan.commons.configuration.attributes.SimpleInstanceAttributeCopier
 
INSTANCE - Static variable in class org.infinispan.commons.configuration.attributes.TypedPropertiesAttributeCopier
 
INSTANCE - Static variable in class org.infinispan.commons.equivalence.ByteArrayEquivalence
 
INSTANCE - Static variable in class org.infinispan.context.impl.ImmutableContext
 
INSTANCE - Static variable in class org.infinispan.lucene.impl.BaseLockFactory
 
INSTANCE - Static variable in class org.infinispan.lucene.impl.TransactionalLockFactory
 
INSTANCE - Static variable in class org.infinispan.remoting.responses.CacheNotFoundResponse
 
INSTANCE - Static variable in class org.infinispan.remoting.responses.UnsuccessfulResponse
 
INSTANCE - Static variable in class org.infinispan.remoting.responses.UnsureResponse
 
INSTANCE - Static variable in class org.infinispan.transaction.lookup.GenericTransactionManagerLookup
 
INSTANCE - Static variable in class org.infinispan.tree.impl.FqnComparator
 
INSTANCE - Static variable in class org.infinispan.util.logging.events.Messages_$bundle
 
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
 
instant() - Method in class org.infinispan.util.DefaultTimeService
 
instant() - Method in interface org.infinispan.util.TimeService
 
INT - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
INT_SUMMARY_STATISTICS - Static variable in interface org.infinispan.marshall.core.Ids
 
intCacheStream() - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
intCacheStream() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
intCacheStream() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
intCacheStream() - Method in class org.infinispan.stream.impl.tx.TxDistributedCacheStream
 
intCacheStream() - Method in class org.infinispan.stream.impl.tx.TxDistributedDoubleCacheStream
 
intCacheStream() - Method in class org.infinispan.stream.impl.tx.TxDistributedLongCacheStream
 
IntegerNumber - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
IntegerNumber - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
interceptListenerInvocation(CacheEntryListenerInvocation<K, V>) - Method in interface org.infinispan.notifications.cachelistener.filter.FilterIndexingServiceProvider
Starts handling an invocation that uses an IndexedFilter.
INTERCEPTOR - Static variable in class org.infinispan.configuration.cache.InterceptorConfiguration
 
interceptor() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
 
interceptor(CommandInterceptor) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
An instance of the new custom interceptor to add to the configuration.
INTERCEPTOR_CLASS - Static variable in class org.infinispan.configuration.cache.InterceptorConfiguration
 
interceptorChain - Variable in class org.infinispan.commands.remote.BaseRpcInvokingCommand
 
InterceptorChain - Class in org.infinispan.interceptors
Knows how to build and manage an chain of interceptors.
InterceptorChain(ComponentMetadataRepo) - Constructor for class org.infinispan.interceptors.InterceptorChain
Constructs an interceptor chain having the supplied interceptor as first.
InterceptorChainFactory - Class in org.infinispan.factories
Factory class that builds an interceptor chain based on cache configuration.
InterceptorChainFactory() - Constructor for class org.infinispan.factories.InterceptorChainFactory
 
interceptorClass() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
 
interceptorClass(Class<? extends CommandInterceptor>) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
Class of the new custom interceptor to add to the configuration.
interceptorClassAndInstanceDefined(String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
interceptorClassAndInstanceDefined(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
interceptorClassAndInstanceDefined(String, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
interceptorClassAndInstanceDefined(String, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
interceptorClassAndInstanceDefined(String, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
interceptorClassAndInstanceDefined(String, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
interceptorClassAndInstanceDefined(String, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
interceptorClassAndInstanceDefined(String, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
interceptorClassAndInstanceDefined(String, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
interceptorClassAndInstanceDefined(String, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
interceptorClassAndInstanceDefined(String, String) - Method in interface org.infinispan.util.logging.Log
 
interceptorClassAndInstanceDefined(String, String) - Method in class org.infinispan.util.logging.Log_$logger
 
interceptorClassAndInstanceDefined$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
interceptorClassAndInstanceDefined$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
interceptorClassAndInstanceDefined$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
interceptorClassAndInstanceDefined$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
interceptorClassAndInstanceDefined$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
interceptorClassAndInstanceDefined$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
interceptorClassAndInstanceDefined$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
interceptorClassAndInstanceDefined$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
interceptorClassAndInstanceDefined$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
interceptorClassAndInstanceDefined$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
interceptorClassAndInstanceDefined$str() - Method in class org.infinispan.util.logging.Log_$logger
 
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
This builder defines details of a specific custom interceptor.
interceptors() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
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
 
interceptorStackNotSupported() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
interceptorStackNotSupported() - Method in class org.infinispan.lucene.logging.Log_$logger
 
interceptorStackNotSupported() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
interceptorStackNotSupported() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
interceptorStackNotSupported() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
interceptorStackNotSupported() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
interceptorStackNotSupported() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
interceptorStackNotSupported() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
interceptorStackNotSupported() - Method in class org.infinispan.stats.logging.Log_$logger
 
interceptorStackNotSupported() - Method in class org.infinispan.tree.logging.Log_$logger
 
interceptorStackNotSupported() - Method in interface org.infinispan.util.logging.Log
 
interceptorStackNotSupported() - Method in class org.infinispan.util.logging.Log_$logger
 
interceptorStackNotSupported$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
interceptorStackNotSupported$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
interceptorStackNotSupported$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
interceptorStackNotSupported$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
interceptorStackNotSupported$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
interceptorStackNotSupported$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
interceptorStackNotSupported$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
interceptorStackNotSupported$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
interceptorStackNotSupported$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
interceptorStackNotSupported$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
interceptorStackNotSupported$str() - Method in class org.infinispan.util.logging.Log_$logger
 
INTERMEDIATE_OPERATIONS - Static variable in interface org.infinispan.marshall.core.Ids
 
intermediateCacheConfigurationName - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
IntermediateKey(String, V) - Constructor for class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.IntermediateKey
 
IntermediateOperation<InputType,InputStream extends BaseStream<InputType,InputStream>,OutputType,OutputStream extends BaseStream<OutputType,OutputStream>> - Interface in org.infinispan.stream.impl.intops
Intermediate operation that can be applied to a stream to change its processing.
IntermediateOperationExternalizer - Class in org.infinispan.stream.impl.intops
Externalizer to be used for serializing the various intermediate operations
IntermediateOperationExternalizer() - Constructor for class org.infinispan.stream.impl.intops.IntermediateOperationExternalizer
 
intermediateOperations - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
intermediateOperations - Variable in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
intermediateOperations - Variable in class org.infinispan.stream.impl.termop.BaseTerminalOperation
 
intermediateType - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
INTERNAL_METADATA_ID - Static variable in interface org.infinispan.marshall.core.Ids
 
InternalCacheEntry<K,V> - Interface in org.infinispan.container.entries
Interface for internal cache entries that expose whether an entry has expired.
InternalCacheFactory<K,V> - Class in org.infinispan.factories
An internal factory for constructing Caches.
InternalCacheFactory() - Constructor for class org.infinispan.factories.InternalCacheFactory
 
internalCacheHasFlag(String, InternalCacheRegistry.Flag) - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
 
internalCacheHasFlag(String, InternalCacheRegistry.Flag) - Method in interface org.infinispan.registry.InternalCacheRegistry
Returns whether a particular internal cache has a specific flag
InternalCacheRegistry - Interface in org.infinispan.registry
InternalCacheRegistry.
InternalCacheRegistry.Flag - Enum in org.infinispan.registry
 
InternalCacheRegistryImpl - Class in org.infinispan.registry.impl
InternalCacheRegistryImpl.
InternalCacheRegistryImpl() - Constructor for class org.infinispan.registry.impl.InternalCacheRegistryImpl
 
InternalCacheValue<V> - Interface in org.infinispan.container.entries
A representation of an InternalCacheEntry that does not have a reference to the key.
InternalEntryFactory - Interface in org.infinispan.container
A factory for InternalCacheEntry and InternalCacheValue instances.
InternalEntryFactoryImpl - Class in org.infinispan.container
An implementation that generates non-versioned entries
InternalEntryFactoryImpl() - Constructor for class org.infinispan.container.InternalEntryFactoryImpl
 
internalExternalizerIdLimitExceeded(AdvancedExternalizer, int, int) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
internalExternalizerIdLimitExceeded(AdvancedExternalizer, int, int) - Method in class org.infinispan.lucene.logging.Log_$logger
 
internalExternalizerIdLimitExceeded(AdvancedExternalizer, int, int) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
internalExternalizerIdLimitExceeded(AdvancedExternalizer, int, int) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
internalExternalizerIdLimitExceeded(AdvancedExternalizer, int, int) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
internalExternalizerIdLimitExceeded(AdvancedExternalizer, int, int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
internalExternalizerIdLimitExceeded(AdvancedExternalizer, int, int) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
internalExternalizerIdLimitExceeded(AdvancedExternalizer, int, int) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
internalExternalizerIdLimitExceeded(AdvancedExternalizer, int, int) - Method in class org.infinispan.stats.logging.Log_$logger
 
internalExternalizerIdLimitExceeded(AdvancedExternalizer, int, int) - Method in class org.infinispan.tree.logging.Log_$logger
 
internalExternalizerIdLimitExceeded(AdvancedExternalizer<?>, int, int) - Method in interface org.infinispan.util.logging.Log
 
internalExternalizerIdLimitExceeded(AdvancedExternalizer, int, int) - Method in class org.infinispan.util.logging.Log_$logger
 
internalExternalizerIdLimitExceeded$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
internalExternalizerIdLimitExceeded$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
internalExternalizerIdLimitExceeded$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
internalExternalizerIdLimitExceeded$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
internalExternalizerIdLimitExceeded$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
internalExternalizerIdLimitExceeded$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
internalExternalizerIdLimitExceeded$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
internalExternalizerIdLimitExceeded$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
internalExternalizerIdLimitExceeded$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
internalExternalizerIdLimitExceeded$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
internalExternalizerIdLimitExceeded$str() - Method in class org.infinispan.util.logging.Log_$logger
 
InternalMetadata - Interface in org.infinispan.metadata
 
internalMetadata(InternalCacheEntry) - Static method in class org.infinispan.persistence.PersistenceUtil
 
internalMetadata(InternalCacheValue) - Static method in class org.infinispan.persistence.PersistenceUtil
 
InternalMetadataImpl - Class in org.infinispan.metadata.impl
 
InternalMetadataImpl() - Constructor for class org.infinispan.metadata.impl.InternalMetadataImpl
 
InternalMetadataImpl(InternalCacheEntry) - Constructor for class org.infinispan.metadata.impl.InternalMetadataImpl
 
InternalMetadataImpl(Metadata, long, long) - Constructor for class org.infinispan.metadata.impl.InternalMetadataImpl
 
InternalMetadataImpl.Externalizer - Class in org.infinispan.metadata.impl
 
internalSetStateTransferFlag(Flag) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
Interpreter - Class in org.infinispan.cli.interpreter
 
Interpreter() - Constructor for class org.infinispan.cli.interpreter.Interpreter
 
interpreterError(Throwable) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
interpreterError(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
interpreterError$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
InterpreterMetadataFileFinder - Class in org.infinispan.cli.interpreter
 
InterpreterMetadataFileFinder() - Constructor for class org.infinispan.cli.interpreter.InterpreterMetadataFileFinder
 
interruptedAcquiringLock(long, InterruptedException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
interruptedAcquiringLock(long, InterruptedException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
interruptedAcquiringLock(long, InterruptedException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
interruptedAcquiringLock(long, InterruptedException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
interruptedAcquiringLock(long, InterruptedException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
interruptedAcquiringLock(long, InterruptedException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
interruptedAcquiringLock(long, InterruptedException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
interruptedAcquiringLock(long, InterruptedException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
interruptedAcquiringLock(long, InterruptedException) - Method in class org.infinispan.stats.logging.Log_$logger
 
interruptedAcquiringLock(long, InterruptedException) - Method in class org.infinispan.tree.logging.Log_$logger
 
interruptedAcquiringLock(long, InterruptedException) - Method in interface org.infinispan.util.logging.Log
 
interruptedAcquiringLock(long, InterruptedException) - Method in class org.infinispan.util.logging.Log_$logger
 
interruptedAcquiringLock$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
interruptedAcquiringLock$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
interruptedAcquiringLock$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
interruptedAcquiringLock$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
interruptedAcquiringLock$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
interruptedAcquiringLock$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
interruptedAcquiringLock$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
interruptedAcquiringLock$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
interruptedAcquiringLock$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
interruptedAcquiringLock$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
interruptedAcquiringLock$str() - Method in class org.infinispan.util.logging.Log_$logger
 
interruptedWaitingAsyncStorePush(InterruptedException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
interruptedWaitingAsyncStorePush(InterruptedException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
interruptedWaitingAsyncStorePush(InterruptedException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
interruptedWaitingAsyncStorePush(InterruptedException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
interruptedWaitingAsyncStorePush(InterruptedException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
interruptedWaitingAsyncStorePush(InterruptedException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
interruptedWaitingAsyncStorePush(InterruptedException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
interruptedWaitingAsyncStorePush(InterruptedException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
interruptedWaitingAsyncStorePush(InterruptedException) - Method in class org.infinispan.stats.logging.Log_$logger
 
interruptedWaitingAsyncStorePush(InterruptedException) - Method in class org.infinispan.tree.logging.Log_$logger
 
interruptedWaitingAsyncStorePush(InterruptedException) - Method in interface org.infinispan.util.logging.Log
 
interruptedWaitingAsyncStorePush(InterruptedException) - Method in class org.infinispan.util.logging.Log_$logger
 
interruptedWaitingAsyncStorePush$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
interruptedWaitingAsyncStorePush$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
interruptedWaitingAsyncStorePush$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
interruptedWaitingAsyncStorePush$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
interruptedWaitingAsyncStorePush$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
interruptedWaitingAsyncStorePush$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
interruptedWaitingAsyncStorePush$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
interruptedWaitingAsyncStorePush$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
interruptedWaitingAsyncStorePush$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
interruptedWaitingAsyncStorePush$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
interruptedWaitingAsyncStorePush$str() - Method in class org.infinispan.util.logging.Log_$logger
 
interruptedWaitingForCoordinator(InterruptedException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
interruptedWaitingForCoordinator(InterruptedException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
interruptedWaitingForCoordinator(InterruptedException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
interruptedWaitingForCoordinator(InterruptedException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
interruptedWaitingForCoordinator(InterruptedException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
interruptedWaitingForCoordinator(InterruptedException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
interruptedWaitingForCoordinator(InterruptedException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
interruptedWaitingForCoordinator(InterruptedException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
interruptedWaitingForCoordinator(InterruptedException) - Method in class org.infinispan.stats.logging.Log_$logger
 
interruptedWaitingForCoordinator(InterruptedException) - Method in class org.infinispan.tree.logging.Log_$logger
 
interruptedWaitingForCoordinator(InterruptedException) - Method in interface org.infinispan.util.logging.Log
 
interruptedWaitingForCoordinator(InterruptedException) - Method in class org.infinispan.util.logging.Log_$logger
 
interruptedWaitingForCoordinator$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
interruptedWaitingForCoordinator$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
interruptedWaitingForCoordinator$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
interruptedWaitingForCoordinator$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
interruptedWaitingForCoordinator$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
interruptedWaitingForCoordinator$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
interruptedWaitingForCoordinator$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
interruptedWaitingForCoordinator$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
interruptedWaitingForCoordinator$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
interruptedWaitingForCoordinator$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
interruptedWaitingForCoordinator$str() - Method in class org.infinispan.util.logging.Log_$logger
 
INTLITERAL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
INTLITERAL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
IntSummaryStatisticsExternalizer - Class in org.infinispan.marshall.exts
Externalizer used for IntSummaryStatistics.
IntSummaryStatisticsExternalizer() - Constructor for class org.infinispan.marshall.exts.IntSummaryStatisticsExternalizer
 
inUseBackupSites() - Method in class org.infinispan.configuration.cache.SitesConfiguration
 
INVALID_ITERATION - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
INVALID_MAGIC_OR_MESSAGE_ID_STATUS - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
invalidate() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
invalidate() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
Invalidates transport instance.
invalidate(InvocationContext, Object) - Method in class org.infinispan.commands.write.InvalidateCommand
 
InvalidateCommand - Class in org.infinispan.commands.write
Removes an entry from memory.
InvalidateCommand() - Constructor for class org.infinispan.commands.write.InvalidateCommand
 
InvalidateCommand(CacheNotifier, Set<Flag>, CommandInvocationId, Object...) - Constructor for class org.infinispan.commands.write.InvalidateCommand
 
InvalidateCommand(CacheNotifier, Set<Flag>, Collection<Object>, CommandInvocationId) - Constructor for class org.infinispan.commands.write.InvalidateCommand
 
invalidated() - Method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
 
InvalidatedNearRemoteCache<K,V> - Class in org.infinispan.client.hotrod.impl
Near RemoteCache implementation enabling
InvalidatedNearRemoteCache(RemoteCacheManager, String, NearCacheService<K, V>) - Constructor for class org.infinispan.client.hotrod.impl.InvalidatedNearRemoteCache
 
InvalidateL1Command - Class in org.infinispan.commands.write
Invalidates an entry in a L1 cache (used with DIST mode)
InvalidateL1Command() - Constructor for class org.infinispan.commands.write.InvalidateL1Command
 
InvalidateL1Command(DataContainer, DistributionManager, CacheNotifier, Set<Flag>, CommandInvocationId, Object...) - Constructor for class org.infinispan.commands.write.InvalidateL1Command
 
InvalidateL1Command(DataContainer, DistributionManager, CacheNotifier, Set<Flag>, Collection<Object>, CommandInvocationId) - Constructor for class org.infinispan.commands.write.InvalidateL1Command
 
InvalidateL1Command(Address, DataContainer, DistributionManager, CacheNotifier, Set<Flag>, Collection<Object>, CommandInvocationId) - Constructor for class org.infinispan.commands.write.InvalidateL1Command
 
invalidateTransport(SocketAddress, Transport) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
invalidateTransport(SocketAddress, Transport) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
INVALIDATION_THRESHOLD - Static variable in class org.infinispan.configuration.cache.L1Configuration
 
InvalidationFilterVisitor(int) - Constructor for class org.infinispan.interceptors.InvalidationInterceptor.InvalidationFilterVisitor
Deprecated.
 
InvalidationInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
InvalidationInterceptor() - Constructor for class org.infinispan.interceptors.InvalidationInterceptor
Deprecated.
 
InvalidationInterceptor.InvalidationFilterVisitor - Class in org.infinispan.interceptors
Deprecated.
 
InvalidationLogic() - Constructor for class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
 
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.
invalidAttributeValue(XMLStreamReader, int) - Static method in class org.infinispan.configuration.parsing.ParseUtils
Get an exception reporting an invalid XML attribute value.
invalidCacheLoaderClass(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidCacheLoaderClass(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidCacheLoaderClass(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidCacheLoaderClass(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidCacheLoaderClass(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidCacheLoaderClass(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidCacheLoaderClass(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidCacheLoaderClass(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidCacheLoaderClass(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidCacheLoaderClass(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidCacheLoaderClass(String) - Method in interface org.infinispan.util.logging.Log
 
invalidCacheLoaderClass(String) - Method in class org.infinispan.util.logging.Log_$logger
 
invalidCacheLoaderClass$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidCacheLoaderClass$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidCacheLoaderClass$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidCacheLoaderClass$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidCacheLoaderClass$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidCacheLoaderClass$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidCacheLoaderClass$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidCacheLoaderClass$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidCacheLoaderClass$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidCacheLoaderClass$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidCacheLoaderClass$str() - Method in class org.infinispan.util.logging.Log_$logger
 
invalidCacheModeForTotalOrder(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidCacheModeForTotalOrder(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidCacheModeForTotalOrder(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidCacheModeForTotalOrder(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidCacheModeForTotalOrder(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidCacheModeForTotalOrder(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidCacheModeForTotalOrder(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidCacheModeForTotalOrder(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidCacheModeForTotalOrder(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidCacheModeForTotalOrder(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidCacheModeForTotalOrder(String) - Method in interface org.infinispan.util.logging.Log
 
invalidCacheModeForTotalOrder(String) - Method in class org.infinispan.util.logging.Log_$logger
 
invalidCacheModeForTotalOrder$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidCacheModeForTotalOrder$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidCacheModeForTotalOrder$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidCacheModeForTotalOrder$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidCacheModeForTotalOrder$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidCacheModeForTotalOrder$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidCacheModeForTotalOrder$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidCacheModeForTotalOrder$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidCacheModeForTotalOrder$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidCacheModeForTotalOrder$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidCacheModeForTotalOrder$str() - Method in class org.infinispan.util.logging.Log_$logger
 
invalidCacheState(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidCacheState(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidCacheState(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidCacheState(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidCacheState(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidCacheState(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidCacheState(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidCacheState(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidCacheState(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidCacheState(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidCacheState(String) - Method in interface org.infinispan.util.logging.Log
 
invalidCacheState(String) - Method in class org.infinispan.util.logging.Log_$logger
 
invalidCacheState$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidCacheState$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidCacheState$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidCacheState$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidCacheState$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidCacheState$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidCacheState$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidCacheState$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidCacheState$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidCacheState$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidCacheState$str() - Method in class org.infinispan.util.logging.Log_$logger
 
InvalidCacheUsageException - Exception in org.infinispan
Thrown when client makes cache usage errors.
InvalidCacheUsageException(Throwable) - Constructor for exception org.infinispan.InvalidCacheUsageException
 
InvalidCacheUsageException(String) - Constructor for exception org.infinispan.InvalidCacheUsageException
 
InvalidCacheUsageException(String, Throwable) - Constructor for exception org.infinispan.InvalidCacheUsageException
 
invalidCallbackHandler() - Method in interface org.infinispan.client.hotrod.logging.Log
 
invalidCallbackHandler() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
invalidCallbackHandler$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
invalidCompletedTxTimeout(long) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidCompletedTxTimeout(long) - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidCompletedTxTimeout(long) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidCompletedTxTimeout(long) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidCompletedTxTimeout(long) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidCompletedTxTimeout(long) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidCompletedTxTimeout(long) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidCompletedTxTimeout(long) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidCompletedTxTimeout(long) - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidCompletedTxTimeout(long) - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidCompletedTxTimeout(long) - Method in interface org.infinispan.util.logging.Log
 
invalidCompletedTxTimeout(long) - Method in class org.infinispan.util.logging.Log_$logger
 
invalidCompletedTxTimeout$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidCompletedTxTimeout$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidCompletedTxTimeout$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidCompletedTxTimeout$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidCompletedTxTimeout$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidCompletedTxTimeout$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidCompletedTxTimeout$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidCompletedTxTimeout$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidCompletedTxTimeout$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidCompletedTxTimeout$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidCompletedTxTimeout$str() - Method in class org.infinispan.util.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidConfigurationIndexingWithInvalidation() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidConfigurationIndexingWithInvalidation() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation() - Method in interface org.infinispan.util.logging.Log
 
invalidConfigurationIndexingWithInvalidation() - Method in class org.infinispan.util.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidConfigurationIndexingWithInvalidation$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidConfigurationIndexingWithInvalidation$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidConfigurationIndexingWithInvalidation$str() - Method in class org.infinispan.util.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidConfigurationIndexingWithoutModule() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidConfigurationIndexingWithoutModule() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule() - Method in interface org.infinispan.util.logging.Log
 
invalidConfigurationIndexingWithoutModule() - Method in class org.infinispan.util.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidConfigurationIndexingWithoutModule$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidConfigurationIndexingWithoutModule$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidConfigurationIndexingWithoutModule$str() - Method in class org.infinispan.util.logging.Log_$logger
 
invalidExpiration(String) - Method in interface org.infinispan.server.memcached.logging.JavaLog
 
invalidExpiration(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidExpiration$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidKey2StringMapper(String, String) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
invalidKey2StringMapper(String, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidKey2StringMapper$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidLockingModeForTotalOrder(LockingMode) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidLockingModeForTotalOrder(LockingMode) - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidLockingModeForTotalOrder(LockingMode) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidLockingModeForTotalOrder(LockingMode) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidLockingModeForTotalOrder(LockingMode) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidLockingModeForTotalOrder(LockingMode) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidLockingModeForTotalOrder(LockingMode) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidLockingModeForTotalOrder(LockingMode) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidLockingModeForTotalOrder(LockingMode) - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidLockingModeForTotalOrder(LockingMode) - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidLockingModeForTotalOrder(LockingMode) - Method in interface org.infinispan.util.logging.Log
 
invalidLockingModeForTotalOrder(LockingMode) - Method in class org.infinispan.util.logging.Log_$logger
 
invalidLockingModeForTotalOrder$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidLockingModeForTotalOrder$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidLockingModeForTotalOrder$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidLockingModeForTotalOrder$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidLockingModeForTotalOrder$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidLockingModeForTotalOrder$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidLockingModeForTotalOrder$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidLockingModeForTotalOrder$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidLockingModeForTotalOrder$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidLockingModeForTotalOrder$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidLockingModeForTotalOrder$str() - Method in class org.infinispan.util.logging.Log_$logger
 
invalidMagicNumber(short, short) - Method in interface org.infinispan.client.hotrod.logging.Log
 
invalidMagicNumber(short, short) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
invalidMagicNumber$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
invalidManagedAttributeMethod(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidManagedAttributeMethod(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidManagedAttributeMethod(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidManagedAttributeMethod(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidManagedAttributeMethod(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidManagedAttributeMethod(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidManagedAttributeMethod(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidManagedAttributeMethod(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidManagedAttributeMethod(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidManagedAttributeMethod(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidManagedAttributeMethod(String) - Method in interface org.infinispan.util.logging.Log
 
invalidManagedAttributeMethod(String) - Method in class org.infinispan.util.logging.Log_$logger
 
invalidManagedAttributeMethod$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidManagedAttributeMethod$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidManagedAttributeMethod$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidManagedAttributeMethod$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidManagedAttributeMethod$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidManagedAttributeMethod$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidManagedAttributeMethod$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidManagedAttributeMethod$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidManagedAttributeMethod$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidManagedAttributeMethod$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidManagedAttributeMethod$str() - Method in class org.infinispan.util.logging.Log_$logger
 
invalidMaxRetries(int) - Method in interface org.infinispan.client.hotrod.logging.Log
 
invalidMaxRetries(int) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
invalidMaxRetries$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
invalidMessageId(long, long) - Method in interface org.infinispan.client.hotrod.logging.Log
 
invalidMessageId(long, long) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
invalidMessageId$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
invalidNullArgument(String) - Method in interface org.infinispan.server.websocket.logging.Log
 
invalidNullArgument(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidNullArgument$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidPermission(Permission) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidPermission(Permission) - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidPermission(Permission) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidPermission(Permission) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidPermission(Permission) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidPermission(Permission) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidPermission(Permission) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidPermission(Permission) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidPermission(Permission) - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidPermission(Permission) - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidPermission(Permission) - Method in interface org.infinispan.util.logging.Log
 
invalidPermission(Permission) - Method in class org.infinispan.util.logging.Log_$logger
 
invalidPermission$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidPermission$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidPermission$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidPermission$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidPermission$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidPermission$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidPermission$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidPermission$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidPermission$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidPermission$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidPermission$str() - Method in class org.infinispan.util.logging.Log_$logger
 
invalidPrincipalRoleMapper() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidPrincipalRoleMapper() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidPrincipalRoleMapper() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidPrincipalRoleMapper() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidPrincipalRoleMapper() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidPrincipalRoleMapper() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidPrincipalRoleMapper() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidPrincipalRoleMapper() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidPrincipalRoleMapper() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidPrincipalRoleMapper() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidPrincipalRoleMapper() - Method in interface org.infinispan.util.logging.Log
 
invalidPrincipalRoleMapper() - Method in class org.infinispan.util.logging.Log_$logger
 
invalidPrincipalRoleMapper$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidPrincipalRoleMapper$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidPrincipalRoleMapper$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidPrincipalRoleMapper$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidPrincipalRoleMapper$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidPrincipalRoleMapper$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidPrincipalRoleMapper$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidPrincipalRoleMapper$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidPrincipalRoleMapper$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidPrincipalRoleMapper$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidPrincipalRoleMapper$str() - Method in class org.infinispan.util.logging.Log_$logger
 
invalidReaperWakeUpInterval(long) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidReaperWakeUpInterval(long) - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidReaperWakeUpInterval(long) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidReaperWakeUpInterval(long) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidReaperWakeUpInterval(long) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidReaperWakeUpInterval(long) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidReaperWakeUpInterval(long) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidReaperWakeUpInterval(long) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidReaperWakeUpInterval(long) - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidReaperWakeUpInterval(long) - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidReaperWakeUpInterval(long) - Method in interface org.infinispan.util.logging.Log
 
invalidReaperWakeUpInterval(long) - Method in class org.infinispan.util.logging.Log_$logger
 
invalidReaperWakeUpInterval$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidReaperWakeUpInterval$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidReaperWakeUpInterval$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidReaperWakeUpInterval$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidReaperWakeUpInterval$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidReaperWakeUpInterval$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidReaperWakeUpInterval$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidReaperWakeUpInterval$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidReaperWakeUpInterval$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidReaperWakeUpInterval$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidReaperWakeUpInterval$str() - Method in class org.infinispan.util.logging.Log_$logger
 
invalidRemoteTxReturnValue() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
This is what is returned to remote callers when an invalid RemoteTransaction is encountered.
invalidRemoteTxReturnValue() - Method in class org.infinispan.commands.tx.CommitCommand
 
InvalidResponse - Class in org.infinispan.remoting.responses
An invalid response
InvalidResponse() - Constructor for class org.infinispan.remoting.responses.InvalidResponse
 
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
 
invalidSaslMechanism(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
invalidSaslMechanism(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
invalidSaslMechanism$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
invalidSession(String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
invalidSession(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidSession$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidTimeoutValue(Object, Object, Object, Object) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidTimeoutValue(Object, Object, Object, Object) - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidTimeoutValue(Object, Object, Object, Object) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidTimeoutValue(Object, Object, Object, Object) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidTimeoutValue(Object, Object, Object, Object) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidTimeoutValue(Object, Object, Object, Object) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidTimeoutValue(Object, Object, Object, Object) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidTimeoutValue(Object, Object, Object, Object) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidTimeoutValue(Object, Object, Object, Object) - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidTimeoutValue(Object, Object, Object, Object) - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidTimeoutValue(Object, Object, Object, Object) - Method in interface org.infinispan.util.logging.Log
 
invalidTimeoutValue(Object, Object, Object, Object) - Method in class org.infinispan.util.logging.Log_$logger
 
invalidTimeoutValue$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidTimeoutValue$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidTimeoutValue$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidTimeoutValue$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidTimeoutValue$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidTimeoutValue$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidTimeoutValue$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidTimeoutValue$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidTimeoutValue$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidTimeoutValue$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidTimeoutValue$str() - Method in class org.infinispan.util.logging.Log_$logger
 
InvalidTransactionException - Exception in org.infinispan.transaction.xa
Thrown if an operation is to be performed on an invalid transaction context.
InvalidTransactionException() - Constructor for exception org.infinispan.transaction.xa.InvalidTransactionException
 
InvalidTransactionException(Throwable) - Constructor for exception org.infinispan.transaction.xa.InvalidTransactionException
 
InvalidTransactionException(String) - Constructor for exception org.infinispan.transaction.xa.InvalidTransactionException
 
InvalidTransactionException(String, Throwable) - Constructor for exception org.infinispan.transaction.xa.InvalidTransactionException
 
invalidTxModeForTotalOrder(TransactionMode) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidTxModeForTotalOrder(TransactionMode) - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidTxModeForTotalOrder(TransactionMode) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidTxModeForTotalOrder(TransactionMode) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidTxModeForTotalOrder(TransactionMode) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidTxModeForTotalOrder(TransactionMode) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidTxModeForTotalOrder(TransactionMode) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidTxModeForTotalOrder(TransactionMode) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidTxModeForTotalOrder(TransactionMode) - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidTxModeForTotalOrder(TransactionMode) - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidTxModeForTotalOrder(TransactionMode) - Method in interface org.infinispan.util.logging.Log
 
invalidTxModeForTotalOrder(TransactionMode) - Method in class org.infinispan.util.logging.Log_$logger
 
invalidTxModeForTotalOrder$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invalidTxModeForTotalOrder$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invalidTxModeForTotalOrder$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invalidTxModeForTotalOrder$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invalidTxModeForTotalOrder$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invalidTxModeForTotalOrder$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invalidTxModeForTotalOrder$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invalidTxModeForTotalOrder$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invalidTxModeForTotalOrder$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invalidTxModeForTotalOrder$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invalidTxModeForTotalOrder$str() - Method in class org.infinispan.util.logging.Log_$logger
 
invocation - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
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
 
invocationBatchingCannotBeRecoverable() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invocationBatchingCannotBeRecoverable() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invocationBatchingCannotBeRecoverable() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable() - Method in class org.infinispan.stats.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable() - Method in class org.infinispan.tree.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable() - Method in interface org.infinispan.util.logging.Log
 
invocationBatchingCannotBeRecoverable() - Method in class org.infinispan.util.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invocationBatchingCannotBeRecoverable$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invocationBatchingCannotBeRecoverable$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invocationBatchingCannotBeRecoverable$str() - Method in class org.infinispan.util.logging.Log_$logger
 
InvocationBatchingConfiguration - Class in org.infinispan.configuration.cache
 
InvocationBatchingConfigurationBuilder - Class in org.infinispan.configuration.cache
 
invocationBatchingNeedsTransactionalCache() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invocationBatchingNeedsTransactionalCache() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invocationBatchingNeedsTransactionalCache() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache() - Method in class org.infinispan.stats.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache() - Method in class org.infinispan.tree.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache() - Method in interface org.infinispan.util.logging.Log
 
invocationBatchingNeedsTransactionalCache() - Method in class org.infinispan.util.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invocationBatchingNeedsTransactionalCache$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invocationBatchingNeedsTransactionalCache$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invocationBatchingNeedsTransactionalCache$str() - Method in class org.infinispan.util.logging.Log_$logger
 
invocationBatchingNotEnabled() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invocationBatchingNotEnabled() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invocationBatchingNotEnabled() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invocationBatchingNotEnabled() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invocationBatchingNotEnabled() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invocationBatchingNotEnabled() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invocationBatchingNotEnabled() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invocationBatchingNotEnabled() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invocationBatchingNotEnabled() - Method in class org.infinispan.stats.logging.Log_$logger
 
invocationBatchingNotEnabled() - Method in class org.infinispan.tree.logging.Log_$logger
 
invocationBatchingNotEnabled() - Method in interface org.infinispan.util.logging.Log
 
invocationBatchingNotEnabled() - Method in class org.infinispan.util.logging.Log_$logger
 
invocationBatchingNotEnabled$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
invocationBatchingNotEnabled$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
invocationBatchingNotEnabled$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
invocationBatchingNotEnabled$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
invocationBatchingNotEnabled$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
invocationBatchingNotEnabled$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
invocationBatchingNotEnabled$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
invocationBatchingNotEnabled$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
invocationBatchingNotEnabled$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
invocationBatchingNotEnabled$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
invocationBatchingNotEnabled$str() - Method in class org.infinispan.util.logging.Log_$logger
 
InvocationContext - Interface in org.infinispan.context
A context that contains information pertaining to a given invocation.
InvocationContextContainer - Interface in org.infinispan.context
Manages the association between an InvocationContext and the calling thread.
InvocationContextContainerImpl - Class in org.infinispan.context
InvocationContextContainer implementation.
InvocationContextContainerImpl() - Constructor for class org.infinispan.context.InvocationContextContainerImpl
 
invocationContextFactory - Variable in class org.infinispan.cache.impl.CacheImpl
 
InvocationContextFactory - Interface in org.infinispan.context
Factory for InvocationContext objects.
InvocationContextInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
InvocationContextInterceptor() - Constructor for class org.infinispan.interceptors.InvocationContextInterceptor
Deprecated.
 
invocationsAllowed(boolean) - Method in class org.infinispan.factories.AbstractComponentRegistry
Asserts whether invocations are allowed on the cache or not.
invoke(Object, CreationalContext<T>) - Method in class org.infinispan.cdi.util.InjectableMethod
Invoke the method, causing all parameters to be injected according to the CDI type safe resolution rules.
invoke(Object, CreationalContext<T>, ParameterValueRedefiner) - Method in class org.infinispan.cdi.util.InjectableMethod
Invoke the method, calling the parameter redefiner for each parameter, allowing the caller to override the default value obtained via the CDI type safe resolver.
invoke(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.InterceptorChain
Walks the command through the interceptor chain.
invoke(K, EntryProcessor<K, V, T>, Object...) - Method in class org.infinispan.jcache.embedded.JCache
 
invoke(K, EntryProcessor<K, V, T>, Object...) - Method in class org.infinispan.jcache.remote.JCache
 
invoke(String, Object[], String[]) - Method in class org.infinispan.jmx.ResourceDMBean
 
invoke(CacheEntryEvent<K, V>, boolean) - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
 
invoke(Event<K, V>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
invoke(CacheEntryEvent<K, V>, boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
This is the entry point for local listeners firing events
invoke(Event<K, V>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.ClusteredListenerInvocation
 
invoke(Event<K, V>) - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
 
invoke(CacheEntryEvent<K, V>, boolean) - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
 
invoke(A) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.ListenerInvocationImpl
 
invoke(T) - Method in interface org.infinispan.notifications.impl.ListenerInvocation
Invokes the event
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(Collection<? extends Callable<T>>) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
invokeAll(Collection<? extends Callable<T>>) - Method in class org.infinispan.executors.LazyInitializingExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingExecutorService
 
invokeAll(Collection<? extends Callable<T>>) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
invokeAll(Set<? extends K>, EntryProcessor<K, V, T>, Object...) - Method in class org.infinispan.jcache.AbstractJCache
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.infinispan.distexec.DefaultExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.infinispan.distexec.DefaultExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.infinispan.executors.LazyInitializingExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
invokeEvent(byte[], ClientEvent) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
 
invokeMethod(boolean, Method, Object, Object...) - Static method in class org.infinispan.cdi.util.Reflections
Invoke the specified method on the provided instance, passing any additional arguments included in this method as arguments to the specified method.
invokeMethod(Method, Class<T>, Object, Object...) - Static method in class org.infinispan.cdi.util.Reflections
Invoke the specified method on the provided instance, passing any additional arguments included in this method as arguments to the specified method.
invokeMethod(boolean, Method, Class<T>, Object, Object...) - Static method in class org.infinispan.cdi.util.Reflections
Invoke the method on the instance, with any arguments specified, casting the result of invoking the method to the expected return type.
invokeNextAndCommitIf1Pc(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
Deprecated.
 
invokeNextInterceptor(InvocationContext, VisitableCommand) - Method in class org.infinispan.interceptors.base.CommandInterceptor
Invokes the next interceptor in the chain.
invokeNoChecks(CacheEntryEvent<K, V>, boolean, boolean) - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
 
invokeNoChecks(CacheEntryEvent<K, V>, boolean, boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
This is the entry point for remote listener events being fired
invokeNoChecks(CacheEntryEvent<K, V>, boolean, boolean) - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
 
invoker - Variable in class org.infinispan.cache.impl.CacheImpl
 
invoker - Variable in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
invoker - Variable in class org.infinispan.distexec.DefaultExecutorService
 
invokeRemoteCommand(Address, ReplicableCommand, ResponseMode, long, DeliverOrder) - Method in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher
 
invokeRemoteCommands(List<Address>, ReplicableCommand, ResponseMode, long, RspFilter, DeliverOrder) - Method in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher
 
invokeRemotely(Collection<Address>, ReplicableCommand, RpcOptions) - Method in interface org.infinispan.remoting.rpc.RpcManager
Invokes an RPC call on other caches in the cluster.
invokeRemotely(Map<Address, ReplicableCommand>, RpcOptions) - Method in interface org.infinispan.remoting.rpc.RpcManager
 
invokeRemotely(Collection<Address>, ReplicableCommand, RpcOptions) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
invokeRemotely(Map<Address, ReplicableCommand>, RpcOptions) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
invokeRemotely(Collection<Address>, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder, boolean) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
invokeRemotely(Map<Address, ReplicableCommand>, ResponseMode, long, boolean, ResponseFilter, boolean, boolean) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
invokeRemotely(Map<Address, ReplicableCommand>, ResponseMode, long, ResponseFilter, DeliverOrder, boolean) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
invokeRemotely(Collection<Address>, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder, boolean) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
invokeRemotely(Map<Address, ReplicableCommand>, ResponseMode, long, boolean, ResponseFilter, boolean, boolean) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
invokeRemotely(Map<Address, ReplicableCommand>, ResponseMode, long, ResponseFilter, DeliverOrder, boolean) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
invokeRemotely(Collection<Address>, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder, boolean) - Method in interface org.infinispan.remoting.transport.Transport
Invokes an RPC call on other caches in the cluster.
invokeRemotely(Map<Address, ReplicableCommand>, ResponseMode, long, boolean, ResponseFilter, boolean, boolean) - Method in interface org.infinispan.remoting.transport.Transport
invokeRemotely(Map<Address, ReplicableCommand>, ResponseMode, long, ResponseFilter, DeliverOrder, boolean) - Method in interface org.infinispan.remoting.transport.Transport
 
invokeRemotely(Collection<Address>, ReplicableCommand, RpcOptions) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
 
invokeRemotely(Map<Address, ReplicableCommand>, RpcOptions) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
 
invokeRemotelyAsync(Collection<Address>, ReplicableCommand, RpcOptions) - Method in interface org.infinispan.remoting.rpc.RpcManager
Invokes a command on remote nodes.
invokeRemotelyAsync(Collection<Address>, ReplicableCommand, RpcOptions) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
invokeRemotelyAsync(Collection<Address>, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder, boolean) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
invokeRemotelyAsync(Collection<Address>, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder, boolean) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
invokeRemotelyAsync(Collection<Address>, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder, boolean) - Method in interface org.infinispan.remoting.transport.Transport
 
invokeRemotelyAsync(Collection<Address>, ReplicableCommand, RpcOptions) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
 
invokeRemotelyInFuture(Collection<Address>, ReplicableCommand, RpcOptions, NotifyingNotifiableFuture<Object>) - Method in interface org.infinispan.remoting.rpc.RpcManager
Deprecated.
Use RpcManager.invokeRemotelyAsync(Collection, ReplicableCommand, RpcOptions) instead. The same as RpcManager.invokeRemotely(java.util.Collection, org.infinispan.commands.ReplicableCommand, RpcOptions) except that the task is passed to the transport executor and a Future is returned. The transport always deals with this synchronously.
invokeRemotelyInFuture(NotifyingNotifiableFuture<Map<Address, Response>>, Collection<Address>, ReplicableCommand, RpcOptions) - Method in interface org.infinispan.remoting.rpc.RpcManager
invokeRemotelyInFuture(NotifyingNotifiableFuture<Map<Address, Response>>, Collection<Address>, ReplicableCommand, RpcOptions) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
invokeRemotelyInFuture(Collection<Address>, ReplicableCommand, RpcOptions, NotifyingNotifiableFuture<Object>) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
invokeRemotelyInFuture(Collection<Address>, ReplicableCommand, RpcOptions, NotifyingNotifiableFuture<Object>) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
 
invokeRemotelyInFuture(NotifyingNotifiableFuture<Map<Address, Response>>, Collection<Address>, ReplicableCommand, RpcOptions) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
 
IOAdapter - Interface in org.infinispan.cli.io
 
ioErrorIntegratingState(IOException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
ioErrorIntegratingState(IOException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ioErrorIntegratingState$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ioErrorStoringKeys(IOException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
ioErrorStoringKeys(IOException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ioErrorStoringKeys$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ioErrorUnmarshalling(IOException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
ioErrorUnmarshalling(IOException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ioErrorUnmarshalling$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
is1PcForAutoCommitTransaction(LocalTransaction) - Method in class org.infinispan.transaction.impl.TransactionCoordinator
 
isAbsolute() - Method in class org.infinispan.io.GridFile
 
isAcceptable(Response, Address) - Method in class org.infinispan.remoting.responses.ClusteredGetResponseValidityFilter
 
isAcceptable(Response, Address) - Method in class org.infinispan.remoting.responses.IgnoreExtraResponsesValidityFilter
 
isAcceptable(Response, Address) - Method in class org.infinispan.remoting.responses.KeysValidateFilter
 
isAcceptable(Response, Address) - Method in class org.infinispan.remoting.responses.SelfDeliverFilter
 
isAcceptable(Response, Address) - Method in interface org.infinispan.remoting.rpc.ResponseFilter
Determines whether a response from a given sender should be added to the response list of the request
isAcceptable(Object, Address) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsResponseFilterAdapter
 
isActive() - Static method in class org.infinispan.cdi.util.BeanManagerProvider
Returns if the BeanManagerProvider has been initialized.
isAffectedByRehash(Object) - Method in interface org.infinispan.distribution.DistributionManager
Tests whether a given key is affected by a rehash that may be in progress.
isAffectedByRehash(Object) - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
 
isAllCompleted() - Method in class org.infinispan.executors.ExecutorAllCompletionService
 
isAlternative() - Method in class org.infinispan.cdi.util.AbstractImmutableBean
 
isAlternative() - Method in class org.infinispan.cdi.util.BeanBuilder
Whether the created bean will be an alternative.
isAlternative() - Method in class org.infinispan.cdi.util.ForwardingBean
 
isAnnotationPresent(Class<?>) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotationBuilder
 
isAnnotationPresent(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
Tests whether an annotation is present on a class.
isAssignableFrom(Class<?>, Type[], Class<?>, Type[]) - Static method in class org.infinispan.cdi.util.Reflections
Check the assignability of one type to another, taking into account the actual type arguements
isAssignableFrom(Type[], Type[]) - Static method in class org.infinispan.cdi.util.Reflections
 
isAssignableFrom(Type, Type[]) - Static method in class org.infinispan.cdi.util.Reflections
 
isAssignableFrom(Type, Type) - Static method in class org.infinispan.cdi.util.Reflections
 
isAssignableFrom(Class<?>, Type[], Type) - Static method in class org.infinispan.cdi.util.Reflections
 
isAssignableFrom(Type[], Type) - Static method in class org.infinispan.cdi.util.Reflections
 
isAssignableFrom(List<Class<?>>, Class<?>) - Static method in class org.infinispan.commons.util.ClassFinder
 
isAssignableFrom(Class<?>) - Static method in class org.infinispan.commons.util.ClassFinder
 
isAsyncBackup() - Method in class org.infinispan.configuration.cache.BackupConfiguration
 
isAsynchronous() - Method in enum org.infinispan.remoting.rpc.ResponseMode
 
isAvailable(Context) - Method in class org.infinispan.cli.commands.client.Connect
 
isAvailable(Context) - Method in class org.infinispan.cli.commands.client.Container
 
isAvailable(Context) - Method in class org.infinispan.cli.commands.client.Disconnect
 
isAvailable(Context) - Method in class org.infinispan.cli.commands.client.Help
 
isAvailable(Context) - Method in class org.infinispan.cli.commands.client.Quit
 
isAvailable(Context) - Method in interface org.infinispan.cli.commands.Command
 
isAvailable(Context) - Method in class org.infinispan.cli.commands.server.AbstractServerCommand
 
isAvailable(Context) - Method in class org.infinispan.cli.commands.server.Ping
 
isAvailable(Context) - Method in class org.infinispan.cli.commands.server.Version
 
isAvailable() - Method in interface org.infinispan.util.concurrent.locks.LockPromise
It tests if the lock is available.
isBackupFor(String, String) - Method in class org.infinispan.configuration.cache.BackupForConfiguration
 
isBatchingEnabled() - Method in enum org.infinispan.configuration.parsing.Parser72.TransactionMode
 
isBatchingEnabled() - Method in enum org.infinispan.configuration.parsing.Parser80.TransactionMode
 
isBlocked() - Method in interface org.infinispan.transaction.totalorder.TotalOrderLatch
 
isBlocked() - Method in class org.infinispan.transaction.totalorder.TotalOrderLatchImpl
 
isCacheReady() - Method in class org.infinispan.persistence.cluster.ClusterLoader
A test to check whether the cache is in its started state.
isCacheRebalancingEnabled(String) - Method in interface org.infinispan.topology.LocalTopologyManager
Checks whether rebalancing is enabled for the specified cache.
isCacheRebalancingEnabled(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
isCacheRebalancingEnabled(String) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
isCancelled() - Method in class org.infinispan.commons.util.concurrent.AbstractInProcessFuture
 
isCancelled() - Method in class org.infinispan.commons.util.concurrent.CompositeNotifyingFuture
 
isCancelled() - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
isCancelled() - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
isCancelled() - Method in class org.infinispan.statetransfer.InboundTransferTask
 
isCancelled() - Method in class org.infinispan.statetransfer.OutboundTransferTask
 
isCausedByALocalWrite(Address) - Method in class org.infinispan.commands.write.InvalidateL1Command
Returns true if the write that caused the invalidation was performed on this node.
isCDIAvailable() - Static method in class org.infinispan.cdi.util.CDIHelper
 
isChanged() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
isChanged() - Method in interface org.infinispan.container.entries.CacheEntry
 
isChanged() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
isChanged() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
isChanged() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
isChanged() - Method in class org.infinispan.container.entries.NullCacheEntry
 
isChanged() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
isChildOf(String, String) - Static method in class org.infinispan.io.GridFile
Verifies whether child is a child (dir or file) of parent
isChildOf(Fqn) - Method in class org.infinispan.tree.Fqn
Returns true if this Fqn is child of parentFqn.
isChildOrEquals(Fqn) - Method in class org.infinispan.tree.Fqn
Returns true if this Fqn is equals or the child of parentFqn.
isClasspathCorrect() - Method in class org.infinispan.commons.util.uberjar.ManifestUberJarDuplicatedJarsWarner
 
isClasspathCorrect() - Method in interface org.infinispan.commons.util.uberjar.UberJarDuplicatedJarsWarner
Synchronously checks if classpath looks correct for Uber Jar usage.
isClasspathCorrectAsync() - Method in class org.infinispan.commons.util.uberjar.ManifestUberJarDuplicatedJarsWarner
 
isClasspathCorrectAsync() - Method in interface org.infinispan.commons.util.uberjar.UberJarDuplicatedJarsWarner
Asynchronously checks if classpath looks correct for Uber Jar usage.
isClone - Variable in class org.infinispan.lucene.impl.InfinispanIndexInput
 
isClosed() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
isClosed() - Method in class org.infinispan.jcache.embedded.JCache
 
isClosed() - Method in class org.infinispan.jcache.remote.JCache
 
isClustered() - Method in enum org.infinispan.configuration.cache.CacheMode
 
isClustered() - Method in class org.infinispan.configuration.global.GlobalConfiguration
 
isClustered() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
 
isClustered() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
isClustered() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
isClustered() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
 
isColorEnabled() - Method in interface org.infinispan.cli.Config
 
isColorEnabled() - Method in class org.infinispan.cli.shell.ConfigImpl
 
isCommandComplete() - Method in class org.infinispan.cli.commands.ProcessedCommand
 
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 class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
 
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.
isCommandRetried() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
isCommandSentBeforeFirstTopology(int) - Method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
 
isCommitOrRollbackSent() - Method in class org.infinispan.transaction.impl.LocalTransaction
 
isCommitReceived() - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
check if the transaction is marked for commit (by the Commit Command)
isCommitted() - Method in class org.infinispan.stats.TransactionStatistics
 
isComparable(Object) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
 
isComparable(Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
 
isComparable(Object) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
 
isComparable(Object) - Method in interface org.infinispan.commons.equivalence.Equivalence
Returns whether the given object is comparable.
isComparable(Object) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
 
isComplete(Object) - Method in interface org.infinispan.stream.impl.ClusterStreamManager
Tests whether this operation is still pending or not.
isComplete(Object) - Method in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
isComplete(Object) - Method in class org.infinispan.stream.impl.tx.TxClusterStreamManager
 
isCompletedSuccessfully() - Method in class org.infinispan.statetransfer.InboundTransferTask
 
isCompletionFailed() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareLocalTransaction
Returns true if this transaction failed during 2nd phase of 2PC(prepare or commit).
isConditional() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
isConditional() - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
 
isConditional() - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
 
isConditional() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
isConditional() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
isConditional() - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
 
isConditional() - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
 
isConditional() - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
isConditional() - Method in class org.infinispan.commands.write.ClearCommand
 
isConditional() - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
isConditional() - Method in class org.infinispan.commands.write.PutMapCommand
 
isConditional() - Method in class org.infinispan.commands.write.RemoveCommand
 
isConditional() - Method in class org.infinispan.commands.write.RemoveExpiredCommand
 
isConditional() - Method in class org.infinispan.commands.write.ReplaceCommand
 
isConditional() - Method in interface org.infinispan.commands.write.WriteCommand
Certain commands only work based on a certain condition or state of the cache.
isConditional(WriteCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
isConnected() - Method in interface org.infinispan.cli.connection.Connection
 
isConnected() - Method in class org.infinispan.cli.connection.jmx.JMXConnection
 
isConnected() - Method in interface org.infinispan.cli.Context
 
isConnected() - Method in class org.infinispan.cli.impl.ContextImpl
 
isCoordinator() - Method in class org.infinispan.manager.DefaultCacheManager
isCoordinator() - Method in interface org.infinispan.manager.EmbeddedCacheManager
 
isCoordinator() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
isCoordinator() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
isCoordinator - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
isCoordinator() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
isCoordinator() - Method in interface org.infinispan.remoting.transport.Transport
 
isCreate() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
 
isCreated() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
isCreated() - Method in interface org.infinispan.container.entries.CacheEntry
 
isCreated() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
isCreated() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
isCreated() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
isCreated() - Method in class org.infinispan.container.entries.NullCacheEntry
 
isCreated() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
isCreated() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
 
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.
isCreated() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
isDefault() - Method in class org.infinispan.cdi.InfinispanExtensionEmbedded.InstalledCacheManager
 
isDefaultRunning() - Method in class org.infinispan.manager.DefaultCacheManager
 
isDefaultRunning() - Method in interface org.infinispan.manager.EmbeddedCacheManager
Tests whether the default cache is running.
isDefaultRunning() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
isDelegate() - Method in class org.infinispan.cdi.util.ImmutableInjectionPoint
 
isDirectChildOf(Fqn) - Method in class org.infinispan.tree.Fqn
Returns true if this Fqn is a direct child of a given Fqn.
isDirectory() - Method in class org.infinispan.io.GridFile
 
isDirectory() - Method in class org.infinispan.io.GridFile.Metadata
 
isDistributed() - Method in enum org.infinispan.configuration.cache.CacheMode
 
isDistributed() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
isDistributed() - Method in class org.infinispan.topology.CacheJoinInfo
 
isDistributed() - Method in class org.infinispan.topology.ClusterCacheStatus
 
isDone() - Method in class org.infinispan.commons.util.concurrent.AbstractInProcessFuture
 
isDone() - Method in class org.infinispan.commons.util.concurrent.CompositeNotifyingFuture
 
isDone() - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
isDone() - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
isEmpty() - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
isEmpty() - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
isEmpty() - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
isEmpty() - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
isEmpty() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
isEmpty() - Method in class org.infinispan.cache.impl.CacheImpl
 
isEmpty() - Method in class org.infinispan.cache.impl.DecoratedCache
 
isEmpty() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
 
isEmpty() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
isEmpty() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
 
isEmpty() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
 
isEmpty() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
isEmpty() - Method in interface org.infinispan.client.hotrod.RemoteCache
 
isEmpty() - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
 
isEmpty() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
 
isEmpty() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
isEmpty() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Returns true if this set contains no elements.
isEmpty() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
isEmpty() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
isEmpty() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
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.ImmutableListCopy
 
isEmpty() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.RangeSet
 
isEmpty() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
Checks if the provided map is empty.
isEmpty() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareSet
Checks if the provided set is empty.
isEmpty() - Method in class org.infinispan.functional.impl.MetaParams
 
isEmpty() - Method in class org.infinispan.persistence.support.Bucket
 
isEmpty() - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
 
isEmpty() - Method in interface org.infinispan.remoting.transport.BackupResponse
 
isEmpty() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
 
isEmpty() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
isEmpty() - Method in class org.infinispan.server.websocket.json.JsonObject
 
isEmpty() - Method in class org.infinispan.spring.ConfigurationPropertiesOverrides
 
isEmpty() - Method in class org.infinispan.statetransfer.CommitManager
 
isEmpty() - Method in class org.infinispan.util.AbstractDelegatingCollection
 
isEmpty() - Method in class org.infinispan.util.AbstractDelegatingMap
 
isEmpty() - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
 
isEmpty() - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
 
isEnabled() - Method in enum org.infinispan.configuration.cache.Index
 
isEnabled() - Method in enum org.infinispan.eviction.EvictionStrategy
 
isEnabled() - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
 
isEnabled() - Method in class org.infinispan.eviction.impl.PassivationManagerStub
 
isEnabled() - Method in interface org.infinispan.eviction.PassivationManager
 
isEnabled() - Method in interface org.infinispan.expiration.ExpirationManager
 
isEnabled() - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
isEnabled() - Method in interface org.infinispan.remoting.ReplicationQueue
Deprecated.
 
isEnabled() - Method in class org.infinispan.remoting.ReplicationQueueImpl
Deprecated.
 
isEnabled() - Method in class org.infinispan.stats.topK.StreamSummaryContainer
 
isEnabled() - Method in class org.infinispan.xsite.OfflineStatus
 
isEnlisted() - Method in class org.infinispan.transaction.impl.LocalTransaction
 
isEnlisted() - Method in class org.infinispan.transaction.synchronization.SyncLocalTransaction
 
isEnlisted() - Method in class org.infinispan.transaction.xa.LocalXaTransaction
As per the JTA spec, XAResource.start is called on enlistment.
isEntryRemovedInContext(Object) - Method in class org.infinispan.context.impl.AbstractInvocationContext
 
isEntryRemovedInContext(Object) - Method in class org.infinispan.context.impl.ClearInvocationContext
 
isEntryRemovedInContext(Object) - Method in class org.infinispan.context.impl.ImmutableContext
 
isEntryRemovedInContext(Object) - Method in interface org.infinispan.context.InvocationContext
 
isEntryRemovedInContext(Object) - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
isEvicted() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
isEvicted() - Method in interface org.infinispan.container.entries.CacheEntry
 
isEvicted() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
isEvicted() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
isEvicted() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
isEvicted() - Method in class org.infinispan.container.entries.NullCacheEntry
 
isEvicted() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
isExceptionThrown() - Method in class org.infinispan.executors.ExecutorAllCompletionService
 
isExpired(long) - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
isExpired() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
isExpired(long) - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
isExpired() - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
isExpired(long) - Method in interface org.infinispan.container.entries.InternalCacheEntry
 
isExpired() - Method in interface org.infinispan.container.entries.InternalCacheEntry
isExpired(long) - Method in interface org.infinispan.container.entries.InternalCacheValue
 
isExpired() - Method in interface org.infinispan.container.entries.InternalCacheValue
isExpired(long) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
isExpired() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
isExpired(long) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
 
isExpired() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
 
isExpired(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
isExpired() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
isExpired(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
 
isExpired() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
 
isExpired(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
isExpired() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
isExpired(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
 
isExpired() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
 
isExpired(long) - Method in class org.infinispan.container.entries.MortalCacheEntry
 
isExpired() - Method in class org.infinispan.container.entries.MortalCacheEntry
 
isExpired(long) - Method in class org.infinispan.container.entries.MortalCacheValue
 
isExpired() - Method in class org.infinispan.container.entries.MortalCacheValue
 
isExpired() - Method in interface org.infinispan.container.entries.MVCCEntry
Returns whether this entry was marked as being expired or not
isExpired() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
isExpired(long) - Method in class org.infinispan.container.entries.TransientCacheEntry
 
isExpired() - Method in class org.infinispan.container.entries.TransientCacheEntry
 
isExpired(long) - Method in class org.infinispan.container.entries.TransientCacheValue
 
isExpired() - Method in class org.infinispan.container.entries.TransientCacheValue
 
isExpired(long) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
isExpired() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
isExpired(long) - Method in class org.infinispan.container.entries.TransientMortalCacheValue
 
isExpired() - Method in class org.infinispan.container.entries.TransientMortalCacheValue
 
isExpired(long) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
 
isExpired(long) - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
 
isExpired(long) - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
 
isExpired(long) - Method in interface org.infinispan.metadata.InternalMetadata
 
isExpired() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
 
isExpiredMortal(long, long, long) - Static method in class org.infinispan.container.entries.ExpiryHelper
 
isExpiredTransient(long, long, long) - Static method in class org.infinispan.container.entries.ExpiryHelper
 
isExpiredTransientMortal(long, long, long, long, long) - Static method in class org.infinispan.container.entries.ExpiryHelper
 
isFile() - Method in class org.infinispan.io.GridFile
 
isFile() - Method in class org.infinispan.io.GridFile.Metadata
 
isFinished() - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
 
isFirstInChain(Class<? extends CommandInterceptor>) - Method in class org.infinispan.interceptors.InterceptorChain
 
isFlagSet(DeltaAwareCacheEntry.Flags) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
Tests whether a flag is set.
isFlagSet(ReadCommittedEntry.Flags) - Method in class org.infinispan.container.entries.ReadCommittedEntry
Tests whether a flag is set.
isForwarded() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
isForwarded() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
isForwarded() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
isForwarded() - Method in class org.infinispan.commands.write.PutMapCommand
For non transactional caches that support concurrent writes (default), the commands are forwarded between nodes, e.g.: - commands is executed on node A, but some of the keys should be locked on node B - the command is send to the main owner (B) - B tries to acquire lock on the keys it owns, then forwards the commands to the other owners as well - at this last stage, the command has the "isForwarded" flag set to true.
isFromRemoteSite() - Method in class org.infinispan.transaction.impl.LocalTransaction
When x-site replication is used, this returns when this operation happens as a result of backing up data from a remote site.
isFromStateTransfer() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
isGlobalScope() - Method in class org.infinispan.factories.components.ComponentMetadata
 
isGroupOwner() - Method in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
isHidden() - Method in class org.infinispan.io.GridFile
 
isHistoryEnabled() - Method in interface org.infinispan.cli.Config
 
isHistoryEnabled() - Method in class org.infinispan.cli.shell.ConfigImpl
 
isIBMJavaVendor() - Static method in class org.infinispan.commons.util.Util
 
isImmutable() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
isImmutable() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
isImmutable(Object) - Static method in class org.infinispan.commons.util.Immutables
Whether or not this collection type is immutable
isImplicitTransaction() - Method in class org.infinispan.context.impl.LocalTxInvocationContext
 
isImplicitTransaction() - Method in class org.infinispan.context.impl.RemoteTxInvocationContext
 
isImplicitTransaction() - Method in interface org.infinispan.context.impl.TxInvocationContext
 
isImplicitTransaction() - Method in class org.infinispan.transaction.impl.LocalTransaction
 
isIncludeCurrentState() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
isIndexLoaded() - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
isInDoubt() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
A transaction is in doubt if it is prepared and and it is orphan.
isIntCompatible(long) - Static method in class org.infinispan.client.hotrod.impl.protocol.CodecUtils
 
isInteractive() - Method in class org.infinispan.cli.io.ConsoleIOAdapter
 
isInteractive() - Method in interface org.infinispan.cli.io.IOAdapter
 
isInteractive() - Method in class org.infinispan.cli.io.StreamIOAdapter
 
isInternalCache(String) - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
 
isInternalCache(String) - Method in interface org.infinispan.registry.InternalCacheRegistry
Returns whether the cache is internal, i.e.
isInTxScope() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
isInTxScope() - Method in class org.infinispan.context.impl.ClearInvocationContext
 
isInTxScope() - Method in class org.infinispan.context.impl.ImmutableContext
 
isInTxScope() - Method in class org.infinispan.context.impl.NonTxInvocationContext
 
isInTxScope() - Method in interface org.infinispan.context.InvocationContext
Returns true if this call is performed in the context of an transaction, false otherwise.
isInTxScope() - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
isInvalidation() - Method in enum org.infinispan.configuration.cache.CacheMode
Returns true if the mode is invalidation, either sync or async.
isInvalidIteration(short) - Static method in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
isIs() - Method in class org.infinispan.factories.components.JmxAttributeMetadata
 
isJoinComplete() - Method in interface org.infinispan.distribution.DistributionManager
Tests whether the current instance has completed joining the cluster
isJoinComplete() - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
 
isJoinComplete() - Method in interface org.infinispan.statetransfer.StateTransferManager
 
isJoinComplete() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
 
isJoining() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult
 
isKeyGeneratorThreadActive() - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
 
isKeyGeneratorThreadAlive() - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
 
isKeyLocalToNode(Address, Object) - Method in interface org.infinispan.distribution.ch.ConsistentHash
Test to see whether a key is owned by a given node.
isKeyLocalToNode(Address, Object) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
isKeyLocalToNode(Address, Object) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
isKeyLocalToNode(Address, Object) - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
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.
isL1Enabled - Variable in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
isL1Entry() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
isL1Entry() - Method in interface org.infinispan.container.entries.InternalCacheEntry
 
isL1Entry() - Method in class org.infinispan.container.entries.L1InternalCacheEntry
 
isL1Entry() - Method in class org.infinispan.container.entries.metadata.L1MetadataInternalCacheEntry
 
isLastChunk() - Method in class org.infinispan.statetransfer.StateChunk
 
isListenerConnected(byte[]) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
 
isLoaded() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
isLoaded() - Method in interface org.infinispan.container.entries.CacheEntry
Deprecated.
Always returns false.
isLoaded() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
isLoaded() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
isLoaded() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
isLoaded() - Method in class org.infinispan.container.entries.NullCacheEntry
 
isLoaded() - Method in class org.infinispan.container.entries.ReadCommittedEntry
Deprecated.
isLocal() - Method in enum org.infinispan.distribution.DataLocality
 
isLocal() - Method in enum org.infinispan.stats.container.ExtendedStatistic
 
isLocal() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
 
isLocal() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager.InDoubtTxInfo
Returns true if the transaction information is also present on this node.
isLocalModeForced(FlagAffectedCommand) - Method in class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
isLocalOnly() - Method in enum org.infinispan.configuration.cache.Index
 
isLocalOnly - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
isLocalTransaction() - Method in class org.infinispan.stats.LocalTransactionStatistics
 
isLocalTransaction() - Method in class org.infinispan.stats.RemoteTransactionStatistics
 
isLocalTransaction() - Method in class org.infinispan.stats.TransactionStatistics
 
isLocatedLocally(String) - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
 
isLocked(Object) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticLockManager
 
isLocked(Object) - Method in class org.infinispan.stats.wrappers.TopKeyLockManager
 
isLocked(LockManager, Fqn) - Static method in class org.infinispan.tree.impl.TreeStructureSupport
 
isLocked(Object) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
isLocked() - Method in class org.infinispan.util.concurrent.locks.impl.InfinispanLock
It checks if the lock is acquired.
isLocked(Object) - Method in interface org.infinispan.util.concurrent.locks.impl.LockContainer
 
isLocked(Object) - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
 
isLocked(Object) - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
 
isLocked(Object) - Method in interface org.infinispan.util.concurrent.locks.LockManager
Tests if the key is locked.
isLogEvent() - Method in class org.infinispan.tasks.TaskContext
Whether executing this task will generate an event in the event log
isManageable() - Method in class org.infinispan.factories.components.ComponentMetadata
 
isManageable() - Method in class org.infinispan.factories.components.ManageableComponentMetadata
 
isManagementEnabled() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
 
isMarkedForRollback() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
isMarkedForRollback() - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
isMarshallable(Object) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
isMarshallable(Object) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
 
isMarshallable(Object) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
isMarshallable(Class<?>) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
Returns whether a type can be serialized.
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 class org.infinispan.marshall.core.VersionAwareMarshaller
 
isMarshallable(Object) - Method in class org.infinispan.persistence.remote.wrapper.HotRodEntryMarshaller
 
isMarshallable(Object) - Method in class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
 
isMarshallableCandidate(Object) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
isMarshallableCandidate(Object) - Method in class org.infinispan.marshall.core.JBossMarshaller
 
IsMarshallableInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
IsMarshallableInterceptor() - Constructor for class org.infinispan.interceptors.IsMarshallableInterceptor
Deprecated.
 
isMember(Principal) - Method in class org.infinispan.server.core.security.simple.SimpleGroupPrincipal
 
isMergeView() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
isMergeView() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
 
isMinorityPartition(List<Address>, List<Address>) - Method in class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
 
isModified() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
isModified() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
 
isMulticastCapable() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
isMulticastCapable() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
isMulticastCapable() - Method in interface org.infinispan.remoting.transport.Transport
Tests whether the transport supports true multicast
isMultiChunked() - Method in class org.infinispan.lucene.FileMetadata
 
isNoNamespaceAttribute(XMLStreamReader, int) - Static method in class org.infinispan.configuration.parsing.ParseUtils
 
isNonExistent() - Method in class org.infinispan.commands.write.RemoveCommand
 
isNotExecuted(short) - Static method in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
isNotExist(short) - Static method in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
isNotificationAllowed(FlagAffectedCommand, List<CacheEntryListenerInvocation<K, V>>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
isNull() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
isNull() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
isNull() - Method in interface org.infinispan.container.entries.CacheEntry
Tests whether the entry represents a null value, typically used for repeatable read.
isNull() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
isNull() - Method in class org.infinispan.container.entries.ClusteredRepeatableReadEntry
 
isNull() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
isNull() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
isNull() - Method in class org.infinispan.container.entries.NullCacheEntry
 
isNull() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
isNull() - Method in class org.infinispan.container.entries.RepeatableReadEntry
 
isNull() - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Checks that the left argument is null.
isNullable() - Method in class org.infinispan.cdi.util.AbstractImmutableBean
 
isNullable() - Method in class org.infinispan.cdi.util.BeanBuilder
Whether the created bean will be nullable.
isNullable() - Method in class org.infinispan.cdi.util.ForwardingBean
 
isOffline() - Method in class org.infinispan.xsite.OfflineStatus
 
isOffline() - Method in class org.infinispan.xsite.status.AbstractMixedSiteStatus
 
isOffline() - Method in class org.infinispan.xsite.status.AbstractSiteStatusBuilder
 
isOffline() - Method in class org.infinispan.xsite.status.ContainerSiteStatusBuilder
 
isOffline() - Method in class org.infinispan.xsite.status.OfflineSiteStatus
 
isOffline() - Method in class org.infinispan.xsite.status.OnlineSiteStatus
 
isOffline() - Method in interface org.infinispan.xsite.status.SiteStatus
 
ISOLATION_LEVEL - Static variable in class org.infinispan.configuration.cache.LockingConfiguration
 
isolationLevel() - Method in class org.infinispan.configuration.cache.LockingConfiguration
Cache isolation level.
isolationLevel(IsolationLevel) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
Cache isolation level.
IsolationLevel - Enum in org.infinispan.util.concurrent
Various transaction isolation levels as an enumerated class.
isOldValueAvailable() - Method in class org.infinispan.jcache.RICacheEntryEvent
Whether the old value is available
isOnePhaseCommit() - Method in class org.infinispan.commands.tx.PrepareCommand
 
isOnePhaseCommit(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
 
isOnePhaseTotalOrderCommit(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
 
isOnline() - Method in class org.infinispan.xsite.status.AbstractMixedSiteStatus
 
isOnline() - Method in class org.infinispan.xsite.status.AbstractSiteStatusBuilder
 
isOnline() - Method in class org.infinispan.xsite.status.ContainerSiteStatusBuilder
 
isOnline() - Method in class org.infinispan.xsite.status.OfflineSiteStatus
 
isOnline() - Method in class org.infinispan.xsite.status.OnlineSiteStatus
 
isOnline() - Method in interface org.infinispan.xsite.status.SiteStatus
 
isOnlyPrimary() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
isOpen() - Method in class org.infinispan.io.ReadableGridFileChannel
 
isOpen() - Method in class org.infinispan.io.WritableGridFileChannel
 
isOpened() - Method in class org.infinispan.util.concurrent.ReclosableLatch
 
isOriginLocal() - Method in class org.infinispan.context.impl.AbstractInvocationContext
 
isOriginLocal() - Method in class org.infinispan.context.impl.ImmutableContext
 
isOriginLocal() - Method in class org.infinispan.context.impl.LocalTxInvocationContext
 
isOriginLocal() - Method in class org.infinispan.context.impl.RemoteTxInvocationContext
 
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 class org.infinispan.context.SingleKeyNonTxInvocationContext
 
isOriginLocal() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
 
isOriginLocal() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
isOriginLocal() - Method in interface org.infinispan.notifications.cachelistener.event.TransactionalEvent
 
isOrphan() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
A remote transaction is orphan if the node on which the transaction originated (ie the originator) is no longer part of the cluster.
isOSGiContext() - Static method in class org.infinispan.commons.util.Util
Tries to determine if the code is running in an OSGi context.
isOwner(String) - Method in interface org.infinispan.distribution.group.GroupManager
Checks if this node is an owner of the group.
isOwner(String) - Method in class org.infinispan.distribution.group.GroupManagerImpl
 
isParallel() - Method in class org.infinispan.stream.impl.AbstractCacheStream
 
isParallel() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
isParallel() - Method in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
isParameterNameSet(int) - Method in class org.infinispan.factories.components.ComponentMetadata.InjectMetadata
 
isPassivationCapable() - Method in class org.infinispan.cdi.util.BeanBuilder
Whether the created bean will be passivation capable.
IspnCliQLLexer - Class in org.infinispan.cli.interpreter
 
IspnCliQLLexer() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLLexer
 
IspnCliQLLexer(CharStream) - Constructor for class org.infinispan.cli.interpreter.IspnCliQLLexer
 
IspnCliQLLexer(CharStream, RecognizerSharedState) - Constructor for class org.infinispan.cli.interpreter.IspnCliQLLexer
 
IspnCliQLLexer.DFA18 - Class in org.infinispan.cli.interpreter
 
IspnCliQLLexer.DFA28 - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser(TokenStream) - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser
 
IspnCliQLParser(TokenStream, RecognizerSharedState) - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser
 
IspnCliQLParser.abortBatchStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.beginTransactionStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.cacheStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.clearCacheStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.commitTransactionStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.createStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.denyStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.encodingStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.endBatchStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.evictStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.expirationClause_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.getStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.grantStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.infoStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.jsonArray_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.jsonLiteral_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.jsonPair_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.jsonString_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.jsonValue_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.keyIdentifier_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.literal_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.locateStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.pingStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.putStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.removeStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.replaceStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.rolesStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.rollbackTransactionStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.siteIdentifier_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.siteStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.startBatchStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.statement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.statementOption_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.statementOptions_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.statements_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.statsStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.timeLiteral_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.upgradeStatement_return - Class in org.infinispan.cli.interpreter
 
IspnCliQLParser.versionStatement_return - Class in org.infinispan.cli.interpreter
 
IspnMBeanOperationInfo - Class in org.infinispan.jmx
Infinispan allows a different JMX operation name than the actual method name that gets invoked (see ManagedOperation.name().
IspnMBeanOperationInfo(String, Method, String) - Constructor for class org.infinispan.jmx.IspnMBeanOperationInfo
 
IspnMBeanOperationInfo(String, String, MBeanParameterInfo[], String, int, String) - Constructor for class org.infinispan.jmx.IspnMBeanOperationInfo
 
IspnMBeanOperationInfo(String, String, MBeanParameterInfo[], String, int, Descriptor, String) - Constructor for class org.infinispan.jmx.IspnMBeanOperationInfo
 
isPre() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
 
isPre() - Method in interface org.infinispan.notifications.cachelistener.event.Event
 
isPre() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
isPreEvent() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
 
isPrepared() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareLocalTransaction
 
isPrepared() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
 
isPrepared() - Method in interface org.infinispan.transaction.xa.recovery.RecoveryAwareTransaction
 
isPrepareSent() - Method in class org.infinispan.transaction.impl.LocalTransaction
 
isPrimaryOwner(String) - Method in interface org.infinispan.distribution.group.GroupManager
It checks if this node is the primary owner of the group.
isPrimaryOwner(String) - Method in class org.infinispan.distribution.group.GroupManagerImpl
 
isPrivileged() - Static method in class org.infinispan.security.Security
 
isProperWriter(InvocationContext, FlagAffectedCommand, Object) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
isProperWriter(InvocationContext, FlagAffectedCommand, Object) - Method in class org.infinispan.interceptors.DistCacheWriterInterceptor
Deprecated.
 
isProtected() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
isPutIfAbsent() - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
isQuitting() - Method in interface org.infinispan.cli.Context
 
isQuitting() - Method in class org.infinispan.cli.impl.ContextImpl
 
isReadOnly() - Method in class org.infinispan.stats.TransactionStatistics
 
isReadOnly() - Method in class org.infinispan.transaction.impl.LocalTransaction
 
isReadThrough() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
 
isReady() - Method in class org.infinispan.remoting.inboundhandler.action.CompositeAction
 
isReady() - Method in class org.infinispan.remoting.inboundhandler.action.DefaultReadyAction
 
isReady() - Method in interface org.infinispan.remoting.inboundhandler.action.ReadyAction
 
isReady() - Method in class org.infinispan.remoting.inboundhandler.DefaultTopologyRunnable
 
isReady() - Method in interface org.infinispan.util.concurrent.BlockingRunnable
 
isReady() - Method in interface org.infinispan.util.concurrent.locks.PendingLockPromise
 
isRebalanceEnabled() - Method in class org.infinispan.topology.ClusterCacheStatus
 
isRebalanceInProgress() - Method in class org.infinispan.topology.ClusterCacheStatus
 
isRebalancingEnabled() - Method in class org.infinispan.cache.impl.CacheImpl
 
isRebalancingEnabled() - Method in interface org.infinispan.topology.ClusterTopologyManager
 
isRebalancingEnabled(String) - Method in interface org.infinispan.topology.ClusterTopologyManager
Returns whether rebalancing is enabled or disabled for this container.
isRebalancingEnabled() - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
isRebalancingEnabled(String) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
isRebalancingEnabled() - Method in interface org.infinispan.topology.LocalTopologyManager
Checks whether rebalancing is enabled for the entire cluster.
isRebalancingEnabled() - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
isRebalancingEnabled() - Method in class org.infinispan.topology.ManagerStatusResponse
 
isRebalancingEnabled() - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
isRecoveryEnabled() - Method in enum org.infinispan.configuration.cache.TransactionMode
 
isRecoveryEnabled() - Method in enum org.infinispan.configuration.parsing.Parser72.TransactionMode
 
isRecoveryEnabled() - Method in enum org.infinispan.configuration.parsing.Parser80.TransactionMode
 
isReducePhaseDistributed() - Method in class org.infinispan.commands.read.MapCombineCommand
 
isRehashInProgress() - Method in interface org.infinispan.distribution.DistributionManager
Tests whether a rehash is in progress
isRehashInProgress() - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
Tests whether a rehash is in progress
isRemote() - Method in enum org.infinispan.stats.container.ExtendedStatistic
 
isRemote() - Method in class org.infinispan.transaction.xa.GlobalTransaction
 
isRemove() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
 
isRemoved() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
isRemoved() - Method in interface org.infinispan.container.entries.CacheEntry
 
isRemoved() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
isRemoved() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
isRemoved() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
isRemoved() - Method in class org.infinispan.container.entries.NullCacheEntry
 
isRemoved() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
isReplayEntryWrapping() - Method in class org.infinispan.commands.tx.PrepareCommand
If set to true, then the keys touched by this transaction are to be wrapped again and original ones discarded.
isReplicated() - Method in enum org.infinispan.configuration.cache.CacheMode
 
isReplicated() - Method in interface org.infinispan.distribution.ch.ConsistentHash
 
isReplicated() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
isReplicated() - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
isReset() - Method in class org.infinispan.stats.container.ConcurrentGlobalContainer
 
isRetriedCommand() - Method in class org.infinispan.commands.tx.PrepareCommand
 
isRetry() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
 
isReturnEntries() - Method in class org.infinispan.commands.read.GetAllCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.CancelCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.CreateCacheCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.read.AbstractDataCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.read.AbstractLocalCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.read.GetAllCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.read.MapCombineCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.read.ReduceCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.remote.ClusteredGetCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.remote.MultipleRpcCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.remote.recovery.RecoveryCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.remote.SingleRpcCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.RemoveCacheCommand
 
isReturnValueExpected() - Method in interface org.infinispan.commands.ReplicableCommand
If true, a return value will be provided when performed remotely.
isReturnValueExpected() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.tx.PrepareCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.tx.VersionedPrepareCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.write.AbstractDataWriteCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.write.ClearCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.write.PutMapCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.write.RemoveCommand
 
isReturnValueExpected() - Method in class org.infinispan.commands.write.ReplaceCommand
 
isReturnValueExpected() - Method in class org.infinispan.iteration.impl.EntryRequestCommand
 
isReturnValueExpected() - Method in class org.infinispan.iteration.impl.EntryResponseCommand
 
isReturnValueExpected() - Method in class org.infinispan.manager.impl.ReplicableCommandManagerFunction
 
isReturnValueExpected() - Method in class org.infinispan.manager.impl.ReplicableCommandRunnable
 
isReturnValueExpected() - Method in class org.infinispan.statetransfer.StateRequestCommand
 
isReturnValueExpected() - Method in class org.infinispan.statetransfer.StateResponseCommand
 
isReturnValueExpected() - Method in class org.infinispan.stream.impl.StreamRequestCommand
 
isReturnValueExpected() - Method in class org.infinispan.stream.impl.StreamResponseCommand
 
isReturnValueExpected() - Method in class org.infinispan.stream.impl.StreamSegmentResponseCommand
 
isReturnValueExpected() - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
isReturnValueExpected() - Method in class org.infinispan.xsite.SingleXSiteRpcCommand
 
isReturnValueExpected() - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
 
isReturnValueExpected() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
isReturnValueExpected() - Method in class org.infinispan.xsite.XSiteAdminCommand
 
isRollbackReceived() - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
check if the transaction is marked for rollback (by the Rollback Command)
isRoot() - Method in class org.infinispan.tree.Fqn
Returns true if this is a root Fqn.
isRunning(String) - Method in class org.infinispan.manager.DefaultCacheManager
 
isRunning(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
Tests whether a named cache is running.
isRunning(String) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
isSameMachine(TopologyAwareAddress) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
 
isSameMachine(TopologyAwareAddress) - Method in interface org.infinispan.remoting.transport.TopologyAwareAddress
 
isSameRack(TopologyAwareAddress) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
 
isSameRack(TopologyAwareAddress) - Method in interface org.infinispan.remoting.transport.TopologyAwareAddress
 
isSameRM(XAResource) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
the only situation in which it returns true is when the other xa resource pertains to the same cache, on the same node.
isSameSite(TopologyAwareAddress) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
 
isSameSite(TopologyAwareAddress) - Method in interface org.infinispan.remoting.transport.TopologyAwareAddress
 
isSecondPhaseAsync(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
 
isSegmentLocalToNode(Address, int) - Method in interface org.infinispan.distribution.ch.ConsistentHash
Check if a segment is local to a given member.
isSegmentLocalToNode(Address, int) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
isSegmentLocalToNode(Address, int) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
isSegmentLocalToNode(Address, int) - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
isSeqIdOld(long, Object, byte[]) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
isSerializable(Class<?>) - Static method in class org.infinispan.cdi.util.Reflections
Check if a class is serializable.
isShutdown - Variable in class org.infinispan.distexec.DefaultExecutorService
 
isShutdown() - Method in class org.infinispan.distexec.DefaultExecutorService
 
isShutdown() - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
isShutdown() - Method in class org.infinispan.executors.LazyInitializingExecutorService
 
isShutdown() - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
isShutdown() - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
 
isShutdown() - Method in class org.infinispan.util.concurrent.WithinThreadExecutor
 
isSingleton() - Method in class org.infinispan.spring.provider.ContainerCacheManagerFactoryBean
 
isSingleton() - Method in class org.infinispan.spring.provider.SpringEmbeddedCacheManagerFactoryBean
Always returns true.
isSingleton() - Method in class org.infinispan.spring.provider.SpringRemoteCacheManagerFactoryBean
Always return true.
isSingleton() - Method in class org.infinispan.spring.support.embedded.InfinispanEmbeddedCacheManagerFactoryBean
Always returns true.
isSingleton() - Method in class org.infinispan.spring.support.embedded.InfinispanNamedEmbeddedCacheFactoryBean
Always returns true.
isSingleton() - Method in class org.infinispan.spring.support.InfinispanDefaultCacheFactoryBean
Always returns true.
isSingleton() - Method in class org.infinispan.spring.support.remote.InfinispanNamedRemoteCacheFactoryBean
Always return true.
isSingleton() - Method in class org.infinispan.spring.support.remote.InfinispanRemoteCacheManagerFactoryBean
Always return true.
isStarted() - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
 
isStarted() - Method in interface org.infinispan.affinity.KeyAffinityService
Checks weather or not the service is started.
isStarted() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
 
isStartedSuccessfully() - Method in class org.infinispan.statetransfer.InboundTransferTask
 
isStateTransferInProgress() - Method in interface org.infinispan.statetransfer.StateConsumer
 
isStateTransferInProgress() - Method in class org.infinispan.statetransfer.StateConsumerImpl
 
isStateTransferInProgress() - Method in interface org.infinispan.statetransfer.StateProvider
 
isStateTransferInProgress() - Method in class org.infinispan.statetransfer.StateProviderImpl
 
isStateTransferInProgress() - Method in interface org.infinispan.statetransfer.StateTransferManager
Checks if an inbound state transfer is in progress.
isStateTransferInProgress() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
 
isStateTransferInProgressForKey(Object) - Method in interface org.infinispan.statetransfer.StateConsumer
 
isStateTransferInProgressForKey(Object) - Method in class org.infinispan.statetransfer.StateConsumerImpl
 
isStateTransferInProgressForKey(Object) - Method in interface org.infinispan.statetransfer.StateTransferManager
Checks if an inbound state transfer is in progress for a given key.
isStateTransferInProgressForKey(Object) - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
 
isStatisticsEnabled() - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
isStatisticsEnabled() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
 
isStatisticsEnabled() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
isStatisticsEnabled() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
isStatisticsEnabled() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
isStatusOk() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferCollector
 
isStopped() - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader.TaskContext
Verifies if the the TaskContext is marked as stopped.
isStopped() - Method in class org.infinispan.persistence.TaskContextImpl
 
isStopping() - Method in enum org.infinispan.commons.api.functional.Status
 
isStopping() - Method in enum org.infinispan.lifecycle.ComponentStatus
 
isStoreByValue() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
 
isStoreEnabled() - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
isStoreEnabled(FlagAffectedCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
isSuccess() - Method in enum org.infinispan.client.hotrod.impl.operations.PingOperation.PingResult
 
isSuccess(short) - Static method in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
isSuccessful() - Method in class org.infinispan.commands.functional.AbstractWriteKeyCommand
 
isSuccessful() - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
isSuccessful() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
isSuccessful() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
isSuccessful() - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
isSuccessful() - Method in class org.infinispan.commands.write.ClearCommand
 
isSuccessful() - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
isSuccessful() - Method in class org.infinispan.commands.write.PutMapCommand
 
isSuccessful() - Method in class org.infinispan.commands.write.RemoveCommand
 
isSuccessful() - Method in class org.infinispan.commands.write.ReplaceCommand
 
isSuccessful() - Method in interface org.infinispan.commands.write.WriteCommand
Some commands may want to provide information on whether the command was successful or not.
isSuccessful() - Method in class org.infinispan.remoting.responses.InvalidResponse
 
isSuccessful() - Method in interface org.infinispan.remoting.responses.Response
 
isSuccessful() - Method in class org.infinispan.remoting.responses.SuccessfulResponse
 
isSuccessful() - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse
 
isSuccessful() - Method in class org.infinispan.remoting.responses.UnsureResponse
 
isSupported(OptionalFeature) - Method in class org.infinispan.jcache.embedded.JCachingProvider
 
isSupported(OptionalFeature) - Method in class org.infinispan.jcache.remote.JCachingProvider
 
isSupportedType(Class<?>) - Method in class org.infinispan.lucene.LuceneKey2StringMapper
 
isSupportedType(Class<?>) - Method in class org.infinispan.persistence.keymappers.DefaultTwoWayKey2StringMapper
 
isSupportedType(Class<?>) - Method in interface org.infinispan.persistence.keymappers.Key2StringMapper
Do we support this key type?
isSupportedType(Class<?>) - Method in class org.infinispan.persistence.keymappers.MarshalledValueOrPrimitiveMapper
 
isSurvivesRestarts() - Method in class org.infinispan.factories.components.ComponentMetadata
 
isSuspectExceptionInChain(Throwable) - Static method in exception org.infinispan.remoting.transport.jgroups.SuspectException
 
isSuspendTxAfterInvocation() - Method in class org.infinispan.batch.BatchContainer
 
isSync() - Method in interface org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
 
isSync() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
isSync() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
 
isSync() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
isSync() - Method in class org.infinispan.xsite.XSiteBackup
 
isSyncCommitPhase() - Method in class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
isSynchronous() - Method in enum org.infinispan.configuration.cache.CacheMode
 
isSynchronous() - Method in enum org.infinispan.configuration.parsing.Parser72.Mode
 
isSynchronous() - Method in enum org.infinispan.configuration.parsing.Parser80.Mode
 
isSynchronous(FlagAffectedCommand) - Method in class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
isSynchronous() - Method in enum org.infinispan.remoting.rpc.ResponseMode
 
isTcpKeepAlive() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
isTcpKeepAlive() - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
isTcpNoDelay() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
isTcpNoDelay() - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
isTemplate() - Method in class org.infinispan.configuration.cache.Configuration
 
isTerminated() - Method in enum org.infinispan.commons.api.functional.Status
 
isTerminated() - Method in class org.infinispan.distexec.DefaultExecutorService
 
isTerminated() - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
isTerminated() - Method in class org.infinispan.executors.LazyInitializingExecutorService
 
isTerminated() - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
isTerminated() - Method in enum org.infinispan.lifecycle.ComponentStatus
 
isTerminated() - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
 
isTerminated() - Method in class org.infinispan.util.concurrent.WithinThreadExecutor
 
isTimeExpired(long) - Method in class org.infinispan.util.DefaultTimeService
 
isTimeExpired(long) - Method in interface org.infinispan.util.TimeService
 
isTopologyValid(byte[]) - Method in class org.infinispan.client.hotrod.impl.TopologyInfo
 
isTotalOrder() - Method in class org.infinispan.topology.CacheJoinInfo
 
isTotalOrder() - Method in class org.infinispan.topology.ClusterCacheStatus
 
isTotalOrder() - Method in enum org.infinispan.transaction.TransactionProtocol
 
isTotalOrderCache(String) - Method in interface org.infinispan.topology.LocalTopologyManager
Checks if the cache defined by cacheName is using total order.
isTotalOrderCache(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
isTotalOrderCache(String) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
isTraceEnabled() - Method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
 
isTraceEnabled() - Method in class org.infinispan.remoting.inboundhandler.NonTotalOrderPerCacheInboundInvocationHandler
 
isTraceEnabled() - Method in class org.infinispan.remoting.inboundhandler.NonTotalOrderTxPerCacheInboundInvocationHandler
 
isTraceEnabled() - Method in class org.infinispan.remoting.inboundhandler.TotalOrderTxPerCacheInboundInvocationHandler
 
isTracking(Flag) - Method in class org.infinispan.statetransfer.CommitManager
 
isTransactional() - Method in enum org.infinispan.transaction.TransactionMode
 
isTransactionCompleted(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
 
isTransactionPartiallyCommitted(GlobalTransaction) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
 
isTransactionPartiallyCommitted(GlobalTransaction) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
It checks if the transaction resources (for example locks) can be released.
isTransactionPartiallyCommitted(GlobalTransaction) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
isTransactionPrepared(GlobalTransaction) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
Checks both internal state and transaction table's state for the given tx.
isTransactionPrepared(GlobalTransaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
isTransactionSuccessful() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
isTransactionSuccessful() - Method in interface org.infinispan.notifications.cachelistener.event.TransactionCompletedEvent
 
isTransactionValid() - Method in class org.infinispan.context.impl.LocalTxInvocationContext
 
isTransactionValid() - Method in class org.infinispan.context.impl.RemoteTxInvocationContext
 
isTransactionValid() - Method in interface org.infinispan.context.impl.TxInvocationContext
 
isTransient() - Method in class org.infinispan.cdi.util.ImmutableInjectionPoint
 
isTwoPhaseCommit() - Method in class org.infinispan.configuration.cache.BackupConfiguration
 
isTxFromRemoteSite(GlobalTransaction) - Method in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
 
isTypeBounded(Type, Type[], Type[]) - Static method in class org.infinispan.cdi.util.Reflections
 
isTypeExcluded(Class<?>) - Static method in class org.infinispan.marshall.core.MarshalledValue
Tests whether the type should be excluded from MarshalledValue wrapping.
isUncertain() - Method in enum org.infinispan.distribution.DataLocality
 
isUnlock() - Method in class org.infinispan.commands.control.LockControlCommand
 
isUpdated() - Method in enum org.infinispan.client.hotrod.impl.VersionedOperationResponse.RspCode
 
isUseIntermediateSharedCache() - Method in class org.infinispan.commands.read.MapCombineCommand
 
isUseIntermediateSharedCache() - Method in class org.infinispan.commands.read.ReduceCommand
 
isUseSetter() - Method in class org.infinispan.factories.components.JmxAttributeMetadata
 
isUseXaXid() - Method in class org.infinispan.transaction.tm.DummyBaseTransactionManager
 
isValid() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
isValid() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
isValid() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
isValid() - Method in interface org.infinispan.container.entries.CacheEntry
 
isValid() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
isValid() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
isValid() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
isValid() - Method in class org.infinispan.container.entries.NullCacheEntry
 
isValid() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
isValid() - Method in class org.infinispan.remoting.responses.InvalidResponse
 
isValid() - Method in interface org.infinispan.remoting.responses.Response
 
isValid() - Method in class org.infinispan.remoting.responses.ValidResponse
 
isValid() - Method in class org.infinispan.tree.impl.NodeImpl
 
isValid() - Method in interface org.infinispan.tree.Node
Tests if a node reference is still valid.
isValidKeyType(Object) - Method in class org.infinispan.persistence.jpa.JpaStore
 
isValueAvailableLocally(ConsistentHash, Object) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
isVariableLimitSupported() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
isVersionDefined(String) - Static method in class org.infinispan.client.hotrod.impl.protocol.CodecFactory
 
isVersionGreaterOrEquals(String, String) - Static method in class org.infinispan.client.hotrod.impl.protocol.VersionUtils
 
isVersioningEnabled(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
 
isWritable() - Method in class org.infinispan.factories.components.JmxAttributeMetadata
 
isWrite() - Method in class org.infinispan.commands.remote.ClusteredGetCommand
 
isWriteOnly() - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
 
isWriteOnly() - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
 
isWriteOnly() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
isWriteOnly() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
isWriteOnly() - Method in interface org.infinispan.commands.write.WriteCommand
Indicates whether the command is write-only, meaning that it makes no attempt to read the previously associated value with key for which the command is directed.
isWriteThrough() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
 
isXAEnabled() - Method in enum org.infinispan.configuration.cache.TransactionMode
 
isXAEnabled() - Method in enum org.infinispan.configuration.parsing.Parser72.TransactionMode
 
isXAEnabled() - Method in enum org.infinispan.configuration.parsing.Parser80.TransactionMode
 
iter - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
 
iterable - Variable in class org.infinispan.iteration.impl.TransactionAwareCloseableIterable
 
ITERATION_END_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
ITERATION_END_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
ITERATION_NEXT_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
ITERATION_NEXT_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
ITERATION_QUERY_FILTER_CONVERTER_FACTORY_NAME - Static variable in class org.infinispan.client.hotrod.filter.Filters
 
ITERATION_START_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
ITERATION_START_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
iterationClosed(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
iterationClosed(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
iterationClosed$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
IterationEndOperation - Class in org.infinispan.client.hotrod.impl.operations
 
IterationEndOperation(Codec, int, byte[], AtomicInteger, String, TransportFactory, Transport) - Constructor for class org.infinispan.client.hotrod.impl.operations.IterationEndOperation
 
IterationEndResponse - Class in org.infinispan.client.hotrod.impl.operations
 
IterationEndResponse(short) - Constructor for class org.infinispan.client.hotrod.impl.operations.IterationEndResponse
 
IterationNextOperation<E> - Class in org.infinispan.client.hotrod.impl.operations
 
IterationNextOperation(Codec, int, byte[], AtomicInteger, String, Transport, KeyTracker) - Constructor for class org.infinispan.client.hotrod.impl.operations.IterationNextOperation
 
IterationNextResponse<E> - Class in org.infinispan.client.hotrod.impl.operations
 
IterationNextResponse(short, List<Map.Entry<Object, E>>, boolean) - Constructor for class org.infinispan.client.hotrod.impl.operations.IterationNextResponse
 
IterationStartOperation - Class in org.infinispan.client.hotrod.impl.operations
 
IterationStartResponse - Class in org.infinispan.client.hotrod.impl.operations
 
iterationTransportObtained(Transport, String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
iterationTransportObtained(Transport, String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
iterationTransportObtained$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
iterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
 
iterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.ConvertedIterable
 
iterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySet
 
iterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.FilteredEntryIterable
 
iterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
 
iterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
 
iterator() - Method in interface org.infinispan.CacheStream
iterator() - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
 
iterator() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
 
iterator() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
 
iterator() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Returns an iterator over the elements in this set.
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(Stream<? extends 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(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() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
 
iterator() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
 
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.ImmutableListCopy
 
iterator() - Method in interface org.infinispan.container.DataContainer
iterator() - Method in class org.infinispan.container.DefaultDataContainer
 
iterator() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.RangeSet
 
iterator() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareEntrySet
 
iterator() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareSet
 
iterator() - Method in class org.infinispan.interceptors.compat.TypeConverterStream
 
iterator() - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingEntrySet
Deprecated.
 
iterator() - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingKeySet
Deprecated.
 
iterator() - Method in class org.infinispan.iteration.impl.TrackingEntryIterableFromStream
 
iterator() - Method in class org.infinispan.iteration.impl.TransactionAwareCloseableIterable
 
iterator() - Method in class org.infinispan.jcache.embedded.JCache
 
iterator() - Method in class org.infinispan.jcache.JCacheEventFilteringIterable
iterator() - Method in class org.infinispan.jcache.remote.JCache
 
iterator() - Method in class org.infinispan.persistence.sifs.IndexQueue
 
iterator() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
iterator() - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
iterator() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
iterator() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
iterator() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
iterator() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
iterator() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
iterator() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
iterator() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
iterator() - Method in class org.infinispan.stream.impl.local.ValueCacheCollection
 
iterator() - Method in class org.infinispan.util.AbstractDelegatingCloseableIteratorCollection
 
iterator() - Method in class org.infinispan.util.AbstractDelegatingCloseableIteratorSet
 
iterator() - Method in class org.infinispan.util.AbstractDelegatingCollection
 
iterator() - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
 
iterator() - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
 
IteratorAsSpliterator<T> - Class in org.infinispan.stream.impl.spliterators
A Spliterator using the provided iterator for supplying values.
IteratorAsSpliterator.Builder<T> - Class in org.infinispan.stream.impl.spliterators
 
iteratorIncludingExpired() - Method in interface org.infinispan.container.DataContainer
Same as DataContainer.iterator() except that is also returns expired entries.
iteratorIncludingExpired() - Method in class org.infinispan.container.DefaultDataContainer
 
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
 
iteratorOperation - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
iterators - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever.PartitionListener
 
Itr(int) - Constructor for class org.infinispan.iteration.impl.LocalEntryRetriever.Itr
 
ItrQueuerHandler(LocalEntryRetriever<K, V>.Itr<C>) - Constructor for class org.infinispan.iteration.impl.LocalEntryRetriever.ItrQueuerHandler
 

J

JavaLog - Interface in org.infinispan.server.core.logging
Log abstraction for the server core module.
JavaLog - Interface in org.infinispan.server.memcached.logging
Log abstraction for the Memcached server module.
JavaLog_$logger - Class in org.infinispan.server.core.logging
Warning this class consists of generated code.
JavaLog_$logger(Logger) - Constructor for class org.infinispan.server.core.logging.JavaLog_$logger
 
JavaLog_$logger - Class in org.infinispan.server.memcached.logging
Warning this class consists of generated code.
JavaLog_$logger(Logger) - Constructor for class org.infinispan.server.memcached.logging.JavaLog_$logger
 
JavaSerializationMarshaller - Class in org.infinispan.commons.marshall
Standard Java serialization marshaller.
JavaSerializationMarshaller() - Constructor for class org.infinispan.commons.marshall.JavaSerializationMarshaller
 
JBossExternalizerAdapter - Class in org.infinispan.commons.marshall.jboss
 
JBossExternalizerAdapter(Externalizer<?>) - Constructor for class org.infinispan.commons.marshall.jboss.JBossExternalizerAdapter
 
JBossMarshaller - Class in org.infinispan.marshall.core
A JBoss Marshalling based marshaller that is oriented at internal, embedded, Infinispan usage.
JBossMarshaller() - Constructor for class org.infinispan.marshall.core.JBossMarshaller
 
JBossMarshaller(ExternalizerTable, Configuration, InvocationContextContainer, GlobalConfiguration) - Constructor for class org.infinispan.marshall.core.JBossMarshaller
 
JBossMarshaller.EmbeddedContextClassResolver - Class in org.infinispan.marshall.core
An embedded context class resolver that is able to retrieve a class loader from the embedded Infinispan call context.
JBossMarshallerFactory - Class in org.infinispan.commons.marshall.jboss
A JBoss Marshalling factory class for retrieving marshaller/unmarshaller instances.
JBossMarshallerFactory() - Constructor for class org.infinispan.commons.marshall.jboss.JBossMarshallerFactory
 
JBossMBeanServerLookup - Class in org.infinispan.jmx
MBeanServer lookup implementation to locate the JBoss MBeanServer.
JBossMBeanServerLookup() - Constructor for class org.infinispan.jmx.JBossMBeanServerLookup
 
JBossStandaloneJTAManagerLookup - Class in org.infinispan.transaction.lookup
JTA standalone TM lookup.
JBossStandaloneJTAManagerLookup() - Constructor for class org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup
 
jcache - Variable in class org.infinispan.jcache.AbstractJCacheListenerAdapter
 
JCache<K,V> - Class in org.infinispan.jcache.embedded
Infinispan's implementation of Cache interface.
JCache(AdvancedCache<K, V>, CacheManager, ConfigurationAdapter<K, V>) - Constructor for class org.infinispan.jcache.embedded.JCache
 
JCache<K,V> - Class in org.infinispan.jcache.remote
 
JCache(RemoteCache<K, V>, RemoteCache<K, V>, CacheManager, ConfigurationAdapter<K, V>) - Constructor for class org.infinispan.jcache.remote.JCache
 
JCacheEntry<K,V> - Class in org.infinispan.jcache
Infinispan implementation of javax.cache.Cache.Entry.
JCacheEntry(K, V) - Constructor for class org.infinispan.jcache.JCacheEntry
 
JCacheEventFilteringIterable<K,V> - Class in org.infinispan.jcache
An adapter to provide Iterables over Cache Entries, those of which are filtered using a CacheEntryEventFilter.
JCacheEventFilteringIterable(Iterable<CacheEntryEvent<? extends K, ? extends V>>, CacheEntryEventFilter<? super K, ? super V>) - Constructor for class org.infinispan.jcache.JCacheEventFilteringIterable
JCacheEventFilteringIterator<K,V> - Class in org.infinispan.jcache
A adapter to Iterators to allow filtering of CacheEntryEvents
JCacheEventFilteringIterator(Iterator<CacheEntryEvent<? extends K, ? extends V>>, CacheEntryEventFilter<? super K, ? super V>) - Constructor for class org.infinispan.jcache.JCacheEventFilteringIterator
JCacheInternalMetadata - Class in org.infinispan.jcache.embedded
Metadata for entries stored via JCache API
JCacheInternalMetadata(long, long) - Constructor for class org.infinispan.jcache.embedded.JCacheInternalMetadata
 
JCacheListenerAdapter<K,V> - Class in org.infinispan.jcache.embedded
Adapts Infinispan notification mechanism to JSR 107 requirements.
JCacheListenerAdapter(AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Constructor for class org.infinispan.jcache.embedded.JCacheListenerAdapter
 
JCacheListenerAdapter<K,V> - Class in org.infinispan.jcache.remote
 
JCacheListenerAdapter(AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Constructor for class org.infinispan.jcache.remote.JCacheListenerAdapter
 
jcacheLoader - Variable in class org.infinispan.jcache.AbstractJCache
 
JCacheLoaderAdapter<K,V> - Class in org.infinispan.jcache.embedded
 
JCacheLoaderAdapter() - Constructor for class org.infinispan.jcache.embedded.JCacheLoaderAdapter
 
JCacheManager - Class in org.infinispan.jcache.embedded
Infinispan's implementation of CacheManager.
JCacheManager(URI, ClassLoader, CachingProvider, Properties) - Constructor for class org.infinispan.jcache.embedded.JCacheManager
Create a new InfinispanCacheManager given a cache name and a ClassLoader.
JCacheManager(URI, EmbeddedCacheManager, CachingProvider) - Constructor for class org.infinispan.jcache.embedded.JCacheManager
 
JCacheManager - Class in org.infinispan.jcache.remote
 
JCacheManager(URI, ClassLoader, CachingProvider, Properties) - Constructor for class org.infinispan.jcache.remote.JCacheManager
 
JCacheNotifier<K,V> - Class in org.infinispan.jcache.embedded
 
JCacheNotifier() - Constructor for class org.infinispan.jcache.embedded.JCacheNotifier
 
JCacheNotifier<K,V> - Class in org.infinispan.jcache.remote
 
JCacheNotifier() - Constructor for class org.infinispan.jcache.remote.JCacheNotifier
 
jcacheWriter - Variable in class org.infinispan.jcache.AbstractJCache
 
JCacheWriterAdapter<K,V> - Class in org.infinispan.jcache.embedded
 
JCacheWriterAdapter() - Constructor for class org.infinispan.jcache.embedded.JCacheWriterAdapter
 
JCacheWriterAdapterConfiguration - Class in org.infinispan.jcache.embedded
 
JCacheWriterAdapterConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties) - Constructor for class org.infinispan.jcache.embedded.JCacheWriterAdapterConfiguration
 
JCacheWriterAdapterConfigurationBuilder - Class in org.infinispan.jcache.embedded
 
JCacheWriterAdapterConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.jcache.embedded.JCacheWriterAdapterConfigurationBuilder
 
JCachingProvider - Class in org.infinispan.jcache.embedded
Infinispan's SPI hook up to CachingProvider.
JCachingProvider() - Constructor for class org.infinispan.jcache.embedded.JCachingProvider
 
JCachingProvider - Class in org.infinispan.jcache.remote
Infinispan's SPI hook up to CachingProvider for the client-server mode.
JCachingProvider() - Constructor for class org.infinispan.jcache.remote.JCachingProvider
 
JdbcBinaryStore - Class in org.infinispan.persistence.jdbc.binary
AdvancedLoadWriteStore implementation that will store all the buckets as rows in database, each row corresponding to a bucket.
JdbcBinaryStore() - Constructor for class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
JdbcBinaryStoreConfiguration - Class in org.infinispan.persistence.jdbc.configuration
 
JdbcBinaryStoreConfiguration(AttributeSet, AsyncStoreConfiguration, SingletonStoreConfiguration, ConnectionFactoryConfiguration, TableManipulationConfiguration) - Constructor for class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfiguration
 
JdbcBinaryStoreConfigurationBuilder - Class in org.infinispan.persistence.jdbc.configuration
 
JdbcBinaryStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
 
JdbcBinaryStoreConfigurationBuilder.BinaryTableManipulationConfigurationBuilder - Class in org.infinispan.persistence.jdbc.configuration
 
JdbcMixedStore - Class in org.infinispan.persistence.jdbc.mixed
Cache store that combines functionality of JdbcBinaryStore and JdbcStringBasedStore.
JdbcMixedStore() - Constructor for class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
JdbcMixedStoreConfiguration - Class in org.infinispan.persistence.jdbc.configuration
JdbcMixedStoreConfiguration.
JdbcMixedStoreConfiguration(AttributeSet, AsyncStoreConfiguration, SingletonStoreConfiguration, ConnectionFactoryConfiguration, TableManipulationConfiguration, TableManipulationConfiguration) - Constructor for class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
 
JdbcMixedStoreConfigurationBuilder - Class in org.infinispan.persistence.jdbc.configuration
JdbcMixedCacheStoreConfigurationBuilder.
JdbcMixedStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
 
JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder - Class in org.infinispan.persistence.jdbc.configuration
 
JdbcMixedStoreConfigurationChildBuilder<S extends AbstractJdbcStoreConfigurationBuilder<?,S>> - Interface in org.infinispan.persistence.jdbc.configuration
 
JdbcStoreConfigurationChildBuilder<S extends AbstractJdbcStoreConfigurationBuilder<?,S>> - Interface in org.infinispan.persistence.jdbc.configuration
JdbcStoreConfigurationChildBuilder.
JdbcStoreConfigurationParser72 - Class in org.infinispan.persistence.jdbc.configuration
JDBC cache store configuration parser.
JdbcStoreConfigurationParser72() - Constructor for class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser72
 
JdbcStoreConfigurationParser80 - Class in org.infinispan.persistence.jdbc.configuration
JDBC cache store configuration parser.
JdbcStoreConfigurationParser80() - Constructor for class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser80
 
JdbcStringBasedStore - 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, SingletonStoreConfiguration, 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
 
JdbcUtil - Class in org.infinispan.persistence.jdbc
Contains common methods used by JDBC CacheStores.
JdbcUtil() - Constructor for class org.infinispan.persistence.jdbc.JdbcUtil
 
JDK_SETS - Static variable in interface org.infinispan.marshall.core.Ids
 
JGROUPS_ADDRESS - Static variable in interface org.infinispan.marshall.core.Ids
 
JGROUPS_TOPOLOGY_AWARE_ADDRESS - Static variable in interface org.infinispan.marshall.core.Ids
 
JGroupsAddress - Class in org.infinispan.remoting.transport.jgroups
An encapsulation of a JGroups Address
JGroupsAddress(Address) - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsAddress
 
JGroupsAddress.Externalizer - Class in org.infinispan.remoting.transport.jgroups
 
JGroupsAddressCache - Class in org.infinispan.remoting.transport.jgroups
Cache JGroupsAddress instances
JGroupsAddressCache() - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsAddressCache
 
JGroupsBackupResponse - Class in org.infinispan.remoting.transport.jgroups
 
JGroupsBackupResponse(Map<XSiteBackup, Future<Object>>, TimeService) - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
 
JGroupsChannelLookup - Interface in org.infinispan.remoting.transport.jgroups
A hook to pass in a JGroups channel.
jgroupsConfigurationNotFound(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
jgroupsConfigurationNotFound(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
jgroupsConfigurationNotFound(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
jgroupsConfigurationNotFound(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
jgroupsConfigurationNotFound(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
jgroupsConfigurationNotFound(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
jgroupsConfigurationNotFound(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
jgroupsConfigurationNotFound(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
jgroupsConfigurationNotFound(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
jgroupsConfigurationNotFound(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
jgroupsConfigurationNotFound(String) - Method in interface org.infinispan.util.logging.Log
 
jgroupsConfigurationNotFound(String) - Method in class org.infinispan.util.logging.Log_$logger
 
jgroupsConfigurationNotFound$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
jgroupsConfigurationNotFound$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
jgroupsConfigurationNotFound$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
jgroupsConfigurationNotFound$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
jgroupsConfigurationNotFound$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
jgroupsConfigurationNotFound$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
jgroupsConfigurationNotFound$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
jgroupsConfigurationNotFound$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
jgroupsConfigurationNotFound$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
jgroupsConfigurationNotFound$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
jgroupsConfigurationNotFound$str() - Method in class org.infinispan.util.logging.Log_$logger
 
JGroupsResponseFilterAdapter - Class in org.infinispan.remoting.transport.jgroups
Acts as a bridge between JGroups RspFilter and ResponseFilter.
JGroupsResponseFilterAdapter(ResponseFilter) - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsResponseFilterAdapter
Creates an instance of the adapter
JGroupsTopologyAwareAddress - Class in org.infinispan.remoting.transport.jgroups
An encapsulation of a JGroups Address
JGroupsTopologyAwareAddress(ExtendedUUID) - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
 
JGroupsTopologyAwareAddress.Externalizer - Class in org.infinispan.remoting.transport.jgroups
 
JGroupsTransport - Class in org.infinispan.remoting.transport.jgroups
An encapsulation of a JGroups transport.
JGroupsTransport(Channel) - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsTransport
This form is used when the transport is created by an external source and passed in to the GlobalConfiguration.
JGroupsTransport() - Constructor for class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
JMX_DOMAIN - Static variable in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
 
JmxAttributeMetadata - Class in org.infinispan.factories.components
Persistable and cacheable metadata for JMX attributes
JmxAttributeMetadata(Field) - Constructor for class org.infinispan.factories.components.JmxAttributeMetadata
 
JmxAttributeMetadata(Method) - Constructor for class org.infinispan.factories.components.JmxAttributeMetadata
 
JMXConnection - Class in org.infinispan.cli.connection.jmx
 
JMXConnection(JMXUrl) - Constructor for class org.infinispan.cli.connection.jmx.JMXConnection
 
jmxDomain(String) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
If JMX statistics are enabled then all 'published' JMX objects will appear under this name.
JmxDomainConflictException - Exception in org.infinispan.jmx
 
JmxDomainConflictException(String) - Constructor for exception org.infinispan.jmx.JmxDomainConflictException
 
jmxMBeanAlreadyRegistered(String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
jmxMBeanAlreadyRegistered(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
jmxMBeanAlreadyRegistered(String, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
jmxMBeanAlreadyRegistered(String, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
jmxMBeanAlreadyRegistered(String, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
jmxMBeanAlreadyRegistered(String, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
jmxMBeanAlreadyRegistered(String, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
jmxMBeanAlreadyRegistered(String, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
jmxMBeanAlreadyRegistered(String, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
jmxMBeanAlreadyRegistered(String, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
jmxMBeanAlreadyRegistered(String, String) - Method in interface org.infinispan.util.logging.Log
 
jmxMBeanAlreadyRegistered(String, String) - Method in class org.infinispan.util.logging.Log_$logger
 
jmxMBeanAlreadyRegistered$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
jmxMBeanAlreadyRegistered$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
jmxMBeanAlreadyRegistered$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
jmxMBeanAlreadyRegistered$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
jmxMBeanAlreadyRegistered$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
jmxMBeanAlreadyRegistered$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
jmxMBeanAlreadyRegistered$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
jmxMBeanAlreadyRegistered$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
jmxMBeanAlreadyRegistered$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
jmxMBeanAlreadyRegistered$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
jmxMBeanAlreadyRegistered$str() - Method in class org.infinispan.util.logging.Log_$logger
 
JmxOperationMetadata - Class in org.infinispan.factories.components
Persistable and cacheable metadata for JMX operations
JmxOperationMetadata(Method) - Constructor for class org.infinispan.factories.components.JmxOperationMetadata
 
JmxOperationParameter - Class in org.infinispan.factories.components
JmxOperationParameter stores metadata information about MBean operation parameters which is then used at runtime to build the relevant MBeanParameterInfo
JmxOperationParameter(String, String, String) - Constructor for class org.infinispan.factories.components.JmxOperationParameter
 
jmxRegistrationFailed() - Method in interface org.infinispan.cli.interpreter.logging.Log
 
jmxRegistrationFailed() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
jmxRegistrationFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
JMXRemotingUrl - Class in org.infinispan.cli.connection.jmx.remoting
 
JMXRemotingUrl(String) - Constructor for class org.infinispan.cli.connection.jmx.remoting.JMXRemotingUrl
 
JMXRMIConnector - Class in org.infinispan.cli.connection.jmx.rmi
 
JMXRMIConnector() - Constructor for class org.infinispan.cli.connection.jmx.rmi.JMXRMIConnector
 
JMXRMIUrl - Class in org.infinispan.cli.connection.jmx.rmi
 
JMXRMIUrl(String) - Constructor for class org.infinispan.cli.connection.jmx.rmi.JMXRMIUrl
 
jmxStatistics() - Method in class org.infinispan.configuration.cache.Configuration
 
jmxStatistics() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
jmxStatistics() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
 
JMXStatisticsConfiguration - Class in org.infinispan.configuration.cache
Determines whether statistics are gather and reported.
JMXStatisticsConfigurationBuilder - Class in org.infinispan.configuration.cache
Determines whether statistics are gather and reported.
JmxStatisticsExposer - Interface in org.infinispan.jmx
Interface containing common cache management operations
JmxStatsCommandInterceptor - Class in org.infinispan.interceptors.base
Deprecated.
Since 8.2, no longer public API.
JmxStatsCommandInterceptor() - Constructor for class org.infinispan.interceptors.base.JmxStatsCommandInterceptor
Deprecated.
 
jmxUnregistrationFailed() - Method in interface org.infinispan.cli.interpreter.logging.Log
 
jmxUnregistrationFailed() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
jmxUnregistrationFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
JMXUrl - Interface in org.infinispan.cli.connection.jmx
 
JmxUtil - Class in org.infinispan.jmx
Class containing JMX related utility methods.
JmxUtil() - Constructor for class org.infinispan.jmx.JmxUtil
 
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
 
join(String, CacheJoinInfo, CacheTopologyHandler, PartitionHandlingManager) - Method in interface org.infinispan.topology.LocalTopologyManager
Forwards the join request to the coordinator.
join(String, CacheJoinInfo, CacheTopologyHandler, PartitionHandlingManager) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
join(String, CacheJoinInfo, CacheTopologyHandler, PartitionHandlingManager) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
joinRehashAborted(Address, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
joinRehashAborted(Address, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
joinRehashAborted(Address, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
joinRehashAborted(Address, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
joinRehashAborted(Address, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
joinRehashAborted(Address, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
joinRehashAborted(Address, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
joinRehashAborted(Address, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
joinRehashAborted(Address, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
joinRehashAborted(Address, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
joinRehashAborted(Address, String) - Method in interface org.infinispan.util.logging.Log
 
joinRehashAborted(Address, String) - Method in class org.infinispan.util.logging.Log_$logger
 
joinRehashAborted$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
joinRehashAborted$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
joinRehashAborted$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
joinRehashAborted$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
joinRehashAborted$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
joinRehashAborted$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
joinRehashAborted$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
joinRehashAborted$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
joinRehashAborted$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
joinRehashAborted$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
joinRehashAborted$str() - Method in class org.infinispan.util.logging.Log_$logger
 
joinRehashCompleted(Address, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
joinRehashCompleted(Address, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
joinRehashCompleted(Address, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
joinRehashCompleted(Address, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
joinRehashCompleted(Address, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
joinRehashCompleted(Address, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
joinRehashCompleted(Address, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
joinRehashCompleted(Address, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
joinRehashCompleted(Address, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
joinRehashCompleted(Address, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
joinRehashCompleted(Address, String) - Method in interface org.infinispan.util.logging.Log
 
joinRehashCompleted(Address, String) - Method in class org.infinispan.util.logging.Log_$logger
 
joinRehashCompleted$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
joinRehashCompleted$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
joinRehashCompleted$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
joinRehashCompleted$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
joinRehashCompleted$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
joinRehashCompleted$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
joinRehashCompleted$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
joinRehashCompleted$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
joinRehashCompleted$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
joinRehashCompleted$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
joinRehashCompleted$str() - Method in class org.infinispan.util.logging.Log_$logger
 
jpaQuery - Variable in class org.infinispan.query.dsl.impl.BaseQuery
 
JPAQueryGenerator - Class in org.infinispan.query.dsl.impl
Generates a JPA query to satisfy the condition created with the builder.
JPAQueryGenerator() - Constructor for class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
JpaStore - Class in org.infinispan.persistence.jpa
 
JpaStore() - Constructor for class org.infinispan.persistence.jpa.JpaStore
 
JpaStoreConfiguration - Class in org.infinispan.persistence.jpa.configuration
 
JpaStoreConfiguration(AttributeSet, AsyncStoreConfiguration, SingletonStoreConfiguration) - 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
 
JpaStoreConfigurationParser72 - Class in org.infinispan.persistence.jpa.configuration
 
JpaStoreConfigurationParser72() - Constructor for class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationParser72
 
JpaStoreConfigurationParser80 - Class in org.infinispan.persistence.jpa.configuration
 
JpaStoreConfigurationParser80() - Constructor for class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationParser80
 
JpaStoreException - Exception in org.infinispan.persistence.jpa
 
JpaStoreException() - Constructor for exception org.infinispan.persistence.jpa.JpaStoreException
 
JpaStoreException(String, Throwable) - Constructor for exception org.infinispan.persistence.jpa.JpaStoreException
 
JpaStoreException(String) - Constructor for exception org.infinispan.persistence.jpa.JpaStoreException
 
JpaStoreException(Throwable) - Constructor for exception org.infinispan.persistence.jpa.JpaStoreException
 
JpaStoreLifecycleManager - Class in org.infinispan.persistence.jpa.impl
 
JpaStoreLifecycleManager() - Constructor for class org.infinispan.persistence.jpa.impl.JpaStoreLifecycleManager
 
jsonArray() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
jsonArray_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.jsonArray_return
 
JsonConversionException - Exception in org.infinispan.server.websocket.json
Occurs if there is a problem while converting from String to JSON.
JsonConversionException(String, Throwable) - Constructor for exception org.infinispan.server.websocket.json.JsonConversionException
 
jsonLiteral() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
jsonLiteral_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.jsonLiteral_return
 
JsonObject - Class in org.infinispan.server.websocket.json
Json Object implementation.
jsonPair() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
jsonPair_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.jsonPair_return
 
JsonResult - Class in org.infinispan.cli.interpreter.result
JsonResult.
JsonResult(Object) - Constructor for class org.infinispan.cli.interpreter.result.JsonResult
 
jsonString() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
jsonString_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.jsonString_return
 
jsonValue() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
jsonValue_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.jsonValue_return
 
JStoreAdapterConfiguration - Class in org.infinispan.jcache.embedded
 
JStoreAdapterConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties) - Constructor for class org.infinispan.jcache.embedded.JStoreAdapterConfiguration
 
JStoreAdapterConfigurationBuilder - Class in org.infinispan.jcache.embedded
 
JStoreAdapterConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.jcache.embedded.JStoreAdapterConfigurationBuilder
 

K

keepAlive() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
keepingDegradedModeAfterMergeDataLost(Collection<Address>, Collection<Address>, Collection<Address>) - Method in interface org.infinispan.util.logging.events.Messages
 
keepingDegradedModeAfterMergeDataLost(Collection, Collection, Collection) - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
keepingDegradedModeAfterMergeDataLost$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
keepingDegradedModeAfterMergeMinorityPartition(Collection<Address>, Collection<Address>, Collection<Address>) - Method in interface org.infinispan.util.logging.events.Messages
 
keepingDegradedModeAfterMergeMinorityPartition(Collection, Collection, Collection) - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
keepingDegradedModeAfterMergeMinorityPartition$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
key - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.keyIdentifier_return
 
key - Variable in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation
 
key - Variable in class org.infinispan.commands.read.AbstractDataCommand
 
key() - Method in interface org.infinispan.commons.api.functional.EntryView.ReadEntryView
Key of the read-only entry view.
key - Variable in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
key - Variable in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
key - Variable in class org.infinispan.container.entries.ReadCommittedEntry
 
key - Variable in class org.infinispan.jcache.JCacheEntry
 
key - Variable in class org.infinispan.registry.ScopedKey
Deprecated.
 
KEY - Static variable in interface org.infinispan.server.websocket.OpHandler
 
key() - Method in class org.infinispan.xsite.statetransfer.XSiteState
 
key2StringMapper() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
 
key2StringMapper(String) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
The class name of a Key2StringMapper to use for mapping keys to strings suitable for storage in a database table.
key2StringMapper(Class<? extends Key2StringMapper>) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
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.JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder
 
key2StringMapper(Class<? extends Key2StringMapper>) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder
 
key2StringMapper(String) - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationChildBuilder
The class name of a Key2StringMapper to use for mapping keys to strings suitable for storage in a database table.
key2StringMapper(Class<? extends Key2StringMapper>) - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationChildBuilder
The class of a Key2StringMapper to use for mapping keys to strings suitable for storage in a database table.
key2StringMapper() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
 
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.
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 - Interface in org.infinispan.persistence.keymappers
Defines the logic of mapping a key object to a String.
KEY_DOES_NOT_EXIST_STATUS - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
KEY_EQUIVALENCE - Static variable in class org.infinispan.configuration.cache.DataContainerConfiguration
 
KEY_FILTER_AS_CACHE_EVENT_FILTER - Static variable in interface org.infinispan.marshall.core.Ids
 
KEY_FILTER_AS_KEY_VALUE_FILTER - Static variable in interface org.infinispan.marshall.core.Ids
 
KEY_PARTITIONER - Static variable in class org.infinispan.configuration.cache.HashConfiguration
 
KEY_SIZE_ESTIMATE - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
KEY_STORE_FILE_NAME - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
KEY_STORE_PASSWORD - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
KEY_VALUE_FILTER_AS_CACHE_EVENT_FILTER - Static variable in interface org.infinispan.marshall.core.Ids
 
KEY_VALUE_FILTER_AS_KEY_FILTER - Static variable in interface org.infinispan.marshall.core.Ids
 
KEY_VALUE_PAIR_ID - Static variable in interface org.infinispan.marshall.core.Ids
 
keyAffected() - Method in class org.infinispan.atomic.impl.ClearOperation
 
keyAffected() - Method in class org.infinispan.atomic.impl.Operation
 
keyAffected() - Method in class org.infinispan.atomic.impl.PutOperation
 
keyAffected() - Method in class org.infinispan.atomic.impl.RemoveOperation
 
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
 
KeyAffinityServiceImpl<K> - Class in org.infinispan.affinity.impl
Implementation of KeyAffinityService.
KeyAffinityServiceImpl(Executor, Cache<? extends K, ?>, KeyGenerator<? extends K>, int, Collection<Address>, boolean) - Constructor for class org.infinispan.affinity.impl.KeyAffinityServiceImpl
 
KeyAffinityServiceImpl<K> - Class in org.infinispan.affinity
Deprecated.
Extend from KeyAffinityServiceImpl instead. This class will be removed in the future.
KeyAffinityServiceImpl(Executor, Cache<? extends K, ?>, KeyGenerator<? extends K>, int, Collection<Address>, boolean) - Constructor for class org.infinispan.affinity.KeyAffinityServiceImpl
Deprecated.
 
keyAllowed(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
 
KeyAwareLockListener - Interface in org.infinispan.util.concurrent.locks
A listener for KeyAwareLockPromise.
KeyAwareLockPromise - Interface in org.infinispan.util.concurrent.locks
An extension of LockPromise that contains a key associated to the lock.
keyBytes - Variable in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation
 
KeyData - Class in org.infinispan.cli.interpreter.statement
 
KeyData(String, Object) - Constructor for class org.infinispan.cli.interpreter.statement.KeyData
 
KeyData(Object) - Constructor for class org.infinispan.cli.interpreter.statement.KeyData
 
keyDecodingFailed(Exception, String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
keyDecodingFailed(Exception, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
keyDecodingFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
keyDoesNotMapToLocalNode(Object, Collection) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
keyDoesNotMapToLocalNode(Object, Collection) - Method in class org.infinispan.lucene.logging.Log_$logger
 
keyDoesNotMapToLocalNode(Object, Collection) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
keyDoesNotMapToLocalNode(Object, Collection) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
keyDoesNotMapToLocalNode(Object, Collection) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
keyDoesNotMapToLocalNode(Object, Collection) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
keyDoesNotMapToLocalNode(Object, Collection) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
keyDoesNotMapToLocalNode(Object, Collection) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
keyDoesNotMapToLocalNode(Object, Collection) - Method in class org.infinispan.stats.logging.Log_$logger
 
keyDoesNotMapToLocalNode(Object, Collection) - Method in class org.infinispan.tree.logging.Log_$logger
 
keyDoesNotMapToLocalNode(Object, Collection<Address>) - Method in interface org.infinispan.util.logging.Log
 
keyDoesNotMapToLocalNode(Object, Collection) - Method in class org.infinispan.util.logging.Log_$logger
 
keyDoesNotMapToLocalNode$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
keyDoesNotMapToLocalNode$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
keyDoesNotMapToLocalNode$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
keyDoesNotMapToLocalNode$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
keyDoesNotMapToLocalNode$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
keyDoesNotMapToLocalNode$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
keyDoesNotMapToLocalNode$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
keyDoesNotMapToLocalNode$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
keyDoesNotMapToLocalNode$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
keyDoesNotMapToLocalNode$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
keyDoesNotMapToLocalNode$str() - Method in class org.infinispan.util.logging.Log_$logger
 
keyEncodingFailed(Exception, String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
keyEncodingFailed(Exception, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
keyEncodingFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
keyEq - Variable in class org.infinispan.context.AbstractInvocationContextFactory
 
keyEquivalence() - Method in class org.infinispan.configuration.cache.DataContainerConfiguration
 
keyEquivalence(Equivalence<K>) - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
Set the Equivalence instance to use to compare keys stored in data container.
keyEquivalence - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever
 
keyEquivalence - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
keyEquivalence - Variable in class org.infinispan.transaction.impl.AbstractCacheTransaction
Equivalence function to compare keys that are stored in temporary collections used in the cache transaction to keep track of locked keys, looked up keys...etc.
KeyFilter<K> - Interface in org.infinispan.filter
A filter for keys.
KeyFilterAsCacheEventFilter<K> - Class in org.infinispan.notifications.cachelistener.filter
CacheEventFilter that implements it's filtering solely on the use of the provided KeyFilter
KeyFilterAsCacheEventFilter(KeyFilter<? super K>) - Constructor for class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter
 
KeyFilterAsCacheEventFilter.Externalizer - Class in org.infinispan.notifications.cachelistener.filter
 
KeyFilterAsKeyValueFilter<K,V> - Class in org.infinispan.filter
KeyValueFilter that implements it's filtering solely on the use of the provided KeyFilter
KeyFilterAsKeyValueFilter(KeyFilter<? super K>) - Constructor for class org.infinispan.filter.KeyFilterAsKeyValueFilter
 
KeyFilterAsKeyValueFilter.Externalizer - Class in org.infinispan.filter
 
KeyGenerator<K> - Interface in org.infinispan.affinity
Used for generating keys; used by KeyAffinityService to generate the affinity keys.
keyIdentifier() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
keyIdentifier_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.keyIdentifier_return
 
KeyListener(String, GroupManager, InternalEntryFactory) - Constructor for class org.infinispan.interceptors.GroupingInterceptor.KeyListener
Deprecated.
 
keyMappperUnexpectedStringFormat(String) - Method in interface org.infinispan.lucene.logging.Log
 
keyMappperUnexpectedStringFormat(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
keyMappperUnexpectedStringFormat$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
keyMigrationFailed(String, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
keyMigrationFailed(String, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
keyMigrationFailed(String, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
keyMigrationFailed(String, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
keyMigrationFailed(String, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
keyMigrationFailed(String, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
keyMigrationFailed(String, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
keyMigrationFailed(String, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
keyMigrationFailed(String, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
keyMigrationFailed(String, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
keyMigrationFailed(String, Throwable) - Method in interface org.infinispan.util.logging.Log
 
keyMigrationFailed(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
keyMigrationFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
keyMigrationFailed$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
keyMigrationFailed$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
keyMigrationFailed$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
keyMigrationFailed$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
keyMigrationFailed$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
keyMigrationFailed$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
keyMigrationFailed$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
keyMigrationFailed$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
keyMigrationFailed$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
keyMigrationFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
 
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.
KeyPartitionerFactory - Class in org.infinispan.distribution.ch.impl
Key partitioner factory that uses the hash function defined in the configuration.
KeyPartitionerFactory() - Constructor for class org.infinispan.distribution.ch.impl.KeyPartitionerFactory
 
keyRead(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
keyRead(Object) - Method in class org.infinispan.transaction.impl.LocalTransaction
 
keyRead(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
keys - Variable in class org.infinispan.client.hotrod.impl.operations.GetAllOperation
 
keys - Variable in class org.infinispan.commands.write.InvalidateCommand
 
keys() - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadOnlyMap
Provides a Traversable that allows clients to navigate all cached keys.
keys() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns an enumeration of the keys in this table.
keys() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns an enumeration of the keys in this table.
keys() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns an enumeration of the keys in this table.
keys - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
keys() - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
 
keys(S) - Method in interface org.infinispan.registry.ClusterRegistry
Deprecated.
 
keys(S) - Method in class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
keys() - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Returns an enumeration of the keys in this table.
keySet() - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
keySet() - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
keySet() - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
keySet() - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
keySet() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
keySet() - Method in class org.infinispan.cache.impl.CacheImpl
 
keySet() - Method in class org.infinispan.cache.impl.DecoratedCache
 
keySet() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
KeySet() - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
 
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 class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
keySet() - Method in interface org.infinispan.client.hotrod.RemoteCache
Returns all keys in the remote server.
keySet() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
keySet - Variable in class org.infinispan.commons.util.AbstractMap
 
keySet() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a Set view of the keys contained in this map.
keySet(V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a Set view of the keys in this map, using the given common mapped value for any additions (i.e., Collection.add(E) and Collection.addAll(Collection)).
keySet() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a Set view of the keys contained in this map.
keySet(V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a Set view of the keys in this map, using the given common mapped value for any additions (i.e., Collection.add(E) and Collection.addAll(Collection)).
keySet() - Method in class org.infinispan.commons.util.FastCopyHashMap
 
KeySet() - Constructor for class org.infinispan.commons.util.FastCopyHashMap.KeySet
 
keySet() - Method in interface org.infinispan.container.DataContainer
Returns a set of keys in the container.
keySet() - Method in class org.infinispan.container.DefaultDataContainer
 
keySet() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
 
keySet() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
keySet() - Method in class org.infinispan.server.websocket.json.JsonObject
 
keySet() - Method in class org.infinispan.util.AbstractDelegatingMap
 
keySet() - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Returns a Set view of the keys contained in this map.
KeySetCommand<K,V> - Class in org.infinispan.commands.read
Command implementation for Map.keySet() functionality.
KeySetCommand(Cache<K, V>, Set<Flag>) - Constructor for class org.infinispan.commands.read.KeySetCommand
 
keySizeEstimate(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
keySizeEstimate() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
keySizeEstimate(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
keySizeEstimate(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
This hint allows sizing of byte buffers when serializing and deserializing keys, to minimize array resizing.
keySizeEstimate(int) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
keySizeEstimate() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
keySizeEstimate(int) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
keySizeEstimate(int) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
The class name of the driver used for connecting to the database.
keysToExecutionNodes(DistributedTaskExecutionPolicy, K...) - Method in class org.infinispan.distexec.DefaultExecutorService
 
keysToFilter - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
keysToFilter - Variable in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
keyStoreFileName() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
 
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 a SslConfigurationBuilder.keyStorePassword(char[]).
keyStoreFileName() - Method in class org.infinispan.server.core.configuration.SslConfiguration
 
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 a #keyStorePassword(String).
keyStorePassword() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
 
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) Alternatively specify an array of #keyManagers(KeyManager[])
keyStorePassword() - Method in class org.infinispan.server.core.configuration.SslConfiguration
 
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) Alternatively specify an array of #keyManagers(KeyManager[])
KeyStreamSupplier<K,V> - Class in org.infinispan.stream.impl.local
Stream supplier that is to be used when the underlying stream is composed by key instances.
KeyStreamSupplier(Cache<K, V>, ConsistentHash, Supplier<Stream<K>>) - Constructor for class org.infinispan.stream.impl.local.KeyStreamSupplier
 
KeysValidateFilter - Class in org.infinispan.remoting.responses
Used in Total Order based commit protocol in Distributed Mode

This filter awaits for one valid response for each key to be validated.

KeysValidateFilter(Address, Set<Object>) - Constructor for class org.infinispan.remoting.responses.KeysValidateFilter
 
KeyTracker - Interface in org.infinispan.client.hotrod.impl.iteration
 
KeyTrackingTerminalOperation<K,R,R2> - Interface in org.infinispan.stream.impl
A terminal operation for a CacheStream that allows tracking keys during a rehash event.
KeyTrackingTerminalOperation.IntermediateCollector<C> - Interface in org.infinispan.stream.impl
Collector used to collect items from intermediate responses of operations
KeyValueActionForCacheLoaderTask(BiConsumer<? super K, ? super InternalCacheEntry<K, V>>) - Constructor for class org.infinispan.iteration.impl.LocalEntryRetriever.KeyValueActionForCacheLoaderTask
 
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
 
KeyValueFilterAsKeyFilter<K> - Class in org.infinispan.filter
This is a KeyFilter that utilizes the given KeyValueFilter to determine if to filter the key.
KeyValueFilterAsKeyFilter(KeyValueFilter<? super K, ?>) - Constructor for class org.infinispan.filter.KeyValueFilterAsKeyFilter
 
KeyValueFilterAsKeyFilter.Externalizer - Class in org.infinispan.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.
KeyValueFilterConverterFactory<K,V,C> - Interface in org.infinispan.filter
Factory for KeyValueFilterConverter instances
KeyValuePair<K,V> - Class in org.infinispan.util
Holds logically related key-value pairs or binary tuples.
KeyValuePair(K, V) - Constructor for class org.infinispan.util.KeyValuePair
 
KeyValuePair.Externalizer - Class in org.infinispan.util
 
KeyValueWithPrevious<K,V> - Class in org.infinispan.commons.util
 
KeyValueWithPrevious(K, V, V) - Constructor for class org.infinispan.commons.util.KeyValueWithPrevious
 
KeyValueWithPrevious.KeyValueWithPreviousExternalizer - Class in org.infinispan.commons.util
 
KeyValueWithPreviousExternalizer() - Constructor for class org.infinispan.commons.util.KeyValueWithPrevious.KeyValueWithPreviousExternalizer
 
KeyVisitor<T> - Interface in org.infinispan.lucene
All objects being used as keys to store entries by the Lucene Directory implement IndexScopedKey which enforces visitability with a KeyVisitor.
KnownComponentNames - Class in org.infinispan.factories
Holder for known named component names.
KnownComponentNames() - Constructor for class org.infinispan.factories.KnownComponentNames
 

L

l - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.timeLiteral_return
 
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.
L1InternalCacheEntry - Class in org.infinispan.container.entries
A InternalCacheEntry implementation to store a L1 entry.
L1InternalCacheEntry(Object, Object, long, long) - Constructor for class org.infinispan.container.entries.L1InternalCacheEntry
 
l1InvalidLifespan() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
l1InvalidLifespan() - Method in class org.infinispan.lucene.logging.Log_$logger
 
l1InvalidLifespan() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
l1InvalidLifespan() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
l1InvalidLifespan() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
l1InvalidLifespan() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
l1InvalidLifespan() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
l1InvalidLifespan() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
l1InvalidLifespan() - Method in class org.infinispan.stats.logging.Log_$logger
 
l1InvalidLifespan() - Method in class org.infinispan.tree.logging.Log_$logger
 
l1InvalidLifespan() - Method in interface org.infinispan.util.logging.Log
 
l1InvalidLifespan() - Method in class org.infinispan.util.logging.Log_$logger
 
l1InvalidLifespan$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
l1InvalidLifespan$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
l1InvalidLifespan$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
l1InvalidLifespan$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
l1InvalidLifespan$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
l1InvalidLifespan$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
l1InvalidLifespan$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
l1InvalidLifespan$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
l1InvalidLifespan$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
l1InvalidLifespan$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
l1InvalidLifespan$str() - Method in class org.infinispan.util.logging.Log_$logger
 
L1LastChanceInterceptor - Class in org.infinispan.interceptors.distribution
Deprecated.
Since 8.2, no longer public API.
L1LastChanceInterceptor() - Constructor for class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
Deprecated.
 
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.
l1Manager - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
L1ManagerImpl - Class in org.infinispan.distribution.impl
 
L1ManagerImpl() - Constructor for class org.infinispan.distribution.impl.L1ManagerImpl
 
L1Metadata - Class in org.infinispan.metadata.impl
Metadata implementation that must be passed to the DataContainer.put(Object, Object, org.infinispan.metadata.Metadata) when the entry to store is a L1 entry.
L1Metadata(Metadata) - Constructor for class org.infinispan.metadata.impl.L1Metadata
 
L1MetadataInternalCacheEntry - Class in org.infinispan.container.entries.metadata
A InternalCacheEntry implementation to store a L1 entry.
L1MetadataInternalCacheEntry(Object, Object, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.L1MetadataInternalCacheEntry
 
L1NonTxInterceptor - Class in org.infinispan.interceptors.distribution
Deprecated.
Since 8.2, no longer public API.
L1NonTxInterceptor() - Constructor for class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
l1OnlyForDistributedCache(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
l1OnlyForDistributedCache(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
l1OnlyForDistributedCache(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
l1OnlyForDistributedCache(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
l1OnlyForDistributedCache(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
l1OnlyForDistributedCache(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
l1OnlyForDistributedCache(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
l1OnlyForDistributedCache(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
l1OnlyForDistributedCache(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
l1OnlyForDistributedCache(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
l1OnlyForDistributedCache(String) - Method in interface org.infinispan.util.logging.Log
 
l1OnlyForDistributedCache(String) - Method in class org.infinispan.util.logging.Log_$logger
 
l1OnlyForDistributedCache$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
l1OnlyForDistributedCache$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
l1OnlyForDistributedCache$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
l1OnlyForDistributedCache$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
l1OnlyForDistributedCache$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
l1OnlyForDistributedCache$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
l1OnlyForDistributedCache$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
l1OnlyForDistributedCache$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
l1OnlyForDistributedCache$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
l1OnlyForDistributedCache$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
l1OnlyForDistributedCache$str() - Method in class org.infinispan.util.logging.Log_$logger
 
L1TxInterceptor - Class in org.infinispan.interceptors.distribution
Deprecated.
Since 8.2, no longer public API.
L1TxInterceptor() - Constructor for class org.infinispan.interceptors.distribution.L1TxInterceptor
Deprecated.
 
L1WriteSynchronizer - Class in org.infinispan.interceptors.distribution
A write synchronizer that allows for a single thread to run the L1 update while others can block until it is completed.
L1WriteSynchronizer(DataContainer, long, StateTransferLock, ClusteringDependentLogic) - Constructor for class org.infinispan.interceptors.distribution.L1WriteSynchronizer
 
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
LambdaWithMetasExternalizer() - Constructor for class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
 
last() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
 
lastIndexOf(Object) - Method in class org.infinispan.commons.util.ForwardingList
 
lastIndexOf(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
lastKey() - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
lastModified() - Method in class org.infinispan.io.GridFile
 
lastUsed - Variable in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
lastUsed - Variable in class org.infinispan.container.entries.TransientCacheEntry
 
lastUsed - Variable in class org.infinispan.container.entries.TransientCacheValue
 
lastUsed - Variable in class org.infinispan.container.entries.TransientMortalCacheEntry
 
lastUsed - Variable in class org.infinispan.container.entries.TransientMortalCacheValue
 
lastUsed() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
 
lastUsed() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
 
lastUsed() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
 
lastUsed() - Method in interface org.infinispan.metadata.InternalMetadata
 
launchNewDistTask() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
launderCacheListenerException(CacheListenerException) - Static method in class org.infinispan.jcache.Exceptions
 
launderCacheLoaderException(Exception) - Static method in class org.infinispan.jcache.Exceptions
 
launderCacheWriterException(Exception) - Static method in class org.infinispan.jcache.Exceptions
 
launderEntryProcessorException(Exception) - Static method in class org.infinispan.jcache.Exceptions
 
lazyDeserializationDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
lazyDeserializationDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
lazyDeserializationDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
lazyDeserializationDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
lazyDeserializationDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
lazyDeserializationDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
lazyDeserializationDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
lazyDeserializationDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
lazyDeserializationDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
lazyDeserializationDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
lazyDeserializationDeprecated() - Method in interface org.infinispan.util.logging.Log
 
lazyDeserializationDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
lazyDeserializationDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
lazyDeserializationDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
lazyDeserializationDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
lazyDeserializationDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
lazyDeserializationDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
lazyDeserializationDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
lazyDeserializationDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
lazyDeserializationDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
lazyDeserializationDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
lazyDeserializationDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
lazyDeserializationDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
LazyInitializingBlockingTaskAwareExecutorService - Class in org.infinispan.executors
A delegating executor that lazily constructs and initializes the underlying executor.
LazyInitializingBlockingTaskAwareExecutorService(ThreadPoolExecutorFactory<ExecutorService>, ThreadFactory, TimeService, String) - Constructor for class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
LazyInitializingExecutorService - Class in org.infinispan.executors
A delegating executor that lazily constructs and initializes the underlying executor, since unused JDK executors are expensive.
LazyInitializingExecutorService(ThreadPoolExecutorFactory<ExecutorService>, ThreadFactory) - Constructor for class org.infinispan.executors.LazyInitializingExecutorService
 
LazyInitializingScheduledExecutorService - Class in org.infinispan.executors
A delegating scheduled executor that lazily constructs and initializes the underlying scheduled executor, since unused JDK executors are expensive.
LazyInitializingScheduledExecutorService(ThreadPoolExecutorFactory<ScheduledExecutorService>, ThreadFactory) - Constructor for class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
LeakDescription() - Constructor for class org.infinispan.jcache.logging.Log.LeakDescription
 
LeakDescription(String) - Constructor for class org.infinispan.jcache.logging.Log.LeakDescription
 
leakedCacheManager(Throwable) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
leakedCacheManager(Throwable) - Method in interface org.infinispan.jcache.logging.Log
 
leakedCacheManager(Throwable) - Method in class org.infinispan.jcache.logging.Log_$logger
 
leakedCacheManager(Throwable) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
leakedCacheManager$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
leakedCacheManager$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
leakedCacheManager$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
leave(String) - Method in interface org.infinispan.topology.LocalTopologyManager
Forwards the leave request to the coordinator.
leave(String) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
leave(String) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
left() - Method in class org.infinispan.commons.util.Either
 
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
 
length() - Method in class org.infinispan.lucene.impl.InfinispanIndexInput
 
length() - Method in class org.infinispan.lucene.impl.InfinispanIndexOutput
 
length() - Method in class org.infinispan.lucene.impl.SingleChunkIndexInput
 
LevelDBStore - Class in org.infinispan.persistence.leveldb
 
LevelDBStore() - Constructor for class org.infinispan.persistence.leveldb.LevelDBStore
 
LevelDBStoreConfiguration - Class in org.infinispan.persistence.leveldb.configuration
 
LevelDBStoreConfiguration(AttributeSet, AsyncStoreConfiguration, SingletonStoreConfiguration) - Constructor for class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
 
LevelDBStoreConfiguration.ImplementationType - Enum in org.infinispan.persistence.leveldb.configuration
 
LevelDBStoreConfigurationBuilder - Class in org.infinispan.persistence.leveldb.configuration
 
LevelDBStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
 
LevelDBStoreConfigurationParser72 - Class in org.infinispan.persistence.leveldb.configuration
 
LevelDBStoreConfigurationParser72() - Constructor for class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationParser72
 
LevelDBStoreConfigurationParser80 - Class in org.infinispan.persistence.leveldb.configuration
 
LevelDBStoreConfigurationParser80() - Constructor for class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationParser80
 
Lifecycle - Interface in org.infinispan.commons.api
Lifecycle interface that defines the lifecycle of components
Lifecycle - Interface in org.infinispan.lifecycle
Deprecated.
use Lifecycle instead
LifecycleCallbacks - Class in org.infinispan.cli.interpreter
 
LifecycleCallbacks() - Constructor for class org.infinispan.cli.interpreter.LifecycleCallbacks
 
LifecycleCallbacks - Class in org.infinispan.lucene
Module lifecycle callbacks implementation that enables module specific AdvancedExternalizer implementations to be registered.
LifecycleCallbacks() - Constructor for class org.infinispan.lucene.LifecycleCallbacks
 
LifecycleCallbacks - Class in org.infinispan.persistence.remote
 
LifecycleCallbacks() - Constructor for class org.infinispan.persistence.remote.LifecycleCallbacks
 
LifecycleCallbacks - Class in org.infinispan.tree.impl
Module lifecycle callbacks implementation that enables module specific org.infinispan.marshall.AdvancedExternalizer implementations to be registered.
LifecycleCallbacks() - Constructor for class org.infinispan.tree.impl.LifecycleCallbacks
 
lifespan - Variable in class org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation
 
lifespan - Variable in class org.infinispan.client.hotrod.impl.operations.PutAllOperation
 
lifespan - Variable in class org.infinispan.client.hotrod.impl.operations.PutAllParallelOperation
 
lifespan - Variable in class org.infinispan.commands.write.RemoveExpiredCommand
 
LIFESPAN - Static variable in class org.infinispan.configuration.cache.ExpirationConfiguration
 
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(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, 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 - Static variable in class org.infinispan.configuration.cache.L1Configuration
 
lifespan() - Method in class org.infinispan.configuration.cache.L1Configuration
Maximum lifespan of an entry placed in the L1 cache.
lifespan(long) - 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.configuration.cache.L1ConfigurationBuilder
Maximum lifespan of an entry placed in the L1 cache.
lifespan - Variable in class org.infinispan.container.entries.MortalCacheEntry
 
lifespan - Variable in class org.infinispan.container.entries.MortalCacheValue
 
lifespan - Variable in class org.infinispan.container.entries.TransientMortalCacheEntry
 
lifespan() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
 
lifespan() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
 
lifespan - Variable in class org.infinispan.metadata.EmbeddedMetadata.Builder
 
lifespan(long, TimeUnit) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
 
lifespan(long) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
 
lifespan() - Method in class org.infinispan.metadata.EmbeddedMetadata
 
lifespan() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
 
lifespan() - Method in class org.infinispan.metadata.impl.L1Metadata
 
lifespan(long, TimeUnit) - Method in interface org.infinispan.metadata.Metadata.Builder
Set lifespan time with a given time unit.
lifespan(long) - Method in interface org.infinispan.metadata.Metadata.Builder
Set lifespan time assuming that the time unit is milliseconds.
lifespan() - Method in interface org.infinispan.metadata.Metadata
Returns the lifespan of the cache entry with which this metadata object is associated, in milliseconds.
LifespanExternalizer() - Constructor for class org.infinispan.marshall.exts.MetaParamExternalizers.LifespanExternalizer
 
lifespanTimeUnit - Variable in class org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation
 
lifespanUnit - Variable in class org.infinispan.metadata.EmbeddedMetadata.Builder
 
lifo() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
 
lifo(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
Sets the LIFO status.
LIKE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
LIKE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
like(String) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
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 class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
limit(long) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
limit(long) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
limit(long) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
limit(long) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
limit(long) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
limit(long) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
limit(long) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
limit(long) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
LimitDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
Performs limit operation on a DoubleStream
LimitDoubleOperation(long) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.LimitDoubleOperation
 
LimitIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
Performs limit operation on a IntStream
LimitIntOperation(long) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.LimitIntOperation
 
LimitLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
Performs limit operation on a LongStream
LimitLongOperation(long) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.LimitLongOperation
 
LimitOperation<S> - Class in org.infinispan.stream.impl.intops.object
Performs limit operation on a regular Stream
LimitOperation(long) - Constructor for class org.infinispan.stream.impl.intops.object.LimitOperation
 
LineComment - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
LineComment - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
LINKED_LIST - Static variable in interface org.infinispan.marshall.core.Ids
 
list() - Method in class org.infinispan.client.hotrod.impl.query.RemoteQuery
 
list() - Method in class org.infinispan.io.GridFile
 
list(FilenameFilter) - Method in class org.infinispan.io.GridFile
 
list() - Method in interface org.infinispan.query.dsl.Query
Returns the results of a search as a list.
list(String) - Method in class org.infinispan.security.impl.ClusterRoleMapper
 
LIST_ARRAY - Static variable in interface org.infinispan.marshall.core.Ids
 
listAll() - Method in class org.infinispan.security.impl.ClusterRoleMapper
 
ListArray() - Constructor for class org.infinispan.marshall.exts.ArrayExternalizers.ListArray
 
Listenable - Interface in org.infinispan.notifications
Interface that denotes that the implementation can have listeners attached to it.
listener - Variable in class org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation
 
listener - Variable in class org.infinispan.distexec.DistributedExecutionCompletionService
 
Listener - Annotation Type in org.infinispan.notifications
Class-level annotation used to annotate an object as being a valid cache listener.
listener - Variable in class org.infinispan.stream.impl.PartitionAwareClusterStreamManager
 
Listener.Observation - Enum in org.infinispan.notifications
 
listenerId - Variable in class org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation
 
ListenerInvocation<T> - Interface in org.infinispan.notifications.impl
Defines simple listener invocation.
ListenerInvocationImpl(Object, Method, boolean, ClassLoader, Subject) - Constructor for class org.infinispan.notifications.impl.AbstractListenerImpl.ListenerInvocationImpl
 
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.commons.api.functional.FunctionalMap.ReadWriteMap
Allows to read-write listeners to be registered.
listeners() - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Allows to write-only listeners to be registered.
Listeners - Class in org.infinispan.commons.api.functional
Holder class for functional listener definitions.
listeners() - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
 
listeners() - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
 
Listeners.ReadWriteListeners<K,V> - Interface in org.infinispan.commons.api.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.commons.api.functional
Read-write listener
Listeners.WriteListeners<K,V> - Interface in org.infinispan.commons.api.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.commons.api.functional
Write-only listener.
listenersMap - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl
 
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
 
ListExternalizer - Class in org.infinispan.marshall.exts
List externalizer dealing with ArrayList and LinkedList implementations.
ListExternalizer() - Constructor for class org.infinispan.marshall.exts.ListExternalizer
 
listFilenames() - Method in class org.infinispan.lucene.impl.FileListOperations
 
listFiles() - Method in class org.infinispan.io.GridFile
 
listFiles(FilenameFilter) - Method in class org.infinispan.io.GridFile
 
listFiles(FileFilter) - Method in class org.infinispan.io.GridFile
 
listIterator() - Method in class org.infinispan.commons.util.ForwardingList
 
listIterator(int) - 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.ImmutableListCopy
 
listOfValuesForInCannotBeNulOrEmpty() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
listOfValuesForInCannotBeNulOrEmpty() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
listOfValuesForInCannotBeNulOrEmpty$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
Literal(Set<Annotation>) - Constructor for class org.infinispan.cdi.util.defaultbean.DefaultBeanInformation.Literal
 
literal() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
literal_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.literal_return
 
load() - Method in interface org.infinispan.cli.Config
 
load() - Method in class org.infinispan.cli.shell.ConfigImpl
 
load(Class<T>, ClassLoader...) - Static method in class org.infinispan.commons.util.ServiceFinder
 
load(Object) - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
 
load(Object) - Method in class org.infinispan.lucene.cacheloader.LuceneCacheLoader
 
load(Object) - Method in class org.infinispan.persistence.async.AsyncCacheLoader
 
load(Object) - Method in class org.infinispan.persistence.cli.CLInterfaceLoader
 
load(Object) - Method in class org.infinispan.persistence.cluster.ClusterLoader
 
load(Object) - Method in class org.infinispan.persistence.file.SingleFileStore
 
load(Object) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
load(Object) - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
load(Object) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
load(Object) - Method in class org.infinispan.persistence.jpa.JpaStore
 
load(Object) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
 
load(Object) - Method in class org.infinispan.persistence.remote.RemoteStore
 
load(Object) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
load(Object) - Method in interface org.infinispan.persistence.spi.CacheLoader
Fetches an entry from the storage.
load(Object) - Method in class org.infinispan.persistence.support.DelegatingCacheLoader
 
loadAll(Set<? extends K>, boolean, CompletionListener) - Method in class org.infinispan.jcache.embedded.JCache
 
loadAll(Set<? extends K>, boolean, CompletionListener) - Method in class org.infinispan.jcache.remote.JCache
 
loadAllFromJCacheLoader(Set<? extends K>, boolean, CompletionListener, BasicCache<K, V>, BasicCache<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
loadAllKeys(List<K>) - Method in class org.infinispan.jcache.AbstractJCache
 
loadAndCheckExpiration(PersistenceManager, Object, InvocationContext, TimeService) - Static method in class org.infinispan.persistence.PersistenceUtil
 
loadAndStoreInDataContainer(DataContainer<K, V>, PersistenceManager, K, InvocationContext, TimeService, AtomicReference<Boolean>) - Static method in class org.infinispan.persistence.PersistenceUtil
 
loadBucket(Integer) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
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.
LoaderConfigurationChildBuilder<S> - Interface in org.infinispan.configuration.cache
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
loaderConfigurationDoesNotSpecifyLoaderClass(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass(String) - Method in interface org.infinispan.util.logging.Log
 
loaderConfigurationDoesNotSpecifyLoaderClass(String) - Method in class org.infinispan.util.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
loaderConfigurationDoesNotSpecifyLoaderClass$str() - Method in class org.infinispan.util.logging.Log_$logger
 
loadFromAllStores(Object, InvocationContext) - Method in interface org.infinispan.persistence.manager.PersistenceManager
 
loadFromAllStores(Object, InvocationContext) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
loadFromAllStores(Object, InvocationContext) - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
loadIfNeeded(InvocationContext, Object, FlagAffectedCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
Loads from the cache loader the entry for the given key.
loadingCodecFailed(ServiceConfigurationError) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
loadingCodecFailed(ServiceConfigurationError) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
loadingCodecFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
loadModuleCommandHandlers(ClassLoader) - Method in class org.infinispan.util.ModuleProperties
 
LOCAL_MODE_ADDRESS - Static variable in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
 
localAddress - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
localAddress - Variable in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
localAndPhysicalAddress(String, Address, List) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
localAndPhysicalAddress(String, Address, List) - Method in class org.infinispan.lucene.logging.Log_$logger
 
localAndPhysicalAddress(String, Address, List) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
localAndPhysicalAddress(String, Address, List) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
localAndPhysicalAddress(String, Address, List) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
localAndPhysicalAddress(String, Address, List) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
localAndPhysicalAddress(String, Address, List) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
localAndPhysicalAddress(String, Address, List) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
localAndPhysicalAddress(String, Address, List) - Method in class org.infinispan.stats.logging.Log_$logger
 
localAndPhysicalAddress(String, Address, List) - Method in class org.infinispan.tree.logging.Log_$logger
 
localAndPhysicalAddress(String, Address, List<Address>) - Method in interface org.infinispan.util.logging.Log
 
localAndPhysicalAddress(String, Address, List) - Method in class org.infinispan.util.logging.Log_$logger
 
localAndPhysicalAddress$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
localAndPhysicalAddress$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
localAndPhysicalAddress$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
localAndPhysicalAddress$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
localAndPhysicalAddress$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
localAndPhysicalAddress$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
localAndPhysicalAddress$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
localAndPhysicalAddress$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
localAndPhysicalAddress$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
localAndPhysicalAddress$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
localAndPhysicalAddress$str() - Method in class org.infinispan.util.logging.Log_$logger
 
LocalCacheBackupReceiver - Class in org.infinispan.xsite
BackupReceiver implementation for local caches.
LocalCacheBackupReceiver(Cache<Object, Object>) - Constructor for class org.infinispan.xsite.LocalCacheBackupReceiver
 
LocalCacheStream<R> - Class in org.infinispan.stream.impl.local
CacheStream that is to be used locally.
LocalCacheStream(AbstractLocalCacheStream.StreamSupplier<R>, boolean, ComponentRegistry) - Constructor for class org.infinispan.stream.impl.local.LocalCacheStream
 
LocalCacheStream(AbstractLocalCacheStream<?, ?>) - Constructor for class org.infinispan.stream.impl.local.LocalCacheStream
 
LocalClassLoaderCacheStoreFactory - Class in org.infinispan.persistence.factory
Default implementation, which uses Local class loader.
LocalClassLoaderCacheStoreFactory() - Constructor for class org.infinispan.persistence.factory.LocalClassLoaderCacheStoreFactory
 
LocalCommand - Interface in org.infinispan.commands
This is a marker interface to indicate that such commands will never be replicated and hence will not return any valid command IDs.
LocalDoubleCacheStream - Class in org.infinispan.stream.impl.local
DoubleStream that wraps a given stream to allow for additional functionality such as injection of values into various operations
LocalDoubleCacheStream(AbstractLocalCacheStream.StreamSupplier, boolean, ComponentRegistry) - Constructor for class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
LocalEntryRetriever<K,V> - Class in org.infinispan.iteration.impl
Entry retriever that only retrieves keys and values from the local stores.
LocalEntryRetriever(int, long, TimeUnit) - Constructor for class org.infinispan.iteration.impl.LocalEntryRetriever
 
LocalEntryRetriever.BatchHandler<K,C> - Interface in org.infinispan.iteration.impl
 
LocalEntryRetriever.DataContainerIterator<C> - Class in org.infinispan.iteration.impl
 
LocalEntryRetriever.Itr<C> - Class in org.infinispan.iteration.impl
 
LocalEntryRetriever.ItrQueuerHandler<C> - Class in org.infinispan.iteration.impl
 
LocalEntryRetriever.KeyValueActionForCacheLoaderTask - Class in org.infinispan.iteration.impl
 
LocalEntryRetriever.PartitionListener - Class in org.infinispan.iteration.impl
 
LocalEntryRetriever.PassivationListener<K,V> - Class in org.infinispan.iteration.impl
 
localExecutionFailed(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
localExecutionFailed(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
localExecutionFailed(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
localExecutionFailed(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
localExecutionFailed(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
localExecutionFailed(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
localExecutionFailed(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
localExecutionFailed(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
localExecutionFailed(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
localExecutionFailed(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
localExecutionFailed(Throwable) - Method in interface org.infinispan.util.logging.Log
 
localExecutionFailed(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
localExecutionFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
localExecutionFailed$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
localExecutionFailed$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
localExecutionFailed$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
localExecutionFailed$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
localExecutionFailed$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
localExecutionFailed$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
localExecutionFailed$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
localExecutionFailed$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
localExecutionFailed$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
localExecutionFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
 
localExecutorService - Variable in class org.infinispan.distexec.DefaultExecutorService
 
LocalExtendedStatisticsContainer - Class in org.infinispan.stats.container
Container for the statistics corresponding to local originated transactions.
LocalExtendedStatisticsContainer() - Constructor for class org.infinispan.stats.container.LocalExtendedStatisticsContainer
 
LocalFlagAffectedCommand - Interface in org.infinispan.commands
Commands affected by Flags will be checked locally to control certain behaviors such whether or not to invoke certain commands remotely, check cache store etc.
LocalFlagAffectedRpcCommand - Class in org.infinispan.commands.remote
 
LocalFlagAffectedRpcCommand(String, Set<Flag>) - Constructor for class org.infinispan.commands.remote.LocalFlagAffectedRpcCommand
 
localIndexingWithSharedCacheLoaderRequiresPreload() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload() - Method in class org.infinispan.lucene.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload() - Method in class org.infinispan.stats.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload() - Method in class org.infinispan.tree.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload() - Method in interface org.infinispan.util.logging.Log
 
localIndexingWithSharedCacheLoaderRequiresPreload() - Method in class org.infinispan.util.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
localIndexingWithSharedCacheLoaderRequiresPreload$str() - Method in class org.infinispan.util.logging.Log_$logger
 
LocalIntCacheStream - Class in org.infinispan.stream.impl.local
IntStream that wraps a given stream to allow for additional functionality such as injection of values into various operations
LocalIntCacheStream(AbstractLocalCacheStream.StreamSupplier, boolean, ComponentRegistry) - Constructor for class org.infinispan.stream.impl.local.LocalIntCacheStream
 
localIntermediateOperations - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
LocalInvocation - Class in org.infinispan.remoting
Simulates a remote invocation on the local node.
LocalLockMergingSegmentReadLocker - Class in org.infinispan.lucene.readlocks
LocalLockMergingSegmentReadLocker decorates the DistributedSegmentReadLocker to minimize remote operations in case several IndexReaders are opened on the same Infinispan based Directory.
LocalLockMergingSegmentReadLocker(Cache<?, ?>, String, int) - Constructor for class org.infinispan.lucene.readlocks.LocalLockMergingSegmentReadLocker
Create a new LocalLockMergingSegmentReadLocker for specified cache and index name.
LocalLockMergingSegmentReadLocker(Cache<?, ?>, Cache<?, ?>, Cache<?, ?>, String, int) - Constructor for class org.infinispan.lucene.readlocks.LocalLockMergingSegmentReadLocker
Create a new LocalLockMergingSegmentReadLocker with special purpose caches
LocalLockMergingSegmentReadLocker(Cache<?, ?>, Cache<?, ?>, Cache<?, ?>, String, boolean, int) - Constructor for class org.infinispan.lucene.readlocks.LocalLockMergingSegmentReadLocker
 
LocalLogic() - Constructor for class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
 
LocalLongCacheStream - Class in org.infinispan.stream.impl.local
LongStream that wraps a given stream to allow for additional functionality such as injection of values into various operations
LocalLongCacheStream(AbstractLocalCacheStream.StreamSupplier, boolean, ComponentRegistry) - Constructor for class org.infinispan.stream.impl.local.LocalLongCacheStream
 
localNodeIsOwner(Object) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.DistributionLogic
 
localNodeIsOwner(Object) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
 
localNodeIsOwner(Object) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
 
localNodeIsOwner(Object) - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
 
localNodeIsPrimaryOwner(Object) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.DistributionLogic
 
localNodeIsPrimaryOwner(Object) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
 
localNodeIsPrimaryOwner(Object) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
 
localNodeIsPrimaryOwner(Object) - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
 
LocalOnlyCacheLoader - Interface in org.infinispan.persistence.spi
Marker interface for cache loaders that should only load values on the originating nodes.
localSite() - Method in class org.infinispan.configuration.global.SiteConfiguration
Returns the name of the local site.
localSite(String) - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
Sets the name of the local site.
LocalStatistics - Class in org.infinispan.jcache.remote
Statistics which reflect only cache interactions done though the javax.cache API by the local client.
LocalStatistics() - Constructor for class org.infinispan.jcache.remote.LocalStatistics
 
LocalStreamManager<K> - Interface in org.infinispan.stream.impl
Stream manager that is invoked on a local node.
LocalStreamManagerImpl<K,V> - Class in org.infinispan.stream.impl
Local stream manager implementation that handles injection of the stream supplier, invoking the operation and subsequently notifying the operation if a rehash has changed one of its segments.
LocalStreamManagerImpl() - Constructor for class org.infinispan.stream.impl.LocalStreamManagerImpl
 
LocalTopologyManager - Interface in org.infinispan.topology
Runs on every node and handles the communication with the ClusterTopologyManager.
LocalTopologyManagerFactory - Class in org.infinispan.topology
Factory for ClusterTopologyManager implementations
LocalTopologyManagerFactory() - Constructor for class org.infinispan.topology.LocalTopologyManagerFactory
 
LocalTopologyManagerImpl - Class in org.infinispan.topology
The LocalTopologyManager implementation.
LocalTopologyManagerImpl() - Constructor for class org.infinispan.topology.LocalTopologyManagerImpl
 
LocalTransaction - Class in org.infinispan.transaction.impl
Object that holds transaction's state on the node where it originated; as opposed to RemoteTransaction.
LocalTransaction(Transaction, GlobalTransaction, boolean, int, Equivalence<Object>, long) - Constructor for class org.infinispan.transaction.impl.LocalTransaction
 
localTransactionPrepared(LocalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
 
localTransactionPrepared(LocalTransaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
 
LocalTransactionStatistics - Class in org.infinispan.stats
Represents the statistics collected for a local transaction
LocalTransactionStatistics(boolean, TimeService) - Constructor for class org.infinispan.stats.LocalTransactionStatistics
 
LocalTxInvocationContext - Class in org.infinispan.context.impl
Invocation context to be used for locally originated transactions.
LocalTxInvocationContext(LocalTransaction) - Constructor for class org.infinispan.context.impl.LocalTxInvocationContext
 
LocalXaTransaction - Class in org.infinispan.transaction.xa
LocalTransaction implementation to be used with TransactionXaAdapter.
LocalXaTransaction(Transaction, GlobalTransaction, boolean, int, Equivalence<Object>, long) - Constructor for class org.infinispan.transaction.xa.LocalXaTransaction
 
Locate - Class in org.infinispan.cli.commands.server
 
Locate() - Constructor for class org.infinispan.cli.commands.server.Locate
 
LOCATE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
LOCATE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
locate(Object) - Method in interface org.infinispan.distribution.DistributionManager
Locates a key in a cluster.
locate(Object) - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
 
locateAll(Collection<Object>) - Method in interface org.infinispan.distribution.DistributionManager
Locates a list of keys in a cluster.
locateAll(Collection<Object>) - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
 
locateAllOwners(Collection<Object>) - Method in interface org.infinispan.distribution.ch.ConsistentHash
 
locateAllOwners(Collection<Object>) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
locateAllOwners(Collection<Object>) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
locateKey(String) - Method in class org.infinispan.distribution.impl.DistributionManagerImpl
 
locateOwners(Object) - Method in interface org.infinispan.distribution.ch.ConsistentHash
Finds all the owners of a key.
locateOwners(Object) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
locateOwners(Object) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
locateOwnersForSegment(int) - Method in interface org.infinispan.distribution.ch.ConsistentHash
 
locateOwnersForSegment(int) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
locateOwnersForSegment(int) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
locateOwnersForSegment(int) - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
locatePrimaryOwner(Object) - Method in interface org.infinispan.distribution.ch.ConsistentHash
Should be equivalent to return the first element of ConsistentHash.locateOwners(java.lang.Object).
locatePrimaryOwner(Object) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
locatePrimaryOwner(Object) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
locatePrimaryOwnerForSegment(int) - Method in interface org.infinispan.distribution.ch.ConsistentHash
 
locatePrimaryOwnerForSegment(int) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
locatePrimaryOwnerForSegment(int) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
locatePrimaryOwnerForSegment(int) - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
locateStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
LocateStatement - Class in org.infinispan.cli.interpreter.statement
LocateStatement locates an entry in the cluster
LocateStatement(List<Option>, KeyData) - Constructor for class org.infinispan.cli.interpreter.statement.LocateStatement
 
locateStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.locateStatement_return
 
LOCATION - Static variable in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
 
location() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
 
location(String) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
Sets a location on disk where the store can write.
location() - Method in class org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfiguration
The location of the root directory of the index.
location(String) - Method in class org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfigurationBuilder
Path to the root directory containing all indexes.
location() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
 
location(String) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
 
lock(K...) - Method in interface org.infinispan.AdvancedCache
Locks a given key or keys eagerly across cache nodes in a cluster.
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 class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
lock(Collection<? extends K>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
lock(K...) - Method in class org.infinispan.cache.impl.CacheImpl
 
lock(Collection<? extends K>) - Method in class org.infinispan.cache.impl.CacheImpl
 
lock(K...) - Method in class org.infinispan.cache.impl.DecoratedCache
 
lock(Collection<? extends K>) - Method in class org.infinispan.cache.impl.DecoratedCache
 
lock(K...) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
lock(Collection<? extends K>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
lock(K...) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
lock(Collection<? extends K>) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
lock(Object, Object, long, TimeUnit) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticLockManager
 
lock(Object, Object, long, TimeUnit) - Method in class org.infinispan.stats.wrappers.TopKeyLockManager
 
lock(Object) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
 
lock(Object, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.DeadlockDetectingLockManager
 
lock(Object, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
lock(Object, Object, long, TimeUnit) - Method in interface org.infinispan.util.concurrent.locks.LockManager
Attempts to lock the key if the lock isn't already held by the lockOwner.
lock() - Method in interface org.infinispan.util.concurrent.locks.LockPromise
It locks the key (or keys) associated to this promise.
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
lockAcquisitionTimeout() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfiguration
 
lockAcquisitionTimeout(long) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
 
lockAcquisitionTimeout() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
 
lockAcquisitionTimeout(long) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
 
LockAction - Class in org.infinispan.remoting.inboundhandler.action
An Action implementation that acquire the locks.
LockAction(LockManager, ClusteringDependentLogic) - Constructor for class org.infinispan.remoting.inboundhandler.action.LockAction
 
lockAll(Collection<?>, Object, long, TimeUnit) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticLockManager
 
lockAll(Collection<?>, Object, long, TimeUnit) - Method in class org.infinispan.stats.wrappers.TopKeyLockManager
 
lockAll(Collection<?>, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.DeadlockDetectingLockManager
 
lockAll(Collection<?>, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
lockAll(Collection<?>, Object, long, TimeUnit) - Method in interface org.infinispan.util.concurrent.locks.LockManager
lockAllAndRecord(InvocationContext, Stream<?>, long) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
lockAllAndRecord(InvocationContext, Collection<?>, long) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
lockAllOrRegisterBackupLock(TxInvocationContext<?>, Collection<Object>, long) - Method in class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
Deprecated.
lockAndRecord(InvocationContext, Object, long) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
lockBucketForReading(Integer) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
Acquires read lock on the given key.
lockBucketForWriting(Integer) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
Acquires write lock on the given key.
lockConcurrencyLevel() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfiguration
 
lockConcurrencyLevel() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
 
lockConcurrencyLevel(int) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
 
lockContainer - Variable in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
LockContainer - Interface in org.infinispan.util.concurrent.locks.impl
A container for locks
LockContainerFactory - Class in org.infinispan.factories
Factory class that creates instances of LockContainer.
LockContainerFactory() - Constructor for class org.infinispan.factories.LockContainerFactory
 
LockControlCommand - Class in org.infinispan.commands.control
LockControlCommand is a command that enables distributed locking across infinispan nodes.
LockControlCommand(String) - Constructor for class org.infinispan.commands.control.LockControlCommand
 
LockControlCommand(Collection<?>, String, Set<Flag>, GlobalTransaction) - Constructor for class org.infinispan.commands.control.LockControlCommand
 
LockControlCommand(Object, String, Set<Flag>, GlobalTransaction) - Constructor for class org.infinispan.commands.control.LockControlCommand
 
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
 
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
Defines the locking modes that are available for transactional caches: optimistic or pessimistic.
lockIntention - Variable in class org.infinispan.transaction.xa.DldGlobalTransaction
 
LockListener - Interface in org.infinispan.util.concurrent.locks
The listener for LockPromise.
lockManager - Variable in class org.infinispan.interceptors.ClusteringInterceptor
Deprecated.
 
lockManager - Variable in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
LockManager - Interface in org.infinispan.util.concurrent.locks
An interface to deal with all aspects of acquiring and releasing locks for cache entries.
LockManagerFactory - Class in org.infinispan.factories
Factory class that creates instances of LockManager.
LockManagerFactory() - Constructor for class org.infinispan.factories.LockManagerFactory
 
lockOperationsNotSupported() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
lockOperationsNotSupported() - Method in class org.infinispan.lucene.logging.Log_$logger
 
lockOperationsNotSupported() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
lockOperationsNotSupported() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
lockOperationsNotSupported() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
lockOperationsNotSupported() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
lockOperationsNotSupported() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
lockOperationsNotSupported() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
lockOperationsNotSupported() - Method in class org.infinispan.stats.logging.Log_$logger
 
lockOperationsNotSupported() - Method in class org.infinispan.tree.logging.Log_$logger
 
lockOperationsNotSupported() - Method in interface org.infinispan.util.logging.Log
 
lockOperationsNotSupported() - Method in class org.infinispan.util.logging.Log_$logger
 
lockOperationsNotSupported$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
lockOperationsNotSupported$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
lockOperationsNotSupported$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
lockOperationsNotSupported$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
lockOperationsNotSupported$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
lockOperationsNotSupported$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
lockOperationsNotSupported$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
lockOperationsNotSupported$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
lockOperationsNotSupported$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
lockOperationsNotSupported$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
lockOperationsNotSupported$str() - Method in class org.infinispan.util.logging.Log_$logger
 
lockOrRegisterBackupLock(TxInvocationContext<?>, Object, long) - Method in class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
Deprecated.
The backup (non-primary) owners keep a "backup lock" for each key they received in a lock/prepare command.
LockPromise - Interface in org.infinispan.util.concurrent.locks
A promise returned by InfinispanLock.
locksAcquired(Collection<Address>) - Method in class org.infinispan.transaction.impl.LocalTransaction
 
locksAtOrigin - Variable in class org.infinispan.transaction.xa.DldGlobalTransaction
 
LockState - Enum in org.infinispan.util.concurrent.locks
The InfinispanLock possible states.
LockUtil - Class in org.infinispan.util.concurrent.locks
Utility methods for locking keys.
LockUtil.LockOwnership - Enum in org.infinispan.util.concurrent.locks
 
Log - Interface in org.infinispan.cdi.util.logging
The JBoss Logging interface which defined the logging methods for the CDI integration.
log - Static variable in class org.infinispan.cli.interpreter.codec.CodecRegistry
 
log - Static variable in class org.infinispan.cli.interpreter.codec.HotRodCodec
 
log - Static variable in class org.infinispan.cli.interpreter.codec.RestCodec
 
Log - Interface in org.infinispan.cli.interpreter.logging
Log abstraction for the ISPNCLIQL interpreter.
log - Static variable in class org.infinispan.cli.interpreter.session.SessionImpl
 
LOG - Static variable in class org.infinispan.client.hotrod.impl.transport.tcp.SaslInputStream
 
Log - Interface in org.infinispan.client.hotrod.logging
Log abstraction for the hot rod client.
Log - Interface in org.infinispan.commons.logging
Infinispan's log abstraction layer on top of JBoss Logging.
log - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
log - Static variable in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
 
log - Static variable in class org.infinispan.expiration.impl.ClusterExpirationManager
 
log - Static variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
log - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever
 
Log - Interface in org.infinispan.jcache.embedded.logging
 
Log - Interface in org.infinispan.jcache.logging
Logger for JCache implementation.
Log - Interface in org.infinispan.jcache.remote.logging
 
Log - Interface in org.infinispan.lucene.logging
Log abstraction for the lucene directory.
Log - Interface in org.infinispan.persistence.jdbc.logging
Log abstraction for the JDBC cache store.
Log - Interface in org.infinispan.persistence.leveldb.logging
Log abstraction for the LevelDB cache store.
Log - Interface in org.infinispan.persistence.remote.logging
Log abstraction for the remote cache store.
Log - Interface in org.infinispan.query.dsl.impl.logging
Log abstraction for the query DSL.
log - Variable in class org.infinispan.security.impl.AuditMessages_$logger
 
Log - Interface in org.infinispan.server.websocket.logging
Log abstraction for the websocket server.
Log - Interface in org.infinispan.stats.logging
The JBoss Logging interface which defined the logging methods for the extended statistics module.
log - Variable in class org.infinispan.stats.TransactionStatistics
 
log - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
log - Static variable in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
log - Variable in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
log - Static variable in class org.infinispan.transaction.tm.DummyTransactionManager
 
Log - Interface in org.infinispan.tree.logging
Log abstraction for the tree module.
log(EventLogLevel, EventLogCategory, String) - Method in interface org.infinispan.util.logging.events.EventLogger
Logs a message to the event log with the specified level
log(EventLogLevel, EventLogCategory, String) - Method in class org.infinispan.util.logging.events.impl.BasicEventLogger
 
log(EventLogLevel, EventLogCategory, String) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
 
Log - Interface in org.infinispan.util.logging
Infinispan's log abstraction layer on top of JBoss Logging.
Log.LeakDescription - Class in org.infinispan.jcache.logging
 
Log_$logger - Class in org.infinispan.cdi.util.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.cdi.util.logging.Log_$logger
 
Log_$logger - Class in org.infinispan.cli.interpreter.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.cli.interpreter.logging.Log_$logger
 
Log_$logger - Class in org.infinispan.client.hotrod.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.client.hotrod.logging.Log_$logger
 
Log_$logger - Class in org.infinispan.commons.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.commons.logging.Log_$logger
 
Log_$logger - Class in org.infinispan.jcache.embedded.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.jcache.embedded.logging.Log_$logger
 
Log_$logger - Class in org.infinispan.jcache.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.jcache.logging.Log_$logger
 
Log_$logger - Class in org.infinispan.jcache.remote.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.jcache.remote.logging.Log_$logger
 
Log_$logger - Class in org.infinispan.lucene.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.lucene.logging.Log_$logger
 
Log_$logger - Class in org.infinispan.persistence.jdbc.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.persistence.jdbc.logging.Log_$logger
 
Log_$logger - Class in org.infinispan.persistence.leveldb.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.persistence.leveldb.logging.Log_$logger
 
Log_$logger - Class in org.infinispan.persistence.remote.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.persistence.remote.logging.Log_$logger
 
Log_$logger - Class in org.infinispan.query.dsl.impl.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.query.dsl.impl.logging.Log_$logger
 
Log_$logger - Class in org.infinispan.server.websocket.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.server.websocket.logging.Log_$logger
 
Log_$logger - Class in org.infinispan.stats.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.stats.logging.Log_$logger
 
Log_$logger - Class in org.infinispan.tree.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.tree.logging.Log_$logger
 
Log_$logger - Class in org.infinispan.util.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.util.logging.Log_$logger
 
LOG_ROOT - Static variable in class org.infinispan.util.logging.LogFactory
 
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.
logErrorAndThrowExceptionIfNeeded(int, HotRodClientException) - Method in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation
 
logEvent(boolean) - Method in class org.infinispan.tasks.TaskContext
Whether execution will generate an event in the event log
LogFactory - Class in org.infinispan.client.hotrod.logging
Factory that creates Log instances.
LogFactory() - Constructor for class org.infinispan.client.hotrod.logging.LogFactory
 
LogFactory - Class in org.infinispan.commons.logging
Factory that creates Log instances.
LogFactory() - Constructor for class org.infinispan.commons.logging.LogFactory
 
LogFactory - Class in org.infinispan.util.logging
Factory that creates Log instances.
LogFactory() - Constructor for class org.infinispan.util.logging.LogFactory
 
logFlushTimeoutDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
logFlushTimeoutDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
logFlushTimeoutDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
logFlushTimeoutDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
logFlushTimeoutDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
logFlushTimeoutDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
logFlushTimeoutDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
logFlushTimeoutDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
logFlushTimeoutDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
logFlushTimeoutDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
logFlushTimeoutDeprecated() - Method in interface org.infinispan.util.logging.Log
 
logFlushTimeoutDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
logFlushTimeoutDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
logFlushTimeoutDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
logFlushTimeoutDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
logFlushTimeoutDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
logFlushTimeoutDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
logFlushTimeoutDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
logFlushTimeoutDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
logFlushTimeoutDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
logFlushTimeoutDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
logFlushTimeoutDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
logFlushTimeoutDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
logger - Static variable in class org.infinispan.spring.AbstractEmbeddedCacheManagerFactory
 
logger - Variable in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
logger - Variable in class org.infinispan.spring.support.InfinispanDefaultCacheFactoryBean
 
LoggingAuditLogger - Class in org.infinispan.security.impl
LoggingAuditLogger.
LoggingAuditLogger() - Constructor for class org.infinispan.security.impl.LoggingAuditLogger
 
logRetry(VisitableCommand) - Method in class org.infinispan.interceptors.base.BaseStateTransferInterceptor
Deprecated.
 
logRoutingTableInformation() - Method in class org.infinispan.topology.CacheTopology
 
logTransportErrorAndThrowExceptionIfNeeded(int, String, HotRodClientException) - Method in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation
 
LONG - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
LONG_SUMMARY_STATISTICS - Static variable in interface org.infinispan.marshall.core.Ids
 
longCacheStream() - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
longCacheStream() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
longCacheStream() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
longCacheStream() - Method in class org.infinispan.stream.impl.tx.TxDistributedCacheStream
 
longCacheStream() - Method in class org.infinispan.stream.impl.tx.TxDistributedDoubleCacheStream
 
longCacheStream() - Method in class org.infinispan.stream.impl.tx.TxDistributedIntCacheStream
 
LONGLITERAL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
LONGLITERAL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
LongSuffix - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
LongSuffix - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
LongSummaryStatisticsExternalizer - Class in org.infinispan.marshall.exts
Externalizer used for LongSummaryStatistics.
LongSummaryStatisticsExternalizer() - Constructor for class org.infinispan.marshall.exts.LongSummaryStatisticsExternalizer
 
lookedUpEntries - Variable in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
lookedUpEntriesTopology() - Method in class org.infinispan.transaction.impl.RemoteTransaction
 
lookupComponent(String, String, boolean) - Method in class org.infinispan.factories.AbstractComponentRegistry
 
lookupComponent(String, String, boolean) - Method in class org.infinispan.factories.ComponentRegistry
 
lookupEntry(Object) - Method in interface org.infinispan.context.EntryLookup
Retrieves an entry from the collection of looked up entries in the current scope.
lookupEntry(Object) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
lookupEntry(Object) - Method in class org.infinispan.context.impl.ClearInvocationContext
 
lookupEntry(Object) - Method in class org.infinispan.context.impl.ImmutableContext
 
lookupEntry(Object) - Method in class org.infinispan.context.impl.NonTxInvocationContext
 
lookupEntry(Object) - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
lookupEntry(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
lookupEntry(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
lookupEntryFromCurrentTransaction() - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
Looks up the CacheEntry stored in transactional context corresponding to this AtomicMap.
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.
lookupFile(String, ClassLoader) - Method in class org.infinispan.util.FileLookup
Deprecated.
 
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(URI, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
 
lookupFileStrict(String, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
Looks up the file, see : FileLookupFactory.DefaultFileLookup.
lookupFileStrict(URI, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
Looks up the file, see : FileLookupFactory.DefaultFileLookup.
lookupLocalComponent(String, String, boolean) - Method in class org.infinispan.factories.ComponentRegistry
 
lookupMBeanServer(GlobalConfiguration) - Static method in class org.infinispan.jmx.JmxUtil
Looks up the MBeanServer instance based on the configuration parameters.
lostDataBecauseOfAbruptLeavers(Collection<Address>) - Method in interface org.infinispan.util.logging.events.Messages
 
lostDataBecauseOfAbruptLeavers(Collection) - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
lostDataBecauseOfAbruptLeavers$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
lostDataBecauseOfGracefulLeaver(Address) - Method in interface org.infinispan.util.logging.events.Messages
 
lostDataBecauseOfGracefulLeaver(Address) - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
lostDataBecauseOfGracefulLeaver$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
lostSegment(boolean) - Method in interface org.infinispan.stream.impl.SegmentAwareOperation
This method will be invoked when the operation is known to be performing on a given set of segments and this node no longer owns 1 or many of them.
lostSegment(boolean) - Method in class org.infinispan.stream.impl.termop.AbstractForEachOperation
 
lostSegment(boolean) - Method in class org.infinispan.stream.impl.termop.object.FlatMapIteratorOperation
 
lostSegment(boolean) - Method in class org.infinispan.stream.impl.termop.object.MapIteratorOperation
 
lostSegment(boolean) - Method in class org.infinispan.stream.impl.termop.object.NoMapIteratorOperation
 
lostSegment(boolean) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachDoubleOperation
 
lostSegment(boolean) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachIntOperation
 
lostSegment(boolean) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachLongOperation
 
lostSegment(boolean) - Method in class org.infinispan.stream.impl.termop.SegmentRetryingOperation
 
lostSegment(boolean) - Method in class org.infinispan.stream.impl.termop.SingleRunOperation
 
lt(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Checks that the left argument is less than the given value.
lte(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Checks that the left argument is less than or equal to the given value.
LuceneCacheLoader - Class in org.infinispan.lucene.cacheloader
A CacheLoader meant to load Lucene index(es) from filesystem based Lucene index(es).
LuceneCacheLoader() - Constructor for class org.infinispan.lucene.cacheloader.LuceneCacheLoader
 
LuceneKey2StringMapper - Class in org.infinispan.lucene
To configure a JdbcStringBasedCacheStoreConfig for the Lucene Directory, use this Key2StringMapper implementation.
LuceneKey2StringMapper() - Constructor for class org.infinispan.lucene.LuceneKey2StringMapper
 
LuceneLoaderConfiguration - Class in org.infinispan.lucene.cacheloader.configuration
Configuration bean for the LuceneCacheLoader.
LuceneLoaderConfiguration(AttributeSet, AsyncStoreConfiguration, SingletonStoreConfiguration) - Constructor for class org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfiguration
 
LuceneLoaderConfigurationBuilder - Class in org.infinispan.lucene.cacheloader.configuration
LuceneLoaderConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfigurationBuilder
 
luceneStorageAsBinaryEnabled(String, String) - Method in interface org.infinispan.lucene.logging.Log
 
luceneStorageAsBinaryEnabled(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
luceneStorageAsBinaryEnabled$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
luceneStorageHavingIdleTimeSet(String, String) - Method in interface org.infinispan.lucene.logging.Log
 
luceneStorageHavingIdleTimeSet(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
luceneStorageHavingIdleTimeSet$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
luceneStorageHavingLifespanSet(String, String) - Method in interface org.infinispan.lucene.logging.Log
 
luceneStorageHavingLifespanSet(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
luceneStorageHavingLifespanSet$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
luceneStorageNoStateTransferEnabled(String, String) - Method in interface org.infinispan.lucene.logging.Log
 
luceneStorageNoStateTransferEnabled(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
luceneStorageNoStateTransferEnabled$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 

M

mABORT() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
MACHINE_ID - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
 
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.
Main - Class in org.infinispan.cli
The CLI Shell
Main() - Constructor for class org.infinispan.cli.Main
 
main(String[]) - Static method in class org.infinispan.cli.Main
The
main(String[]) - Static method in class org.infinispan.commons.util.BlueprintGenerator
 
main(String[]) - Static method in class org.infinispan.factories.components.ComponentMetadataPersister
Usage: ComponentMetadataPersister [path containing .class files to scan] [output file to generate]
main(String[]) - Static method in class org.infinispan.Version
Prints version information.
makeBoundedConcurrentMap(int) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap() - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap(int) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap(int, int) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap(int, float, int) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap(Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap(int, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap(int, int, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap(int, float, int, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentParallelMap(int, int) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentParallelMap(int, int, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeFactoryParams(Query) - Static method in class org.infinispan.client.hotrod.filter.Filters
 
makeLinkedMap(int, float, EquivalentLinkedHashMap.IterationOrder, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeMap(Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeMap(int, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeMap(Map<? extends K, ? extends V>, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeObject(SocketAddress) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.SaslTransportObjectFactory
 
makeObject(SocketAddress) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory
 
makeSet(Equivalence<? super T>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeSet(int, Equivalence<? super T>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeSet(T...) - Static method in class org.infinispan.commons.util.CollectionFactory
Create a Set backed by the specified array.
mAlphaChar() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mAlphaNumChar() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
Man2Ansi - Class in org.infinispan.cli.shell
A very simple and incomplete converter from troff-style man macro syntax to ansi
Man2Ansi(int) - Constructor for class org.infinispan.cli.shell.Man2Ansi
 
MAN_MACRO_REGEX - Static variable in class org.infinispan.cli.shell.Man2Ansi
 
ManageableComponentMetadata - Class in org.infinispan.factories.components
A specialization of ComponentMetadata, this version also includes JMX related metadata, as expressed by MBean, ManagedAttribute and ManagedOperation annotations.
ManageableComponentMetadata(Class<?>, List<Method>, List<Method>, List<Method>, boolean, boolean, List<Field>, List<Method>, List<Method>, MBean) - Constructor for class org.infinispan.factories.components.ManageableComponentMetadata
 
manageConnectionFactory() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
 
manageConnectionFactory(boolean) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
 
ManagedAttribute - Annotation Type in org.infinispan.jmx.annotations
Indicates that a public method or a field (any visibility) in an MBean class defines an MBean attribute.
ManagedConnectionFactory - Class in org.infinispan.persistence.jdbc.connectionfactory
Connection factory that can be used when on managed environments, like application servers.
ManagedConnectionFactory() - Constructor for class org.infinispan.persistence.jdbc.connectionfactory.ManagedConnectionFactory
 
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
 
ManagedOperation - Annotation Type in org.infinispan.jmx.annotations
Indicates that a method in an MBean class defines an MBean operation.
ManagementClientException() - Constructor for exception org.infinispan.jcache.remote.ServerManager.ManagementClientException
 
ManagementClientException(String, Throwable) - Constructor for exception org.infinispan.jcache.remote.ServerManager.ManagementClientException
 
MANAGER_STATUS_RESPONSE - Static variable in interface org.infinispan.marshall.core.Ids
 
ManagerStatusResponse - Class in org.infinispan.topology
 
ManagerStatusResponse(Map<String, CacheStatusResponse>, boolean) - Constructor for class org.infinispan.topology.ManagerStatusResponse
 
ManagerStatusResponse.Externalizer - Class in org.infinispan.topology
 
ManifestUberJarDuplicatedJarsWarner - Class in org.infinispan.commons.util.uberjar
Manifest based implementation of a UberJarDuplicatedJarsWarner.
ManifestUberJarDuplicatedJarsWarner() - Constructor for class org.infinispan.commons.util.uberjar.ManifestUberJarDuplicatedJarsWarner
 
manuallySwitchedBackToMainCluster() - Method in interface org.infinispan.client.hotrod.logging.Log
 
manuallySwitchedBackToMainCluster() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
manuallySwitchedBackToMainCluster$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
manuallySwitchedToCluster(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
manuallySwitchedToCluster(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
manuallySwitchedToCluster$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
map - Variable in class org.infinispan.client.hotrod.impl.operations.PutAllOperation
 
map - Variable in class org.infinispan.client.hotrod.impl.operations.PutAllParallelOperation
 
map(Function<? super T, ? extends R>) - Method in interface org.infinispan.commons.api.functional.Traversable
An intermediate operation that returns a traversable containing the results of applying the given function over the elements of the traversable.
map(KIn, VIn, Collector<KOut, VOut>) - Method in interface org.infinispan.distexec.mapreduce.Mapper
Deprecated.
Invoked once for each input cache entry KIn,VOut pair.
map(MapCombineCommand<KIn, VIn, KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl
 
map - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
 
map(Function<? super R, ? extends R1>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
map(Function<? super R, ? extends R1>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
map(DoubleUnaryOperator) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
map(IntUnaryOperator) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
map(LongUnaryOperator) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
map(Function<? super R, ? extends R1>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
map(DoubleUnaryOperator) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
map(IntUnaryOperator) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
map(LongUnaryOperator) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
map - Variable in class org.infinispan.util.concurrent.ConcurrentHashSet
 
mapAndCombine(MapCombineCommand<KIn, VIn, KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl
 
mapAndCombineForDistributedReduction(MapCombineCommand<KIn, VIn, KOut, VOut>) - Method in interface org.infinispan.distexec.mapreduce.MapReduceManager
Invoked when MapCombineCommand arrives to a target Infinispan node and returns set of intermediate keys that needs to be reduced.
mapAndCombineForDistributedReduction(MapCombineCommand<KIn, VIn, KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl
 
mapAndCombineForLocalReduction(MapCombineCommand<KIn, VIn, KOut, VOut>) - Method in interface org.infinispan.distexec.mapreduce.MapReduceManager
Invoked when MapCombineCommand arrives to a target Infinispan node and returns map of resulting values that need to be reduced.
mapAndCombineForLocalReduction(MapCombineCommand<KIn, VIn, KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl
 
MapCombineCommand<KIn,VIn,KOut,VOut> - Class in org.infinispan.commands.read
MapCombineCommand is a container to migrate Mapper and Reducer which is a combiner to a remote Infinispan node where it will get executed and return the result to an invoking/master node.
MapCombineCommand() - Constructor for class org.infinispan.commands.read.MapCombineCommand
 
MapCombineCommand(String) - Constructor for class org.infinispan.commands.read.MapCombineCommand
 
MapCombineCommand(String, Mapper<KIn, VIn, KOut, VOut>, Reducer<KOut, VOut>, String, Collection<KIn>) - Constructor for class org.infinispan.commands.read.MapCombineCommand
 
MapDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
Performs map operation on a DoubleStream
MapDoubleOperation(DoubleUnaryOperator) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.MapDoubleOperation
 
MapExternalizer - Class in org.infinispan.marshall.exts
Map externalizer for all map implementations except immutable maps and singleton maps, i.e.
MapExternalizer() - Constructor for class org.infinispan.marshall.exts.MapExternalizer
 
MapIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
Performs map operation on a IntStream
MapIntOperation(IntUnaryOperator) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.MapIntOperation
 
MapIteratorOperation<K,V,V2> - Class in org.infinispan.stream.impl.termop.object
Terminal rehash aware operation that handles an iterator when a map intermediate operation was performed on the stream.
MapIteratorOperation(Iterable<IntermediateOperation>, Supplier<Stream<CacheEntry>>, int) - Constructor for class org.infinispan.stream.impl.termop.object.MapIteratorOperation
 
mapKeysToNodes(DistributionManager, String, Collection<T>) - Method in interface org.infinispan.distexec.mapreduce.MapReduceManager
Maps Map/Reduce task intermediate or input keys to nodes on Infinispan cluster
mapKeysToNodes(DistributionManager, String, Collection<T>) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl
 
mapKeysToNodes(DistributionManager, Collection<T>, boolean) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
mapKeysToNodes(Collection<T>, boolean) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
mapKeysToNodes(Collection<T>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
MapLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
Performs map operation on a LongStream
MapLongOperation(LongUnaryOperator) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.MapLongOperation
 
MapOperation<I,O> - Class in org.infinispan.stream.impl.intops.object
Performs map to operation on a regular Stream
MapOperation(Function<? super I, ? extends O>) - Constructor for class org.infinispan.stream.impl.intops.object.MapOperation
 
mapOperations() - Method in class org.infinispan.client.hotrod.impl.operations.GetAllParallelOperation
 
mapOperations() - Method in class org.infinispan.client.hotrod.impl.operations.ParallelHotRodOperation
 
mapOperations() - Method in class org.infinispan.client.hotrod.impl.operations.PutAllParallelOperation
 
mappedWith(Mapper<KIn, VIn, KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Specifies Mapper to use for this MapReduceTask
Mapper<KIn,VIn,KOut,VOut> - Interface in org.infinispan.distexec.mapreduce
Deprecated.
Map reduce is being replaced by Streams
mapper - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
mappingCount() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the number of mappings.
mappingCount() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the number of mappings.
MapReduceCacheLoaderTask<KIn,VIn,KOut,VOut> - Class in org.infinispan.distexec.mapreduce
This is an internal class, not intended to be used by clients.
MapReduceCacheLoaderTask(Mapper<KIn, VIn, KOut, VOut>, Collector<KOut, VOut>) - Constructor for class org.infinispan.distexec.mapreduce.MapReduceCacheLoaderTask
 
MapReduceException - Exception in org.infinispan.distexec.mapreduce
An exception indicating Map/Reduce job failure
MapReduceException(Throwable) - Constructor for exception org.infinispan.distexec.mapreduce.MapReduceException
 
MapReduceException(String, Throwable) - Constructor for exception org.infinispan.distexec.mapreduce.MapReduceException
 
MapReduceException(String) - Constructor for exception org.infinispan.distexec.mapreduce.MapReduceException
 
MapReduceManager - Interface in org.infinispan.distexec.mapreduce
MapReduceManager is an internal Infinispan component receiving map/reduce invocations arriving from remote Infinispan nodes.
mapReduceManager - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
MapReduceManagerFactory - Class in org.infinispan.distexec.mapreduce
MapReduceManagerFactory is a default factory class for MapReduceManager.
MapReduceManagerFactory() - Constructor for class org.infinispan.distexec.mapreduce.MapReduceManagerFactory
 
MapReduceManagerImpl - Class in org.infinispan.distexec.mapreduce
Default implementation of MapReduceManager.
MapReduceManagerImpl.DeltaAwareListExternalizer - Class in org.infinispan.distexec.mapreduce
 
MapReduceManagerImpl.DeltaListExternalizer - Class in org.infinispan.distexec.mapreduce
 
MapReduceManagerImpl.IntermediateKey<V> - Class in org.infinispan.distexec.mapreduce
IntermediateCompositeKey
mapReduceNotSupported() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
mapReduceNotSupported() - Method in class org.infinispan.lucene.logging.Log_$logger
 
mapReduceNotSupported() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
mapReduceNotSupported() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
mapReduceNotSupported() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
mapReduceNotSupported() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
mapReduceNotSupported() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
mapReduceNotSupported() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
mapReduceNotSupported() - Method in class org.infinispan.stats.logging.Log_$logger
 
mapReduceNotSupported() - Method in class org.infinispan.tree.logging.Log_$logger
 
mapReduceNotSupported() - Method in interface org.infinispan.util.logging.Log
 
mapReduceNotSupported() - Method in class org.infinispan.util.logging.Log_$logger
 
mapReduceNotSupported$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
mapReduceNotSupported$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
mapReduceNotSupported$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
mapReduceNotSupported$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
mapReduceNotSupported$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
mapReduceNotSupported$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
mapReduceNotSupported$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
mapReduceNotSupported$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
mapReduceNotSupported$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
mapReduceNotSupported$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
mapReduceNotSupported$str() - Method in class org.infinispan.util.logging.Log_$logger
 
MapReduceTask<KIn,VIn,KOut,VOut> - Class in org.infinispan.distexec.mapreduce
Deprecated.
Map reduce has been replaced by streams. This can be invoked by cache.entrySet().stream()....
MapReduceTask(Cache<KIn, VIn>) - Constructor for class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Create a new MapReduceTask given a master cache node.
MapReduceTask(Cache<KIn, VIn>, boolean) - Constructor for class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Create a new MapReduceTask given a master cache node.
MapReduceTask(Cache<KIn, VIn>, boolean, boolean) - Constructor for class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Create a new MapReduceTask given a master cache node.
MapReduceTaskLifecycle - Interface in org.infinispan.distexec.mapreduce.spi
 
MapReduceTaskLifecycleService - Class in org.infinispan.distexec.mapreduce.spi
 
MAPS - Static variable in interface org.infinispan.marshall.core.Ids
 
mapToDouble(ToDoubleFunction<? super R>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
mapToDouble(ToDoubleFunction<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
mapToDouble(IntToDoubleFunction) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
mapToDouble(LongToDoubleFunction) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
mapToDouble(ToDoubleFunction<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
mapToDouble(IntToDoubleFunction) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
mapToDouble(LongToDoubleFunction) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
MapToDoubleIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
Performs map to double operation on a IntStream
MapToDoubleIntOperation(IntToDoubleFunction) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.MapToDoubleIntOperation
 
MapToDoubleLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
Performs map to double operation on a LongStream
MapToDoubleLongOperation(LongToDoubleFunction) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.MapToDoubleLongOperation
 
MapToDoubleOperation<I> - Class in org.infinispan.stream.impl.intops.object
Performs map to double operation on a regular Stream
MapToDoubleOperation(ToDoubleFunction<? super I>) - Constructor for class org.infinispan.stream.impl.intops.object.MapToDoubleOperation
 
mapToInt(ToIntFunction<? super R>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
mapToInt(ToIntFunction<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
mapToInt(DoubleToIntFunction) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
mapToInt(LongToIntFunction) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
mapToInt(ToIntFunction<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
mapToInt(DoubleToIntFunction) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
mapToInt(LongToIntFunction) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
MapToIntDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
Performs map to int operation on a DoubleStream
MapToIntDoubleOperation(DoubleToIntFunction) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.MapToIntDoubleOperation
 
MapToIntLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
Performs map to int operation on a LongStream
MapToIntLongOperation(LongToIntFunction) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.MapToIntLongOperation
 
MapToIntOperation<I> - Class in org.infinispan.stream.impl.intops.object
Performs map to int operation on a regular Stream
MapToIntOperation(ToIntFunction<? super I>) - Constructor for class org.infinispan.stream.impl.intops.object.MapToIntOperation
 
mapToLong(ToLongFunction<? super R>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
mapToLong(ToLongFunction<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
mapToLong(DoubleToLongFunction) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
mapToLong(IntToLongFunction) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
mapToLong(ToLongFunction<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
mapToLong(DoubleToLongFunction) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
mapToLong(IntToLongFunction) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
MapToLongDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
Performs map to long operation on a DoubleStream
MapToLongDoubleOperation(DoubleToLongFunction) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.MapToLongDoubleOperation
 
MapToLongIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
Performs map to long operation on a IntStream
MapToLongIntOperation(IntToLongFunction) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.MapToLongIntOperation
 
MapToLongOperation<I> - Class in org.infinispan.stream.impl.intops.object
Performs map to long operation on a regular Stream
MapToLongOperation(ToLongFunction<? super I>) - Constructor for class org.infinispan.stream.impl.intops.object.MapToLongOperation
 
mapToObj(DoubleFunction<? extends U>) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
mapToObj(IntFunction<? extends U>) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
mapToObj(LongFunction<? extends U>) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
mapToObj(DoubleFunction<? extends U>) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
mapToObj(IntFunction<? extends U>) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
mapToObj(LongFunction<? extends U>) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
MapToObjDoubleOperation<R> - Class in org.infinispan.stream.impl.intops.primitive.d
Performs boxed operation on a DoubleStream
MapToObjDoubleOperation(DoubleFunction<? extends R>) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.MapToObjDoubleOperation
 
MapToObjIntOperation<R> - Class in org.infinispan.stream.impl.intops.primitive.i
Performs map to object operation on a IntStream
MapToObjIntOperation(IntFunction<? extends R>) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.MapToObjIntOperation
 
MapToObjLongOperation<R> - Class in org.infinispan.stream.impl.intops.primitive.l
Performs map to object operation on a LongStream
MapToObjLongOperation(LongFunction<? extends R>) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.MapToObjLongOperation
 
markAsOnePhaseCommit() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderNonVersionedPrepareCommand
 
markAsOnePhaseCommit() - Method in interface org.infinispan.commands.tx.totalorder.TotalOrderPrepareCommand
marks the prepare phase as 1PC to apply immediately the modifications.
markAsOnePhaseCommit() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderVersionedPrepareCommand
 
markAsUpdateTransaction() - Method in class org.infinispan.stats.TransactionStatistics
Sets this transaction as a write transaction.
markAsWriteTransaction(GlobalTransaction, boolean) - Method in class org.infinispan.stats.CacheStatisticManager
Marks the transaction as a write transaction (instead of a read only transaction)
markCommitOrRollbackSent() - Method in class org.infinispan.transaction.impl.LocalTransaction
Sets the commit or rollback sent for this transaction
markCompleted(boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
Called when after the 2nd phase of a 2PC is successful.
markDistinct(IntermediateOperation<T, S, T, S>, AbstractCacheStream.IntermediateType) - Method in class org.infinispan.stream.impl.AbstractCacheStream
 
markForRollback(boolean) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
markForRollback(boolean) - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
markKeyAsProcessing(K) - Method in interface org.infinispan.notifications.cachelistener.QueueingSegmentListener
This should be invoked on a key before actually processing the data.
markMarshallable(Class<?>, boolean) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
Marks a particular type as being marshallable or not being not marshallable.
markPrepareSent() - Method in class org.infinispan.transaction.impl.LocalTransaction
Sets the prepare sent for this transaction
markRemoved(boolean) - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
markSkip(AbstractCacheStream.IntermediateType) - Method in class org.infinispan.stream.impl.AbstractCacheStream
 
markSkipWriteSkewCheck() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderNonVersionedPrepareCommand
 
markSkipWriteSkewCheck() - Method in interface org.infinispan.commands.tx.totalorder.TotalOrderPrepareCommand
it signals that the write skew check is not needed (for versioned entries).
markSkipWriteSkewCheck() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderVersionedPrepareCommand
 
markSorted(AbstractCacheStream.IntermediateType) - Method in class org.infinispan.stream.impl.AbstractCacheStream
 
markSupported() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.SaslInputStream
 
markTrackerWithException(ClusterStreamManagerImpl.RequestTracker<?>, Address, Throwable, Object) - Static method in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
markTransactionAsRemote(boolean) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
markTransactionAsRemote(boolean) - Method in interface org.infinispan.commands.tx.TransactionBoundaryCommand
 
markTransactionCompleted(GlobalTransaction, boolean) - Method in class org.infinispan.transaction.impl.TransactionTable
With the current state transfer implementation it is possible for a transaction to be prepared several times on a remote node.
markUnexistingTransactionAsWriteTransaction(String) - Method in interface org.infinispan.stats.logging.Log
 
markUnexistingTransactionAsWriteTransaction(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
markUnexistingTransactionAsWriteTransaction$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
marshall(StreamingMarshaller, Object) - Static method in class org.infinispan.persistence.jdbc.JdbcUtil
 
MarshallableFunctionExternalizers - Class in org.infinispan.commons.marshall
 
MarshallableFunctionExternalizers() - Constructor for class org.infinispan.commons.marshall.MarshallableFunctionExternalizers
 
MarshallableFunctionExternalizers.ConstantLambdaExternalizer - Class in org.infinispan.commons.marshall
 
MarshallableFunctionExternalizers.LambdaWithMetasExternalizer - Class in org.infinispan.commons.marshall
 
MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer - Class in org.infinispan.commons.marshall
 
MarshallableFunctions - Class in org.infinispan.commons.marshall
 
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.
MARSHALLED_ENTRY_ID - Static variable in interface org.infinispan.marshall.core.Ids
 
MARSHALLED_VALUE - Static variable in interface org.infinispan.marshall.core.Ids
 
MarshalledEntry<K,V> - Interface in org.infinispan.marshall.core
Defines an externally persisted entry.
MarshalledEntryFactory<K,V> - Interface in org.infinispan.marshall.core
Factory for MarshalledEntry.
MarshalledEntryFactoryImpl - Class in org.infinispan.marshall.core
 
MarshalledEntryFactoryImpl() - Constructor for class org.infinispan.marshall.core.MarshalledEntryFactoryImpl
 
MarshalledEntryFactoryImpl(StreamingMarshaller) - Constructor for class org.infinispan.marshall.core.MarshalledEntryFactoryImpl
 
MarshalledEntryImpl<K,V> - Class in org.infinispan.marshall.core
 
MarshalledEntryImpl(ByteBuffer, ByteBuffer, ByteBuffer, StreamingMarshaller) - Constructor for class org.infinispan.marshall.core.MarshalledEntryImpl
 
MarshalledEntryImpl(K, ByteBuffer, ByteBuffer, StreamingMarshaller) - Constructor for class org.infinispan.marshall.core.MarshalledEntryImpl
 
MarshalledEntryImpl(K, V, InternalMetadata, StreamingMarshaller) - Constructor for class org.infinispan.marshall.core.MarshalledEntryImpl
 
MarshalledEntryImpl.Externalizer - Class in org.infinispan.marshall.core
 
marshalledEntryPurged(MarshalledEntry<K, V>) - Method in interface org.infinispan.persistence.spi.AdvancedCacheExpirationWriter.ExpirationPurgeListener
Optional.
MarshalledValue - Class in org.infinispan.marshall.core
Wrapper that wraps cached data, providing lazy deserialization using the calling thread's context class loader.
MarshalledValue() - Constructor for class org.infinispan.marshall.core.MarshalledValue
 
MarshalledValue(byte[], int, StreamingMarshaller) - Constructor for class org.infinispan.marshall.core.MarshalledValue
Construct a Marshalledvalue from the already serialized bytes.
MarshalledValue(Object, StreamingMarshaller) - Constructor for class org.infinispan.marshall.core.MarshalledValue
 
MarshalledValue.Externalizer - Class in org.infinispan.marshall.core
 
MarshalledValueByteStream - Class in org.infinispan.io
A stream of bytes which can be written to, and the underlying byte array can be directly accessed.
MarshalledValueByteStream() - Constructor for class org.infinispan.io.MarshalledValueByteStream
 
MarshalledValueEntrySizeCalculator - Class in org.infinispan.container.entries
Entry Size calculator that returns an approximation of how much memory a marshalled value contains for a key and value.
MarshalledValueEntrySizeCalculator() - Constructor for class org.infinispan.container.entries.MarshalledValueEntrySizeCalculator
 
MarshalledValueInterceptor<K,V> - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
MarshalledValueInterceptor() - Constructor for class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
MarshalledValueOrPrimitiveMapper - Class in org.infinispan.persistence.keymappers
This class is an implementation for TwoWayKey2StringMapper that supports both primitives and MarshalledValues.
MarshalledValueOrPrimitiveMapper() - Constructor for class org.infinispan.persistence.keymappers.MarshalledValueOrPrimitiveMapper
 
marshallEnum(E, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
 
marshaller - Variable in class org.infinispan.cache.impl.CacheImpl
 
marshaller(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
marshaller(Class<? extends Marshaller>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
marshaller(Marshaller) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
marshaller() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
marshaller(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
marshaller(Class<? extends Marshaller>) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
marshaller(Marshaller) - 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 org.infinispan.marshall.Marshaller implementation to serialize and deserialize user objects.
marshaller(Class<? extends Marshaller>) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Allows you to specify a custom org.infinispan.marshall.Marshaller implementation to serialize and deserialize user objects.
marshaller(Marshaller) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Allows you to specify an instance of org.infinispan.marshall.Marshaller to serialize and deserialize user objects.
MARSHALLER - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
marshaller - Variable in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
Marshaller - Interface in org.infinispan.commons.marshall
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
MARSHALLER - Static variable in class org.infinispan.configuration.cache.CompatibilityModeConfiguration
 
marshaller() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfiguration
 
marshaller(Marshaller) - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
Sets the marshaller instance to be used by the interoperability layer.
marshaller() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
 
marshaller() - Method in class org.infinispan.configuration.global.SerializationConfiguration
 
marshaller(Marshaller) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
Set the marshaller instance that will marshall and unmarshall cache entries.
marshaller - Variable in class org.infinispan.distexec.DefaultExecutorService
 
marshaller - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
marshaller(String) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
marshaller(Class<? extends Marshaller>) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
marshaller() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
marshaller(String) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
marshaller(Class<? extends Marshaller>) - 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 org.infinispan.marshall.Marshaller implementation to serialize and deserialize user objects.
marshaller(Class<? extends Marshaller>) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
Allows you to specify a custom org.infinispan.marshall.Marshaller implementation to serialize and deserialize user objects.
Marshaller() - Constructor for class org.infinispan.query.remote.client.ContinuousQueryResult.Marshaller
 
Marshaller() - Constructor for class org.infinispan.query.remote.client.FilterResult.Marshaller
 
Marshaller() - Constructor for class org.infinispan.query.remote.client.QueryRequest.Marshaller
 
Marshaller() - Constructor for class org.infinispan.query.remote.client.QueryRequest.NamedParameter.Marshaller
 
Marshaller() - Constructor for class org.infinispan.query.remote.client.QueryResponse.Marshaller
 
marshaller - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
marshaller(Marshaller) - Method in class org.infinispan.tasks.TaskContext
The marshaller with which this task should be executed
MarshallerAdapter - Class in org.infinispan.remoting.transport.jgroups
Bridge between JGroups and Infinispan marshallers
MarshallerAdapter(StreamingMarshaller) - Constructor for class org.infinispan.remoting.transport.jgroups.MarshallerAdapter
 
marshallerClass() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
MarshallerFactory - Class in org.infinispan.factories
MarshallerFactory.
MarshallerFactory() - Constructor for class org.infinispan.factories.MarshallerFactory
 
MarshallerRegistration - Class in org.infinispan.query.remote.client
 
MarshallerUtil - Class in org.infinispan.client.hotrod.marshall
 
MarshallingTwoWayKey2StringMapper - Interface in org.infinispan.persistence.keymappers
MarshallingTwoWayKey2StringMapper.
marshallInt(ObjectOutput, int) - Static method in class org.infinispan.commons.marshall.MarshallUtil
A special marshall implementation for integer.
marshallMap(T, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Marshall the map to the ObjectOutput.
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.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.
matcherForRetry() - Method in enum org.infinispan.commands.write.ValueMatcher
 
matches(Class<?>, Type[], Class<?>, Type[]) - Static method in class org.infinispan.cdi.util.Reflections
 
matches(Type, Set<? extends Type>) - Static method in class org.infinispan.cdi.util.Reflections
 
matches(Type, Type) - Static method in class org.infinispan.cdi.util.Reflections
 
matches(Class<?>, Type[], Type) - Static method in class org.infinispan.cdi.util.Reflections
 
matches(Set<Type>, Set<Type>) - Static method in class org.infinispan.cdi.util.Reflections
Check whether whether any of the types1 matches a type in types2
matches(MVCCEntry, Object, Object, Equivalence) - Method in enum org.infinispan.commands.write.ValueMatcher
 
matches(String) - Method in enum org.infinispan.configuration.parsing.ParsedCacheMode
 
matches(int) - Method in enum org.infinispan.security.AuthorizationPermission
 
matches(int) - Method in class org.infinispan.security.impl.SubjectACL
 
max(Comparator<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns an optional containing the maximum element of this traversable based on the comparator passed in.
max(String) - Static method in interface org.infinispan.query.dsl.Expression
 
max(Comparator<? super R>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
max(Comparator<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
max() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
max() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
max() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
max(Comparator<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
max() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
max() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
max() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
MAX_CONTAINERS - Static variable in class org.infinispan.atomic.AtomicObjectFactory
 
MAX_ENTRIES - Static variable in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
 
MAX_ID - Static variable in interface org.infinispan.marshall.core.Ids
 
MAX_IDLE - Static variable in class org.infinispan.configuration.cache.ExpirationConfiguration
 
MAX_RETRIES - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
MAX_RETRIES - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
maxActive() - Method in class org.infinispan.client.hotrod.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() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
 
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.
maxEntries() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
 
maxEntries(int) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
 
maxEntries() - Method in class org.infinispan.configuration.cache.EvictionConfiguration
Maximum number of entries in a cache instance.
maxEntries(long) - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
Deprecated.
maxEntries(int) - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
Deprecated.
maxEntries() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
 
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.
maxFailoverAttempts() - Method in interface org.infinispan.distexec.DistributedTaskFailoverPolicy
Maximum number of fail over attempts permitted by this DistributedTaskFailoverPolicy
maxFileSize() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
 
maxFileSize(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
 
MAXIDLE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
MAXIDLE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
maxIdle() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
 
maxIdle(int) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
Controls the maximum number of idle persistent connections, per server, at any time.
maxIdle - Variable in class org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation
 
maxIdle - Variable in class org.infinispan.client.hotrod.impl.operations.PutAllOperation
 
maxIdle - Variable in class org.infinispan.client.hotrod.impl.operations.PutAllParallelOperation
 
maxIdle() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
Maximum idle time a cache entry will be maintained in the cache, in milliseconds.
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, TimeUnit) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
Maximum idle time a cache entry will be maintained in the cache, in milliseconds.
maxIdle - Variable in class org.infinispan.container.entries.TransientCacheEntry
 
maxIdle - Variable in class org.infinispan.container.entries.TransientCacheValue
 
maxIdle - Variable in class org.infinispan.container.entries.TransientMortalCacheEntry
 
maxIdle - Variable in class org.infinispan.container.entries.TransientMortalCacheValue
 
maxIdle() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
 
maxIdle() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
 
maxIdle - Variable in class org.infinispan.metadata.EmbeddedMetadata.Builder
 
maxIdle(long, TimeUnit) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
 
maxIdle(long) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
 
maxIdle() - Method in class org.infinispan.metadata.EmbeddedMetadata
 
maxIdle() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
 
maxIdle() - Method in class org.infinispan.metadata.impl.L1Metadata
 
maxIdle(long, TimeUnit) - Method in interface org.infinispan.metadata.Metadata.Builder
Set max idle time with a given time unit.
maxIdle(long) - Method in interface org.infinispan.metadata.Metadata.Builder
Set max idle time assuming that the time unit is milliseconds.
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
 
maxIdle(int) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
Controls the maximum number of idle persistent connections, per server, at any time.
maxIdleTimeUnit - Variable in class org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation
 
maxIdleUnit - Variable in class org.infinispan.metadata.EmbeddedMetadata.Builder
 
maxNodeSize() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
 
maxNodeSize(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
 
maxProgressingLogWritesDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
maxProgressingLogWritesDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
maxProgressingLogWritesDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
maxProgressingLogWritesDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
maxProgressingLogWritesDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
maxProgressingLogWritesDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
maxProgressingLogWritesDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
maxProgressingLogWritesDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
maxProgressingLogWritesDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
maxProgressingLogWritesDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
maxProgressingLogWritesDeprecated() - Method in interface org.infinispan.util.logging.Log
 
maxProgressingLogWritesDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
maxProgressingLogWritesDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
maxProgressingLogWritesDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
maxProgressingLogWritesDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
maxProgressingLogWritesDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
maxProgressingLogWritesDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
maxProgressingLogWritesDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
maxProgressingLogWritesDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
maxProgressingLogWritesDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
maxProgressingLogWritesDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
maxProgressingLogWritesDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
maxProgressingLogWritesDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
maxResultMustBeGreaterThanZero() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
maxResultMustBeGreaterThanZero() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
maxResultMustBeGreaterThanZero$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
maxResults - Variable in class org.infinispan.query.dsl.impl.BaseQuery
 
maxResults - Variable in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
maxResults(int) - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
maxResults(int) - Method in interface org.infinispan.query.dsl.QueryBuilder
 
maxRetries(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
maxRetries() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
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() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
maxRetries(int) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
The maximum number of retries when a push state command fails.
MaxRetriesPolicy(int) - Constructor for class org.infinispan.remoting.transport.RetryOnFailureXSiteCommand.MaxRetriesPolicy
 
maxThreads() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
maxTotal() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
 
maxTotal(int) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
Sets a global limit on the number persistent connections that can be in circulation within the combined set of servers.
maxTotal() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
 
maxTotal(int) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
Sets a global limit on the number persistent connections that can be in circulation within the combined set of servers.
maxWait() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
 
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 a NoSuchElementException will be thrown.
MBean - Annotation Type in org.infinispan.jmx.annotations
Classes annotated with this will be exposed as MBeans.
MBEAN_SERVER_LOOKUP - Static variable in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
 
mbeanServerLookup() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
 
mBeanServerLookup(MBeanServerLookup) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
Sets the instance of the MBeanServerLookup class to be used to bound JMX MBeans to.
MBeanServerLookup - Interface in org.infinispan.jmx
Implementors of this should return an MBeanServer to which MBeans will be registered.
mbeansSuccessfullyRegistered() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
mbeansSuccessfullyRegistered() - Method in class org.infinispan.lucene.logging.Log_$logger
 
mbeansSuccessfullyRegistered() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
mbeansSuccessfullyRegistered() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
mbeansSuccessfullyRegistered() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
mbeansSuccessfullyRegistered() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
mbeansSuccessfullyRegistered() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
mbeansSuccessfullyRegistered() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
mbeansSuccessfullyRegistered() - Method in class org.infinispan.stats.logging.Log_$logger
 
mbeansSuccessfullyRegistered() - Method in class org.infinispan.tree.logging.Log_$logger
 
mbeansSuccessfullyRegistered() - Method in interface org.infinispan.util.logging.Log
 
mbeansSuccessfullyRegistered() - Method in class org.infinispan.util.logging.Log_$logger
 
mbeansSuccessfullyRegistered$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
mbeansSuccessfullyRegistered$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
mbeansSuccessfullyRegistered$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
mbeansSuccessfullyRegistered$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
mbeansSuccessfullyRegistered$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
mbeansSuccessfullyRegistered$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
mbeansSuccessfullyRegistered$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
mbeansSuccessfullyRegistered$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
mbeansSuccessfullyRegistered$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
mbeansSuccessfullyRegistered$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
mbeansSuccessfullyRegistered$str() - Method in class org.infinispan.util.logging.Log_$logger
 
mBEGIN() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mCACHE() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mCharacterEscapeSequence() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mCLEARCACHE() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mComment() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mCOMMIT() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mCREATE() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mDecimalDigit() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mDENY() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mDOUBLELITERAL() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mDoubleQuotedStringCharacter() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mDoubleSuffix() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
MeasurementType - Enum in org.infinispan.jmx.annotations
 
members - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
members() - Method in class org.infinispan.server.core.security.simple.SimpleGroupPrincipal
 
MemcachedCodec - Class in org.infinispan.cli.interpreter.codec
MemcachedCodec.
MemcachedCodec() - Constructor for class org.infinispan.cli.interpreter.codec.MemcachedCodec
 
MemcachedDecoderState - Enum in org.infinispan.server.memcached
Protocol decoding state
MemcachedServerConfiguration - Class in org.infinispan.server.memcached.configuration
MemcachedServerConfiguration.
MemcachedServerConfigurationBuilder - Class in org.infinispan.server.memcached.configuration
MemcachedServerConfigurationBuilder.
MemcachedServerConfigurationBuilder() - Constructor for class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
 
memoryApproximationUnsupportedVM(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
memoryApproximationUnsupportedVM(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
memoryApproximationUnsupportedVM(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
memoryApproximationUnsupportedVM(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
memoryApproximationUnsupportedVM(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
memoryApproximationUnsupportedVM(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
memoryApproximationUnsupportedVM(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
memoryApproximationUnsupportedVM(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
memoryApproximationUnsupportedVM(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
memoryApproximationUnsupportedVM(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
memoryApproximationUnsupportedVM(String) - Method in interface org.infinispan.util.logging.Log
 
memoryApproximationUnsupportedVM(String) - Method in class org.infinispan.util.logging.Log_$logger
 
memoryApproximationUnsupportedVM$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
memoryApproximationUnsupportedVM$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
memoryApproximationUnsupportedVM$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
memoryApproximationUnsupportedVM$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
memoryApproximationUnsupportedVM$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
memoryApproximationUnsupportedVM$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
memoryApproximationUnsupportedVM$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
memoryApproximationUnsupportedVM$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
memoryApproximationUnsupportedVM$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
memoryApproximationUnsupportedVM$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
memoryApproximationUnsupportedVM$str() - Method in class org.infinispan.util.logging.Log_$logger
 
MemoryUnit - Enum in org.infinispan.commons.util
 
mENCODING() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mEND() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mEOL() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
merge(DeltaAware) - Method in interface org.infinispan.atomic.Delta
Merge the current Delta instance with a given DeltaAware instance, and return a coherent and complete DeltaAware instance.
merge(DeltaAware) - Method in class org.infinispan.atomic.impl.AtomicHashMapDelta
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
If the specified key is not already associated with a (non-null) value, associates it with the given value.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
If the specified key is not already associated with a (non-null) value, associates it with the given value.
merge(EntryVersionsMap) - Method in class org.infinispan.container.versioning.EntryVersionsMap
 
merge(DeltaAware) - Method in class org.infinispan.lucene.impl.FileListCacheValueDelta
 
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(TransactionStatistics) - Method in class org.infinispan.stats.CacheStatisticCollector
Merges a transaction statistics in this cache statistics.
merge(double[], boolean) - Method in class org.infinispan.stats.container.ConcurrentGlobalContainer
 
mergeAnnotationsOnElement(Annotated, boolean, AnnotationBuilder) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
 
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.
MergeEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
This event is passed in to any method annotated with Merged.
mergeInternal(K, V, BiFunction<? super V, ? super V, ? extends V>, SimpleCacheImpl.CacheEntryChange<K, V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
mergeInternal(K, V, BiFunction<? super V, ? super V, ? extends V>, SimpleCacheImpl.CacheEntryChange<K, V>) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
mergeTo(ConcurrentGlobalContainer) - Method in interface org.infinispan.stats.container.ExtendedStatisticsContainer
it merges in this the statistic's values in other.
mergeTo(ConcurrentGlobalContainer) - Method in class org.infinispan.stats.container.LocalExtendedStatisticsContainer
 
mergeTo(ConcurrentGlobalContainer) - Method in class org.infinispan.stats.container.RemoteExtendedStatisticsContainer
 
mEscapeCharacter() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mEscapeSequence() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
MESSAGE_PROTO_RES - Static variable in class org.infinispan.query.remote.client.MarshallerRegistration
 
messageId(long) - Method in class org.infinispan.client.hotrod.impl.protocol.HeaderParams
 
Messages - Interface in org.infinispan.cli.interpreter.logging
Informational CLI messages.
Messages - Interface in org.infinispan.util.logging.events
Messages.
MESSAGES - Static variable in interface org.infinispan.util.logging.events.Messages
 
Messages_$bundle - Class in org.infinispan.cli.interpreter.logging
Warning this class consists of generated code.
Messages_$bundle() - Constructor for class org.infinispan.cli.interpreter.logging.Messages_$bundle
 
Messages_$bundle - Class in org.infinispan.util.logging.events
Warning this class consists of generated code.
Messages_$bundle() - Constructor for class org.infinispan.util.logging.events.Messages_$bundle
 
META_ENTRY_VERSION - Static variable in interface org.infinispan.marshall.core.Ids
 
META_LIFESPAN - Static variable in interface org.infinispan.marshall.core.Ids
 
META_PARAMS - Static variable in interface org.infinispan.marshall.core.Ids
 
META_PARAMS_INTERNAL_METADATA - Static variable in interface org.infinispan.marshall.core.Ids
 
MetaCreated(long) - Constructor for class org.infinispan.commons.api.functional.MetaParam.MetaCreated
 
metadata - Variable in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry
 
metadata - Variable in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
metadata - Variable in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
metadata - Variable in class org.infinispan.container.entries.ReadCommittedEntry
 
Metadata() - Constructor for class org.infinispan.io.GridFile.Metadata
 
Metadata(int, long, int, byte) - Constructor for class org.infinispan.io.GridFile.Metadata
 
metadata - Variable in class org.infinispan.io.GridFilesystem
 
metadata() - Method in class org.infinispan.metadata.impl.L1Metadata
 
Metadata - Interface in org.infinispan.metadata
This interface encapsulates metadata information that can be stored alongside values in the cache.
metadata() - Method in class org.infinispan.xsite.statetransfer.XSiteState
 
Metadata.Builder - Interface in org.infinispan.metadata
Metadata builder
METADATA_IMMORTAL_ENTRY - Static variable in interface org.infinispan.marshall.core.Ids
 
METADATA_IMMORTAL_VALUE - Static variable in interface org.infinispan.marshall.core.Ids
 
METADATA_MORTAL_ENTRY - Static variable in interface org.infinispan.marshall.core.Ids
 
METADATA_MORTAL_VALUE - Static variable in interface org.infinispan.marshall.core.Ids
 
METADATA_TRANSIENT_ENTRY - Static variable in interface org.infinispan.marshall.core.Ids
 
METADATA_TRANSIENT_MORTAL_ENTRY - Static variable in interface org.infinispan.marshall.core.Ids
 
METADATA_TRANSIENT_MORTAL_VALUE - Static variable in interface org.infinispan.marshall.core.Ids
 
METADATA_TRANSIENT_VALUE - Static variable in interface org.infinispan.marshall.core.Ids
 
MetadataAware - Interface in org.infinispan.container.entries.metadata
Marker interface for metadata aware cache entry.
MetadataAwareCommand - Interface in org.infinispan.commands
A command that contains metadata information.
MetadataEntity - Class in org.infinispan.persistence.jpa.impl
Entity which should hold serialized metadata
MetadataEntity() - Constructor for class org.infinispan.persistence.jpa.impl.MetadataEntity
 
MetadataEntity(ByteBuffer, ByteBuffer, long) - Constructor for class org.infinispan.persistence.jpa.impl.MetadataEntity
 
MetadataEntityKey - Class in org.infinispan.persistence.jpa.impl
Embedded entity which serves as primary key for metadata.
MetadataEntityKey() - Constructor for class org.infinispan.persistence.jpa.impl.MetadataEntityKey
 
MetadataEntityKey(byte[]) - Constructor for class org.infinispan.persistence.jpa.impl.MetadataEntityKey
 
MetadataImmortalCacheEntry - Class in org.infinispan.container.entries.metadata
MetadataImmortalCacheEntry(Object, Object, Metadata) - Constructor for class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry
 
MetadataImmortalCacheEntry.Externalizer - Class in org.infinispan.container.entries.metadata
 
MetadataImmortalCacheValue - Class in org.infinispan.container.entries.metadata
MetadataImmortalCacheValue(Object, Metadata) - Constructor for class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue
 
MetadataImmortalCacheValue.Externalizer - Class in org.infinispan.container.entries.metadata
 
MetadataMortalCacheEntry - Class in org.infinispan.container.entries.metadata
A cache entry that is mortal and is MetadataAware
MetadataMortalCacheEntry(Object, Object, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
MetadataMortalCacheEntry.Externalizer - Class in org.infinispan.container.entries.metadata
 
MetadataMortalCacheValue - Class in org.infinispan.container.entries.metadata
A mortal cache value, to correspond with MetadataMortalCacheEntry
MetadataMortalCacheValue(Object, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
 
MetadataMortalCacheValue.Externalizer - Class in org.infinispan.container.entries.metadata
 
Metadatas - Class in org.infinispan.metadata
Utility method for Metadata classes.
MetadataTransientCacheEntry - Class in org.infinispan.container.entries.metadata
A cache entry that is transient, i.e., it can be considered expired after a period of not being used, and MetadataAware
MetadataTransientCacheEntry(Object, Object, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
MetadataTransientCacheEntry.Externalizer - Class in org.infinispan.container.entries.metadata
 
MetadataTransientCacheValue - Class in org.infinispan.container.entries.metadata
A transient cache value, to correspond with TransientCacheEntry which is MetadataAware
MetadataTransientCacheValue(Object, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
 
MetadataTransientCacheValue.Externalizer - Class in org.infinispan.container.entries.metadata
 
MetadataTransientMortalCacheEntry - Class in org.infinispan.container.entries.metadata
MetadataTransientMortalCacheEntry(Object, Object, Metadata, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
MetadataTransientMortalCacheEntry(Object, Object, Metadata, long, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
MetadataTransientMortalCacheEntry.Externalizer - Class in org.infinispan.container.entries.metadata
 
MetadataTransientMortalCacheValue - Class in org.infinispan.container.entries.metadata
MetadataTransientMortalCacheValue(Object, Metadata, long, long) - Constructor for class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
 
MetadataTransientMortalCacheValue.Externalizer - Class in org.infinispan.container.entries.metadata
 
MetadataValue<V> - Interface in org.infinispan.client.hotrod
Besides the value, also contains a version and expiration information.
MetadataValueImpl<V> - Class in org.infinispan.client.hotrod.impl
MetadataValueImpl.
MetadataValueImpl(long, int, long, int, long, V) - Constructor for class org.infinispan.client.hotrod.impl.MetadataValueImpl
 
MetaEntryVersion(EntryVersion<T>) - Constructor for class org.infinispan.commons.api.functional.MetaParam.MetaEntryVersion
 
MetaLastUsed(long) - Constructor for class org.infinispan.commons.api.functional.MetaParam.MetaLastUsed
 
MetaLifespan(long) - Constructor for class org.infinispan.commons.api.functional.MetaParam.MetaLifespan
 
MetaLong(long) - Constructor for class org.infinispan.commons.api.functional.MetaParam.MetaLong
 
MetaMaxIdle(long) - Constructor for class org.infinispan.commons.api.functional.MetaParam.MetaMaxIdle
 
MetaParam<T> - Interface in org.infinispan.commons.api.functional
An easily extensible metadata parameter that's stored along with the value in the the functional map.
MetaParam.Lookup - Interface in org.infinispan.commons.api.functional
Provides metadata parameter lookup capabilities using Class as lookup key.
MetaParam.MetaCreated - Class in org.infinispan.commons.api.functional
Read only metadata parameter representing a cached entry's created time in milliseconds.
MetaParam.MetaEntryVersion<T> - Class in org.infinispan.commons.api.functional
Writable metadata parameter representing a cached entry's generic version.
MetaParam.MetaLastUsed - Class in org.infinispan.commons.api.functional
Read only metadata parameter representing a cached entry's last used time in milliseconds.
MetaParam.MetaLifespan - Class in org.infinispan.commons.api.functional
Writable metadata parameter representing a cached entry's millisecond lifespan.
MetaParam.MetaLong - Class in org.infinispan.commons.api.functional
Abstract class for numeric long-based metadata parameter instances.
MetaParam.MetaMaxIdle - Class in org.infinispan.commons.api.functional
Writable metadata parameter representing a cached entry's millisecond max idle time.
MetaParam.Writable<T> - Interface in org.infinispan.commons.api.functional
Writable MetaParam instances are those that the user can provide to be stored as part of the cache entry.
MetaParamExternalizers - Class in org.infinispan.marshall.exts
 
MetaParamExternalizers.EntryVersionParamExternalizer - Class in org.infinispan.marshall.exts
 
MetaParamExternalizers.LifespanExternalizer - Class in org.infinispan.marshall.exts
 
MetaParamExternalizers.NumericEntryVersionExternalizer - Class in org.infinispan.marshall.exts
 
MetaParams - Class in org.infinispan.functional.impl
Represents a MetaParam collection.
MetaParams.Externalizer - Class in org.infinispan.functional.impl
 
MetaParamsInternalMetadata - Class in org.infinispan.functional.impl
Metadata parameters backed internal metadata representation.
MetaParamsInternalMetadata.Externalizer - Class in org.infinispan.functional.impl
 
method - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
method - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.ListenerInvocationImpl
 
MethodMetaData<A extends Annotation> - Class in org.infinispan.jcache.annotation
Metadata associated to a method annotated with a cache annotation.
MethodMetaData(Method, AggregatedParameterMetaData, Set<Annotation>, CacheKeyGenerator, A, String) - Constructor for class org.infinispan.jcache.annotation.MethodMetaData
 
methodWithoutCacheAnnotation(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
methodWithoutCacheAnnotation(String) - Method in interface org.infinispan.jcache.logging.Log
 
methodWithoutCacheAnnotation(String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
methodWithoutCacheAnnotation(String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
methodWithoutCacheAnnotation$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
methodWithoutCacheAnnotation$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
methodWithoutCacheAnnotation$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
mEVICT() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mEXPIRES() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mExponent() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mFALSE() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mFLOATLITERAL() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mFloatSuffix() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mGET() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mGRANT() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mHexDigit() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mHexEscapeSequence() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mHexPrefix() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
MIGRATION_TASK - Static variable in interface org.infinispan.persistence.remote.ExternalizerIds
 
MigrationMarshaller - Class in org.infinispan.persistence.remote.upgrade
MigrationMarshaller.
MigrationMarshaller() - Constructor for class org.infinispan.persistence.remote.upgrade.MigrationMarshaller
 
MigrationTask - Class in org.infinispan.persistence.remote.upgrade
 
MigrationTask(Set<Integer>, int, int) - Constructor for class org.infinispan.persistence.remote.upgrade.MigrationTask
 
MigrationTask.Externalizer - Class in org.infinispan.persistence.remote.upgrade
 
millis(String, String) - Static method in class org.infinispan.cli.interpreter.utils.ParserSupport
Converts a time representation into milliseconds
millis(String) - Static method in class org.infinispan.cli.interpreter.utils.ParserSupport
 
millisSinceFirstFailure() - Method in class org.infinispan.xsite.OfflineStatus
 
MIME - Static variable in interface org.infinispan.server.websocket.OpHandler
 
MIMECacheEntry - Class in org.infinispan.remoting
Wrapper object for entries that arrive via RESTful PUT/POST interface.
MIMECacheEntry() - Constructor for class org.infinispan.remoting.MIMECacheEntry
 
MIMECacheEntry(String, byte[]) - Constructor for class org.infinispan.remoting.MIMECacheEntry
 
min(Comparator<? super T>) - Method in interface org.infinispan.commons.api.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(String) - Static method in interface org.infinispan.query.dsl.Expression
 
min(Comparator<? super R>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
min(Comparator<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
min() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
min() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
min() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
min(Comparator<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
min() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
min() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
min() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
MIN_TIME_TO_WAIT - Static variable in class org.infinispan.configuration.cache.TakeOfflineConfiguration
 
minEvictableIdleTime() - Method in class org.infinispan.client.hotrod.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() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
 
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.
mINFO() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
minIdle() - Method in class org.infinispan.client.hotrod.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() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
 
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.SoftIndexFileStoreConfiguration
 
minNodeSize(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
 
minorityPartition(Collection<Address>, Collection<Address>, Collection<Address>) - Method in interface org.infinispan.util.logging.events.Messages
 
minorityPartition(Collection, Collection, Collection) - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
minorityPartition$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
mIntegerNumber() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
minTimeHasElapsed() - Method in class org.infinispan.xsite.OfflineStatus
 
minTimeToWait() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
 
minTimeToWait(long) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
The minimal number of millis to wait before taking this site offline, even in the case 'afterFailures' is reached.
mINTLITERAL() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
missedSegments() - Method in interface org.infinispan.client.hotrod.impl.iteration.KeyTracker
 
missedSegments - Variable in class org.infinispan.stream.impl.StreamSegmentResponseCommand
 
MISSES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
Number of get misses.
missingBackupFailurePolicyClass() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingBackupFailurePolicyClass() - Method in class org.infinispan.lucene.logging.Log_$logger
 
missingBackupFailurePolicyClass() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingBackupFailurePolicyClass() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
missingBackupFailurePolicyClass() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
missingBackupFailurePolicyClass() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingBackupFailurePolicyClass() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
missingBackupFailurePolicyClass() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
missingBackupFailurePolicyClass() - Method in class org.infinispan.stats.logging.Log_$logger
 
missingBackupFailurePolicyClass() - Method in class org.infinispan.tree.logging.Log_$logger
 
missingBackupFailurePolicyClass() - Method in interface org.infinispan.util.logging.Log
 
missingBackupFailurePolicyClass() - Method in class org.infinispan.util.logging.Log_$logger
 
missingBackupFailurePolicyClass$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingBackupFailurePolicyClass$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
missingBackupFailurePolicyClass$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingBackupFailurePolicyClass$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
missingBackupFailurePolicyClass$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
missingBackupFailurePolicyClass$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingBackupFailurePolicyClass$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
missingBackupFailurePolicyClass$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
missingBackupFailurePolicyClass$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
missingBackupFailurePolicyClass$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
missingBackupFailurePolicyClass$str() - Method in class org.infinispan.util.logging.Log_$logger
 
missingClientListenerAnnotation(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
missingClientListenerAnnotation(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
missingClientListenerAnnotation$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
missingClusterNameDefinition() - Method in interface org.infinispan.client.hotrod.logging.Log
 
missingClusterNameDefinition() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
missingClusterNameDefinition$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
missingClusterServersDefinition(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
missingClusterServersDefinition(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
missingClusterServersDefinition$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
missingConnectionFactory() - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
missingConnectionFactory() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingConnectionFactory$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingCustomInterceptorPosition(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingCustomInterceptorPosition(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
missingCustomInterceptorPosition(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingCustomInterceptorPosition(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
missingCustomInterceptorPosition(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
missingCustomInterceptorPosition(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingCustomInterceptorPosition(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
missingCustomInterceptorPosition(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
missingCustomInterceptorPosition(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
missingCustomInterceptorPosition(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
missingCustomInterceptorPosition(String) - Method in interface org.infinispan.util.logging.Log
 
missingCustomInterceptorPosition(String) - Method in class org.infinispan.util.logging.Log_$logger
 
missingCustomInterceptorPosition$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingCustomInterceptorPosition$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
missingCustomInterceptorPosition$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingCustomInterceptorPosition$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
missingCustomInterceptorPosition$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
missingCustomInterceptorPosition$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingCustomInterceptorPosition$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
missingCustomInterceptorPosition$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
missingCustomInterceptorPosition$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
missingCustomInterceptorPosition$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
missingCustomInterceptorPosition$str() - Method in class org.infinispan.util.logging.Log_$logger
 
missingForeignExternalizer(int) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingForeignExternalizer(int) - Method in class org.infinispan.lucene.logging.Log_$logger
 
missingForeignExternalizer(int) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingForeignExternalizer(int) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
missingForeignExternalizer(int) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
missingForeignExternalizer(int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingForeignExternalizer(int) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
missingForeignExternalizer(int) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
missingForeignExternalizer(int) - Method in class org.infinispan.stats.logging.Log_$logger
 
missingForeignExternalizer(int) - Method in class org.infinispan.tree.logging.Log_$logger
 
missingForeignExternalizer(int) - Method in interface org.infinispan.util.logging.Log
 
missingForeignExternalizer(int) - Method in class org.infinispan.util.logging.Log_$logger
 
missingForeignExternalizer$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingForeignExternalizer$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
missingForeignExternalizer$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingForeignExternalizer$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
missingForeignExternalizer$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
missingForeignExternalizer$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingForeignExternalizer$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
missingForeignExternalizer$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
missingForeignExternalizer$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
missingForeignExternalizer$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
missingForeignExternalizer$str() - Method in class org.infinispan.util.logging.Log_$logger
 
missingGlobalStatePersistentLocation() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingGlobalStatePersistentLocation() - Method in class org.infinispan.lucene.logging.Log_$logger
 
missingGlobalStatePersistentLocation() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingGlobalStatePersistentLocation() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
missingGlobalStatePersistentLocation() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
missingGlobalStatePersistentLocation() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingGlobalStatePersistentLocation() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
missingGlobalStatePersistentLocation() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
missingGlobalStatePersistentLocation() - Method in class org.infinispan.stats.logging.Log_$logger
 
missingGlobalStatePersistentLocation() - Method in class org.infinispan.tree.logging.Log_$logger
 
missingGlobalStatePersistentLocation() - Method in interface org.infinispan.util.logging.Log
 
missingGlobalStatePersistentLocation() - Method in class org.infinispan.util.logging.Log_$logger
 
missingGlobalStatePersistentLocation$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingGlobalStatePersistentLocation$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
missingGlobalStatePersistentLocation$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingGlobalStatePersistentLocation$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
missingGlobalStatePersistentLocation$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
missingGlobalStatePersistentLocation$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingGlobalStatePersistentLocation$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
missingGlobalStatePersistentLocation$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
missingGlobalStatePersistentLocation$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
missingGlobalStatePersistentLocation$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
missingGlobalStatePersistentLocation$str() - Method in class org.infinispan.util.logging.Log_$logger
 
missingHostDefinition() - Method in interface org.infinispan.client.hotrod.logging.Log
 
missingHostDefinition() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
missingHostDefinition$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
missingKeyStorePassword(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
missingKeyStorePassword(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
missingKeyStorePassword(String) - Method in interface org.infinispan.server.core.logging.JavaLog
 
missingKeyStorePassword(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingKeyStorePassword$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
missingKeyStorePassword$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingListPreparedTransactions(Object, Object) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingListPreparedTransactions(Object, Object) - Method in class org.infinispan.lucene.logging.Log_$logger
 
missingListPreparedTransactions(Object, Object) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingListPreparedTransactions(Object, Object) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
missingListPreparedTransactions(Object, Object) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
missingListPreparedTransactions(Object, Object) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingListPreparedTransactions(Object, Object) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
missingListPreparedTransactions(Object, Object) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
missingListPreparedTransactions(Object, Object) - Method in class org.infinispan.stats.logging.Log_$logger
 
missingListPreparedTransactions(Object, Object) - Method in class org.infinispan.tree.logging.Log_$logger
 
missingListPreparedTransactions(Object, Object) - Method in interface org.infinispan.util.logging.Log
 
missingListPreparedTransactions(Object, Object) - Method in class org.infinispan.util.logging.Log_$logger
 
missingListPreparedTransactions$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingListPreparedTransactions$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
missingListPreparedTransactions$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingListPreparedTransactions$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
missingListPreparedTransactions$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
missingListPreparedTransactions$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingListPreparedTransactions$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
missingListPreparedTransactions$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
missingListPreparedTransactions$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
missingListPreparedTransactions$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
missingListPreparedTransactions$str() - Method in class org.infinispan.util.logging.Log_$logger
 
missingMigrationData(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingMigrationData(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
missingMigrationData(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingMigrationData(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
missingMigrationData(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
missingMigrationData(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingMigrationData(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
missingMigrationData(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
missingMigrationData(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
missingMigrationData(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
missingMigrationData(String) - Method in interface org.infinispan.util.logging.Log
 
missingMigrationData(String) - Method in class org.infinispan.util.logging.Log_$logger
 
missingMigrationData$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingMigrationData$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
missingMigrationData$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingMigrationData$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
missingMigrationData$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
missingMigrationData$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingMigrationData$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
missingMigrationData$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
missingMigrationData$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
missingMigrationData$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
missingMigrationData$str() - Method in class org.infinispan.util.logging.Log_$logger
 
missingMigrator() - Method in interface org.infinispan.cli.interpreter.logging.Log
 
missingMigrator() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingMigrator$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingOptionParameter(String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
missingOptionParameter(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingOptionParameter$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingRequired(XMLStreamReader, Set<?>) - Static method in class org.infinispan.configuration.parsing.ParseUtils
Get an exception reporting a missing, required XML attribute.
missingRequiredElement(XMLStreamReader, Set<?>) - Static method in class org.infinispan.configuration.parsing.ParseUtils
Get an exception reporting a missing, required XML child element.
missingTransportConfiguration() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingTransportConfiguration() - Method in class org.infinispan.lucene.logging.Log_$logger
 
missingTransportConfiguration() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingTransportConfiguration() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
missingTransportConfiguration() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
missingTransportConfiguration() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingTransportConfiguration() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
missingTransportConfiguration() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
missingTransportConfiguration() - Method in class org.infinispan.stats.logging.Log_$logger
 
missingTransportConfiguration() - Method in class org.infinispan.tree.logging.Log_$logger
 
missingTransportConfiguration() - Method in interface org.infinispan.util.logging.Log
 
missingTransportConfiguration() - Method in class org.infinispan.util.logging.Log_$logger
 
missingTransportConfiguration$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingTransportConfiguration$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
missingTransportConfiguration$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
missingTransportConfiguration$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
missingTransportConfiguration$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
missingTransportConfiguration$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingTransportConfiguration$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
missingTransportConfiguration$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
missingTransportConfiguration$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
missingTransportConfiguration$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
missingTransportConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
 
missingTrustStorePassword(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
missingTrustStorePassword(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
missingTrustStorePassword(String) - Method in interface org.infinispan.server.core.logging.JavaLog
 
missingTrustStorePassword(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingTrustStorePassword$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
missingTrustStorePassword$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
missingUpgradeAction() - Method in interface org.infinispan.cli.interpreter.logging.Log
 
missingUpgradeAction() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
missingUpgradeAction$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
mixedOn(String) - Method in class org.infinispan.xsite.status.ContainerSiteStatusBuilder
Adds the cache with an mixed connection to the site.
mkCachefailoverEvent() - Static method in class org.infinispan.client.hotrod.event.ClientEvents
 
mkdir() - Method in class org.infinispan.io.GridFile
 
mkdirs() - Method in class org.infinispan.io.GridFile
 
mLIKE() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mLineComment() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mLOCATE() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mLONGLITERAL() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mLongSuffix() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mMAXIDLE() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mNonEscapeCharacter() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mNonIntegerNumber() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mNULL() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mod(int, int) - Static method in class org.infinispan.io.ModularArithmetic
 
mod(long, int) - Static method in class org.infinispan.io.ModularArithmetic
 
mode() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
 
mode(NearCacheMode) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
 
Modification - Interface in org.infinispan.persistence.modifications
An interface that defines a CacheWriter modification
Modification.Type - Enum in org.infinispan.persistence.modifications
 
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.
modifications - Variable in class org.infinispan.commands.tx.PrepareCommand
 
modifications - Variable in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
ModificationsList - Class in org.infinispan.persistence.modifications
ModificationsList contains a List
ModificationsList(List<? extends Modification>) - Constructor for class org.infinispan.persistence.modifications.ModificationsList
 
ModularArithmetic - Class in org.infinispan.io
For compatibility
ModularArithmetic() - Constructor for class org.infinispan.io.ModularArithmetic
 
module(Class<T>) - Method in class org.infinispan.configuration.cache.Configuration
 
module(Class<T>) - Method in class org.infinispan.configuration.global.GlobalConfiguration
 
MODULE_COMMAND_FACTORIES - Static variable in class org.infinispan.factories.KnownComponentNames
 
MODULE_COMMAND_INITIALIZERS - Static variable in class org.infinispan.factories.KnownComponentNames
 
moduleCacheRpcCommands() - Method in class org.infinispan.util.ModuleProperties
 
ModuleCommandExtensions - Interface in org.infinispan.commands.module
Module command extensions
moduleCommandFactories() - Method in class org.infinispan.util.ModuleProperties
 
ModuleCommandFactory - Interface in org.infinispan.commands.module
Modules which wish to implement their own commands and visitors must also provide an implementation of this interface and declare it in their infinispan-module.properties file under key infinispan.module.command.factory.
ModuleCommandInitializer - Interface in org.infinispan.commands.module
Modules which wish to implement their own commands and visitors must also provide an implementation of this interface and declare it in their infinispan-module.properties file under key infinispan.module.command.initializer.
moduleCommandInitializers() - Method in class org.infinispan.util.ModuleProperties
 
moduleCommands() - Method in class org.infinispan.util.ModuleProperties
 
ModuleLifecycle - Interface in org.infinispan.lifecycle
ModuleLifecycle is an internal API hook for delegating lifecycle events to Infinispan sub-modules.
ModuleMetadataFileFinder - Interface in org.infinispan.factories.components
This interface should be implemented by all Infinispan modules that expect to have components using Inject, Start or Stop annotations.
moduleOnlyReplicableCommands() - Method in class org.infinispan.util.ModuleProperties
 
ModuleProperties - Class in org.infinispan.util
The ModuleProperties class represents Infinispan's module service extensions
ModuleProperties() - Constructor for class org.infinispan.util.ModuleProperties
 
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
 
MORTAL_ENTRY - Static variable in interface org.infinispan.marshall.core.Ids
 
MORTAL_VALUE - Static variable in interface org.infinispan.marshall.core.Ids
 
MortalCacheEntry - Class in org.infinispan.container.entries
A cache entry that is mortal.
MortalCacheEntry(Object, Object, long, long) - Constructor for class org.infinispan.container.entries.MortalCacheEntry
 
MortalCacheEntry.Externalizer - Class in org.infinispan.container.entries
 
MortalCacheValue - Class in org.infinispan.container.entries
A mortal cache value, to correspond with MortalCacheEntry
MortalCacheValue(Object, long, long) - Constructor for class org.infinispan.container.entries.MortalCacheValue
 
MortalCacheValue.Externalizer - Class in org.infinispan.container.entries
 
move(Fqn, Fqn) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
move(Fqn, Fqn, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
move(String, String) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
move(String, String, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
move(Fqn, Fqn) - Method in interface org.infinispan.tree.TreeCache
Moves a part of the cache to a different subtree.
move(Fqn, Fqn, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
move(String, String) - Method in interface org.infinispan.tree.TreeCache
Convenience method that takes in string representations of Fqns.
move(String, String, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
mPING() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mPUT() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mREMOVE() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mREPLACE() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mROLES() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mROLLBACK() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
MSG - Static variable in interface org.infinispan.cli.interpreter.logging.Messages
 
msgOrMsgBufferEmpty() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
msgOrMsgBufferEmpty() - Method in class org.infinispan.lucene.logging.Log_$logger
 
msgOrMsgBufferEmpty() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
msgOrMsgBufferEmpty() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
msgOrMsgBufferEmpty() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
msgOrMsgBufferEmpty() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
msgOrMsgBufferEmpty() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
msgOrMsgBufferEmpty() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
msgOrMsgBufferEmpty() - Method in class org.infinispan.stats.logging.Log_$logger
 
msgOrMsgBufferEmpty() - Method in class org.infinispan.tree.logging.Log_$logger
 
msgOrMsgBufferEmpty() - Method in interface org.infinispan.util.logging.Log
 
msgOrMsgBufferEmpty() - Method in class org.infinispan.util.logging.Log_$logger
 
msgOrMsgBufferEmpty$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
msgOrMsgBufferEmpty$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
msgOrMsgBufferEmpty$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
msgOrMsgBufferEmpty$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
msgOrMsgBufferEmpty$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
msgOrMsgBufferEmpty$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
msgOrMsgBufferEmpty$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
msgOrMsgBufferEmpty$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
msgOrMsgBufferEmpty$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
msgOrMsgBufferEmpty$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
msgOrMsgBufferEmpty$str() - Method in class org.infinispan.util.logging.Log_$logger
 
mSingleEscapeCharacter() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mSingleQuotedStringCharacter() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mSITE() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mSTART() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mSTATS() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mSTRINGLITERAL() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mT__70() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mT__71() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mT__72() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mT__73() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mT__74() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mT__75() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mT__76() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mT__77() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mT__78() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mT__79() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mTIMELITERAL() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mTimeSuffix() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mTO() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mTokens() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mTRUE() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
MULTI_CLUSTER_EVENT_CALLABLE - Static variable in interface org.infinispan.marshall.core.Ids
 
MultiClusterEventCallable<K,V> - Class in org.infinispan.notifications.cachelistener.cluster
This DistributedCallable is used to invoke a raised notification on the cluster listener that registered to listen for this event.
MultiClusterEventCallable(Map<UUID, Collection<ClusterEvent<K, V>>>) - Constructor for class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCallable
 
MultiClusterEventCallable.Externalizer - Class in org.infinispan.notifications.cachelistener.cluster
 
multipleCacheStoresWithFetchPersistentState() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState() - Method in class org.infinispan.lucene.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
multipleCacheStoresWithFetchPersistentState() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
multipleCacheStoresWithFetchPersistentState() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState() - Method in class org.infinispan.stats.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState() - Method in class org.infinispan.tree.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState() - Method in interface org.infinispan.util.logging.Log
 
multipleCacheStoresWithFetchPersistentState() - Method in class org.infinispan.util.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
multipleCacheStoresWithFetchPersistentState$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
multipleCacheStoresWithFetchPersistentState$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
multipleCacheStoresWithFetchPersistentState$str() - Method in class org.infinispan.util.logging.Log_$logger
 
multipleCustomInterceptorPositions(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
multipleCustomInterceptorPositions(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
multipleCustomInterceptorPositions(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
multipleCustomInterceptorPositions(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
multipleCustomInterceptorPositions(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
multipleCustomInterceptorPositions(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
multipleCustomInterceptorPositions(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
multipleCustomInterceptorPositions(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
multipleCustomInterceptorPositions(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
multipleCustomInterceptorPositions(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
multipleCustomInterceptorPositions(String) - Method in interface org.infinispan.util.logging.Log
 
multipleCustomInterceptorPositions(String) - Method in class org.infinispan.util.logging.Log_$logger
 
multipleCustomInterceptorPositions$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
multipleCustomInterceptorPositions$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
multipleCustomInterceptorPositions$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
multipleCustomInterceptorPositions$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
multipleCustomInterceptorPositions$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
multipleCustomInterceptorPositions$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
multipleCustomInterceptorPositions$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
multipleCustomInterceptorPositions$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
multipleCustomInterceptorPositions$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
multipleCustomInterceptorPositions$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
multipleCustomInterceptorPositions$str() - Method in class org.infinispan.util.logging.Log_$logger
 
multipleKeys() - Method in class org.infinispan.commands.control.LockControlCommand
 
MultipleRpcCommand - Class in org.infinispan.commands.remote
Command that implements cluster replication logic.
MultipleRpcCommand(List<ReplicableCommand>, String) - Constructor for class org.infinispan.commands.remote.MultipleRpcCommand
 
MultipleRpcCommand(String) - Constructor for class org.infinispan.commands.remote.MultipleRpcCommand
 
mUnicodeEscapeSequence() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mUnquotedStringCharacter() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mUnquotedStringStart() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mUPGRADE() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
MurmurHash2 - Class in org.infinispan.commons.hash
Deprecated.
Since 8.2, should always use MurmurHash3 instead.
MurmurHash2() - Constructor for class org.infinispan.commons.hash.MurmurHash2
Deprecated.
 
MurmurHash2.Externalizer - Class in org.infinispan.commons.hash
Deprecated.
 
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.Externalizer - Class in org.infinispan.commons.hash
 
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
MURMURHASH_2 - Static variable in interface org.infinispan.commons.marshall.Ids
 
MURMURHASH_3 - Static variable in interface org.infinispan.commons.marshall.Ids
 
MutableJCacheEntry<K,V> - Class in org.infinispan.jcache
Infinispan implementation of MutableEntry designed to be passed as parameter to EntryProcessor.process(javax.cache.processor.MutableEntry, Object...).
MutableJCacheEntry(BasicCache<K, V>, BasicCache<K, V>, K, V) - Constructor for class org.infinispan.jcache.MutableJCacheEntry
 
MutableJCacheEntry.Operation - Enum in org.infinispan.jcache
 
mUUIDLITERAL() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
MVCCEntry<K,V> - Interface in org.infinispan.container.entries
An entry that can be safely copied when updates are made, to provide MVCC semantics
mVERSION() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
mWhiteSpace() - Method in class org.infinispan.cli.interpreter.IspnCliQLLexer
 

N

name(String) - Method in class org.infinispan.cdi.util.BeanBuilder
Define the name of the bean used for bean creation.
name() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
name() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
name() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
name - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
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 server in order to easily distinguish it from other servers, e.g.
NAME_KEY - Static variable in class org.infinispan.jmx.ComponentsJmxRegistration
 
namedCacheDoesNotExist(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
namedCacheDoesNotExist(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
namedCacheDoesNotExist(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
namedCacheDoesNotExist(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
namedCacheDoesNotExist(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
namedCacheDoesNotExist(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
namedCacheDoesNotExist(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
namedCacheDoesNotExist(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
namedCacheDoesNotExist(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
namedCacheDoesNotExist(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
namedCacheDoesNotExist(String) - Method in interface org.infinispan.util.logging.Log
 
namedCacheDoesNotExist(String) - Method in class org.infinispan.util.logging.Log_$logger
 
namedCacheDoesNotExist$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
namedCacheDoesNotExist$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
namedCacheDoesNotExist$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
namedCacheDoesNotExist$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
namedCacheDoesNotExist$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
namedCacheDoesNotExist$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
namedCacheDoesNotExist$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
namedCacheDoesNotExist$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
namedCacheDoesNotExist$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
namedCacheDoesNotExist$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
namedCacheDoesNotExist$str() - Method in class org.infinispan.util.logging.Log_$logger
 
NamedCacheNotFoundException - Exception in org.infinispan.manager
Thrown when a named cache cannot be found.
NamedCacheNotFoundException(String) - Constructor for exception org.infinispan.manager.NamedCacheNotFoundException
 
NamedCacheNotFoundException(String, String) - Constructor for exception org.infinispan.manager.NamedCacheNotFoundException
 
NamedCacheNotFoundException(String, String, Throwable) - Constructor for exception org.infinispan.manager.NamedCacheNotFoundException
 
NamedCacheNotFoundException(String, Throwable) - Constructor for exception org.infinispan.manager.NamedCacheNotFoundException
 
NamedComponentFactory - Class in org.infinispan.factories
A specialized type of component factory that knows how to create named components, identified with the ComponentName annotation on the classes requested in Inject annotated methods.
NamedComponentFactory() - Constructor for class org.infinispan.factories.NamedComponentFactory
 
NamedExecutorsFactory - Class in org.infinispan.factories
A factory that specifically knows how to create named executors.
NamedExecutorsFactory() - Constructor for class org.infinispan.factories.NamedExecutorsFactory
 
NamedFactory - Annotation Type in org.infinispan.filter
 
NamedParameter(String, Object) - Constructor for class org.infinispan.query.remote.client.QueryRequest.NamedParameter
 
namedParameters - Variable in class org.infinispan.query.dsl.impl.BaseQuery
 
namedParameters - Variable in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
namespace() - Method in class org.infinispan.cdi.util.Synthetic.SyntheticLiteral
 
Namespace - Annotation Type in org.infinispan.configuration.parsing
Namespace.
NamespaceMappingParser - Interface in org.infinispan.configuration.parsing
NamespaceMappingParser.
Namespaces - Annotation Type in org.infinispan.configuration.parsing
Namespaces.
namingExceptionLookingUpConnection(String, NamingException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
namingExceptionLookingUpConnection(String, NamingException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
namingExceptionLookingUpConnection$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
nearCache() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
nearCache() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
NearCacheConfiguration - Class in org.infinispan.client.hotrod.configuration
 
NearCacheConfiguration(NearCacheMode, int) - 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
 
nearCacheMaxEntriesUndefined() - Method in interface org.infinispan.client.hotrod.logging.Log
 
nearCacheMaxEntriesUndefined() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
nearCacheMaxEntriesUndefined$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
NearCacheMode - Enum in org.infinispan.client.hotrod.configuration
Decides how client-side near caching should work.
NearCacheService<K,V> - Class in org.infinispan.client.hotrod.near
Near cache service, manages the lifecycle of the near cache.
NearCacheService(NearCacheConfiguration, ClientListenerNotifier) - Constructor for class org.infinispan.client.hotrod.near.NearCacheService
 
needMoreResponses() - Method in class org.infinispan.remoting.responses.ClusteredGetResponseValidityFilter
 
needMoreResponses() - Method in class org.infinispan.remoting.responses.IgnoreExtraResponsesValidityFilter
 
needMoreResponses() - Method in class org.infinispan.remoting.responses.KeysValidateFilter
 
needMoreResponses() - Method in class org.infinispan.remoting.responses.SelfDeliverFilter
 
needMoreResponses() - Method in interface org.infinispan.remoting.rpc.ResponseFilter
Right after calling ResponseFilter.isAcceptable(Response, Address), this method is called to see whether we are done with the request and can unblock the caller
needMoreResponses() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsResponseFilterAdapter
 
needsCredentials() - Method in interface org.infinispan.cli.connection.Connection
 
needsCredentials() - Method in class org.infinispan.cli.connection.jmx.AbstractJMXUrl
 
needsCredentials() - Method in class org.infinispan.cli.connection.jmx.JMXConnection
 
needsCredentials() - Method in interface org.infinispan.cli.connection.jmx.JMXUrl
 
needsStateTransfer() - Method in enum org.infinispan.configuration.cache.CacheMode
 
needToDestroyFailedCache() - Method in enum org.infinispan.commons.api.functional.Status
 
needToDestroyFailedCache() - Method in enum org.infinispan.lifecycle.ComponentStatus
 
needToInitializeBeforeStart() - Method in enum org.infinispan.commons.api.functional.Status
 
needToInitializeBeforeStart() - Method in enum org.infinispan.lifecycle.ComponentStatus
 
nesting() - Method in class org.infinispan.cli.commands.server.Abort
 
nesting() - Method in class org.infinispan.cli.commands.server.Begin
 
nesting() - Method in class org.infinispan.cli.commands.server.Cache
 
nesting() - Method in class org.infinispan.cli.commands.server.ClearCache
 
nesting() - Method in class org.infinispan.cli.commands.server.Commit
 
nesting() - Method in class org.infinispan.cli.commands.server.Create
 
nesting() - Method in class org.infinispan.cli.commands.server.Deny
 
nesting() - Method in class org.infinispan.cli.commands.server.Encoding
 
nesting() - Method in class org.infinispan.cli.commands.server.End
 
nesting() - Method in class org.infinispan.cli.commands.server.Evict
 
nesting() - Method in class org.infinispan.cli.commands.server.Get
 
nesting() - Method in class org.infinispan.cli.commands.server.Grant
 
nesting() - Method in class org.infinispan.cli.commands.server.Info
 
nesting() - Method in class org.infinispan.cli.commands.server.Locate
 
nesting() - Method in class org.infinispan.cli.commands.server.Ping
 
nesting() - Method in class org.infinispan.cli.commands.server.Put
 
nesting() - Method in class org.infinispan.cli.commands.server.Remove
 
nesting() - Method in class org.infinispan.cli.commands.server.Replace
 
nesting() - Method in class org.infinispan.cli.commands.server.Roles
 
nesting() - Method in class org.infinispan.cli.commands.server.Rollback
 
nesting() - Method in class org.infinispan.cli.commands.server.Site
 
nesting() - Method in class org.infinispan.cli.commands.server.Start
 
nesting() - Method in class org.infinispan.cli.commands.server.Stats
 
nesting() - Method in class org.infinispan.cli.commands.server.Upgrade
 
nesting() - Method in class org.infinispan.cli.commands.server.Version
 
nesting() - Method in interface org.infinispan.cli.commands.ServerCommand
 
newAddClientListenerOperation(Object) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newAddClientListenerOperation(Object, byte[][], byte[][]) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newBulkGetKeysOperation(int) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newBulkGetOperation(int) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
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
 
newClearOperation() - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newConfigurationBuilder(String) - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
 
newConsistentHash(int) - Method in class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashFactory
 
newContainsKeyOperation(Object, byte[]) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newDbFactory() - Method in class org.infinispan.persistence.leveldb.LevelDBStore
 
newDirectoryInstance(Cache<?, ?>, Cache<?, ?>, Cache<?, ?>, String) - Static method in class org.infinispan.lucene.directory.DirectoryBuilder
Starting point to create a Directory instance.
newExecuteOperation(String, Map<String, byte[]>) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newFaultTolerantPingOperation() - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
Construct a fault tolerant ping request.
newFixedThreadPool(int, int) - Static method in class org.infinispan.util.concurrent.BoundedExecutors
Creates a thread pool that reuses a fixed set of threads operating off a shared bounded queue.
newFixedThreadPool(int, ThreadFactory, int) - Static method in class org.infinispan.util.concurrent.BoundedExecutors
Creates a thread pool that reuses a fixed set of threads operating off a shared bounded queue, using the provided ThreadFactory to create new threads when needed.
newGetAllOperation(Set<byte[]>) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newGetKeyOperation(Object, byte[]) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newGetWithMetadataOperation(Object, byte[]) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newGetWithVersionOperation(Object, byte[]) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newGlobalTransaction() - Method in class org.infinispan.transaction.xa.TransactionFactory
 
newGlobalTransaction(Address, boolean) - Method in class org.infinispan.transaction.xa.TransactionFactory
 
newGlobalTransaction(Address, boolean, VersionGenerator, boolean) - Method in enum org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
 
newGlobalTransaction() - Method in enum org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
 
newInstance(Cache<Object, Object>, Object, AtomicHashMap.ProxyMode) - Static method in class org.infinispan.atomic.impl.AtomicHashMap
Construction only allowed through this factory method.
newInstance() - Static method in class org.infinispan.commons.util.FileLookupFactory
 
newInstance(ResponseGenerator, CacheRpcCommand, CommandsFactory, Address) - Static method in class org.infinispan.remoting.LocalInvocation
 
newInstance(XSiteBackup, XSiteReplicateCommand, RetryOnFailureXSiteCommand.RetryPolicy) - Static method in class org.infinispan.remoting.transport.RetryOnFailureXSiteCommand
It builds a new instance with the destination site, the command and the retry policy.
newInstanceFromCache(Cache<?, ?>, CacheRpcCommand) - Static method in class org.infinispan.remoting.LocalInvocation
 
newIterationEndOperation(String, Transport) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newIterationNextOperation(String, Transport, KeyTracker) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newIterationStartOperation(String, byte[][], Set<Integer>, int, boolean) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
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.
newKeyAffinityService(Cache<K, V>, Executor, KeyGenerator<K>, 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>, Collection<Address>, KeyGenerator<K>, Executor, int) - Static method in class org.infinispan.affinity.KeyAffinityServiceFactory
newKeySet(int, Equivalence<K>) - Static method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new Set backed by a EquivalentConcurrentHashMapV8 from the given type to Boolean.TRUE.
newKeySet(int, int, Equivalence<K>) - Static method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new Set backed by a EquivalentConcurrentHashMapV8 from the given type to Boolean.TRUE.
newKeySet(Equivalence<K>) - Static method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Creates a new Set backed by a EquivalentConcurrentHashMapV8 from the given type to Boolean.TRUE.
newKeySet(int, Equivalence<K>) - Static method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Creates a new Set backed by a EquivalentConcurrentHashMapV8 from the given type to Boolean.TRUE.
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, boolean) - Static method in class org.infinispan.affinity.KeyAffinityServiceFactory
Created an service that only generates keys for the local address.
newLocalKeyAffinityService(Cache<K, V>, KeyGenerator<K>, Executor, int) - Static method in class org.infinispan.affinity.KeyAffinityServiceFactory
newLocalTransaction(Transaction, GlobalTransaction, boolean, int) - Method in class org.infinispan.transaction.xa.TransactionFactory
 
newLocalTransaction(Transaction, GlobalTransaction, boolean, int, Equivalence<Object>, long) - Method in enum org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
 
newMarshalledEntry(ByteBuffer, ByteBuffer, ByteBuffer) - Method in interface org.infinispan.marshall.core.MarshalledEntryFactory
 
newMarshalledEntry(Object, ByteBuffer, ByteBuffer) - Method in interface org.infinispan.marshall.core.MarshalledEntryFactory
 
newMarshalledEntry(Object, Object, InternalMetadata) - Method in interface org.infinispan.marshall.core.MarshalledEntryFactory
 
newMarshalledEntry(ByteBuffer, ByteBuffer, ByteBuffer) - Method in class org.infinispan.marshall.core.MarshalledEntryFactoryImpl
 
newMarshalledEntry(Object, ByteBuffer, ByteBuffer) - Method in class org.infinispan.marshall.core.MarshalledEntryFactoryImpl
 
newMarshalledEntry(Object, Object, InternalMetadata) - Method in class org.infinispan.marshall.core.MarshalledEntryFactoryImpl
 
newMBeanServer(String, MBeanServer, MBeanServerDelegate) - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder
 
newNonTxInvocationContext(Address) - Method in class org.infinispan.context.TransactionalInvocationContextFactory
 
newPermissionCollection() - Method in class org.infinispan.security.CachePermission
 
newPingOperation(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
Construct a ping request directed to a particular node.
newPutAllOperation(Map<byte[], byte[]>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newPutIfAbsentOperation(Object, byte[], byte[], long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newPutKeyValueOperation(Object, byte[], byte[], long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newQueryOperation(RemoteQuery) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newRemoteTransaction(WriteCommand[], GlobalTransaction, int) - Method in class org.infinispan.transaction.xa.TransactionFactory
 
newRemoteTransaction(GlobalTransaction, int) - Method in class org.infinispan.transaction.xa.TransactionFactory
 
newRemoteTransaction(WriteCommand[], GlobalTransaction, int, Equivalence<Object>, long) - Method in enum org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
 
newRemoteTransaction(GlobalTransaction, int, Equivalence<Object>, long) - Method in enum org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
 
newRemoveClientListenerOperation(Object) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newRemoveIfUnmodifiedOperation(Object, byte[], long) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newRemoveOperation(Object, byte[]) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newReplaceIfUnmodifiedOperation(Object, byte[], byte[], long, TimeUnit, long, TimeUnit, long) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newReplaceOperation(Object, byte[], byte[], long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newRight(B) - Static method in class org.infinispan.commons.util.Either
 
newServerAdded(SocketAddress) - Method in interface org.infinispan.client.hotrod.logging.Log
 
newServerAdded(SocketAddress) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
newServerAdded$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
newSizeOperation() - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newState(boolean, State) - Method in class org.infinispan.persistence.async.AsyncCacheWriter
 
newStatePushCommand(Cache<?, ?>, List<XSiteState>) - Static method in class org.infinispan.xsite.BaseBackupReceiver
 
newStatsOperation() - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
newTaskFor(Runnable, T) - Method in class org.infinispan.distexec.DefaultExecutorService
 
newTaskFor(Callable<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
 
newThread(Runnable) - Method in class org.infinispan.factories.threads.DefaultThreadFactory
 
newTopology(SocketAddress, int, int, int, Set<SocketAddress>) - Method in interface org.infinispan.client.hotrod.logging.Log
 
newTopology(SocketAddress, int, int, int, Set) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
newTopology$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
next() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.ConvertingIterator
 
next() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.FilteringIterator
 
next() - Method in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator
 
next() - Method in class org.infinispan.commons.util.IteratorMapper
 
next() - Method in class org.infinispan.container.DefaultDataContainer.EntryIterator
 
next - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
 
next() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
 
next() - Method in class org.infinispan.iteration.impl.DistributedEntryRetriever.DistributedItr
 
next() - Method in class org.infinispan.iteration.impl.LocalEntryRetriever.DataContainerIterator
 
next() - Method in class org.infinispan.iteration.impl.LocalEntryRetriever.Itr
 
next() - Method in class org.infinispan.iteration.impl.RemovableEntryIterator
 
next() - Method in class org.infinispan.jcache.JCacheEventFilteringIterator
next() - Method in class org.infinispan.stream.impl.RemovableIterator
 
next() - Method in class org.infinispan.transaction.xa.recovery.PreparedTxIterator
 
next() - Method in class org.infinispan.util.CloseableSuppliedIterator
 
next() - Method in class org.infinispan.util.DataContainerRemoveIterator
 
next() - Method in class org.infinispan.util.DistinctKeyDoubleEntryCloseableIterator
 
nextElement(XMLStreamReader) - Static method in class org.infinispan.configuration.parsing.ParseUtils
 
nextSegment(int) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
nextServer(Set<SocketAddress>) - Method in interface org.infinispan.client.hotrod.impl.transport.tcp.FailoverRequestBalancingStrategy
 
nextServer() - Method in interface org.infinispan.client.hotrod.impl.transport.tcp.RequestBalancingStrategy
Deprecated.
This method will be removed. FailoverRequestBalancingStrategy.nextServer(java.util.Set) will replace it.
nextServer(Set<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.RoundRobinBalancingStrategy
 
nextServer() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.RoundRobinBalancingStrategy
 
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_ERROR_STATUS - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
NO_ERROR_STATUS_COMPAT - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
NO_FAILOVER - Static variable in class org.infinispan.distexec.DefaultExecutorService
 
NO_INDEX - Static variable in enum org.infinispan.stats.container.ExtendedStatistic
 
NO_OP - Static variable in interface org.infinispan.util.concurrent.locks.KeyAwareLockPromise
 
NO_OP - Static variable in interface org.infinispan.util.concurrent.locks.PendingLockPromise
 
NO_OPTIONS - Static variable in class org.infinispan.commons.util.Base64
No options specified.
NO_RETRY - Static variable in class org.infinispan.remoting.transport.RetryOnFailureXSiteCommand
 
NO_TOPOLOGY_COMMAND - Static variable in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
 
noAnnotateMethodsFoundInListener(Class) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noAnnotateMethodsFoundInListener(Class) - Method in class org.infinispan.lucene.logging.Log_$logger
 
noAnnotateMethodsFoundInListener(Class) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
noAnnotateMethodsFoundInListener(Class) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
noAnnotateMethodsFoundInListener(Class) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
noAnnotateMethodsFoundInListener(Class) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noAnnotateMethodsFoundInListener(Class) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
noAnnotateMethodsFoundInListener(Class) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
noAnnotateMethodsFoundInListener(Class) - Method in class org.infinispan.stats.logging.Log_$logger
 
noAnnotateMethodsFoundInListener(Class) - Method in class org.infinispan.tree.logging.Log_$logger
 
noAnnotateMethodsFoundInListener(Class<?>) - Method in interface org.infinispan.util.logging.Log
 
noAnnotateMethodsFoundInListener(Class) - Method in class org.infinispan.util.logging.Log_$logger
 
noAnnotateMethodsFoundInListener$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noAnnotateMethodsFoundInListener$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
noAnnotateMethodsFoundInListener$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
noAnnotateMethodsFoundInListener$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
noAnnotateMethodsFoundInListener$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
noAnnotateMethodsFoundInListener$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noAnnotateMethodsFoundInListener$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
noAnnotateMethodsFoundInListener$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
noAnnotateMethodsFoundInListener$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
noAnnotateMethodsFoundInListener$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
noAnnotateMethodsFoundInListener$str() - Method in class org.infinispan.util.logging.Log_$logger
 
noAttributeCopierForType(Class<?>) - Method in interface org.infinispan.commons.logging.Log
 
noAttributeCopierForType(Class) - Method in class org.infinispan.commons.logging.Log_$logger
 
noAttributeCopierForType(Class) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
noAttributeCopierForType(Class) - Method in class org.infinispan.jcache.logging.Log_$logger
 
noAttributeCopierForType(Class) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
noAttributeCopierForType$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
noAttributeCopierForType$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
noAttributeCopierForType$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
noAttributeCopierForType$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
noBackupsForCache(String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
noBackupsForCache(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noBackupsForCache$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noCacheSelectedYet() - Method in interface org.infinispan.cli.interpreter.logging.Log
 
noCacheSelectedYet() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noCacheSelectedYet$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noClusterPrincipalMapper(String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
noClusterPrincipalMapper(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noClusterPrincipalMapper$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noConfiguration(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noConfiguration(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
noConfiguration(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
noConfiguration(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
noConfiguration(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
noConfiguration(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noConfiguration(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
noConfiguration(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
noConfiguration(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
noConfiguration(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
noConfiguration(String) - Method in interface org.infinispan.util.logging.Log
 
noConfiguration(String) - Method in class org.infinispan.util.logging.Log_$logger
 
noConfiguration$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noConfiguration$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
noConfiguration$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
noConfiguration$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
noConfiguration$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
noConfiguration$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noConfiguration$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
noConfiguration$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
noConfiguration$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
noConfiguration$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
noConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
 
noConsistentHashAvailable() - Method in interface org.infinispan.client.hotrod.logging.Log
 
noConsistentHashAvailable() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
noConsistentHashAvailable$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
noDataLossOnJoiner(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
 
Node(K, int, V, EquivalentHashMap.Node<K, V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap.Node
 
Node<K,V> - Interface in org.infinispan.tree
A Node is a named logical grouping of data in the TreeCache API of JBoss Cache.
NODE_SUSPECTED - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
NodeImpl<K,V> - Class in org.infinispan.tree.impl
Implementation backed by an AtomicMap
NodeImpl(Fqn, AdvancedCache<?, ?>, BatchContainer) - Constructor for class org.infinispan.tree.impl.NodeImpl
 
nodeJoined(Address) - Method in interface org.infinispan.util.logging.events.Messages
 
nodeJoined(Address) - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
nodeJoined$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
NodeKey - Class in org.infinispan.tree.impl
A class that represents the key to a node
NodeKey(Fqn, NodeKey.Type) - Constructor for class org.infinispan.tree.impl.NodeKey
 
NodeKey.Externalizer - Class in org.infinispan.tree.impl
 
NodeKey.Type - Enum in org.infinispan.tree.impl
 
nodeLeft(Address) - Method in interface org.infinispan.util.logging.events.Messages
 
nodeLeft(Address) - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
nodeLeft$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
nodeName() - Method in class org.infinispan.configuration.global.TransportConfiguration
 
nodeName(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
Name of the current node.
NodeNotExistsException - Exception in org.infinispan.tree
Thrown when an operation is attempted on a non-existing node in the cache
NodeNotExistsException() - Constructor for exception org.infinispan.tree.NodeNotExistsException
 
NodeNotExistsException(String) - Constructor for exception org.infinispan.tree.NodeNotExistsException
 
NodeNotExistsException(String, Throwable) - Constructor for exception org.infinispan.tree.NodeNotExistsException
 
NodeNotValidException - Exception in org.infinispan.tree
Thrown whenever operations are attempted on a node that is no longer valid.
NodeNotValidException() - Constructor for exception org.infinispan.tree.NodeNotValidException
 
NodeNotValidException(Throwable) - Constructor for exception org.infinispan.tree.NodeNotValidException
 
NodeNotValidException(String) - Constructor for exception org.infinispan.tree.NodeNotValidException
 
NodeNotValidException(String, Throwable) - Constructor for exception org.infinispan.tree.NodeNotValidException
 
NodeSizeCalculatorWrapper(EntrySizeCalculator<? super K, ? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.NodeSizeCalculatorWrapper
 
noFilter() - Method in interface org.infinispan.manager.ClusterExecutor
Applies no filtering and will send any invocations to all current nodes.
noFilter() - Method in class org.infinispan.manager.impl.ClusterExecutorImpl
 
noFilterIndexingServiceProviderFound(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noFilterIndexingServiceProviderFound(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
noFilterIndexingServiceProviderFound(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
noFilterIndexingServiceProviderFound(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
noFilterIndexingServiceProviderFound(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
noFilterIndexingServiceProviderFound(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noFilterIndexingServiceProviderFound(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
noFilterIndexingServiceProviderFound(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
noFilterIndexingServiceProviderFound(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
noFilterIndexingServiceProviderFound(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
noFilterIndexingServiceProviderFound(String) - Method in interface org.infinispan.util.logging.Log
 
noFilterIndexingServiceProviderFound(String) - Method in class org.infinispan.util.logging.Log_$logger
 
noFilterIndexingServiceProviderFound$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noFilterIndexingServiceProviderFound$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
noFilterIndexingServiceProviderFound$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
noFilterIndexingServiceProviderFound$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
noFilterIndexingServiceProviderFound$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
noFilterIndexingServiceProviderFound$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noFilterIndexingServiceProviderFound$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
noFilterIndexingServiceProviderFound$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
noFilterIndexingServiceProviderFound$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
noFilterIndexingServiceProviderFound$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
noFilterIndexingServiceProviderFound$str() - Method in class org.infinispan.util.logging.Log_$logger
 
noHasHFunctionConfigured(int) - Method in interface org.infinispan.client.hotrod.logging.Log
 
noHasHFunctionConfigured(int) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
noHasHFunctionConfigured$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
noIndexableClassesDefined() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noIndexableClassesDefined() - Method in class org.infinispan.lucene.logging.Log_$logger
 
noIndexableClassesDefined() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
noIndexableClassesDefined() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
noIndexableClassesDefined() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
noIndexableClassesDefined() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noIndexableClassesDefined() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
noIndexableClassesDefined() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
noIndexableClassesDefined() - Method in class org.infinispan.stats.logging.Log_$logger
 
noIndexableClassesDefined() - Method in class org.infinispan.tree.logging.Log_$logger
 
noIndexableClassesDefined() - Method in interface org.infinispan.util.logging.Log
 
noIndexableClassesDefined() - Method in class org.infinispan.util.logging.Log_$logger
 
noIndexableClassesDefined$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noIndexableClassesDefined$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
noIndexableClassesDefined$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
noIndexableClassesDefined$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
noIndexableClassesDefined$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
noIndexableClassesDefined$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noIndexableClassesDefined$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
noIndexableClassesDefined$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
noIndexableClassesDefined$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
noIndexableClassesDefined$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
noIndexableClassesDefined$str() - Method in class org.infinispan.util.logging.Log_$logger
 
noLiveOwnersFoundForSegment(int, String, Collection, Collection) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noLiveOwnersFoundForSegment(int, String, Collection, Collection) - Method in class org.infinispan.lucene.logging.Log_$logger
 
noLiveOwnersFoundForSegment(int, String, Collection, Collection) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
noLiveOwnersFoundForSegment(int, String, Collection, Collection) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
noLiveOwnersFoundForSegment(int, String, Collection, Collection) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
noLiveOwnersFoundForSegment(int, String, Collection, Collection) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noLiveOwnersFoundForSegment(int, String, Collection, Collection) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
noLiveOwnersFoundForSegment(int, String, Collection, Collection) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
noLiveOwnersFoundForSegment(int, String, Collection, Collection) - Method in class org.infinispan.stats.logging.Log_$logger
 
noLiveOwnersFoundForSegment(int, String, Collection, Collection) - Method in class org.infinispan.tree.logging.Log_$logger
 
noLiveOwnersFoundForSegment(int, String, Collection<Address>, Collection<Address>) - Method in interface org.infinispan.util.logging.Log
 
noLiveOwnersFoundForSegment(int, String, Collection, Collection) - Method in class org.infinispan.util.logging.Log_$logger
 
noLiveOwnersFoundForSegment$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noLiveOwnersFoundForSegment$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
noLiveOwnersFoundForSegment$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
noLiveOwnersFoundForSegment$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
noLiveOwnersFoundForSegment$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
noLiveOwnersFoundForSegment$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noLiveOwnersFoundForSegment$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
noLiveOwnersFoundForSegment$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
noLiveOwnersFoundForSegment$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
noLiveOwnersFoundForSegment$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
noLiveOwnersFoundForSegment$str() - Method in class org.infinispan.util.logging.Log_$logger
 
NoMapIteratorOperation<K,V> - Class in org.infinispan.stream.impl.termop.object
Terminal rehash aware operation that handles an iterator when no flat map or map intermediate operation was performed on the stream.
NoMapIteratorOperation(Iterable<IntermediateOperation>, Supplier<Stream<CacheEntry>>, int) - Constructor for class org.infinispan.stream.impl.termop.object.NoMapIteratorOperation
 
noMembersInHashTopology(ConsistentHash, String) - Method in interface org.infinispan.server.core.logging.JavaLog
 
noMembersInHashTopology(ConsistentHash, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noMembersInHashTopology$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noMembersInTopology() - Method in interface org.infinispan.server.core.logging.JavaLog
 
noMembersInTopology() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noMembersInTopology$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
NON_EXISTING_VERSION - Static variable in interface org.infinispan.marshall.core.Ids
 
nonClusteredDefault() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
Helper method that gets you a default constructed GlobalConfiguration, preconfigured for use in LOCAL mode
NonClusteredListenerInvocation(ListenerInvocation<Event<K, V>>, QueueingSegmentListener<K, V, Event<K, V>>, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, ?>, Class<? extends Annotation>, boolean, UUID, boolean, Listener.Observation) - Constructor for class org.infinispan.notifications.cachelistener.CacheNotifierImpl.NonClusteredListenerInvocation
 
NoneCodec - Class in org.infinispan.cli.interpreter.codec
NoneCodec.
NoneCodec() - Constructor for class org.infinispan.cli.interpreter.codec.NoneCodec
 
noneMatch(Predicate<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns whether no elements of this traversable match the provided predicate.
noneMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
noneMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
noneMatch(DoublePredicate) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
noneMatch(IntPredicate) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
noneMatch(LongPredicate) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
noneMatch(Predicate<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
noneMatch(DoublePredicate) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
noneMatch(IntPredicate) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
noneMatch(LongPredicate) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
NonEscapeCharacter - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
NonEscapeCharacter - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
noNestedTransactions() - Method in interface org.infinispan.cli.interpreter.logging.Log
 
noNestedTransactions() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noNestedTransactions$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
nonExistentCache(String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
nonExistentCache(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
nonExistentCache$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
nonExistentEntryCanMatch() - Method in enum org.infinispan.commands.write.ValueMatcher
 
nonExistingVersion() - Method in class org.infinispan.container.versioning.NumericVersionGenerator
 
nonExistingVersion() - Method in class org.infinispan.container.versioning.SimpleClusteredVersionGenerator
 
nonExistingVersion() - Method in interface org.infinispan.container.versioning.VersionGenerator
 
NonIntegerNumber - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
NonIntegerNumber - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
nonNullPredicate() - Static method in class org.infinispan.stream.StreamMarshalling
Predicate that returns true if the object passed to it is not null.
NonTotalOrderPerCacheInboundInvocationHandler - Class in org.infinispan.remoting.inboundhandler
A PerCacheInboundInvocationHandler implementation for non-total order caches.
NonTotalOrderPerCacheInboundInvocationHandler() - Constructor for class org.infinispan.remoting.inboundhandler.NonTotalOrderPerCacheInboundInvocationHandler
 
NonTotalOrderTxPerCacheInboundInvocationHandler - Class in org.infinispan.remoting.inboundhandler
A PerCacheInboundInvocationHandler implementation for non-total order caches.
NonTotalOrderTxPerCacheInboundInvocationHandler() - Constructor for class org.infinispan.remoting.inboundhandler.NonTotalOrderTxPerCacheInboundInvocationHandler
 
NonTransactionalBackupInterceptor - Class in org.infinispan.interceptors.xsite
Handles x-site data backups for non-transactional caches.
NonTransactionalBackupInterceptor() - Constructor for class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
 
NonTransactionalInvocationContextFactory - Class in org.infinispan.context
Invocation Context container to be used for non-transactional caches.
NonTransactionalInvocationContextFactory() - Constructor for class org.infinispan.context.NonTransactionalInvocationContextFactory
 
NonTransactionalLockingInterceptor - Class in org.infinispan.interceptors.locking
Deprecated.
Since 8.2, no longer public API.
NonTransactionalLockingInterceptor() - Constructor for class org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor
Deprecated.
 
NonTxDistributionInterceptor - Class in org.infinispan.interceptors.distribution
Deprecated.
Since 8.2, no longer public API.
NonTxDistributionInterceptor() - Constructor for class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
NonTxInvocationContext - Class in org.infinispan.context.impl
Context to be used for non transactional calls, both remote and local.
NonTxInvocationContext(int, Address, Equivalence<Object>) - Constructor for class org.infinispan.context.impl.NonTxInvocationContext
 
NonTxInvocationContext(Address, Equivalence<Object>) - Constructor for class org.infinispan.context.impl.NonTxInvocationContext
 
nonWritableStateFile(File) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
nonWritableStateFile(File) - Method in class org.infinispan.lucene.logging.Log_$logger
 
nonWritableStateFile(File) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
nonWritableStateFile(File) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
nonWritableStateFile(File) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
nonWritableStateFile(File) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
nonWritableStateFile(File) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
nonWritableStateFile(File) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
nonWritableStateFile(File) - Method in class org.infinispan.stats.logging.Log_$logger
 
nonWritableStateFile(File) - Method in class org.infinispan.tree.logging.Log_$logger
 
nonWritableStateFile(File) - Method in interface org.infinispan.util.logging.Log
 
nonWritableStateFile(File) - Method in class org.infinispan.util.logging.Log_$logger
 
nonWritableStateFile$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
nonWritableStateFile$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
nonWritableStateFile$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
nonWritableStateFile$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
nonWritableStateFile$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
nonWritableStateFile$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
nonWritableStateFile$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
nonWritableStateFile$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
nonWritableStateFile$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
nonWritableStateFile$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
nonWritableStateFile$str() - Method in class org.infinispan.util.logging.Log_$logger
 
NoOpCallbackHandler() - Constructor for class org.infinispan.client.hotrod.impl.transport.tcp.SaslTransportObjectFactory.NoOpCallbackHandler
 
NoOpFuture<E> - Class in org.infinispan.commons.util.concurrent
A future that doesn't do anything and simply returns a given return value.
NoOpFuture(E) - Constructor for class org.infinispan.commons.util.concurrent.NoOpFuture
 
NoOpFuture(Throwable) - Constructor for class org.infinispan.commons.util.concurrent.NoOpFuture
 
NoOpPendingLockManager - Class in org.infinispan.util.concurrent.locks.impl
An PendingLockManager implementation that does nothing.
NoopSegmentReadLocker - Class in org.infinispan.lucene.readlocks
NoopSegmentReadLocker ignores requests to apply a readlock, but also ignores requests to delete files.
NoopSegmentReadLocker() - Constructor for class org.infinispan.lucene.readlocks.NoopSegmentReadLocker
 
NOP - Static variable in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
noReplicationQueueDistributedCache() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noReplicationQueueDistributedCache() - Method in class org.infinispan.lucene.logging.Log_$logger
 
noReplicationQueueDistributedCache() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
noReplicationQueueDistributedCache() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
noReplicationQueueDistributedCache() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
noReplicationQueueDistributedCache() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noReplicationQueueDistributedCache() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
noReplicationQueueDistributedCache() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
noReplicationQueueDistributedCache() - Method in class org.infinispan.stats.logging.Log_$logger
 
noReplicationQueueDistributedCache() - Method in class org.infinispan.tree.logging.Log_$logger
 
noReplicationQueueDistributedCache() - Method in interface org.infinispan.util.logging.Log
 
noReplicationQueueDistributedCache() - Method in class org.infinispan.util.logging.Log_$logger
 
noReplicationQueueDistributedCache$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noReplicationQueueDistributedCache$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
noReplicationQueueDistributedCache$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
noReplicationQueueDistributedCache$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
noReplicationQueueDistributedCache$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
noReplicationQueueDistributedCache$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noReplicationQueueDistributedCache$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
noReplicationQueueDistributedCache$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
noReplicationQueueDistributedCache$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
noReplicationQueueDistributedCache$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
noReplicationQueueDistributedCache$str() - Method in class org.infinispan.util.logging.Log_$logger
 
normalizedHash(Hash, int) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
noSSLKeyManagerConfiguration() - Method in interface org.infinispan.client.hotrod.logging.Log
 
noSSLKeyManagerConfiguration() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
noSSLKeyManagerConfiguration() - Method in interface org.infinispan.server.core.logging.JavaLog
 
noSSLKeyManagerConfiguration() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noSSLKeyManagerConfiguration$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
noSSLKeyManagerConfiguration$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noSSLTrustManagerConfiguration() - Method in interface org.infinispan.client.hotrod.logging.Log
 
noSSLTrustManagerConfiguration() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
noSSLTrustManagerConfiguration() - Method in interface org.infinispan.server.core.logging.JavaLog
 
noSSLTrustManagerConfiguration() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
noSSLTrustManagerConfiguration$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
noSSLTrustManagerConfiguration$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
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
 
noSuchAttribute(String, String) - Method in interface org.infinispan.commons.logging.Log
 
noSuchAttribute(String, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
noSuchAttribute(String, String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
noSuchAttribute(String, String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
noSuchAttribute(String, String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
noSuchAttribute$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
noSuchAttribute$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
noSuchAttribute$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
noSuchAttribute$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
noSuchCodec(String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
noSuchCodec(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noSuchCodec$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
not() - Method in interface org.infinispan.query.dsl.FilterConditionBeginContext
 
not(FilterConditionContext) - Method in interface org.infinispan.query.dsl.FilterConditionBeginContext
 
not() - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
not(FilterConditionContext) - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
not() - Method in class org.infinispan.query.dsl.impl.BaseQueryFactory
 
not(FilterConditionContext) - Method in class org.infinispan.query.dsl.impl.BaseQueryFactory
 
not() - Method in interface org.infinispan.query.dsl.QueryFactory
Creates a negated condition that is to be completed later by using it as a sub-condition.
not(FilterConditionContext) - Method in interface org.infinispan.query.dsl.QueryFactory
Creates a negated condition based on a given sub-condition.
NOT_EXECUTED_WITH_PREVIOUS - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
NOT_EXECUTED_WITH_PREVIOUS_COMPAT - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
NOT_PUT_REMOVED_REPLACED_STATUS - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
NotAvailableException() - Constructor for exception org.infinispan.jcache.remote.ServerManager.NotAvailableException
 
NotAvailableException(String, Throwable) - Constructor for exception org.infinispan.jcache.remote.ServerManager.NotAvailableException
 
NOTHING - Static variable in interface org.infinispan.transaction.xa.recovery.RecoveryManager.RecoveryIterator
 
NotificationInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
NotificationInterceptor() - Constructor for class org.infinispan.interceptors.NotificationInterceptor
Deprecated.
 
NOTIFICATIONS - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
notifications() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
 
notifications(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
 
NOTIFIED - Static variable in interface org.infinispan.notifications.cachelistener.QueueingSegmentListener
 
notifiedKey(K) - Method in interface org.infinispan.notifications.cachelistener.QueueingSegmentListener
This should invoked after the key has been successfully processed to tell the handler that the key is done.
notifier - Variable in class org.infinispan.cache.impl.CacheImpl
 
notifier - Variable in class org.infinispan.commands.tx.PrepareCommand
 
notifier - Variable in class org.infinispan.commands.write.RemoveCommand
 
notifier - Variable in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
notifier - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
 
notifier - Variable in class org.infinispan.jcache.AbstractJCache
 
notifier - Variable in class org.infinispan.jcache.AbstractJCacheListenerAdapter
 
notifier - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
notify(T) - Method in class org.infinispan.cdi.util.ForwardingObserverMethod
 
notify(InvocationContext, Object, Metadata, boolean) - Method in class org.infinispan.commands.write.EvictCommand
 
notify(InvocationContext, Object, Metadata, boolean) - Method in class org.infinispan.commands.write.InvalidateCommand
 
notify(InvocationContext, Object, Metadata, boolean) - Method in class org.infinispan.commands.write.RemoveCommand
 
notify(InvocationContext, Object, Metadata, boolean) - Method in class org.infinispan.commands.write.RemoveExpiredCommand
 
notifyAndWait() - Method in class org.infinispan.persistence.sifs.SyncProcessingQueue
 
notifyCacheEntriesEvicted(Collection<InternalCacheEntry<? extends K, ? extends V>>, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
Notifies all registered listeners of a CacheEntriesEvictedEvent event.
notifyCacheEntriesEvicted(Collection<InternalCacheEntry<? extends K, ? extends V>>, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyCacheEntryActivated(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
Notifies all registered listeners of a CacheEntryActivatedEvent event.
notifyCacheEntryActivated(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyCacheEntryCreated(K, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
Notifies all registered listeners of a CacheEntryCreatedEvent event.
notifyCacheEntryCreated(K, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyCacheEntryExpired(K, V, Metadata, InvocationContext) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
Notifies all registered listeners of a CacheEntryExpired event.
notifyCacheEntryExpired(K, V, Metadata, InvocationContext) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyCacheEntryInvalidated(K, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
Notifies all registered listeners of a CacheEntryInvalidatedEvent event.
notifyCacheEntryInvalidated(K, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyCacheEntryLoaded(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
Notifies all registered listeners of a CacheEntryLoadedEvent event.
notifyCacheEntryLoaded(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyCacheEntryModified(K, V, Metadata, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
Notifies all registered listeners of a CacheEntryModifiedEvent event.
notifyCacheEntryModified(K, V, Metadata, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyCacheEntryPassivated(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
Notifies all registered listeners of a CacheEntryPassivatedEvent event.
notifyCacheEntryPassivated(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyCacheEntryRemoved(K, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
Notifies all registered listeners of a CacheEntryRemovedEvent event.
notifyCacheEntryRemoved(K, V, Metadata, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyCacheEntryVisited(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
Notifies all registered listeners of a CacheEntryVisitedEvent event.
notifyCacheEntryVisited(K, V, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyCacheStarted(String) - Method in class org.infinispan.factories.GlobalComponentRegistry
 
notifyCacheStarted(String) - Method in interface org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifier
 
notifyCacheStarted(String) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
 
notifyCacheStopped(String) - Method in interface org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifier
 
notifyCacheStopped(String) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
 
notifyClusterListeners(Collection<? extends CacheEntryEvent<K, V>>, UUID) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyClusterListeners(Collection<? extends CacheEntryEvent<K, V>>, UUID) - Method in interface org.infinispan.notifications.cachelistener.cluster.ClusterCacheNotifier
Method that is invoked on the node that has the given cluster listener that when registered generated the given listenerId.
notifyCommitEntry(boolean, boolean, boolean, CacheEntry, InvocationContext, FlagAffectedCommand, Object, Metadata) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
 
notifyDataRehashed(ConsistentHash, ConsistentHash, ConsistentHash, int, boolean) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
 
notifyDataRehashed(ConsistentHash, ConsistentHash, ConsistentHash, int, boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyDone(E) - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
notifyDone(T) - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
notifyDone(T) - Method in interface org.infinispan.commons.util.concurrent.NotifyingNotifiableFuture
Notify the listeners that the operation has finished.
notifyEndOfRebalance(int, int) - Method in interface org.infinispan.statetransfer.StateTransferManager
 
notifyEndOfRebalance(int, int) - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
 
notifyEntryCreated(Cache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
notifyEntryExpired(Cache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
notifyEntryRemoved(Cache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
notifyEntryUpdated(Cache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
notifyError() - Method in class org.infinispan.persistence.sifs.SyncProcessingQueue
 
notifyException(Throwable) - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
notifyException(Throwable) - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
notifyException(Throwable) - Method in interface org.infinispan.commons.util.concurrent.NotifyingNotifiableFuture
Notify the listeners that the operation has finished.
NotifyHandler - Class in org.infinispan.server.websocket.handlers
Handler for the "notify" and "unnotify" operations.
NotifyHandler() - Constructor for class org.infinispan.server.websocket.handlers.NotifyHandler
 
NotifyingFuture<T> - Interface in org.infinispan.commons.util.concurrent
A sub-interface of a Future, that allows for listeners to be attached so that observers can be notified of when the future completes.
NotifyingFutureImpl<T> - Class in org.infinispan.commons.util.concurrent
Constructs an instance of a NotifyingFuture.
NotifyingFutureImpl() - Constructor for class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
NotifyingNotifiableFuture<T> - Interface in org.infinispan.commons.util.concurrent
An internal interface which adds the ability to inform the future of completion.
notifyMerge(List<Address>, List<Address>, Address, int, List<List<Address>>) - Method in interface org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifier
 
notifyMerge(List<Address>, List<Address>, Address, int, List<List<Address>>) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
 
notifyNoWait() - Method in class org.infinispan.persistence.sifs.SyncProcessingQueue
 
notifyOnCreate(EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.functional.impl.FunctionalNotifier
Notify registered ReadWriteListener instances of the created entry.
notifyOnCreate(EntryView.ReadEntryView<K, V>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
 
notifyOnModify(EntryView.ReadEntryView<K, V>, EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.functional.impl.FunctionalNotifier
Notify registered ReadWriteListener instances of the modified entry passing the previous and new value.
notifyOnModify(EntryView.ReadEntryView<K, V>, EntryView.ReadEntryView<K, V>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
 
notifyOnRemove(EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.functional.impl.FunctionalNotifier
Notify registered ReadWriteListener instances of the removed entry passing in the removed entry.
notifyOnRemove(EntryView.ReadEntryView<K, V>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
 
notifyOnTransactionFinished() - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
notifyOnTransactionFinished() - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
notifyOnWrite(Supplier<EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.functional.impl.FunctionalNotifier
Notify registered WriteListener instances of the written entry.
notifyOnWrite(Supplier<EntryView.ReadEntryView<K, V>>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
 
notifyPartitionStatusChanged(AvailabilityMode, boolean) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
 
notifyPartitionStatusChanged(AvailabilityMode, boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyStatePushFinished(String, Address, boolean) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
It receives the notifications from local site when some node finishes pushing the state to the remote site.
notifyStatePushFinished(String, Address, boolean) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 
notifyStateTransferEnd() - Method in class org.infinispan.transaction.totalorder.TotalOrderManager
It notifies the end of the state transfer possibly unblock waiting prepares.
notifyStateTransferStart(int, boolean) - Method in class org.infinispan.transaction.totalorder.TotalOrderManager
It notifies that a state transfer is about to start.
notifyTopologyChanged(CacheTopology, CacheTopology, int, boolean) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
 
notifyTopologyChanged(CacheTopology, CacheTopology, int, boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyTopologyInstalled(int) - Method in interface org.infinispan.statetransfer.StateTransferLock
 
notifyTopologyInstalled(int) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
 
notifyTransactionCompleted(GlobalTransaction, boolean, InvocationContext) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
Notifies all registered listeners of a transaction completion event.
notifyTransactionCompleted(GlobalTransaction, boolean, InvocationContext) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyTransactionDataReceived(int) - Method in interface org.infinispan.statetransfer.StateTransferLock
 
notifyTransactionDataReceived(int) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
 
notifyTransactionRegistered(GlobalTransaction, boolean) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
Notifies all registered listeners of a transaction registration event.
notifyTransactionRegistered(GlobalTransaction, boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
notifyViewChange(List<Address>, List<Address>, Address, int) - Method in interface org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifier
Notifies all registered listeners of a viewChange event.
notifyViewChange(List<Address>, List<Address>, Address, int) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
 
notNull(KeyFilter) - Static method in class org.infinispan.persistence.PersistenceUtil
 
noTransactionManager() - Method in interface org.infinispan.cli.interpreter.logging.Log
 
noTransactionManager() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
noTransactionManager$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
NotSerializableException - Exception in org.infinispan.commons.marshall
An exception that hides inner stacktrace lines for non serializable exceptions.
NotSerializableException(String, Throwable) - Constructor for exception org.infinispan.commons.marshall.NotSerializableException
 
NotSerializableException(String) - Constructor for exception org.infinispan.commons.marshall.NotSerializableException
 
notStartingEvictionThread() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
notStartingEvictionThread() - Method in class org.infinispan.lucene.logging.Log_$logger
 
notStartingEvictionThread() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
notStartingEvictionThread() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
notStartingEvictionThread() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
notStartingEvictionThread() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
notStartingEvictionThread() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
notStartingEvictionThread() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
notStartingEvictionThread() - Method in class org.infinispan.stats.logging.Log_$logger
 
notStartingEvictionThread() - Method in class org.infinispan.tree.logging.Log_$logger
 
notStartingEvictionThread() - Method in interface org.infinispan.util.logging.Log
 
notStartingEvictionThread() - Method in class org.infinispan.util.logging.Log_$logger
 
notStartingEvictionThread$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
notStartingEvictionThread$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
notStartingEvictionThread$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
notStartingEvictionThread$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
notStartingEvictionThread$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
notStartingEvictionThread$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
notStartingEvictionThread$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
notStartingEvictionThread$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
notStartingEvictionThread$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
notStartingEvictionThread$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
notStartingEvictionThread$str() - Method in class org.infinispan.util.logging.Log_$logger
 
notSupportedInSimpleCache() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
notSupportedInSimpleCache() - Method in class org.infinispan.lucene.logging.Log_$logger
 
notSupportedInSimpleCache() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
notSupportedInSimpleCache() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
notSupportedInSimpleCache() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
notSupportedInSimpleCache() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
notSupportedInSimpleCache() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
notSupportedInSimpleCache() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
notSupportedInSimpleCache() - Method in class org.infinispan.stats.logging.Log_$logger
 
notSupportedInSimpleCache() - Method in class org.infinispan.tree.logging.Log_$logger
 
notSupportedInSimpleCache() - Method in interface org.infinispan.util.logging.Log
 
notSupportedInSimpleCache() - Method in class org.infinispan.util.logging.Log_$logger
 
notSupportedInSimpleCache$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
notSupportedInSimpleCache$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
notSupportedInSimpleCache$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
notSupportedInSimpleCache$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
notSupportedInSimpleCache$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
notSupportedInSimpleCache$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
notSupportedInSimpleCache$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
notSupportedInSimpleCache$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
notSupportedInSimpleCache$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
notSupportedInSimpleCache$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
notSupportedInSimpleCache$str() - Method in class org.infinispan.util.logging.Log_$logger
 
noTxModifications(InvocationContext) - Static method in class org.infinispan.commands.read.AbstractLocalCommand
 
noValue(K) - Static method in class org.infinispan.functional.impl.EntryViews
 
NULL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
NULL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
NULL_VALUE_CONVERTER - Static variable in interface org.infinispan.marshall.core.Ids
 
nullable(boolean) - Method in class org.infinispan.cdi.util.BeanBuilder
Define that the created bean will (or will not) be nullable.
NullAuditLogger - Class in org.infinispan.security.impl
NullAuditLogger.
NullAuditLogger() - Constructor for class org.infinispan.security.impl.NullAuditLogger
 
NullCacheEntry<K,V> - Class in org.infinispan.container.entries
 
nullIfEmpty(String) - Static method in class org.infinispan.cli.util.Utils
Returns null if the parameter is null or empty, otherwise it returns it untouched
NullValueConverter - Class in org.infinispan.filter
Converter that returns null for the value.
NullValueConverter.Externalizer - Class in org.infinispan.filter
 
NUM_OWNERS - Static variable in class org.infinispan.configuration.cache.HashConfiguration
 
NUM_SEGMENTS - Static variable in class org.infinispan.configuration.cache.HashConfiguration
 
NUMERIC_ENTRY_VERSION - Static variable in interface org.infinispan.marshall.core.Ids
 
NUMERIC_VERSION - Static variable in interface org.infinispan.marshall.core.Ids
 
NumericEntryVersion(long) - Constructor for class org.infinispan.commons.api.functional.EntryVersion.NumericEntryVersion
 
NumericEntryVersionExternalizer() - Constructor for class org.infinispan.marshall.exts.MetaParamExternalizers.NumericEntryVersionExternalizer
 
NumericVersion - Class in org.infinispan.container.versioning
Numeric version
NumericVersion(long) - Constructor for class org.infinispan.container.versioning.NumericVersion
 
NumericVersion.Externalizer - Class in org.infinispan.container.versioning
 
NumericVersionGenerator - Class in org.infinispan.container.versioning
Generates unique numeric versions for both local and clustered environments.
NumericVersionGenerator() - Constructor for class org.infinispan.container.versioning.NumericVersionGenerator
 
NumericVersionGenerator.RankCalculator - Class in org.infinispan.container.versioning
 
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.
numOwners - Variable in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
numRecords - Variable in class org.infinispan.persistence.sifs.EntryInfo
 
numRetriesDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
numRetriesDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
numRetriesDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
numRetriesDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
numRetriesDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
numRetriesDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
numRetriesDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
numRetriesDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
numRetriesDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
numRetriesDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
numRetriesDeprecated() - Method in interface org.infinispan.util.logging.Log
 
numRetriesDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
numRetriesDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
numRetriesDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
numRetriesDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
numRetriesDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
numRetriesDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
numRetriesDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
numRetriesDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
numRetriesDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
numRetriesDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
numRetriesDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
numRetriesDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
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).
numSegments - Variable in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
numTestsPerEvictionRun() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
 
numTestsPerEvictionRun(int) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
Indicates the maximum number of connections to test during idle eviction runs.
numVirtualNodes() - Method in class org.infinispan.configuration.cache.HashConfiguration
Deprecated.
No longer used since 5.2, replaced by HashConfiguration.numSegments() (which works like a numVirtualNodes value for the entire cluster).
numVirtualNodes(int) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
Deprecated.
No longer used since 5.2, replaced by HashConfigurationBuilder.numSegments(int) (which works like a numVirtualNodes value for the entire cluster).

O

o - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.literal_return
 
obj2bytes(Marshaller, Object, boolean, int, int) - Static method in class org.infinispan.client.hotrod.marshall.MarshallerUtil
 
OBJECT_NAME - Static variable in class org.infinispan.cache.impl.CacheImpl
 
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
 
OBJECT_SIZE - Static variable in class org.infinispan.commons.util.concurrent.jdk8backported.AbstractEntrySizeCalculatorHelper
 
ObjectDuplicator - Class in org.infinispan.commons.util
A helper that efficiently duplicates known object types.
ObjectDuplicator() - Constructor for class org.infinispan.commons.util.ObjectDuplicator
 
objectFromBuffer(byte[], int, int) - Method in class org.infinispan.remoting.transport.jgroups.MarshallerAdapter
 
objectFromByteBuffer(byte[]) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
objectFromByteBuffer(byte[]) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
 
objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
 
objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
objectFromByteBuffer(byte[]) - Method in interface org.infinispan.commons.marshall.Marshaller
Unmarshalls an object from a byte array.
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.marshall.core.VersionAwareMarshaller
 
objectFromByteBuffer(byte[]) - Method in class org.infinispan.persistence.remote.wrapper.HotRodEntryMarshaller
 
objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.persistence.remote.wrapper.HotRodEntryMarshaller
 
objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
 
objectFromInputStream(InputStream) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
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
Unmarshall an object from an InputStream
objectFromObjectStream(ObjectInput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
objectFromObjectStream(ObjectInput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
objectFromObjectStream(ObjectInput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
Unmarshalls an object from an ObjectInput
objectFromObjectStream(ObjectInput) - Method in class org.infinispan.marshall.core.VersionAwareMarshaller
 
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.AbstractDelegatingMarshaller
 
objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
This is a convenience method for converting an object into a org.infinispan.io.ByteBuffer which takes an estimated size as parameter.
objectToBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
 
objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
 
objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
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.marshall.core.VersionAwareMarshaller
 
objectToBuffer(Object) - Method in class org.infinispan.persistence.remote.wrapper.HotRodEntryMarshaller
 
objectToBuffer(Object, int) - Method in class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
 
objectToBuffer(Object) - Method in class org.infinispan.remoting.transport.jgroups.MarshallerAdapter
 
objectToByteBuffer(Object, int) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
objectToByteBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
objectToByteBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
 
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.
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.persistence.remote.wrapper.HotRodEntryMarshaller
 
objectToByteBuffer(Object) - Method in class org.infinispan.persistence.remote.wrapper.HotRodEntryMarshaller
 
objectToObjectStream(Object, ObjectOutput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
objectToObjectStream(Object, ObjectOutput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
objectToObjectStream(Object, ObjectOutput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
Marshalls an object to a given ObjectOutput
objectToObjectStream(Object, ObjectOutput) - Method in class org.infinispan.marshall.core.VersionAwareMarshaller
 
observation - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
observeDefaultEmbeddedCacheManagerInstalled(DefaultBeanHolder) - Method in class org.infinispan.cdi.InfinispanExtensionEmbedded
 
observeEmbeddedCacheManagerBean(ProcessBean<?>) - Method in class org.infinispan.cdi.InfinispanExtensionEmbedded
 
obtain() - Method in interface org.infinispan.lucene.impl.ObtainableLock
 
ObtainableLock - Interface in org.infinispan.lucene.impl
Common interface between Lock implementations having an obtain method, as it was supported in older Lucene versions and currently still useful for our design.
obtainLock(Directory, String) - Method in class org.infinispan.lucene.impl.BaseLockFactory
obtainLock(Directory, String) - Method in class org.infinispan.lucene.impl.TransactionalLockFactory
of(Stream<T>) - Static method in class org.infinispan.functional.impl.Traversables
 
offer(IndexRequest, long, TimeUnit) - Method in class org.infinispan.persistence.sifs.IndexQueue
 
offer(IndexRequest) - Method in class org.infinispan.persistence.sifs.IndexQueue
 
offline - Variable in class org.infinispan.xsite.status.AbstractMixedSiteStatus
 
OFFLINE - Static variable in class org.infinispan.xsite.XSiteAdminOperations
 
offlineOn(E) - Method in class org.infinispan.xsite.status.AbstractSiteStatusBuilder
Adds the member with an offline connection to the site.
OfflineSiteStatus - Class in org.infinispan.xsite.status
SiteStatus implementation for offline sites.
OfflineStatus - Class in org.infinispan.xsite
Keeps state needed for knowing when a site needs to be taken offline.
OfflineStatus(TakeOfflineConfiguration, TimeService) - Constructor for class org.infinispan.xsite.OfflineStatus
 
oldValue - Variable in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
oldValue - Variable in class org.infinispan.container.entries.ReadCommittedEntry
 
onCacheModification(CacheEntryEvent) - Method in class org.infinispan.atomic.container.Container
Deprecated.
onClose(Runnable) - Method in class org.infinispan.stream.impl.AbstractCacheStream
 
onClose(Runnable) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
onClose(Runnable) - Method in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
onCloseRunnables - Variable in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
onClusterViewChange(AvailabilityStrategyContext, List<Address>) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategy
Called when the cluster view changed (e.g.
onClusterViewChange(AvailabilityStrategyContext, List<Address>) - Method in class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
 
onClusterViewChange(AvailabilityStrategyContext, List<Address>) - Method in class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
 
onComplete() - Method in interface org.infinispan.remoting.inboundhandler.action.ActionListener
Invoked when an Action is completed.
onComplete() - Method in class org.infinispan.remoting.inboundhandler.action.CompositeAction
 
onComplete() - Method in class org.infinispan.remoting.inboundhandler.action.DefaultReadyAction
 
onCompletion(Address, Set<Integer>, R) - Method in interface org.infinispan.stream.impl.ClusterStreamManager.ResultsCallback
Essentially the same as ClusterStreamManager.ResultsCallback.onIntermediateResult(Address address, Object) except that this is the last time this callback will be invoked and it tells which segments were completed
onCompletion() - Method in interface org.infinispan.transaction.xa.CacheTransaction.TransactionCompletedListener
 
onCreate(Consumer<EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.commons.api.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 a EntryView.ReadEntryView of that new entry.
onCreate(EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.commons.api.functional.Listeners.ReadWriteListeners.ReadWriteListener
Entry created event callback that receives a EntryView.ReadEntryView of the created entry.
onCreate(Consumer<EntryView.ReadEntryView<K, V>>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
 
onEntryActivated(Object) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EvictionListener
 
onEntryActivated(CacheEntryActivatedEvent<K, V>) - Method in class org.infinispan.iteration.impl.LocalEntryRetriever.PassivationListener
 
onEntryActivated(Object) - Method in interface org.infinispan.util.concurrent.BoundedConcurrentHashMap.EvictionListener
 
onEntryChosenForEviction(Map.Entry<K, V>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EvictionListener
 
onEntryChosenForEviction(V) - Method in interface org.infinispan.util.concurrent.BoundedConcurrentHashMap.EvictionListener
 
onEntryEviction(Map<K, V>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EvictionListener
 
onEntryEviction(Map<? extends K, InternalCacheEntry<? extends K, ? extends V>>) - Method in interface org.infinispan.eviction.EvictionManager
Handles notifications of evicted entries
onEntryEviction(Map<? extends K, InternalCacheEntry<? extends K, ? extends V>>) - Method in class org.infinispan.eviction.impl.EvictionManagerImpl
 
onEntryEviction(Map<K, V>) - Method in interface org.infinispan.util.concurrent.BoundedConcurrentHashMap.EvictionListener
 
onEntryHit(BoundedConcurrentHashMap.HashEntry<K, V>) - Method in interface org.infinispan.util.concurrent.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that an entry in Segment has been accessed.
onEntryHitRead(BoundedEquivalentConcurrentHashMapV8.Node<K, V>, V) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EvictionPolicy
Invoked to notify EvictionPolicy implementation that an entry in Segment has been accessed.
onEntryHitWrite(BoundedEquivalentConcurrentHashMapV8.Node<K, V>, V) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EvictionPolicy
Invoked to notify EvictionPolicy implementation that an entry in Segment has been accessed.
onEntryMiss(BoundedEquivalentConcurrentHashMapV8.Node<K, V>, V) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EvictionPolicy
Invoked to notify EvictionPolicy implementation that there has been an attempt to access an entry in Segment, however that entry was not present in Segment.
onEntryMiss(BoundedConcurrentHashMap.HashEntry<K, V>) - Method in interface org.infinispan.util.concurrent.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that there has been an attempt to access an entry in Segment, however that entry was not present in Segment.
onEntryRemove(BoundedEquivalentConcurrentHashMapV8.Node<K, V>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EvictionPolicy
Invoked to notify EvictionPolicy implementation that an entry e has been removed from Segment.
onEntryRemove(BoundedConcurrentHashMap.HashEntry<K, V>) - Method in interface org.infinispan.util.concurrent.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that an entry e has been removed from Segment.
onEntryRemoved(Map.Entry<K, V>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EvictionListener
 
onEntryRemoved(Object) - Method in interface org.infinispan.util.concurrent.BoundedConcurrentHashMap.EvictionListener
 
onEntryValueReplaced(Object, InternalCacheEntry) - Method in class org.infinispan.context.impl.AbstractInvocationContext
Deprecated.
Since 8.1, no longer used.
onePhaseCommit - Variable in class org.infinispan.commands.tx.PrepareCommand
 
onEvent(LockState) - Method in class org.infinispan.remoting.inboundhandler.action.LockAction
 
onEvent(LockState) - Method in class org.infinispan.remoting.inboundhandler.NonTotalOrderPerCacheInboundInvocationHandler
 
onEvent(Object, LockState) - Method in interface org.infinispan.util.concurrent.locks.KeyAwareLockListener
Invoked when the lock is available.
onEvent(LockState) - Method in interface org.infinispan.util.concurrent.locks.LockListener
Invoked when the lock is available.
onException(Throwable) - Method in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
 
onFinally() - Method in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
 
onGracefulLeave(AvailabilityStrategyContext, Address) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategy
Called when a node leaves gracefully.
onGracefulLeave(AvailabilityStrategyContext, Address) - Method in class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
 
onGracefulLeave(AvailabilityStrategyContext, Address) - Method in class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
 
onIntermediateResult(Address, R) - Method in interface org.infinispan.stream.impl.ClusterStreamManager.ResultsCallback
Called back for intermediate data returned from an operation.
onJoin(AvailabilityStrategyContext, Address) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategy
Called when a node joins.
onJoin(AvailabilityStrategyContext, Address) - Method in class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
 
onJoin(AvailabilityStrategyContext, Address) - Method in class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
 
onKeys(KIn...) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Rather than use all available keys as input onKeys allows users to specify a subset of keys as input to this task
online - Variable in class org.infinispan.xsite.status.AbstractMixedSiteStatus
 
ONLINE - Static variable in class org.infinispan.xsite.XSiteAdminOperations
 
onlineOn(E) - Method in class org.infinispan.xsite.status.AbstractSiteStatusBuilder
Adds the element with an online connection to the site.
OnlineSiteStatus - Class in org.infinispan.xsite.status
SiteStatus implementation for online sites.
onLoad(K, V) - Method in class org.infinispan.jcache.remote.RemoteCacheWithCacheStore
 
onlyPrimary - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
onManualAvailabilityChange(AvailabilityStrategyContext, AvailabilityMode) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategy
Called when the administrator manually changes the availability status.
onManualAvailabilityChange(AvailabilityStrategyContext, AvailabilityMode) - Method in class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
 
onManualAvailabilityChange(AvailabilityStrategyContext, AvailabilityMode) - Method in class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
 
onModify(BiConsumer<EntryView.ReadEntryView<K, V>, EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.commons.api.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 a EntryView.ReadEntryView of the previous entry as first parameter, and a EntryView.ReadEntryView of the new value as second parameter.
onModify(EntryView.ReadEntryView<K, V>, EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.commons.api.functional.Listeners.ReadWriteListeners.ReadWriteListener
Entry modify/update event callback that receives EntryView.ReadEntryView of the previous entry as first parameter, and the EntryView.ReadEntryView of the new entry.
onModify(BiConsumer<EntryView.ReadEntryView<K, V>, EntryView.ReadEntryView<K, V>>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
 
onPartitionChange(PartitionStatusChangedEvent<K, V>) - Method in class org.infinispan.iteration.impl.LocalEntryRetriever.PartitionListener
 
onPartitionChange(PartitionStatusChangedEvent<K, ?>) - Method in class org.infinispan.stream.impl.PartitionAwareClusterStreamManager.PartitionListener
 
onPartitionMerge(AvailabilityStrategyContext, Collection<CacheStatusResponse>) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategy
Called when two or more partitions merge, to compute the stable and current cache topologies for the merged cluster.
onPartitionMerge(AvailabilityStrategyContext, Collection<CacheStatusResponse>) - Method in class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
 
onPartitionMerge(AvailabilityStrategyContext, Collection<CacheStatusResponse>) - Method in class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
 
onPostExecute(Callable<T>) - Method in class org.infinispan.cdi.DelegatingDistributedTaskLifecycle
 
onPostExecute(Mapper<KIn, VIn, KOut, VOut>) - Method in class org.infinispan.cdi.DelegatingMapReduceTaskLifecycle
 
onPostExecute(Reducer<KOut, VOut>) - Method in class org.infinispan.cdi.DelegatingMapReduceTaskLifecycle
 
onPostExecute(Mapper<KIn, VIn, KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.spi.DefaultMapReduceTaskLifecycle
 
onPostExecute(Reducer<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.spi.DefaultMapReduceTaskLifecycle
 
onPostExecute(Mapper<KIn, VIn, KOut, VOut>) - Method in interface org.infinispan.distexec.mapreduce.spi.MapReduceTaskLifecycle
 
onPostExecute(Reducer<KOut, VOut>) - Method in interface org.infinispan.distexec.mapreduce.spi.MapReduceTaskLifecycle
 
onPostExecute(Mapper<KIn, VIn, KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.spi.MapReduceTaskLifecycleService
 
onPostExecute(Reducer<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.spi.MapReduceTaskLifecycleService
 
onPostExecute(Callable<T>) - Method in class org.infinispan.distexec.spi.DefaultDistributedTaskLifecycle
 
onPostExecute(Callable<T>) - Method in interface org.infinispan.distexec.spi.DistributedTaskLifecycle
 
onPostExecute(Callable<T>) - Method in class org.infinispan.distexec.spi.DistributedTaskLifecycleService
 
onPreExecute(Callable<T>, Cache<K, V>) - Method in class org.infinispan.cdi.DelegatingDistributedTaskLifecycle
 
onPreExecute(Mapper<KIn, VIn, KOut, VOut>, Cache<KIn, VIn>) - Method in class org.infinispan.cdi.DelegatingMapReduceTaskLifecycle
 
onPreExecute(Reducer<KOut, VOut>, Cache<?, ?>) - Method in class org.infinispan.cdi.DelegatingMapReduceTaskLifecycle
 
onPreExecute(Mapper<KIn, VIn, KOut, VOut>, Cache<KIn, VIn>) - Method in class org.infinispan.distexec.mapreduce.spi.DefaultMapReduceTaskLifecycle
 
onPreExecute(Reducer<KOut, VOut>, Cache<?, ?>) - Method in class org.infinispan.distexec.mapreduce.spi.DefaultMapReduceTaskLifecycle
 
onPreExecute(Mapper<KIn, VIn, KOut, VOut>, Cache<KIn, VIn>) - Method in interface org.infinispan.distexec.mapreduce.spi.MapReduceTaskLifecycle
 
onPreExecute(Reducer<KOut, VOut>, Cache<?, ?>) - Method in interface org.infinispan.distexec.mapreduce.spi.MapReduceTaskLifecycle
 
onPreExecute(Mapper<KIn, VIn, KOut, VOut>, Cache<KIn, VIn>) - Method in class org.infinispan.distexec.mapreduce.spi.MapReduceTaskLifecycleService
 
onPreExecute(Reducer<KOut, VOut>, Cache<?, ?>) - Method in class org.infinispan.distexec.mapreduce.spi.MapReduceTaskLifecycleService
 
onPreExecute(Callable<T>, Cache<K, V>) - Method in class org.infinispan.distexec.spi.DefaultDistributedTaskLifecycle
 
onPreExecute(Callable<T>, Cache<K, V>) - Method in interface org.infinispan.distexec.spi.DistributedTaskLifecycle
 
onPreExecute(Callable<T>, Cache<K, V>) - Method in class org.infinispan.distexec.spi.DistributedTaskLifecycleService
 
onPrepareCommand(GlobalTransaction, boolean) - Method in class org.infinispan.stats.CacheStatisticManager
Invoked when a PrepareCommand is received for a transaction.
onPrepareCommand() - Method in class org.infinispan.stats.LocalTransactionStatistics
 
onPrepareCommand() - Method in class org.infinispan.stats.RemoteTransactionStatistics
 
onPrepareCommand() - Method in class org.infinispan.stats.TransactionStatistics
Signals the reception of the PrepareCommand.
onReady() - Method in class org.infinispan.remoting.inboundhandler.action.PendingTxAction
 
onReady() - Method in interface org.infinispan.util.concurrent.locks.PendingLockListener
Invoked when PendingLockPromise is ready.
onRebalanceEnd(AvailabilityStrategyContext) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategy
Called when a rebalance ends.
onRebalanceEnd(AvailabilityStrategyContext) - Method in class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
 
onRebalanceEnd(AvailabilityStrategyContext) - Method in class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
 
onRemove(Consumer<EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.commons.api.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 the EntryView.ReadEntryView of the removed entry.
onRemove(EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.commons.api.functional.Listeners.ReadWriteListeners.ReadWriteListener
Entry removed event callback that receives a EntryView.ReadEntryView of the removed entry.
onRemove(Object, boolean) - Method in interface org.infinispan.eviction.ActivationManager
Remove key and associated value from cache store and update the activation counter.
onRemove(Object, boolean) - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
 
onRemove(Object, boolean) - Method in class org.infinispan.eviction.impl.ActivationManagerStub
 
onRemove(Consumer<EntryView.ReadEntryView<K, V>>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
 
onResize(long, long) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EvictionPolicy
 
onSegmentsLost(Set<Integer>) - Method in interface org.infinispan.stream.impl.ClusterStreamManager.ResultsCallback
Called back when a segment is found to have been lost that is no longer remote This method should return as soon as possible and not block in any fashion.
onStateReceived(int, boolean) - Method in class org.infinispan.statetransfer.InboundTransferTask
 
onTopologyChange(TopologyChangedEvent<?, ?>) - Method in class org.infinispan.container.versioning.SimpleClusteredVersionGenerator.TopologyIdUpdater
 
onTopologyChange(TopologyChangedEvent<?, ?>) - Method in class org.infinispan.transaction.impl.TransactionTable
 
onTopologyUpdate(CacheTopology) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
 
onTopologyUpdate(CacheTopology) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
Notifies the PartitionHandlingManager that the cache topology was update.
onTopologyUpdate(CacheTopology) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
onTopologyUpdate(CacheTopology, boolean) - Method in interface org.infinispan.statetransfer.StateConsumer
Receive notification of topology changes.
onTopologyUpdate(CacheTopology, boolean) - Method in class org.infinispan.statetransfer.StateConsumerImpl
 
onTopologyUpdate(CacheTopology, boolean) - Method in interface org.infinispan.statetransfer.StateProvider
Receive notification of topology changes.
onTopologyUpdate(CacheTopology, boolean) - Method in class org.infinispan.statetransfer.StateProviderImpl
 
onUpdate(Object, boolean) - Method in interface org.infinispan.eviction.ActivationManager
Remove key and associated value from cache store and update the activation counter.
onUpdate(Object, boolean) - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
 
onUpdate(Object, boolean) - Method in class org.infinispan.eviction.impl.ActivationManagerStub
 
onViewChange(ViewChangedEvent) - Method in class org.infinispan.transaction.impl.TransactionTable
 
onWrite(Consumer<EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.commons.api.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.commons.api.functional.Listeners.WriteListeners.WriteListener
Entry write event callback that receives a EntryView.ReadEntryView of the written entry.
onWrite(Consumer<EntryView.ReadEntryView<K, V>>) - Method in class org.infinispan.functional.impl.FunctionalNotifierImpl
 
OP_CODE - Static variable in interface org.infinispan.server.websocket.OpHandler
 
opCode(short) - Method in class org.infinispan.client.hotrod.impl.protocol.HeaderParams
 
open() - Method in class org.infinispan.util.concurrent.ReclosableLatch
 
openDatabase(String, Options) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
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
 
Operation<K,V> - Class in org.infinispan.atomic.impl
An atomic operation.
Operation() - Constructor for class org.infinispan.atomic.impl.Operation
 
OperationsFactory - Class in org.infinispan.client.hotrod.impl.operations
Factory for HotRodOperation objects.
OperationsFactory(TransportFactory, String, boolean, Codec, ClientListenerNotifier, ExecutorService) - Constructor for class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
operationsFactory - Variable in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
operatorWasAlreadySpecified() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
operatorWasAlreadySpecified() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
operatorWasAlreadySpecified$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
OpHandler - Interface in org.infinispan.server.websocket
Websocket cache operation handler.
OptimisticBackupInterceptor - Class in org.infinispan.interceptors.xsite
Handles x-site data backups for optimistic transactional caches.
OptimisticBackupInterceptor() - Constructor for class org.infinispan.interceptors.xsite.OptimisticBackupInterceptor
 
OptimisticLockingInterceptor - Class in org.infinispan.interceptors.locking
Deprecated.
Since 8.2, no longer public API.
OptimisticLockingInterceptor() - Constructor for class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
Deprecated.
 
option - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.statementOption_return
 
Option - Class in org.infinispan.cli.interpreter.statement
CLI Command option
Option(String) - Constructor for class org.infinispan.cli.interpreter.statement.Option
 
Option(String, String) - Constructor for class org.infinispan.cli.interpreter.statement.Option
 
OPTIONAL - Static variable in interface org.infinispan.marshall.core.Ids
 
OptionalExternalizer - Class in org.infinispan.marshall.exts
 
OptionalExternalizer() - Constructor for class org.infinispan.marshall.exts.OptionalExternalizer
 
options - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.statementOptions_return
 
or() - Method in interface org.infinispan.query.dsl.FilterConditionContext
Creates a new context and connects it with the current one using boolean OR.
or(FilterConditionContext) - Method in interface org.infinispan.query.dsl.FilterConditionContext
Connects a given context with the current one using boolean OR.
orderBy(Expression) - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
orderBy(Expression, SortOrder) - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
orderBy(String) - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
orderBy(String, SortOrder) - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
orderBy(Expression) - Method in interface org.infinispan.query.dsl.QueryBuilder
 
orderBy(Expression, SortOrder) - Method in interface org.infinispan.query.dsl.QueryBuilder
 
orderBy(String) - Method in interface org.infinispan.query.dsl.QueryBuilder
 
orderBy(String, SortOrder) - Method in interface org.infinispan.query.dsl.QueryBuilder
 
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.affinity.impl - package org.infinispan.affinity.impl
 
org.infinispan.atomic - package org.infinispan.atomic
This package contains the AtomicMap interfaces and API that Infinispan exposes as building blocks in creating other public interfaces such as the Tree API.
org.infinispan.atomic.container - package org.infinispan.atomic.container
 
org.infinispan.atomic.impl - package org.infinispan.atomic.impl
 
org.infinispan.atomic.sharded.collections - package org.infinispan.atomic.sharded.collections
 
org.infinispan.batch - package org.infinispan.batch
Support for batching calls using the BatchingCache.startBatch() and BatchingCache.endBatch(boolean) API.
org.infinispan.cache.impl - package org.infinispan.cache.impl
 
org.infinispan.cdi - package org.infinispan.cdi
This is the Infinispan CDI module.
org.infinispan.cdi.event - package org.infinispan.cdi.event
This package contains the event bridge implementation between Infinispan and CDI.
org.infinispan.cdi.event.cache - package org.infinispan.cdi.event.cache
This package contains the adapters making the bridge between Infinispan cache events and CDI.
org.infinispan.cdi.event.cachemanager - package org.infinispan.cdi.event.cachemanager
This package contains the adapters making the bridge between Infinispan cache manager events and CDI.
org.infinispan.cdi.logging - package org.infinispan.cdi.logging
This package contains the logging classes.
org.infinispan.cdi.util - package org.infinispan.cdi.util
This package contains utility classes.
org.infinispan.cdi.util.annotatedtypebuilder - package org.infinispan.cdi.util.annotatedtypebuilder
 
org.infinispan.cdi.util.defaultbean - package org.infinispan.cdi.util.defaultbean
 
org.infinispan.cdi.util.logging - package org.infinispan.cdi.util.logging
This package contains the logging classes.
org.infinispan.checkstyle.checks.regexp - package org.infinispan.checkstyle.checks.regexp
 
org.infinispan.checkstyle.filters - package org.infinispan.checkstyle.filters
 
org.infinispan.cli - package org.infinispan.cli
 
org.infinispan.cli.commands - package org.infinispan.cli.commands
 
org.infinispan.cli.commands.client - package org.infinispan.cli.commands.client
 
org.infinispan.cli.commands.server - package org.infinispan.cli.commands.server
 
org.infinispan.cli.connection - package org.infinispan.cli.connection
 
org.infinispan.cli.connection.jmx - package org.infinispan.cli.connection.jmx
 
org.infinispan.cli.connection.jmx.remoting - package org.infinispan.cli.connection.jmx.remoting
 
org.infinispan.cli.connection.jmx.rmi - package org.infinispan.cli.connection.jmx.rmi
 
org.infinispan.cli.impl - package org.infinispan.cli.impl
 
org.infinispan.cli.interpreter - package org.infinispan.cli.interpreter
 
org.infinispan.cli.interpreter.codec - package org.infinispan.cli.interpreter.codec
 
org.infinispan.cli.interpreter.logging - package org.infinispan.cli.interpreter.logging
 
org.infinispan.cli.interpreter.result - package org.infinispan.cli.interpreter.result
 
org.infinispan.cli.interpreter.session - package org.infinispan.cli.interpreter.session
 
org.infinispan.cli.interpreter.statement - package org.infinispan.cli.interpreter.statement
 
org.infinispan.cli.interpreter.utils - package org.infinispan.cli.interpreter.utils
 
org.infinispan.cli.io - package org.infinispan.cli.io
 
org.infinispan.cli.shell - package org.infinispan.cli.shell
 
org.infinispan.cli.util - package org.infinispan.cli.util
 
org.infinispan.client.hotrod - package org.infinispan.client.hotrod
HotRod 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
HotRod 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
HotRod Client Exceptions
org.infinispan.client.hotrod.filter - package org.infinispan.client.hotrod.filter
 
org.infinispan.client.hotrod.impl - package org.infinispan.client.hotrod.impl
 
org.infinispan.client.hotrod.impl.async - package org.infinispan.client.hotrod.impl.async
 
org.infinispan.client.hotrod.impl.consistenthash - package org.infinispan.client.hotrod.impl.consistenthash
 
org.infinispan.client.hotrod.impl.iteration - package org.infinispan.client.hotrod.impl.iteration
 
org.infinispan.client.hotrod.impl.operations - package org.infinispan.client.hotrod.impl.operations
 
org.infinispan.client.hotrod.impl.protocol - package org.infinispan.client.hotrod.impl.protocol
 
org.infinispan.client.hotrod.impl.query - package org.infinispan.client.hotrod.impl.query
 
org.infinispan.client.hotrod.impl.transport - package org.infinispan.client.hotrod.impl.transport
 
org.infinispan.client.hotrod.impl.transport.tcp - package org.infinispan.client.hotrod.impl.transport.tcp
 
org.infinispan.client.hotrod.logging - package org.infinispan.client.hotrod.logging
 
org.infinispan.client.hotrod.marshall - package org.infinispan.client.hotrod.marshall
 
org.infinispan.client.hotrod.near - package org.infinispan.client.hotrod.near
 
org.infinispan.commands - package org.infinispan.commands
Commands that operate on the cache, either locally or remotely.
org.infinispan.commands.control - package org.infinispan.commands.control
 
org.infinispan.commands.functional - package org.infinispan.commands.functional
 
org.infinispan.commands.module - package org.infinispan.commands.module
 
org.infinispan.commands.read - package org.infinispan.commands.read
 
org.infinispan.commands.remote - package org.infinispan.commands.remote
Meta-commands that wrap other commands for remote execution.
org.infinispan.commands.remote.recovery - package org.infinispan.commands.remote.recovery
 
org.infinispan.commands.tx - package org.infinispan.commands.tx
Commands that represent transactional lifecycle transitions.
org.infinispan.commands.tx.totalorder - package org.infinispan.commands.tx.totalorder
 
org.infinispan.commands.write - package org.infinispan.commands.write
Commands that alter the state of the cache.
org.infinispan.commons - package org.infinispan.commons
Commons package
org.infinispan.commons.api - package org.infinispan.commons.api
Commons API package
org.infinispan.commons.api.functional - package org.infinispan.commons.api.functional
Commons Functional API package
org.infinispan.commons.configuration - package org.infinispan.commons.configuration
Commons Configuration package
org.infinispan.commons.configuration.attributes - package org.infinispan.commons.configuration.attributes
 
org.infinispan.commons.equivalence - package org.infinispan.commons.equivalence
Equivalence classes and interfaces to enable equivalence comparison between native types, arrays, etc.
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.logging - package org.infinispan.commons.logging
 
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.marshall.jboss - package org.infinispan.commons.marshall.jboss
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
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.commons.util.concurrent.jdk8backported - package org.infinispan.commons.util.concurrent.jdk8backported
 
org.infinispan.commons.util.uberjar - package org.infinispan.commons.util.uberjar
 
org.infinispan.compat - package org.infinispan.compat
 
org.infinispan.configuration - package org.infinispan.configuration
 
org.infinispan.configuration.cache - package org.infinispan.configuration.cache
Cache configuration
org.infinispan.configuration.format - package org.infinispan.configuration.format
 
org.infinispan.configuration.global - package org.infinispan.configuration.global
EmbeddedCacheManager configuration
org.infinispan.configuration.parsing - package org.infinispan.configuration.parsing
 
org.infinispan.container - package org.infinispan.container
Data containers which store cache entries.
org.infinispan.container.entries - package org.infinispan.container.entries
Entries which are stored in data containers.
org.infinispan.container.entries.metadata - package org.infinispan.container.entries.metadata
 
org.infinispan.container.entries.versioned - package org.infinispan.container.entries.versioned
 
org.infinispan.container.versioning - package org.infinispan.container.versioning
 
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.context.impl - package org.infinispan.context.impl
This package contains different context implementations, selected dynamically based on the type of invocation.
org.infinispan.distexec - package org.infinispan.distexec
Distribute Executor APIs
org.infinispan.distexec.mapreduce - package org.infinispan.distexec.mapreduce
Map/Reduce APIs
org.infinispan.distexec.mapreduce.spi - package org.infinispan.distexec.mapreduce.spi
 
org.infinispan.distexec.spi - package org.infinispan.distexec.spi
 
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.ch.impl - package org.infinispan.distribution.ch.impl
 
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.distribution.group.impl - package org.infinispan.distribution.group.impl
 
org.infinispan.distribution.impl - package org.infinispan.distribution.impl
 
org.infinispan.distribution.topologyaware - package org.infinispan.distribution.topologyaware
 
org.infinispan.distribution.util - package org.infinispan.distribution.util
 
org.infinispan.eviction - package org.infinispan.eviction
Classes related to eviction.
org.infinispan.eviction.impl - package org.infinispan.eviction.impl
 
org.infinispan.executors - package org.infinispan.executors
Implementations of different executors used for asynchronous operation.
org.infinispan.expiration - package org.infinispan.expiration
Classes related to entry expiration.
org.infinispan.expiration.impl - package org.infinispan.expiration.impl
 
org.infinispan.factories - package org.infinispan.factories
Factories are internal components used to create other components based on a cache's configuration.
org.infinispan.factories.annotations - package org.infinispan.factories.annotations
Internal annotations to control the lifecycle of cache components.
org.infinispan.factories.components - package org.infinispan.factories.components
 
org.infinispan.factories.scopes - package org.infinispan.factories.scopes
Scopes of components within the lifespan of a CacheManager and its various Caches, and related utilities.
org.infinispan.factories.threads - package org.infinispan.factories.threads
 
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.impl - package org.infinispan.functional.impl
 
org.infinispan.globalstate - package org.infinispan.globalstate
 
org.infinispan.globalstate.impl - package org.infinispan.globalstate.impl
 
org.infinispan.interceptors - package org.infinispan.interceptors
Infinispan is designed around a set of interceptors around a data container.
org.infinispan.interceptors.base - package org.infinispan.interceptors.base
Base interceptors containing common, reusable behavior.
org.infinispan.interceptors.compat - package org.infinispan.interceptors.compat
 
org.infinispan.interceptors.distribution - package org.infinispan.interceptors.distribution
 
org.infinispan.interceptors.locking - package org.infinispan.interceptors.locking
 
org.infinispan.interceptors.totalorder - package org.infinispan.interceptors.totalorder
 
org.infinispan.interceptors.xsite - package org.infinispan.interceptors.xsite
 
org.infinispan.io - package org.infinispan.io
Provides Infinispan-specific input and output streams, buffers and related utilities.
org.infinispan.iteration - package org.infinispan.iteration
Provides Infinispan-specific utilities for iterating over entries in the cache, specifically optimized for distributed caches.
org.infinispan.iteration.impl - package org.infinispan.iteration.impl
Provides Infinispan-specific implementation details iterating over entries in the cache, specifically optimized for distributed caches.
org.infinispan.jcache - package org.infinispan.jcache
 
org.infinispan.jcache.annotation - package org.infinispan.jcache.annotation
 
org.infinispan.jcache.embedded - package org.infinispan.jcache.embedded
 
org.infinispan.jcache.embedded.logging - package org.infinispan.jcache.embedded.logging
 
org.infinispan.jcache.logging - package org.infinispan.jcache.logging
 
org.infinispan.jcache.remote - package org.infinispan.jcache.remote
 
org.infinispan.jcache.remote.logging - package org.infinispan.jcache.remote.logging
 
org.infinispan.jcache.tck - package org.infinispan.jcache.tck
 
org.infinispan.jmx - package org.infinispan.jmx
Helpers that allow easy exposure of attributes and operations via JMX.
org.infinispan.jmx.annotations - package org.infinispan.jmx.annotations
JMX 2.0-like annotations, with no dependencies on JMX 2.0.
org.infinispan.lifecycle - package org.infinispan.lifecycle
Component lifecycle.
org.infinispan.lucene - package org.infinispan.lucene
Lucene Directory implementation which stores the index in Infinispan.
org.infinispan.lucene.cacheloader - package org.infinispan.lucene.cacheloader
 
org.infinispan.lucene.cacheloader.configuration - package org.infinispan.lucene.cacheloader.configuration
 
org.infinispan.lucene.directory - package org.infinispan.lucene.directory
 
org.infinispan.lucene.impl - package org.infinispan.lucene.impl
 
org.infinispan.lucene.logging - package org.infinispan.lucene.logging
 
org.infinispan.lucene.readlocks - package org.infinispan.lucene.readlocks
Several implementations for a SegmentReadLocker, pick one depending on your use case.
org.infinispan.manager - package org.infinispan.manager
Cache manager package
org.infinispan.manager.impl - package org.infinispan.manager.impl
 
org.infinispan.marshall - package org.infinispan.marshall
 
org.infinispan.marshall.core - package org.infinispan.marshall.core
 
org.infinispan.marshall.exts - package org.infinispan.marshall.exts
Externalizers for various JDK types that are marshalled using the marshalling framework.
org.infinispan.metadata - package org.infinispan.metadata
Metadata interfaces
org.infinispan.metadata.impl - package org.infinispan.metadata.impl
 
org.infinispan.notifications - package org.infinispan.notifications
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
org.infinispan.notifications.cachelistener - package org.infinispan.notifications.cachelistener
Cache-specific notifications and eventing.
org.infinispan.notifications.cachelistener.annotation - package org.infinispan.notifications.cachelistener.annotation
Cache-specific listener annotations
org.infinispan.notifications.cachelistener.cluster - package org.infinispan.notifications.cachelistener.cluster
 
org.infinispan.notifications.cachelistener.cluster.impl - package org.infinispan.notifications.cachelistener.cluster.impl
 
org.infinispan.notifications.cachelistener.event - package org.infinispan.notifications.cachelistener.event
Cache-specific listener events
org.infinispan.notifications.cachelistener.event.impl - package org.infinispan.notifications.cachelistener.event.impl
 
org.infinispan.notifications.cachelistener.filter - package org.infinispan.notifications.cachelistener.filter
Cache-specific notifications and eventing filtering classes.
org.infinispan.notifications.cachemanagerlistener - package org.infinispan.notifications.cachemanagerlistener
CacheManager-specific notifications and eventing.
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.notifications.cachemanagerlistener.event.impl - package org.infinispan.notifications.cachemanagerlistener.event.impl
 
org.infinispan.notifications.impl - package org.infinispan.notifications.impl
 
org.infinispan.osgi - package org.infinispan.osgi
 
org.infinispan.partitionhandling - package org.infinispan.partitionhandling
 
org.infinispan.partitionhandling.impl - package org.infinispan.partitionhandling.impl
 
org.infinispan.persistence - package org.infinispan.persistence
This package contains stores, which are used for overflow or persistence.
org.infinispan.persistence.async - package org.infinispan.persistence.async
 
org.infinispan.persistence.cli - package org.infinispan.persistence.cli
 
org.infinispan.persistence.cli.configuration - package org.infinispan.persistence.cli.configuration
 
org.infinispan.persistence.cli.upgrade - package org.infinispan.persistence.cli.upgrade
 
org.infinispan.persistence.cluster - package org.infinispan.persistence.cluster
A CacheLoader (not CacheWriter) that polls other nodes in the cluster for state.
org.infinispan.persistence.factory - package org.infinispan.persistence.factory
 
org.infinispan.persistence.file - package org.infinispan.persistence.file
Simple filesystem-based CacheWriter implementation.
org.infinispan.persistence.jdbc - package org.infinispan.persistence.jdbc
This package contains a AdvancedLoadWriteStore implementation based on a JDBC database connection.
org.infinispan.persistence.jdbc.binary - package org.infinispan.persistence.jdbc.binary
This JDBC CacheStore implementation is optimized for storing binary (non-String) keys in the cache.
org.infinispan.persistence.jdbc.configuration - package org.infinispan.persistence.jdbc.configuration
org.infinispan.persistence.jdbc.connectionfactory - package org.infinispan.persistence.jdbc.connectionfactory
Connection factories for use with the JDBC Cache Store.
org.infinispan.persistence.jdbc.logging - package org.infinispan.persistence.jdbc.logging
 
org.infinispan.persistence.jdbc.mixed - package org.infinispan.persistence.jdbc.mixed
This is a delegating CacheStore implementation that delegates either to a binary or String based JDBC cache store depending on the key used.
org.infinispan.persistence.jdbc.stringbased - package org.infinispan.persistence.jdbc.stringbased
This JDBC CacheStore implementation is optimized for storing String keys in the cache.
org.infinispan.persistence.jpa - package org.infinispan.persistence.jpa
org.infinispan.persistence.jpa.configuration - package org.infinispan.persistence.jpa.configuration
Configuration for JpaStore
org.infinispan.persistence.jpa.impl - package org.infinispan.persistence.jpa.impl
 
org.infinispan.persistence.keymappers - package org.infinispan.persistence.keymappers
 
org.infinispan.persistence.leveldb - package org.infinispan.persistence.leveldb
org.infinispan.persistence.leveldb.configuration - package org.infinispan.persistence.leveldb.configuration
Configuration for LevelDBStore
org.infinispan.persistence.leveldb.logging - package org.infinispan.persistence.leveldb.logging
 
org.infinispan.persistence.manager - package org.infinispan.persistence.manager
 
org.infinispan.persistence.modifications - package org.infinispan.persistence.modifications
Modifications that are used to encapsulate cache operations for application to a CacheStore.
org.infinispan.persistence.remote - package org.infinispan.persistence.remote
org.infinispan.persistence.remote.configuration - package org.infinispan.persistence.remote.configuration
Configuration for RemoteStore
org.infinispan.persistence.remote.logging - package org.infinispan.persistence.remote.logging
 
org.infinispan.persistence.remote.upgrade - package org.infinispan.persistence.remote.upgrade
 
org.infinispan.persistence.remote.wrapper - package org.infinispan.persistence.remote.wrapper
 
org.infinispan.persistence.sifs - package org.infinispan.persistence.sifs
 
org.infinispan.persistence.sifs.configuration - package org.infinispan.persistence.sifs.configuration
 
org.infinispan.persistence.spi - package org.infinispan.persistence.spi
The Persistence SPI
org.infinispan.persistence.support - package org.infinispan.persistence.support
 
org.infinispan.persistence.util - package org.infinispan.persistence.util
 
org.infinispan.query.api.continuous - package org.infinispan.query.api.continuous
Continuous querying API for Infinispan.
org.infinispan.query.dsl - package org.infinispan.query.dsl
A DSL for querying an Infinispan Cache.
org.infinispan.query.dsl.impl - package org.infinispan.query.dsl.impl
DSL implementation and translation to internal intermediary representation based on a JPQL syntax subset.
org.infinispan.query.dsl.impl.logging - package org.infinispan.query.dsl.impl.logging
 
org.infinispan.query.remote.client - package org.infinispan.query.remote.client
 
org.infinispan.registry - package org.infinispan.registry
The internal cache registry API
org.infinispan.registry.impl - package org.infinispan.registry.impl
 
org.infinispan.remoting - package org.infinispan.remoting
Remote communication between cache instances.
org.infinispan.remoting.inboundhandler - package org.infinispan.remoting.inboundhandler
 
org.infinispan.remoting.inboundhandler.action - package org.infinispan.remoting.inboundhandler.action
 
org.infinispan.remoting.responses - package org.infinispan.remoting.responses
Abstractions of the different response types allowed during RPC.
org.infinispan.remoting.rpc - package org.infinispan.remoting.rpc
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
org.infinispan.remoting.transport - package org.infinispan.remoting.transport
Transports handle the low-level networking, used by the remoting components.
org.infinispan.remoting.transport.jgroups - package org.infinispan.remoting.transport.jgroups
A transport implementation based on JGroups.
org.infinispan.security - package org.infinispan.security
The Security API
org.infinispan.security.actions - package org.infinispan.security.actions
 
org.infinispan.security.impl - package org.infinispan.security.impl
 
org.infinispan.server.core.configuration - package org.infinispan.server.core.configuration
Core Server Configuration API
org.infinispan.server.core.logging - package org.infinispan.server.core.logging
 
org.infinispan.server.core.security - package org.infinispan.server.core.security
 
org.infinispan.server.core.security.simple - package org.infinispan.server.core.security.simple
 
org.infinispan.server.core.transport - package org.infinispan.server.core.transport
 
org.infinispan.server.memcached - package org.infinispan.server.memcached
 
org.infinispan.server.memcached.configuration - package org.infinispan.server.memcached.configuration
Memcached Server Configuration API
org.infinispan.server.memcached.logging - package org.infinispan.server.memcached.logging
 
org.infinispan.server.websocket - package org.infinispan.server.websocket
 
org.infinispan.server.websocket.configuration - package org.infinispan.server.websocket.configuration
WebSocket Server Configuration API
org.infinispan.server.websocket.handlers - package org.infinispan.server.websocket.handlers
 
org.infinispan.server.websocket.json - package org.infinispan.server.websocket.json
 
org.infinispan.server.websocket.logging - package org.infinispan.server.websocket.logging
 
org.infinispan.spring - package org.infinispan.spring
Spring Infinispan - Shared classes.
org.infinispan.spring.config - package org.infinispan.spring.config
 
org.infinispan.spring.provider - package org.infinispan.spring.provider
Spring Infinispan - An implementation of Spring 3.2's Cache SPI based on JBoss Infinispan.
org.infinispan.spring.support - package org.infinispan.spring.support
 
org.infinispan.spring.support.embedded - package org.infinispan.spring.support.embedded
 
org.infinispan.spring.support.remote - package org.infinispan.spring.support.remote
 
org.infinispan.statetransfer - package org.infinispan.statetransfer
Transfer of state to new caches in a cluster.
org.infinispan.stats - package org.infinispan.stats
Cache statistics.
org.infinispan.stats.container - package org.infinispan.stats.container
 
org.infinispan.stats.impl - package org.infinispan.stats.impl
 
org.infinispan.stats.logging - package org.infinispan.stats.logging
 
org.infinispan.stats.percentiles - package org.infinispan.stats.percentiles
 
org.infinispan.stats.topK - package org.infinispan.stats.topK
 
org.infinispan.stats.wrappers - package org.infinispan.stats.wrappers
 
org.infinispan.stream - package org.infinispan.stream
This package contains various helper classes when using the CacheStream or its various classes.
org.infinispan.stream.impl - package org.infinispan.stream.impl
 
org.infinispan.stream.impl.interceptor - package org.infinispan.stream.impl.interceptor
 
org.infinispan.stream.impl.intops - package org.infinispan.stream.impl.intops
 
org.infinispan.stream.impl.intops.object - package org.infinispan.stream.impl.intops.object
 
org.infinispan.stream.impl.intops.primitive.d - package org.infinispan.stream.impl.intops.primitive.d
 
org.infinispan.stream.impl.intops.primitive.i - package org.infinispan.stream.impl.intops.primitive.i
 
org.infinispan.stream.impl.intops.primitive.l - package org.infinispan.stream.impl.intops.primitive.l
 
org.infinispan.stream.impl.local - package org.infinispan.stream.impl.local
 
org.infinispan.stream.impl.spliterators - package org.infinispan.stream.impl.spliterators
 
org.infinispan.stream.impl.termop - package org.infinispan.stream.impl.termop
 
org.infinispan.stream.impl.termop.object - package org.infinispan.stream.impl.termop.object
 
org.infinispan.stream.impl.termop.primitive - package org.infinispan.stream.impl.termop.primitive
 
org.infinispan.stream.impl.tx - package org.infinispan.stream.impl.tx
 
org.infinispan.tasks - package org.infinispan.tasks
 
org.infinispan.topology - package org.infinispan.topology
 
org.infinispan.transaction - package org.infinispan.transaction
JTA transaction support.
org.infinispan.transaction.impl - package org.infinispan.transaction.impl
 
org.infinispan.transaction.lookup - package org.infinispan.transaction.lookup
Interfaces and implementations of lookup classes to locate and/or instantiate JTA TransactionManagers.
org.infinispan.transaction.synchronization - package org.infinispan.transaction.synchronization
 
org.infinispan.transaction.tm - package org.infinispan.transaction.tm
Infinispan's bare-bones internal transaction manager, used for batching calls as well as as a dummy, unit-test-only transaction manager.
org.infinispan.transaction.totalorder - package org.infinispan.transaction.totalorder
 
org.infinispan.transaction.xa - package org.infinispan.transaction.xa
XA transaction support.
org.infinispan.transaction.xa.recovery - package org.infinispan.transaction.xa.recovery
 
org.infinispan.tree - package org.infinispan.tree
This package contains the TreeCache.
org.infinispan.tree.impl - package org.infinispan.tree.impl
 
org.infinispan.tree.logging - package org.infinispan.tree.logging
 
org.infinispan.upgrade - package org.infinispan.upgrade
 
org.infinispan.util - package org.infinispan.util
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers.
org.infinispan.util.concurrent - package org.infinispan.util.concurrent
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers.
org.infinispan.util.concurrent.locks - package org.infinispan.util.concurrent.locks
Lock and synchronization related classes, tools and utilities.
org.infinispan.util.concurrent.locks.impl - package org.infinispan.util.concurrent.locks.impl
 
org.infinispan.util.logging - package org.infinispan.util.logging
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
org.infinispan.util.logging.events - package org.infinispan.util.logging.events
 
org.infinispan.util.logging.events.impl - package org.infinispan.util.logging.events.impl
 
org.infinispan.util.stream - package org.infinispan.util.stream
 
org.infinispan.xsite - package org.infinispan.xsite
 
org.infinispan.xsite.statetransfer - package org.infinispan.xsite.statetransfer
 
org.infinispan.xsite.status - package org.infinispan.xsite.status
 
orphanTransactionRolledBack(GlobalTransaction) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
orphanTransactionRolledBack(GlobalTransaction) - Method in class org.infinispan.lucene.logging.Log_$logger
 
orphanTransactionRolledBack(GlobalTransaction) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
orphanTransactionRolledBack(GlobalTransaction) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
orphanTransactionRolledBack(GlobalTransaction) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
orphanTransactionRolledBack(GlobalTransaction) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
orphanTransactionRolledBack(GlobalTransaction) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
orphanTransactionRolledBack(GlobalTransaction) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
orphanTransactionRolledBack(GlobalTransaction) - Method in class org.infinispan.stats.logging.Log_$logger
 
orphanTransactionRolledBack(GlobalTransaction) - Method in class org.infinispan.tree.logging.Log_$logger
 
orphanTransactionRolledBack(GlobalTransaction) - Method in interface org.infinispan.util.logging.Log
 
orphanTransactionRolledBack(GlobalTransaction) - Method in class org.infinispan.util.logging.Log_$logger
 
orphanTransactionRolledBack$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
orphanTransactionRolledBack$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
orphanTransactionRolledBack$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
orphanTransactionRolledBack$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
orphanTransactionRolledBack$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
orphanTransactionRolledBack$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
orphanTransactionRolledBack$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
orphanTransactionRolledBack$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
orphanTransactionRolledBack$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
orphanTransactionRolledBack$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
orphanTransactionRolledBack$str() - Method in class org.infinispan.util.logging.Log_$logger
 
OsgiClassLoader - Class in org.infinispan.commons.util
 
OutboundTransferTask - Class in org.infinispan.statetransfer
Outbound state transfer task.
OutboundTransferTask(Address, Set<Integer>, int, int, ConsistentHash, StateProviderImpl, DataContainer, PersistenceManager, RpcManager, CommandsFactory, InternalEntryFactory, long, String) - Constructor for class org.infinispan.statetransfer.OutboundTransferTask
 
outcomeOnUnexistingTransaction(String, String) - Method in interface org.infinispan.stats.logging.Log
 
outcomeOnUnexistingTransaction(String, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
outcomeOnUnexistingTransaction$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
outdatedTopology(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
outdatedTopology(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
outdatedTopology(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
outdatedTopology(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
outdatedTopology(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
outdatedTopology(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
outdatedTopology(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
outdatedTopology(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
outdatedTopology(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
outdatedTopology(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
outdatedTopology(Throwable) - Method in interface org.infinispan.util.logging.Log
 
outdatedTopology(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
outdatedTopology$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
outdatedTopology$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
outdatedTopology$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
outdatedTopology$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
outdatedTopology$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
outdatedTopology$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
outdatedTopology$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
outdatedTopology$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
outdatedTopology$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
outdatedTopology$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
outdatedTopology$str() - Method in class org.infinispan.util.logging.Log_$logger
 
OutdatedTopologyException - Exception in org.infinispan.statetransfer
An exception signalling that a command should be retried because it was executed with an outdated topology.
OutdatedTopologyException(String) - Constructor for exception org.infinispan.statetransfer.OutdatedTopologyException
 
OutdatedTopologyException(String, Throwable) - Constructor for exception org.infinispan.statetransfer.OutdatedTopologyException
 
OutputStream(OutputStream) - Constructor for class org.infinispan.commons.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
OutputStream(OutputStream, int) - Constructor for class org.infinispan.commons.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
override(Properties) - Method in class org.infinispan.spring.ConfigurationPropertiesOverrides
 
overrideSegmentReadLocker(SegmentReadLocker) - Method in interface org.infinispan.lucene.directory.BuildContext
Overrides the default SegmentReadLocker.
overrideSegmentReadLocker(SegmentReadLocker) - Method in class org.infinispan.lucene.impl.DirectoryBuilderImpl
 
overrideWriteLocker(LockFactory) - Method in interface org.infinispan.lucene.directory.BuildContext
Overrides the IndexWriter LockFactory
overrideWriteLocker(LockFactory) - Method in class org.infinispan.lucene.impl.DirectoryBuilderImpl
 
OWNED_SEGMENTS_ALLOWED_VARIATION - Static variable in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
 
OWNED_SEGMENTS_ALLOWED_VARIATION - Static variable in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory
 
OwnershipStatistics - Class in org.infinispan.distribution.ch.impl
This class holds statistics about a consistent hash.
OwnershipStatistics(List<Address>) - Constructor for class org.infinispan.distribution.ch.impl.OwnershipStatistics
 
OwnershipStatistics(ConsistentHash, List<Address>) - Constructor for class org.infinispan.distribution.ch.impl.OwnershipStatistics
 
OwnershipStatistics(OwnershipStatistics) - Constructor for class org.infinispan.distribution.ch.impl.OwnershipStatistics
 
ownsData() - Method in interface org.infinispan.statetransfer.StateConsumer
 
ownsData() - Method in class org.infinispan.statetransfer.StateConsumerImpl
 
ownsData() - Method in interface org.infinispan.statetransfer.StateTransferManager
 
ownsData() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
 
ownsLock(Object, Object) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticLockManager
 
ownsLock(Object, Object) - Method in class org.infinispan.stats.wrappers.TopKeyLockManager
 
ownsLock(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
ownsLock(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
ownsLock(Object, Object) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
ownsLock(Object, Object) - Method in interface org.infinispan.util.concurrent.locks.LockManager
Tests if the lockOwner owns a lock on the key.

P

padString(String, int) - Static method in class org.infinispan.commons.util.Util
 
parallel - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
parallel() - Method in class org.infinispan.stream.impl.AbstractCacheStream
 
parallel() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
parallel - Variable in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
parallel() - Method in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
parallelDistribution() - Method in interface org.infinispan.CacheStream
This would enable sending requests to all other remote nodes when a terminal operator is performed.
parallelDistribution - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
parallelDistribution() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
parallelDistribution() - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
parallelDistribution() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
ParallelHotRodOperation<T,SUBOP extends HotRodOperation> - Class in org.infinispan.client.hotrod.impl.operations
An HotRod operation that span across multiple remote nodes concurrently (like getAll / putAll).
ParallelHotRodOperation(Codec, TransportFactory, byte[], AtomicInteger, int, ExecutorService) - Constructor for class org.infinispan.client.hotrod.impl.operations.ParallelHotRodOperation
 
ParallelIterableMap<K,V> - Interface in org.infinispan.commons.util.concurrent
Map implementing this interface provide a mechanism for parallel key/value iteration.
ParallelOperationException - Exception in org.infinispan.client.hotrod.exceptions
 
ParallelOperationException(String) - Constructor for exception org.infinispan.client.hotrod.exceptions.ParallelOperationException
 
ParallelOperationException(Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.ParallelOperationException
 
ParallelOperationException(String, Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.ParallelOperationException
 
parallelStream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
 
parallelStream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySet
 
parallelStream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
 
parallelStream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
 
parallelStream() - Method in interface org.infinispan.CacheCollection
 
parallelStream() - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingEntrySet
Deprecated.
 
parallelStream() - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingKeySet
Deprecated.
 
parallelStream() - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.TxBackingEntrySet
Deprecated.
 
parallelStream() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheCollection
 
parallelStream() - Method in class org.infinispan.stream.impl.interceptor.AbstractDelegatingEntryCacheSet
 
parallelStream() - Method in class org.infinispan.stream.impl.interceptor.AbstractDelegatingKeyCacheSet
 
parallelStream() - Method in class org.infinispan.stream.impl.local.ValueCacheCollection
 
parallelStream() - Method in class org.infinispan.util.AbstractDelegatingCollection
 
Param<P> - Interface in org.infinispan.commons.api.functional
An easily extensible parameter that allows functional map operations to be tweaked.
param(String) - Static method in interface org.infinispan.query.dsl.Expression
 
Param.FutureMode - Enum in org.infinispan.commons.api.functional
When a method defines CompletableFuture as a return type, it implies the method called will be called asynchronously and that the CompletableFuture returned will be completed once the method's work is complete.
Param.PersistenceMode - Enum in org.infinispan.commons.api.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.
Parameter - Class in org.infinispan.cli.commands
 
Parameter(String, int) - Constructor for class org.infinispan.cli.commands.Parameter
 
Parameter - Annotation Type in org.infinispan.jmx.annotations
 
ParameterExpression - Class in org.infinispan.query.dsl.impl
 
ParameterExpression(String) - Constructor for class org.infinispan.query.dsl.impl.ParameterExpression
 
ParameterizedTypeImpl - Class in org.infinispan.cdi.util
 
ParameterizedTypeImpl(Type, Type[], Type) - Constructor for class org.infinispan.cdi.util.ParameterizedTypeImpl
 
ParameterMetaData - Class in org.infinispan.jcache.annotation
Contains the metadata for a parameter of a method annotated with A JCACHE annotation.
ParameterMetaData(Class<?>, int, Set<Annotation>) - Constructor for class org.infinispan.jcache.annotation.ParameterMetaData
 
parameterMustNotBeNull(String) - Method in interface org.infinispan.cdi.util.logging.Log
 
parameterMustNotBeNull(String) - Method in class org.infinispan.cdi.util.logging.Log_$logger
 
parameterMustNotBeNull(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
parameterMustNotBeNull(String) - Method in interface org.infinispan.jcache.logging.Log
 
parameterMustNotBeNull(String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
parameterMustNotBeNull(String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
parameterMustNotBeNull$str() - Method in class org.infinispan.cdi.util.logging.Log_$logger
 
parameterMustNotBeNull$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
parameterMustNotBeNull$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
parameterMustNotBeNull$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
parameterMustNotContainNullElements(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
parameterMustNotContainNullElements(String) - Method in interface org.infinispan.jcache.logging.Log
 
parameterMustNotContainNullElements(String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
parameterMustNotContainNullElements(String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
parameterMustNotContainNullElements$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
parameterMustNotContainNullElements$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
parameterMustNotContainNullElements$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
parameterMustNotContainNullKeys(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
parameterMustNotContainNullKeys(String) - Method in interface org.infinispan.jcache.logging.Log
 
parameterMustNotContainNullKeys(String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
parameterMustNotContainNullKeys(String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
parameterMustNotContainNullKeys$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
parameterMustNotContainNullKeys$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
parameterMustNotContainNullKeys$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
parameterMustNotContainNullValues(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
parameterMustNotContainNullValues(String) - Method in interface org.infinispan.jcache.logging.Log
 
parameterMustNotContainNullValues(String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
parameterMustNotContainNullValues(String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
parameterMustNotContainNullValues$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
parameterMustNotContainNullValues$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
parameterMustNotContainNullValues$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
parameterNameCannotBeNulOrEmpty() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
parameterNameCannotBeNulOrEmpty() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
parameterNameCannotBeNulOrEmpty$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
parameterNotFound(String) - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
parameterNotFound(String) - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
parameterNotFound$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
parameters(Map<String, ?>) - Method in class org.infinispan.tasks.TaskContext
A map of named parameters that will be passed to the task.
parametersNotFound(String) - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
parametersNotFound(String) - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
parametersNotFound$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
ParameterValueRedefiner - Interface in org.infinispan.cdi.util
Provides the ability to redefine the value of a parameter on an InjectableMethod via the ParameterValueRedefiner.redefineParameterValue(ParameterValue) callback.
ParameterValueRedefiner.ParameterValue - Class in org.infinispan.cdi.util
Provides the default parameter's value, along with metadata about the parameter to a parameter redefinition.
ParamIds - Class in org.infinispan.commons.api.functional
Parameter identifiers.
ParamKeyValueFilterConverterFactory<K,V,C> - Interface in org.infinispan.filter
Factory for KeyValueFilterConverter instances supporting parameters.
Params - Class in org.infinispan.functional.impl
Internal class that encapsulates collection of parameters used to tweak functional map operations.
ParamsCommand - Interface in org.infinispan.commands.functional
A command that carries parameters.
parse(InputStream) - Method in class org.infinispan.configuration.parsing.ParserRegistry
 
parse(InputStream, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.ParserRegistry
 
parse(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.ParserRegistry
 
parseBytes(String) - Static method in enum org.infinispan.commons.util.MemoryUnit
 
parseCacheElement(XMLExtendedStreamReader, Element, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.Parser72
 
parseCacheElement(XMLExtendedStreamReader, Element, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.Parser80
 
ParsedCacheMode - Enum in org.infinispan.configuration.parsing
 
parseElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in interface org.infinispan.configuration.parsing.NamespaceMappingParser
Recursively parses the current element of an XML stream using an appropriate ConfigurationParser depending on the element's namespace.
parseElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.ParserRegistry
 
parseErrorServerAddress(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
parseErrorServerAddress(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
parseErrorServerAddress$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
parseEviction(XMLExtendedStreamReader, ConfigurationBuilder) - Method in class org.infinispan.configuration.parsing.Parser72
 
parseEviction(XMLExtendedStreamReader, ConfigurationBuilder) - Method in class org.infinispan.configuration.parsing.Parser80
 
ParseException - Exception in org.infinispan.cli.interpreter
 
ParseException(List<String>) - Constructor for exception org.infinispan.cli.interpreter.ParseException
 
parseFile(String) - Method in class org.infinispan.configuration.parsing.ParserRegistry
 
parseFileStore(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.Parser72
 
parseFileStore(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.Parser80
 
parseInnerBeanDefinition(Element, ParserContext) - Static method in class org.infinispan.spring.config.InfinispanNamespaceUtils
 
parseInternal(Element, ParserContext) - Method in class org.infinispan.spring.config.InfinispanContainerCacheManagerBeanDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.infinispan.spring.config.InfinispanEmbeddedCacheManagerBeanDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.infinispan.spring.config.InfinispanRemoteCacheManagerBeanDefinitionParser
 
parseLocking(XMLExtendedStreamReader, ConfigurationBuilder) - Method in class org.infinispan.configuration.parsing.Parser72
 
parseLocking(XMLExtendedStreamReader, ConfigurationBuilder) - Method in class org.infinispan.configuration.parsing.Parser80
 
parseProperties(XMLExtendedStreamReader) - Static method in class org.infinispan.configuration.parsing.Parser
 
parseProperties(XMLExtendedStreamReader) - Static method in class org.infinispan.configuration.parsing.Parser72
 
parseProperties(XMLExtendedStreamReader) - Static method in class org.infinispan.configuration.parsing.Parser80
parseProperty(XMLExtendedStreamReader, Properties) - Static method in class org.infinispan.configuration.parsing.Parser
 
Parser - Class in org.infinispan.configuration.parsing
Provides common utility methods so that dependent parsers can use them
Parser() - Constructor for class org.infinispan.configuration.parsing.Parser
 
Parser72 - Class in org.infinispan.configuration.parsing
This class implements the parser for Infinispan/AS7/EAP/JDG schema files
Parser72() - Constructor for class org.infinispan.configuration.parsing.Parser72
 
Parser72.Mode - Enum in org.infinispan.configuration.parsing
 
Parser72.TransactionMode - Enum in org.infinispan.configuration.parsing
 
Parser80 - Class in org.infinispan.configuration.parsing
This class implements the parser for Infinispan/AS7/EAP/JDG schema files
Parser80() - Constructor for class org.infinispan.configuration.parsing.Parser80
 
Parser80.Mode - Enum in org.infinispan.configuration.parsing
 
Parser80.TransactionMode - Enum in org.infinispan.configuration.parsing
 
ParserContext - Interface in org.infinispan.configuration.parsing
ParserContext.
ParserContextListener - Interface in org.infinispan.configuration.parsing
ParserContextListener.
parserDoesNotDeclareNamespaces(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
parserDoesNotDeclareNamespaces(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
parserDoesNotDeclareNamespaces(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
parserDoesNotDeclareNamespaces(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
parserDoesNotDeclareNamespaces(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
parserDoesNotDeclareNamespaces(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
parserDoesNotDeclareNamespaces(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
parserDoesNotDeclareNamespaces(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
parserDoesNotDeclareNamespaces(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
parserDoesNotDeclareNamespaces(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
parserDoesNotDeclareNamespaces(String) - Method in interface org.infinispan.util.logging.Log
 
parserDoesNotDeclareNamespaces(String) - Method in class org.infinispan.util.logging.Log_$logger
 
parserDoesNotDeclareNamespaces$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
parserDoesNotDeclareNamespaces$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
parserDoesNotDeclareNamespaces$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
parserDoesNotDeclareNamespaces$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
parserDoesNotDeclareNamespaces$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
parserDoesNotDeclareNamespaces$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
parserDoesNotDeclareNamespaces$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
parserDoesNotDeclareNamespaces$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
parserDoesNotDeclareNamespaces$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
parserDoesNotDeclareNamespaces$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
parserDoesNotDeclareNamespaces$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ParserRegistry - Class in org.infinispan.configuration.parsing
ParserRegistry is a namespace-mapping-aware meta-parser which provides a way to delegate the parsing of multi-namespace XML files to appropriate parsers, defined by the ConfigurationParser interface.
ParserRegistry() - Constructor for class org.infinispan.configuration.parsing.ParserRegistry
 
ParserRegistry(ClassLoader) - Constructor for class org.infinispan.configuration.parsing.ParserRegistry
 
ParserRegistry(ClassLoader, boolean) - Constructor for class org.infinispan.configuration.parsing.ParserRegistry
 
parserRootElementAlreadyRegistered(QName) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
parserRootElementAlreadyRegistered(QName) - Method in class org.infinispan.lucene.logging.Log_$logger
 
parserRootElementAlreadyRegistered(QName) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
parserRootElementAlreadyRegistered(QName) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
parserRootElementAlreadyRegistered(QName) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
parserRootElementAlreadyRegistered(QName) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
parserRootElementAlreadyRegistered(QName) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
parserRootElementAlreadyRegistered(QName) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
parserRootElementAlreadyRegistered(QName) - Method in class org.infinispan.stats.logging.Log_$logger
 
parserRootElementAlreadyRegistered(QName) - Method in class org.infinispan.tree.logging.Log_$logger
 
parserRootElementAlreadyRegistered(QName) - Method in interface org.infinispan.util.logging.Log
 
parserRootElementAlreadyRegistered(QName) - Method in class org.infinispan.util.logging.Log_$logger
 
parserRootElementAlreadyRegistered$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
parserRootElementAlreadyRegistered$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
parserRootElementAlreadyRegistered$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
parserRootElementAlreadyRegistered$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
parserRootElementAlreadyRegistered$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
parserRootElementAlreadyRegistered$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
parserRootElementAlreadyRegistered$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
parserRootElementAlreadyRegistered$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
parserRootElementAlreadyRegistered$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
parserRootElementAlreadyRegistered$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
parserRootElementAlreadyRegistered$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ParserSupport - Class in org.infinispan.cli.interpreter.utils
 
ParserSupport() - Constructor for class org.infinispan.cli.interpreter.utils.ParserSupport
 
parseStoreAttribute(XMLExtendedStreamReader, int, AbstractStoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.Parser
 
parseStoreAttribute(XMLExtendedStreamReader, int, AbstractStoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.Parser72
This method is public static so that it can be reused by custom cache store/loader configuration parsers
parseStoreAttribute(XMLExtendedStreamReader, int, AbstractStoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.Parser80
parseStoreElement(XMLExtendedStreamReader, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.Parser
 
parseStoreElement(XMLExtendedStreamReader, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.Parser72
 
parseStoreElement(XMLExtendedStreamReader, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.Parser80
parseStoreProperty(XMLExtendedStreamReader, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.Parser
 
parseStoreProperty(XMLExtendedStreamReader, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.Parser72
 
parseStoreProperty(XMLExtendedStreamReader, StoreConfigurationBuilder<?, ?>) - Static method in class org.infinispan.configuration.parsing.Parser80
parseStoreWriteBehind(XMLExtendedStreamReader, AsyncStoreConfigurationBuilder<?>) - Static method in class org.infinispan.configuration.parsing.Parser
 
parseStoreWriteBehind(XMLExtendedStreamReader, AsyncStoreConfigurationBuilder<?>) - Static method in class org.infinispan.configuration.parsing.Parser72
 
parseStoreWriteBehind(XMLExtendedStreamReader, AsyncStoreConfigurationBuilder<?>) - Static method in class org.infinispan.configuration.parsing.Parser80
parseTransaction(XMLExtendedStreamReader, ConfigurationBuilder, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.Parser72
 
parseTransaction(XMLExtendedStreamReader, ConfigurationBuilder, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.Parser80
 
ParseUtils - Class in org.infinispan.configuration.parsing
 
parsingComplete(ParserContext) - Method in interface org.infinispan.configuration.parsing.ParserContextListener
 
partition - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
PartitionAwareClusterStreamManager<K> - Class in org.infinispan.stream.impl
Cluster stream manager that also pays attention to partition status and properly closes iterators and throws exceptions when the availability mode changes.
PartitionAwareClusterStreamManager() - Constructor for class org.infinispan.stream.impl.PartitionAwareClusterStreamManager
 
PartitionAwareClusterStreamManager.PartitionListener - Class in org.infinispan.stream.impl
 
partitionDegraded() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
partitionDegraded() - Method in class org.infinispan.lucene.logging.Log_$logger
 
partitionDegraded() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
partitionDegraded() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
partitionDegraded() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
partitionDegraded() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
partitionDegraded() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
partitionDegraded() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
partitionDegraded() - Method in class org.infinispan.stats.logging.Log_$logger
 
partitionDegraded() - Method in class org.infinispan.tree.logging.Log_$logger
 
partitionDegraded() - Method in interface org.infinispan.util.logging.Log
 
partitionDegraded() - Method in class org.infinispan.util.logging.Log_$logger
 
partitionDegraded$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
partitionDegraded$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
partitionDegraded$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
partitionDegraded$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
partitionDegraded$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
partitionDegraded$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
partitionDegraded$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
partitionDegraded$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
partitionDegraded$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
partitionDegraded$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
partitionDegraded$str() - Method in class org.infinispan.util.logging.Log_$logger
 
PartitionerConsistentHash - Class in org.infinispan.distribution.group
ConsistentHash wrapper that uses a KeyPartitioner instead of a Hash.
PartitionerConsistentHash(ConsistentHash, KeyPartitioner) - Constructor for class org.infinispan.distribution.group.PartitionerConsistentHash
 
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.
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
 
PartitionHandlingInterceptor - Class in org.infinispan.partitionhandling.impl
 
PartitionHandlingInterceptor() - Constructor for class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
PartitionHandlingManager - Interface in org.infinispan.partitionhandling.impl
 
partitionHandlingManager - Variable in class org.infinispan.transaction.impl.AbstractEnlistmentAdapter
 
partitionHandlingManager - Variable in class org.infinispan.transaction.impl.TransactionTable
 
PartitionHandlingManagerFactory - Class in org.infinispan.factories
 
PartitionHandlingManagerFactory() - Constructor for class org.infinispan.factories.PartitionHandlingManagerFactory
 
PartitionHandlingManagerImpl - Class in org.infinispan.partitionhandling.impl
 
PartitionHandlingManagerImpl() - Constructor for class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
partitionListener - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever
 
PartitionListener() - Constructor for class org.infinispan.iteration.impl.LocalEntryRetriever.PartitionListener
 
PartitionListener() - Constructor for class org.infinispan.stream.impl.PartitionAwareClusterStreamManager.PartitionListener
 
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 the PartitionHandlingManager 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.
passivate(InternalCacheEntry) - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
 
passivate(InternalCacheEntry) - Method in class org.infinispan.eviction.impl.PassivationManagerStub
 
passivate(InternalCacheEntry) - Method in interface org.infinispan.eviction.PassivationManager
 
passivateAll() - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
 
passivateAll() - Method in class org.infinispan.eviction.impl.PassivationManagerStub
 
passivateAll() - Method in interface org.infinispan.eviction.PassivationManager
 
passivatedEntries(int, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
passivatedEntries(int, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
passivatedEntries(int, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
passivatedEntries(int, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
passivatedEntries(int, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
passivatedEntries(int, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
passivatedEntries(int, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
passivatedEntries(int, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
passivatedEntries(int, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
passivatedEntries(int, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
passivatedEntries(int, String) - Method in interface org.infinispan.util.logging.Log
 
passivatedEntries(int, String) - Method in class org.infinispan.util.logging.Log_$logger
 
passivatedEntries$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
passivatedEntries$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
passivatedEntries$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
passivatedEntries$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
passivatedEntries$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
passivatedEntries$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
passivatedEntries$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
passivatedEntries$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
passivatedEntries$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
passivatedEntries$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
passivatedEntries$str() - Method in class org.infinispan.util.logging.Log_$logger
 
passivateObject(SocketAddress, TcpTransport) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory
 
passivatingAllEntries() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
passivatingAllEntries() - Method in class org.infinispan.lucene.logging.Log_$logger
 
passivatingAllEntries() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
passivatingAllEntries() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
passivatingAllEntries() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
passivatingAllEntries() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
passivatingAllEntries() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
passivatingAllEntries() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
passivatingAllEntries() - Method in class org.infinispan.stats.logging.Log_$logger
 
passivatingAllEntries() - Method in class org.infinispan.tree.logging.Log_$logger
 
passivatingAllEntries() - Method in interface org.infinispan.util.logging.Log
 
passivatingAllEntries() - Method in class org.infinispan.util.logging.Log_$logger
 
passivatingAllEntries$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
passivatingAllEntries$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
passivatingAllEntries$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
passivatingAllEntries$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
passivatingAllEntries$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
passivatingAllEntries$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
passivatingAllEntries$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
passivatingAllEntries$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
passivatingAllEntries$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
passivatingAllEntries$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
passivatingAllEntries$str() - Method in class org.infinispan.util.logging.Log_$logger
 
PASSIVATION - Static variable in class org.infinispan.configuration.cache.PersistenceConfiguration
 
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
 
passivationCapable(boolean) - Method in class org.infinispan.cdi.util.BeanBuilder
Define that the created bean will (or will not) be passivation capable.
PassivationListener() - Constructor for class org.infinispan.iteration.impl.LocalEntryRetriever.PassivationListener
 
PassivationManager - Interface in org.infinispan.eviction
A passivation manager
PassivationManagerImpl - Class in org.infinispan.eviction.impl
 
PassivationManagerImpl() - Constructor for class org.infinispan.eviction.impl.PassivationManagerImpl
 
PassivationManagerStub - Class in org.infinispan.eviction.impl
 
PassivationManagerStub() - Constructor for class org.infinispan.eviction.impl.PassivationManagerStub
 
passivationWithoutEviction() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
passivationWithoutEviction() - Method in class org.infinispan.lucene.logging.Log_$logger
 
passivationWithoutEviction() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
passivationWithoutEviction() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
passivationWithoutEviction() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
passivationWithoutEviction() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
passivationWithoutEviction() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
passivationWithoutEviction() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
passivationWithoutEviction() - Method in class org.infinispan.stats.logging.Log_$logger
 
passivationWithoutEviction() - Method in class org.infinispan.tree.logging.Log_$logger
 
passivationWithoutEviction() - Method in interface org.infinispan.util.logging.Log
 
passivationWithoutEviction() - Method in class org.infinispan.util.logging.Log_$logger
 
passivationWithoutEviction$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
passivationWithoutEviction$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
passivationWithoutEviction$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
passivationWithoutEviction$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
passivationWithoutEviction$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
passivationWithoutEviction$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
passivationWithoutEviction$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
passivationWithoutEviction$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
passivationWithoutEviction$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
passivationWithoutEviction$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
passivationWithoutEviction$str() - Method in class org.infinispan.util.logging.Log_$logger
 
password - Variable in class org.infinispan.cli.connection.jmx.AbstractJMXUrl
 
password() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
 
password(String) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
 
password() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
 
password(String) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
 
PATH - Static variable in class org.infinispan.commons.util.ClassFinder
 
PathExpression - Class in org.infinispan.query.dsl.impl
Represents the path of a field, including the aggregation function if any.
PathExpression(PathExpression.AggregationType, String) - Constructor for class org.infinispan.query.dsl.impl.PathExpression
 
PathExpression.AggregationType - Enum in org.infinispan.query.dsl.impl
 
pause() - Method in class org.infinispan.persistence.sifs.LogAppender
 
peek(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
 
peek(Object) - Method in interface org.infinispan.commons.util.PeekableMap
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(Object) - Method in class org.infinispan.container.DefaultDataContainer
 
peek() - Method in class org.infinispan.persistence.sifs.IndexQueue
 
peek(Consumer<? super R>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
peek(Consumer<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
peek(DoubleConsumer) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
peek(IntConsumer) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
peek(LongConsumer) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
peek(Consumer<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
peek(DoubleConsumer) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
peek(IntConsumer) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
peek(LongConsumer) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
PeekableMap<K,V> - Interface in org.infinispan.commons.util
 
PeekDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
Performs peek operation on a DoubleStream
PeekDoubleOperation(DoubleConsumer) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.PeekDoubleOperation
 
peekElements() - Method in class org.infinispan.tree.Fqn
Peeks into the elements that build up this Fqn.
PeekIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
Performs peek operation on a IntStream
PeekIntOperation(IntConsumer) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.PeekIntOperation
 
PeekLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
Performs peek operation on a LongStream
PeekLongOperation(LongConsumer) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.PeekLongOperation
 
PeekOperation<S> - Class in org.infinispan.stream.impl.intops.object
Performs peek operation on a regular Stream
PeekOperation(Consumer<? super S>) - Constructor for class org.infinispan.stream.impl.intops.object.PeekOperation
 
PendingLockListener - Interface in org.infinispan.util.concurrent.locks
A listener that is invoked when PendingLockPromise is ready.
PendingLockManager - Interface in org.infinispan.util.concurrent.locks
A manager that checks and waits for older topology transaction with conflicting keys.
PendingLockPromise - Interface in org.infinispan.util.concurrent.locks
A promise returned by PendingLockManager.
PendingTxAction - Class in org.infinispan.remoting.inboundhandler.action
An Action implementation that check for older topology transactions.
PendingTxAction(PendingLockManager, ClusteringDependentLogic) - Constructor for class org.infinispan.remoting.inboundhandler.action.PendingTxAction
 
PER_CACHE_COMPONENT_NAMES - Static variable in class org.infinispan.factories.KnownComponentNames
 
PerCacheInboundInvocationHandler - Interface in org.infinispan.remoting.inboundhandler
Interface to invoke when a CacheRpcCommand is received from other node in the local site.
PercentileStatistic - Enum in org.infinispan.stats.percentiles
Percentile statistic for the transaction execution time.
perform(InvocationContext) - Method in class org.infinispan.commands.CancelCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.control.LockControlCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.CreateCacheCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
 
perform(CacheEntry<K, V>) - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.read.DistributedExecuteCommand
Performs invocation of Callable and returns result
perform(InvocationContext) - Method in class org.infinispan.commands.read.EntrySetCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.read.GetAllCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.read.GetCacheEntryCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.read.GetKeyValueCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.read.KeySetCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.read.MapCombineCommand
Performs invocation of mapping phase and local combine phase on assigned Infinispan node
perform(InvocationContext) - Method in class org.infinispan.commands.read.ReduceCommand
Performs invocation of reduce phase on assigned Infinispan node
perform(InvocationContext) - Method in class org.infinispan.commands.read.SizeCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.remote.ClusteredGetCommand
Invokes a logical "get(key)" on a remote cache and returns results.
perform(InvocationContext) - Method in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.remote.MultipleRpcCommand
Executes commands replicated to the current cache instance by other cache instances.
perform(InvocationContext) - Method in class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTransactionsCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTxInfoCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.remote.SingleRpcCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.RemoveCacheCommand
 
perform(InvocationContext) - Method in interface org.infinispan.commands.ReplicableCommand
Performs the primary function of the command.
perform(InvocationContext) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.tx.PrepareCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.tx.RollbackCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.write.ApplyDeltaCommand
Performs an application of delta on a specified entry
perform(InvocationContext) - Method in class org.infinispan.commands.write.ClearCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.write.EvictCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.write.InvalidateCommand
Performs an invalidation on a specified entry
perform(InvocationContext) - Method in class org.infinispan.commands.write.InvalidateL1Command
 
perform(InvocationContext) - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.write.PutMapCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.write.RemoveCommand
 
perform(InvocationContext) - Method in class org.infinispan.commands.write.RemoveExpiredCommand
Performs an expiration on a specified entry
perform(InvocationContext) - Method in class org.infinispan.commands.write.ReplaceCommand
 
perform(InvocationContext) - Method in class org.infinispan.iteration.impl.EntryRequestCommand
 
perform(InvocationContext) - Method in class org.infinispan.iteration.impl.EntryResponseCommand
 
perform(InvocationContext) - Method in class org.infinispan.manager.impl.ReplicableCommandManagerFunction
 
perform(InvocationContext) - Method in class org.infinispan.manager.impl.ReplicableCommandRunnable
 
perform(InvocationContext) - Method in class org.infinispan.statetransfer.StateRequestCommand
 
perform(InvocationContext) - Method in class org.infinispan.statetransfer.StateResponseCommand
 
perform(InputStream) - Method in interface org.infinispan.stream.impl.intops.IntermediateOperation
Performs the actualy intermediate operation returning the resulting stream
perform(Stream<S>) - Method in class org.infinispan.stream.impl.intops.object.DistinctOperation
 
perform(Stream<S>) - Method in class org.infinispan.stream.impl.intops.object.FilterOperation
 
perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapOperation
 
perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapToDoubleOperation
 
perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapToIntOperation
 
perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.FlatMapToLongOperation
 
perform(Stream<S>) - Method in class org.infinispan.stream.impl.intops.object.LimitOperation
 
perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.MapOperation
 
perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.MapToDoubleOperation
 
perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.MapToIntOperation
 
perform(Stream<I>) - Method in class org.infinispan.stream.impl.intops.object.MapToLongOperation
 
perform(Stream<S>) - Method in class org.infinispan.stream.impl.intops.object.PeekOperation
 
perform(Stream<S>) - Method in class org.infinispan.stream.impl.intops.object.SkipOperation
 
perform(Stream<S>) - Method in class org.infinispan.stream.impl.intops.object.SortedComparatorOperation
 
perform(Stream<S>) - Method in class org.infinispan.stream.impl.intops.object.SortedOperation
 
perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.BoxedDoubleOperation
 
perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.DistinctDoubleOperation
 
perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.FilterDoubleOperation
 
perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.FlatMapDoubleOperation
 
perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.LimitDoubleOperation
 
perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.MapDoubleOperation
 
perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.MapToIntDoubleOperation
 
perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.MapToLongDoubleOperation
 
perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.MapToObjDoubleOperation
 
perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.PeekDoubleOperation
 
perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.SkipDoubleOperation
 
perform(DoubleStream) - Method in class org.infinispan.stream.impl.intops.primitive.d.SortedDoubleOperation
 
perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.AsDoubleIntOperation
 
perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.AsLongIntOperation
 
perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.BoxedIntOperation
 
perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.DistinctIntOperation
 
perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.FilterIntOperation
 
perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.FlatMapIntOperation
 
perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.LimitIntOperation
 
perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.MapIntOperation
 
perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.MapToDoubleIntOperation
 
perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.MapToLongIntOperation
 
perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.MapToObjIntOperation
 
perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.PeekIntOperation
 
perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.SkipIntOperation
 
perform(IntStream) - Method in class org.infinispan.stream.impl.intops.primitive.i.SortedIntOperation
 
perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.AsDoubleLongOperation
 
perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.BoxedLongOperation
 
perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.DistinctLongOperation
 
perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.FilterLongOperation
 
perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.FlatMapLongOperation
 
perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.LimitLongOperation
 
perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.MapLongOperation
 
perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.MapToDoubleLongOperation
 
perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.MapToIntLongOperation
 
perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.MapToObjLongOperation
 
perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.PeekLongOperation
 
perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.SkipLongOperation
 
perform(LongStream) - Method in class org.infinispan.stream.impl.intops.primitive.l.SortedLongOperation
 
perform(BaseStream) - Method in class org.infinispan.stream.impl.intops.UnorderedOperation
 
perform(InvocationContext) - Method in class org.infinispan.stream.impl.StreamRequestCommand
 
perform(InvocationContext) - Method in class org.infinispan.stream.impl.StreamResponseCommand
 
perform(InvocationContext) - Method in class org.infinispan.stream.impl.StreamSegmentResponseCommand
 
perform(InvocationContext) - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
perform(InvocationContext) - Method in class org.infinispan.xsite.SingleXSiteRpcCommand
 
perform(InvocationContext) - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
 
perform(InvocationContext) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
perform(InvocationContext) - Method in class org.infinispan.xsite.XSiteAdminCommand
 
performCheckOnKey(Object) - Method in interface org.infinispan.transaction.impl.WriteSkewHelper.KeySpecificLogic
 
performCommandWithL1WriteIfAble(InvocationContext, DataCommand, boolean, boolean, boolean) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
performInLocalSite(BackupReceiver) - Method in class org.infinispan.xsite.SingleXSiteRpcCommand
 
performInLocalSite(BackupReceiver) - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
 
performInLocalSite(BackupReceiver) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
performInLocalSite(BackupReceiver) - Method in class org.infinispan.xsite.XSiteReplicateCommand
 
performL1Lookup(InvocationContext, boolean, Object, DataCommand, boolean) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
performLocalWriteSkewCheck(DataContainer, boolean) - Method in class org.infinispan.container.entries.RepeatableReadEntry
 
performOperation(KeyTrackingTerminalOperation.IntermediateCollector<Collection<R>>) - Method in interface org.infinispan.stream.impl.KeyTrackingTerminalOperation
Invoked when a key aware operation is desired without rehash being enabled.
performOperation() - Method in interface org.infinispan.stream.impl.TerminalOperation
Actually runs the terminal operation returning the result from the operation
performOperation(KeyTrackingTerminalOperation.IntermediateCollector<Collection<V>>) - Method in class org.infinispan.stream.impl.termop.AbstractForEachOperation
 
performOperation(KeyTrackingTerminalOperation.IntermediateCollector<Collection<V>>) - Method in class org.infinispan.stream.impl.termop.object.FlatMapIteratorOperation
 
performOperation(KeyTrackingTerminalOperation.IntermediateCollector<Collection<V>>) - Method in class org.infinispan.stream.impl.termop.object.MapIteratorOperation
 
performOperation(KeyTrackingTerminalOperation.IntermediateCollector<Collection<V>>) - Method in class org.infinispan.stream.impl.termop.object.NoMapIteratorOperation
 
performOperation(KeyTrackingTerminalOperation.IntermediateCollector<Collection<Double>>) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachDoubleOperation
 
performOperation(KeyTrackingTerminalOperation.IntermediateCollector<Collection<Integer>>) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachIntOperation
 
performOperation(KeyTrackingTerminalOperation.IntermediateCollector<Collection<Long>>) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachLongOperation
 
performOperation() - Method in class org.infinispan.stream.impl.termop.SegmentRetryingOperation
 
performOperation() - Method in class org.infinispan.stream.impl.termop.SingleRunOperation
 
performOperationRehashAware(KeyTrackingTerminalOperation.IntermediateCollector<Collection<CacheEntry<K, R2>>>) - Method in interface org.infinispan.stream.impl.KeyTrackingTerminalOperation
Invoked when a key and rehash aware operation is desired.
performOperationRehashAware(KeyTrackingTerminalOperation.IntermediateCollector<Collection<CacheEntry<K, K>>>) - Method in class org.infinispan.stream.impl.termop.AbstractForEachOperation
 
performOperationRehashAware(KeyTrackingTerminalOperation.IntermediateCollector<Collection<CacheEntry<K, Collection<V>>>>) - Method in class org.infinispan.stream.impl.termop.object.FlatMapIteratorOperation
 
performOperationRehashAware(KeyTrackingTerminalOperation.IntermediateCollector<Collection<CacheEntry<K, V2>>>) - Method in class org.infinispan.stream.impl.termop.object.MapIteratorOperation
 
performOperationRehashAware(KeyTrackingTerminalOperation.IntermediateCollector<Collection<CacheEntry<K, V>>>) - Method in class org.infinispan.stream.impl.termop.object.NoMapIteratorOperation
 
performOperationRehashAware(KeyTrackingTerminalOperation.IntermediateCollector<Collection<CacheEntry<K, K>>>) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachDoubleOperation
 
performOperationRehashAware(KeyTrackingTerminalOperation.IntermediateCollector<Collection<CacheEntry<K, K>>>) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachIntOperation
 
performOperationRehashAware(KeyTrackingTerminalOperation.IntermediateCollector<Collection<CacheEntry<K, K>>>) - Method in class org.infinispan.stream.impl.termop.primitive.ForEachLongOperation
 
performRemove(CacheEntry, InvocationContext) - Method in class org.infinispan.commands.write.RemoveCommand
 
performTotalOrderWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand, DataContainer, PersistenceManager, VersionGenerator, TxInvocationContext, WriteSkewHelper.KeySpecificLogic, TimeService) - Static method in class org.infinispan.transaction.impl.WriteSkewHelper
 
performWriteSkewCheck(DataContainer, PersistenceManager, TxInvocationContext, EntryVersion, VersionGenerator, TimeService) - Method in class org.infinispan.container.entries.ClusteredRepeatableReadEntry
 
performWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand, DataContainer, PersistenceManager, VersionGenerator, TxInvocationContext, WriteSkewHelper.KeySpecificLogic, TimeService) - Static method in class org.infinispan.transaction.impl.WriteSkewHelper
 
PerKeyLockContainer - Class in org.infinispan.util.concurrent.locks.impl
A lock container that creates and maintains a new lock per entry.
PerKeyLockContainer(int, Equivalence<Object>) - Constructor for class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
 
permission(String) - 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 a permission 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_EXECUTOR - Static variable in class org.infinispan.factories.KnownComponentNames
 
PERSISTENCE_MODE_ID - Static variable in class org.infinispan.commons.api.functional.ParamIds
 
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
 
PersistenceException - Exception in org.infinispan.persistence.spi
An exception thrown by a CacheLoader or a CacheWriter 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() - Method in class org.infinispan.configuration.global.GlobalConfiguration
Deprecated.
This method always returns null now. Look for a thread pool named as GlobalConfiguration.persistenceThreadPool() instead.
persistenceManager - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
persistenceManager - Variable in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
persistenceManager - Variable in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
persistenceManager - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
 
persistenceManager - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever
 
PersistenceManager - Interface in org.infinispan.persistence.manager
Defines the logic for interacting with the chain of external storage.
PersistenceManager.AccessMode - Enum in org.infinispan.persistence.manager
 
PersistenceManagerCloseableSupplier<K,V> - Class in org.infinispan.persistence.util
A closeable supplier that provides a way to supply cache entries from a given persistence manager.
PersistenceManagerCloseableSupplier(Executor, PersistenceManager, InternalEntryFactory, KeyFilter<K>, long, TimeUnit, int) - Constructor for class org.infinispan.persistence.util.PersistenceManagerCloseableSupplier
 
PersistenceManagerImpl - Class in org.infinispan.persistence.manager
 
PersistenceManagerImpl() - Constructor for class org.infinispan.persistence.manager.PersistenceManagerImpl
 
PersistenceManagerStub - Class in org.infinispan.persistence.manager
 
PersistenceManagerStub() - Constructor for class org.infinispan.persistence.manager.PersistenceManagerStub
 
persistenceThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
 
persistenceThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
persistenceThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
 
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
 
persistenceWithoutCacheLoaderInterceptor() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor() - Method in class org.infinispan.lucene.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
persistenceWithoutCacheLoaderInterceptor() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
persistenceWithoutCacheLoaderInterceptor() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor() - Method in class org.infinispan.stats.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor() - Method in class org.infinispan.tree.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor() - Method in interface org.infinispan.util.logging.Log
 
persistenceWithoutCacheLoaderInterceptor() - Method in class org.infinispan.util.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
persistenceWithoutCacheLoaderInterceptor$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
persistenceWithoutCacheLoaderInterceptor$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
persistenceWithoutCacheLoaderInterceptor$str() - Method in class org.infinispan.util.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor() - Method in class org.infinispan.lucene.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
persistenceWithoutCacheWriteInterceptor() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
persistenceWithoutCacheWriteInterceptor() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor() - Method in class org.infinispan.stats.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor() - Method in class org.infinispan.tree.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor() - Method in interface org.infinispan.util.logging.Log
 
persistenceWithoutCacheWriteInterceptor() - Method in class org.infinispan.util.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
persistenceWithoutCacheWriteInterceptor$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
persistenceWithoutCacheWriteInterceptor$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
persistenceWithoutCacheWriteInterceptor$str() - Method in class org.infinispan.util.logging.Log_$logger
 
PERSISTENT_LOCATION - Static variable in class org.infinispan.configuration.global.GlobalStateConfiguration
 
persistentConsistentHashMismatch(String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
persistentConsistentHashMismatch(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
persistentConsistentHashMismatch(String, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
persistentConsistentHashMismatch(String, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
persistentConsistentHashMismatch(String, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
persistentConsistentHashMismatch(String, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
persistentConsistentHashMismatch(String, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
persistentConsistentHashMismatch(String, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
persistentConsistentHashMismatch(String, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
persistentConsistentHashMismatch(String, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
persistentConsistentHashMismatch(String, String) - Method in interface org.infinispan.util.logging.Log
 
persistentConsistentHashMismatch(String, String) - Method in class org.infinispan.util.logging.Log_$logger
 
persistentConsistentHashMismatch$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
persistentConsistentHashMismatch$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
persistentConsistentHashMismatch$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
persistentConsistentHashMismatch$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
persistentConsistentHashMismatch$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
persistentConsistentHashMismatch$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
persistentConsistentHashMismatch$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
persistentConsistentHashMismatch$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
persistentConsistentHashMismatch$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
persistentConsistentHashMismatch$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
persistentConsistentHashMismatch$str() - Method in class org.infinispan.util.logging.Log_$logger
 
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 persistent state data which needs to survive container restarts should be stored.
PersistentUUID - Class in org.infinispan.topology
PersistentUUID.
PersistentUUID(long, long) - Constructor for class org.infinispan.topology.PersistentUUID
 
PessimisticBackupInterceptor - Class in org.infinispan.interceptors.xsite
Handles x-site data backups for pessimistic transactional caches.
PessimisticBackupInterceptor() - Constructor for class org.infinispan.interceptors.xsite.PessimisticBackupInterceptor
 
PessimisticLockingInterceptor - Class in org.infinispan.interceptors.locking
Deprecated.
Since 8.2, no longer public API.
PessimisticLockingInterceptor() - Constructor for class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
Deprecated.
 
physicalAddress - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
Ping - Class in org.infinispan.cli.commands.server
 
Ping() - Constructor for class org.infinispan.cli.commands.server.Ping
 
PING - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
PING - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
ping() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
ping(TcpTransport, AtomicInteger) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory
 
PING_ON_STARTUP - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
Deprecated.
PING_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
PING_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
pingOnStartup(boolean) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
pingOnStartup() - Method in class org.infinispan.client.hotrod.configuration.Configuration
Deprecated.
No longer in effect, ping always happens on startup now.
pingOnStartup(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
Deprecated.
No longer in effect, ping always happens on startup now.
pingOnStartup(boolean) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
If true, a ping request is sent to a back end server in order to fetch cluster's topology.
pingOnStartup - Variable in class org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory
 
pingOnStartup(boolean) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
pingOnStartup() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
pingOnStartup(boolean) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
pingOnStartup(boolean) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
If true, a ping request is sent to a back end server in order to fetch cluster's topology.
PingOperation - Class in org.infinispan.client.hotrod.impl.operations
Corresponds to the "ping" operation as defined in Hot Rod protocol specification.
PingOperation(Codec, AtomicInteger, Transport) - Constructor for class org.infinispan.client.hotrod.impl.operations.PingOperation
 
PingOperation(Codec, AtomicInteger, Transport, byte[]) - Constructor for class org.infinispan.client.hotrod.impl.operations.PingOperation
 
PingOperation.PingResult - Enum in org.infinispan.client.hotrod.impl.operations
 
pingStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
PingStatement - Class in org.infinispan.cli.interpreter.statement
PingStatement.
PingStatement() - Constructor for class org.infinispan.cli.interpreter.statement.PingStatement
 
pingStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.pingStatement_return
 
PlatformMBeanServerLookup - Class in org.infinispan.jmx
Default implementation for MBeanServerLookup, will return the platform MBean server.
PlatformMBeanServerLookup() - Constructor for class org.infinispan.jmx.PlatformMBeanServerLookup
 
POINTER_SIZE - Static variable in class org.infinispan.commons.util.concurrent.jdk8backported.AbstractEntrySizeCalculatorHelper
 
poll() - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
poll(long, TimeUnit) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
poll() - Method in class org.infinispan.executors.ExecutorAllCompletionService
 
poll(long, TimeUnit) - Method in class org.infinispan.executors.ExecutorAllCompletionService
 
poll() - Method in class org.infinispan.executors.SemaphoreCompletionService
 
poll(long, TimeUnit) - Method in class org.infinispan.executors.SemaphoreCompletionService
 
poll(long, TimeUnit) - Method in class org.infinispan.persistence.sifs.IndexQueue
 
poll() - Method in class org.infinispan.persistence.sifs.IndexQueue
 
PooledConnectionFactory - Class in org.infinispan.persistence.jdbc.connectionfactory
Pooled connection factory based on C3P0.
PooledConnectionFactory() - Constructor for class org.infinispan.persistence.jdbc.connectionfactory.PooledConnectionFactory
 
PooledConnectionFactoryConfiguration - Class in org.infinispan.persistence.jdbc.configuration
 
PooledConnectionFactoryConfiguration(String, String, String, String) - 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
 
popNDC(boolean) - Static method in class org.infinispan.client.hotrod.logging.LogFactory
 
popNDC(boolean) - Static method in class org.infinispan.commons.logging.BasicLogFactory
 
popNDC(boolean) - Static method in class org.infinispan.commons.logging.LogFactory
 
popNDC(boolean) - Static method in class org.infinispan.util.logging.LogFactory
 
populateOwners(int) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
port - Variable in class org.infinispan.cli.connection.jmx.AbstractJMXUrl
 
port() - Method in class org.infinispan.client.hotrod.configuration.ServerConfiguration
 
port(int) - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
 
port() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfiguration
 
port(int) - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
 
port() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
port - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
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
POSITION - Static variable in class org.infinispan.configuration.cache.InterceptorConfiguration
 
position() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
 
position(InterceptorConfiguration.Position) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
Specifies a position, denoted by the InterceptorConfiguration.Position enumeration, where to place the new interceptor.
position() - Method in class org.infinispan.io.ReadableGridFileChannel
 
position(long) - Method in class org.infinispan.io.ReadableGridFileChannel
 
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
 
postConstruct(T) - Method in class org.infinispan.cdi.util.DummyInjectionTarget
 
postingShutdownRequest() - Method in interface org.infinispan.server.core.logging.JavaLog
 
postingShutdownRequest() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
postingShutdownRequest$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
postTxCommandCheck(TxInvocationContext) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
preDestroy(T) - Method in class org.infinispan.cdi.util.DummyInjectionTarget
 
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.
PreferAvailabilityStrategy - Class in org.infinispan.partitionhandling.impl
 
PreferAvailabilityStrategy(EventLogManager) - Constructor for class org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy
 
PreferConsistencyStrategy - Class in org.infinispan.partitionhandling.impl
 
PreferConsistencyStrategy(EventLogManager) - Constructor for class org.infinispan.partitionhandling.impl.PreferConsistencyStrategy
 
PRELOAD - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
preload() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
preload - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
Deprecated.
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() - 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 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() - Method in interface org.infinispan.persistence.manager.PersistenceManager
Loads the data from the external store into memory during cache startup.
preload() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
preload() - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
preloadNeededIfPersistenceIsEnabledForMetadataCache(String, String) - Method in interface org.infinispan.lucene.logging.Log
 
preloadNeededIfPersistenceIsEnabledForMetadataCache(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
preloadNeededIfPersistenceIsEnabledForMetadataCache$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
prepare(LocalTransaction) - Method in class org.infinispan.transaction.impl.TransactionCoordinator
 
prepare(LocalTransaction, boolean) - Method in class org.infinispan.transaction.impl.TransactionCoordinator
 
prepare(Xid) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
This can be call for any transaction object.
PrepareCommand - Class in org.infinispan.commands.tx
Command corresponding to the 1st phase of 2PC.
PrepareCommand(String, GlobalTransaction, boolean, WriteCommand...) - Constructor for class org.infinispan.commands.tx.PrepareCommand
 
PrepareCommand(String, GlobalTransaction, List<WriteCommand>, boolean) - Constructor for class org.infinispan.commands.tx.PrepareCommand
 
PrepareCommand(String) - Constructor for class org.infinispan.commands.tx.PrepareCommand
 
prepared() - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
mark the transaction as prepared (the validation was finished) and notify a possible pending commit or rollback command
preparedTxAlreadyExists(RecoveryAwareTransaction, RecoveryAwareRemoteTransaction) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
preparedTxAlreadyExists(RecoveryAwareTransaction, RecoveryAwareRemoteTransaction) - Method in class org.infinispan.lucene.logging.Log_$logger
 
preparedTxAlreadyExists(RecoveryAwareTransaction, RecoveryAwareRemoteTransaction) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
preparedTxAlreadyExists(RecoveryAwareTransaction, RecoveryAwareRemoteTransaction) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
preparedTxAlreadyExists(RecoveryAwareTransaction, RecoveryAwareRemoteTransaction) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
preparedTxAlreadyExists(RecoveryAwareTransaction, RecoveryAwareRemoteTransaction) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
preparedTxAlreadyExists(RecoveryAwareTransaction, RecoveryAwareRemoteTransaction) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
preparedTxAlreadyExists(RecoveryAwareTransaction, RecoveryAwareRemoteTransaction) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
preparedTxAlreadyExists(RecoveryAwareTransaction, RecoveryAwareRemoteTransaction) - Method in class org.infinispan.stats.logging.Log_$logger
 
preparedTxAlreadyExists(RecoveryAwareTransaction, RecoveryAwareRemoteTransaction) - Method in class org.infinispan.tree.logging.Log_$logger
 
preparedTxAlreadyExists(RecoveryAwareTransaction, RecoveryAwareRemoteTransaction) - Method in interface org.infinispan.util.logging.Log
 
preparedTxAlreadyExists(RecoveryAwareTransaction, RecoveryAwareRemoteTransaction) - Method in class org.infinispan.util.logging.Log_$logger
 
preparedTxAlreadyExists$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
preparedTxAlreadyExists$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
preparedTxAlreadyExists$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
preparedTxAlreadyExists$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
preparedTxAlreadyExists$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
preparedTxAlreadyExists$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
preparedTxAlreadyExists$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
preparedTxAlreadyExists$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
preparedTxAlreadyExists$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
preparedTxAlreadyExists$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
preparedTxAlreadyExists$str() - Method in class org.infinispan.util.logging.Log_$logger
 
PreparedTxIterator - Class in org.infinispan.transaction.xa.recovery
Default implementation for RecoveryIterator.
PreparedTxIterator() - Constructor for class org.infinispan.transaction.xa.recovery.PreparedTxIterator
 
prepareForPersist(ScopedPersistentState) - Method in interface org.infinispan.globalstate.GlobalStateProvider
This method is invoked by the GlobalStateManager just before persisting the global state
prepareForPersist(ScopedPersistentState) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
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.
prepareForRestore(ScopedPersistentState) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
prepareOnAffectedNodes(TxInvocationContext<?>, PrepareCommand, Collection<Address>) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
prepareOnAffectedNodes(TxInvocationContext<?>, PrepareCommand, Collection<Address>) - Method in class org.infinispan.interceptors.distribution.VersionedDistributionInterceptor
Deprecated.
 
prepareOnAffectedNodes(TxInvocationContext<?>, PrepareCommand, Collection<Address>) - Method in class org.infinispan.interceptors.totalorder.TotalOrderDistributionInterceptor
Deprecated.
 
prepareOnAffectedNodes(TxInvocationContext<?>, PrepareCommand, Collection<Address>) - Method in class org.infinispan.interceptors.totalorder.TotalOrderVersionedDistributionInterceptor
Deprecated.
 
prepareOnUnexistingTransaction(String) - Method in interface org.infinispan.stats.logging.Log
 
prepareOnUnexistingTransaction(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
prepareOnUnexistingTransaction$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
preparing() - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
mark the transaction as preparing, blocking the commit and rollback commands until the TotalOrderRemoteTransactionState.prepared() is invoked
PrePostProcessingCommandInterceptor - Class in org.infinispan.interceptors.base
This interceptor adds pre and post processing to each visitXXX() method.
PrePostProcessingCommandInterceptor() - Constructor for class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
preserveOrder() - Method in enum org.infinispan.remoting.inboundhandler.DeliverOrder
 
prettyPrintOwnership() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
prettyPrintSubject(Subject) - Static method in class org.infinispan.commons.util.Util
Prints Subject's principals as a one-liner (as opposed to default Subject's toString() method, which prints every principal on separate line).
prettyPrintTime(long, TimeUnit) - Static method in class org.infinispan.commons.util.Util
 
prettyPrintTime(long) - Static method in class org.infinispan.commons.util.Util
Prints a time for display
previousValue - Variable in class org.infinispan.iteration.impl.RemovableEntryIterator
 
previousValue - Variable in class org.infinispan.stream.impl.RemovableIterator
 
PRIMARY_SEGMENTS_ALLOWED_VARIATION - Static variable in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
 
PRIMARY_SEGMENTS_ALLOWED_VARIATION - Static variable in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory
 
PrimaryOwnerFilter<K> - Class in org.infinispan.persistence
 
PrimaryOwnerFilter(ClusteringDependentLogic) - Constructor for class org.infinispan.persistence.PrimaryOwnerFilter
 
PrimitiveEntrySizeCalculator - Class in org.infinispan.container.entries
Entry Size calculator that returns an approximation of how much various primitives, primitive wrappers, Strings, and arrays
PrimitiveEntrySizeCalculator() - Constructor for class org.infinispan.container.entries.PrimitiveEntrySizeCalculator
 
principalRoleMapper() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
 
principalRoleMapper(PrincipalRoleMapper) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
The class of a mapper which converts the Principals associated with a Subject into a set of roles
PrincipalRoleMapper - Interface in org.infinispan.security
PrincipalRoleMapper.
PrincipalRoleMapperContext - Interface in org.infinispan.security
PrincipalRoleMapperContext.
PrincipalRoleMapperContextImpl - Class in org.infinispan.security.impl
PrincipalRoleMapperContextImpl.
PrincipalRoleMapperContextImpl(EmbeddedCacheManager) - Constructor for class org.infinispan.security.impl.PrincipalRoleMapperContextImpl
 
principalToRoles(Principal) - Method in class org.infinispan.security.impl.ClusterRoleMapper
 
principalToRoles(Principal) - Method in class org.infinispan.security.impl.CommonNameRoleMapper
 
principalToRoles(Principal) - Method in class org.infinispan.security.impl.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.Version
Prints full version information to the standard output.
println(String) - Method in interface org.infinispan.cli.Context
 
println(String) - Method in class org.infinispan.cli.impl.ContextImpl
 
println(String) - Method in class org.infinispan.cli.io.ConsoleIOAdapter
 
println(String) - Method in interface org.infinispan.cli.io.IOAdapter
 
println(String) - Method in class org.infinispan.cli.io.StreamIOAdapter
 
printLockInfo() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticLockManager
 
printLockInfo() - Method in class org.infinispan.stats.wrappers.TopKeyLockManager
 
printLockInfo() - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
printLockInfo() - Method in interface org.infinispan.util.concurrent.locks.LockManager
Prints lock information for all locks.
printTree(TreeCache<?, ?>, boolean) - Static method in class org.infinispan.tree.impl.TreeStructureSupport
Returns a String representation of a tree cache.
printVersion() - Static method in class org.infinispan.Version
Returns version information as a string.
PrioritizedMethodMetadata(String, int) - Constructor for class org.infinispan.factories.components.ComponentMetadata.PrioritizedMethodMetadata
 
problemApplyingStateForKey(String, Object, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
problemApplyingStateForKey(String, Object, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
problemApplyingStateForKey(String, Object, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
problemApplyingStateForKey(String, Object, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
problemApplyingStateForKey(String, Object, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
problemApplyingStateForKey(String, Object, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
problemApplyingStateForKey(String, Object, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
problemApplyingStateForKey(String, Object, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
problemApplyingStateForKey(String, Object, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
problemApplyingStateForKey(String, Object, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
problemApplyingStateForKey(String, Object, Throwable) - Method in interface org.infinispan.util.logging.Log
 
problemApplyingStateForKey(String, Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
problemApplyingStateForKey$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
problemApplyingStateForKey$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
problemApplyingStateForKey$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
problemApplyingStateForKey$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
problemApplyingStateForKey$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
problemApplyingStateForKey$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
problemApplyingStateForKey$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
problemApplyingStateForKey$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
problemApplyingStateForKey$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
problemApplyingStateForKey$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
problemApplyingStateForKey$str() - Method in class org.infinispan.util.logging.Log_$logger
 
problemClosingChannel(Exception, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
problemClosingChannel(Exception, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
problemClosingChannel(Exception, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
problemClosingChannel(Exception, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
problemClosingChannel(Exception, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
problemClosingChannel(Exception, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
problemClosingChannel(Exception, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
problemClosingChannel(Exception, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
problemClosingChannel(Exception, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
problemClosingChannel(Exception, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
problemClosingChannel(Exception, String) - Method in interface org.infinispan.util.logging.Log
 
problemClosingChannel(Exception, String) - Method in class org.infinispan.util.logging.Log_$logger
 
problemClosingChannel$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
problemClosingChannel$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
problemClosingChannel$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
problemClosingChannel$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
problemClosingChannel$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
problemClosingChannel$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
problemClosingChannel$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
problemClosingChannel$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
problemClosingChannel$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
problemClosingChannel$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
problemClosingChannel$str() - Method in class org.infinispan.util.logging.Log_$logger
 
problemPurgingExpired(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
problemPurgingExpired(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
problemPurgingExpired(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
problemPurgingExpired(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
problemPurgingExpired(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
problemPurgingExpired(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
problemPurgingExpired(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
problemPurgingExpired(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
problemPurgingExpired(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
problemPurgingExpired(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
problemPurgingExpired(Exception) - Method in interface org.infinispan.util.logging.Log
 
problemPurgingExpired(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
problemPurgingExpired$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
problemPurgingExpired$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
problemPurgingExpired$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
problemPurgingExpired$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
problemPurgingExpired$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
problemPurgingExpired$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
problemPurgingExpired$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
problemPurgingExpired$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
problemPurgingExpired$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
problemPurgingExpired$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
problemPurgingExpired$str() - Method in class org.infinispan.util.logging.Log_$logger
 
problemsCreatingDirectory(File) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
problemsCreatingDirectory(File) - Method in class org.infinispan.lucene.logging.Log_$logger
 
problemsCreatingDirectory(File) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
problemsCreatingDirectory(File) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
problemsCreatingDirectory(File) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
problemsCreatingDirectory(File) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
problemsCreatingDirectory(File) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
problemsCreatingDirectory(File) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
problemsCreatingDirectory(File) - Method in class org.infinispan.stats.logging.Log_$logger
 
problemsCreatingDirectory(File) - Method in class org.infinispan.tree.logging.Log_$logger
 
problemsCreatingDirectory(File) - Method in interface org.infinispan.util.logging.Log
 
problemsCreatingDirectory(File) - Method in class org.infinispan.util.logging.Log_$logger
 
problemsCreatingDirectory$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
problemsCreatingDirectory$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
problemsCreatingDirectory$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
problemsCreatingDirectory$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
problemsCreatingDirectory$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
problemsCreatingDirectory$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
problemsCreatingDirectory$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
problemsCreatingDirectory$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
problemsCreatingDirectory$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
problemsCreatingDirectory$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
problemsCreatingDirectory$str() - Method in class org.infinispan.util.logging.Log_$logger
 
problemsPurgingFile(File, PersistenceException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
problemsPurgingFile(File, PersistenceException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
problemsPurgingFile(File, PersistenceException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
problemsPurgingFile(File, PersistenceException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
problemsPurgingFile(File, PersistenceException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
problemsPurgingFile(File, PersistenceException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
problemsPurgingFile(File, PersistenceException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
problemsPurgingFile(File, PersistenceException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
problemsPurgingFile(File, PersistenceException) - Method in class org.infinispan.stats.logging.Log_$logger
 
problemsPurgingFile(File, PersistenceException) - Method in class org.infinispan.tree.logging.Log_$logger
 
problemsPurgingFile(File, PersistenceException) - Method in interface org.infinispan.util.logging.Log
 
problemsPurgingFile(File, PersistenceException) - Method in class org.infinispan.util.logging.Log_$logger
 
problemsPurgingFile$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
problemsPurgingFile$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
problemsPurgingFile$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
problemsPurgingFile$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
problemsPurgingFile$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
problemsPurgingFile$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
problemsPurgingFile$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
problemsPurgingFile$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
problemsPurgingFile$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
problemsPurgingFile$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
problemsPurgingFile$str() - Method in class org.infinispan.util.logging.Log_$logger
 
problemsRemovingFile(File) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
problemsRemovingFile(File) - Method in class org.infinispan.lucene.logging.Log_$logger
 
problemsRemovingFile(File) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
problemsRemovingFile(File) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
problemsRemovingFile(File) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
problemsRemovingFile(File) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
problemsRemovingFile(File) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
problemsRemovingFile(File) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
problemsRemovingFile(File) - Method in class org.infinispan.stats.logging.Log_$logger
 
problemsRemovingFile(File) - Method in class org.infinispan.tree.logging.Log_$logger
 
problemsRemovingFile(File) - Method in interface org.infinispan.util.logging.Log
 
problemsRemovingFile(File) - Method in class org.infinispan.util.logging.Log_$logger
 
problemsRemovingFile$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
problemsRemovingFile$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
problemsRemovingFile$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
problemsRemovingFile$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
problemsRemovingFile$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
problemsRemovingFile$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
problemsRemovingFile$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
problemsRemovingFile$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
problemsRemovingFile$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
problemsRemovingFile$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
problemsRemovingFile$str() - Method in class org.infinispan.util.logging.Log_$logger
 
problemsUnregisteringMBeans(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
problemsUnregisteringMBeans(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
problemsUnregisteringMBeans(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
problemsUnregisteringMBeans(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
problemsUnregisteringMBeans(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
problemsUnregisteringMBeans(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
problemsUnregisteringMBeans(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
problemsUnregisteringMBeans(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
problemsUnregisteringMBeans(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
problemsUnregisteringMBeans(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
problemsUnregisteringMBeans(Exception) - Method in interface org.infinispan.util.logging.Log
 
problemsUnregisteringMBeans(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
problemsUnregisteringMBeans$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
problemsUnregisteringMBeans$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
problemsUnregisteringMBeans$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
problemsUnregisteringMBeans$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
problemsUnregisteringMBeans$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
problemsUnregisteringMBeans$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
problemsUnregisteringMBeans$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
problemsUnregisteringMBeans$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
problemsUnregisteringMBeans$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
problemsUnregisteringMBeans$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
problemsUnregisteringMBeans$str() - Method in class org.infinispan.util.logging.Log_$logger
 
process(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.lucene.cacheloader.LuceneCacheLoader
 
process(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.async.AdvancedAsyncCacheLoader
 
process(KeyFilter<? super K>, AdvancedCacheLoader.CacheLoaderTask<K, V>, Executor, boolean, boolean) - Method in class org.infinispan.persistence.file.SingleFileStore
 
process(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
process(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
process(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
process(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.jpa.JpaStore
 
process(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
 
process(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.remote.RemoteStore
 
process(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
process(KeyFilter<? super K>, AdvancedCacheLoader.CacheLoaderTask<K, V>, Executor, boolean, boolean) - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader
Iterates in parallel over the entries in the storage using the threads from the executor pool.
processConfiguration(StoreConfiguration) - Method in interface org.infinispan.persistence.factory.CacheStoreFactory
 
processConfiguration(StoreConfiguration) - Method in class org.infinispan.persistence.factory.LocalClassLoaderCacheStoreFactory
 
ProcessedCommand - Class in org.infinispan.cli.commands
 
ProcessedCommand(String) - Constructor for class org.infinispan.cli.commands.ProcessedCommand
 
ProcessedCommand(String, int) - Constructor for class org.infinispan.cli.commands.ProcessedCommand
 
processEntry(MarshalledEntry<KIn, VIn>, AdvancedCacheLoader.TaskContext) - Method in class org.infinispan.distexec.mapreduce.MapReduceCacheLoaderTask
 
processEntry(MarshalledEntry<K, V>, AdvancedCacheLoader.TaskContext) - Method in class org.infinispan.iteration.impl.LocalEntryRetriever.KeyValueActionForCacheLoaderTask
 
processEntry(MarshalledEntry<K, V>, AdvancedCacheLoader.TaskContext) - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader.CacheLoaderTask
 
processEntryProcessor(MutableJCacheEntry<K, V>, EntryProcessor<K, V, T>, Object[]) - Method in class org.infinispan.jcache.AbstractJCache
 
processExpiration() - Method in interface org.infinispan.expiration.ExpirationManager
Processes the expiration event queue.
processExpiration() - Method in class org.infinispan.expiration.impl.ClusterExpirationManager
 
processExpiration() - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
processFiltered(File, List<String>) - Method in class org.infinispan.checkstyle.filters.HeadersNoCopyrightCheck
 
processOnAllStores(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, boolean, boolean) - Method in interface org.infinispan.persistence.manager.PersistenceManager
 
processOnAllStores(Executor, KeyFilter, AdvancedCacheLoader.CacheLoaderTask, boolean, boolean) - Method in interface org.infinispan.persistence.manager.PersistenceManager
 
processOnAllStores(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, boolean, boolean, PersistenceManager.AccessMode) - Method in interface org.infinispan.persistence.manager.PersistenceManager
 
processOnAllStores(Executor, KeyFilter, AdvancedCacheLoader.CacheLoaderTask, boolean, boolean, PersistenceManager.AccessMode) - Method in interface org.infinispan.persistence.manager.PersistenceManager
 
processOnAllStores(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, boolean, boolean) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
processOnAllStores(Executor, KeyFilter, AdvancedCacheLoader.CacheLoaderTask, boolean, boolean) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
processOnAllStores(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, boolean, boolean, PersistenceManager.AccessMode) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
processOnAllStores(Executor, KeyFilter, AdvancedCacheLoader.CacheLoaderTask, boolean, boolean, PersistenceManager.AccessMode) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
processOnAllStores(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, boolean, boolean) - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
processOnAllStores(Executor, KeyFilter, AdvancedCacheLoader.CacheLoaderTask, boolean, boolean) - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
processOnAllStores(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, boolean, boolean, PersistenceManager.AccessMode) - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
processOnAllStores(Executor, KeyFilter, AdvancedCacheLoader.CacheLoaderTask, boolean, boolean, PersistenceManager.AccessMode) - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
processResponses(BackupResponse, VisitableCommand) - Method in interface org.infinispan.xsite.BackupSender
Processes the responses of a backup command.
processResponses(BackupResponse, VisitableCommand, Transaction) - Method in interface org.infinispan.xsite.BackupSender
 
processResponses(BackupResponse, VisitableCommand) - Method in class org.infinispan.xsite.BackupSenderImpl
 
processResponses(BackupResponse, VisitableCommand, Transaction) - Method in class org.infinispan.xsite.BackupSenderImpl
 
processRetVal(R, InvocationContext) - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
processStoreConfiguration(StoreConfiguration) - Method in class org.infinispan.persistence.factory.CacheStoreFactoryRegistry
 
processVisitableCommand(ReplicableCommand) - Method in class org.infinispan.commands.remote.BaseRpcInvokingCommand
 
produce(CreationalContext<T>) - Method in class org.infinispan.cdi.util.DummyInjectionTarget
 
PROJECT_NAME - Static variable in class org.infinispan.Version
 
projection - Variable in class org.infinispan.query.dsl.impl.BaseQuery
 
projection - Variable in class org.infinispan.query.dsl.impl.BaseQueryBuilder
The attribute paths for the projection.
projectionCanBeSpecifiedOnlyOnce() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
projectionCanBeSpecifiedOnlyOnce() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
projectionCanBeSpecifiedOnlyOnce$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
projectionCannotBeNullOrEmpty() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
projectionCannotBeNullOrEmpty() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
projectionCannotBeNullOrEmpty$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
Prompt - Class in org.infinispan.cli.shell
 
Prompt() - Constructor for class org.infinispan.cli.shell.Prompt
 
promptExpressionParser(Shell, String) - Static method in class org.infinispan.cli.shell.Prompt
 
PROPERTIES - Static variable in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
properties() - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
PROPERTIES - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
properties() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
properties - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
Deprecated.
properties(Properties) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
 
properties() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
These properties are passed directly to the embedded Hibernate Search engine, so for the complete and up to date documentation about available properties refer to the Hibernate Search reference of the version you're using with Infinispan Query.
properties() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
 
PROPERTIES - Static variable in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
 
properties() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
 
properties() - Method in class org.infinispan.configuration.global.TransportConfiguration
 
properties - Variable in class org.infinispan.jcache.AbstractJCacheManager
 
property(String) - Static method in interface org.infinispan.query.dsl.Expression
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
propertyCouldNotBeReplaced(String) - Method in interface org.infinispan.commons.logging.Log
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
propertyCouldNotBeReplaced(String) - Method in interface org.infinispan.util.logging.Log
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.util.logging.Log_$logger
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.util.logging.Log_$logger
 
PropertyFormatter - Class in org.infinispan.configuration.format
Extracts the configuration into flat key-value property structure by reflection.
PropertyFormatter() - Constructor for class org.infinispan.configuration.format.PropertyFormatter
Create a new PropertyFormatter instance.
PropertyFormatter(String, String) - Constructor for class org.infinispan.configuration.format.PropertyFormatter
Create a new PropertyFormatter instance.
props - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
PropsKeyedObjectPoolFactory<K,V> - Class in org.infinispan.client.hotrod.impl.transport.tcp
 
PropsKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K, V>, ConnectionPoolConfiguration) - Constructor for class org.infinispan.client.hotrod.impl.transport.tcp.PropsKeyedObjectPoolFactory
 
protect() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
protect() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Returns a new ValueSet where immutable Attributes are write-protected
protectedAttributeSet(String) - Method in interface org.infinispan.commons.logging.Log
 
protectedAttributeSet(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
protectedAttributeSet(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
protectedAttributeSet(String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
protectedAttributeSet(String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
protectedAttributeSet$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
protectedAttributeSet$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
protectedAttributeSet$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
protectedAttributeSet$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
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.
ProtobufMetadataManagerConstants - Interface in org.infinispan.query.remote.client
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_VERSION - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
PROTOCOL_VERSION_10 - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
PROTOCOL_VERSION_11 - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
PROTOCOL_VERSION_12 - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
PROTOCOL_VERSION_13 - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
PROTOCOL_VERSION_20 - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
PROTOCOL_VERSION_21 - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
PROTOCOL_VERSION_22 - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
PROTOCOL_VERSION_23 - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
PROTOCOL_VERSION_24 - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
PROTOCOL_VERSION_25 - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
ProtocolServerConfiguration - Class in org.infinispan.server.core.configuration
ServerConfiguration.
ProtocolServerConfiguration(String, String, String, int, int, int, int, SslConfiguration, boolean, int, Set<String>) - 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
 
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
 
protocolVersion() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
protocolVersion(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
protocolVersion(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
This property defines the protocol version that this client should use.
protocolVersion(String) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
protocolVersion() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
protocolVersion(String) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
protocolVersion(String) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
This property defines the protocol version that this client should use.
ProtoStreamMarshaller - Class in org.infinispan.client.hotrod.marshall
A marshaller that uses Protocol Buffers.
ProtoStreamMarshaller() - Constructor for class org.infinispan.client.hotrod.marshall.ProtoStreamMarshaller
 
Provider(String) - Constructor for class org.infinispan.cdi.util.Synthetic.Provider
 
Proxies - Class in org.infinispan.commons.util
Proxies is a collection of useful dynamic profixes.
Proxies() - Constructor for class org.infinispan.commons.util.Proxies
 
purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.async.AdvancedAsyncCacheWriter
 
purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.file.SingleFileStore
 
purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
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) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
 
purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.remote.RemoteStore
 
purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
purge(Executor, AdvancedCacheExpirationWriter.ExpirationPurgeListener<K, V>) - Method in interface org.infinispan.persistence.spi.AdvancedCacheExpirationWriter
Using the thread in the pool, removed all the expired data from the persistence storage.
purge(Executor, AdvancedCacheWriter.PurgeListener<? super K>) - Method in interface org.infinispan.persistence.spi.AdvancedCacheWriter
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.support.AdvancedSingletonCacheWriter
 
PURGE_ON_STARTUP - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
purgeExpired() - Method in interface org.infinispan.container.DataContainer
Deprecated.
This method doesn't allow for proper expiration notifications when a cache loader is also in use.
purgeExpired() - Method in class org.infinispan.container.DefaultDataContainer
 
purgeExpired() - Method in interface org.infinispan.persistence.manager.PersistenceManager
Removes the expired entries from all the existing storage.
purgeExpired() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
purgeExpired() - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
purgeOnStartup() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
If true, purges this cache store when it starts up.
purgeOnStartup - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
Deprecated.
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() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
If true, purges this cache store when it starts up.
purgeOnStartup(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
If true, purges this cache store when it starts up.
purgeStaleEntries() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Removes any stale entries whose keys have been finalized.
purgingExpiredEntriesFailed(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
purgingExpiredEntriesFailed(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
purgingExpiredEntriesFailed(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
purgingExpiredEntriesFailed(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
purgingExpiredEntriesFailed(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
purgingExpiredEntriesFailed(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
purgingExpiredEntriesFailed(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
purgingExpiredEntriesFailed(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
purgingExpiredEntriesFailed(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
purgingExpiredEntriesFailed(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
purgingExpiredEntriesFailed(Throwable) - Method in interface org.infinispan.util.logging.Log
 
purgingExpiredEntriesFailed(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
purgingExpiredEntriesFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
purgingExpiredEntriesFailed$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
purgingExpiredEntriesFailed$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
purgingExpiredEntriesFailed$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
purgingExpiredEntriesFailed$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
purgingExpiredEntriesFailed$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
purgingExpiredEntriesFailed$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
purgingExpiredEntriesFailed$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
purgingExpiredEntriesFailed$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
purgingExpiredEntriesFailed$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
purgingExpiredEntriesFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
 
push(T) - Method in class org.infinispan.persistence.sifs.SyncProcessingQueue
 
pushAndWait(T) - Method in class org.infinispan.persistence.sifs.SyncProcessingQueue
 
pushCacheValue(String, Cache<Object, Object>, ChannelHandlerContext) - Static method in class org.infinispan.server.websocket.ChannelUtils
Push a cache entry value out onto the websocket channel (to the browser).
pushErrorMessage(String, ChannelHandlerContext) - Static method in class org.infinispan.server.websocket.ChannelUtils
 
pushNDC(String, boolean) - Static method in class org.infinispan.client.hotrod.logging.LogFactory
 
pushNDC(String, boolean) - Static method in class org.infinispan.commons.logging.BasicLogFactory
 
pushNDC(String, boolean) - Static method in class org.infinispan.commons.logging.LogFactory
 
pushNDC(String, boolean) - Static method in class org.infinispan.util.logging.LogFactory
 
pushReadInterruptionDueToCacheManagerShutdown(int, InterruptedException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown(int, InterruptedException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown(int, InterruptedException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown(int, InterruptedException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown(int, InterruptedException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown(int, InterruptedException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
pushReadInterruptionDueToCacheManagerShutdown(int, InterruptedException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
pushReadInterruptionDueToCacheManagerShutdown(int, InterruptedException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown(int, InterruptedException) - Method in class org.infinispan.stats.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown(int, InterruptedException) - Method in class org.infinispan.tree.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown(int, InterruptedException) - Method in interface org.infinispan.util.logging.Log
 
pushReadInterruptionDueToCacheManagerShutdown(int, InterruptedException) - Method in class org.infinispan.util.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
pushReadInterruptionDueToCacheManagerShutdown$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
pushReadInterruptionDueToCacheManagerShutdown$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
pushReadInterruptionDueToCacheManagerShutdown$str() - Method in class org.infinispan.util.logging.Log_$logger
 
pushState(Cache) - Method in class org.infinispan.persistence.support.SingletonCacheWriter
Pushes the state of a specific cache by reading the cache's data and putting in the cache store.
pushState(String) - Method in class org.infinispan.xsite.GlobalXSiteAdminOperations
 
pushState(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
 
PushStateException(String, Throwable) - Constructor for exception org.infinispan.persistence.support.SingletonCacheWriter.PushStateException
 
pushStateTimeout() - Method in class org.infinispan.configuration.cache.SingletonStoreConfiguration
If pushStateWhenCoordinator is true, this property sets the maximum number of milliseconds that the process of pushing the in-memory state to the underlying cache loader should take.
pushStateTimeout(long) - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
If pushStateWhenCoordinator is true, this property sets the maximum number of milliseconds that the process of pushing the in-memory state to the underlying cache loader should take.
pushStateTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
If pushStateWhenCoordinator is true, this property sets the maximum number of milliseconds that the process of pushing the in-memory state to the underlying cache loader should take.
pushStateWhenCoordinator() - Method in class org.infinispan.configuration.cache.SingletonStoreConfiguration
If true, when a node becomes the coordinator, it will transfer in-memory state to the underlying cache store.
pushStateWhenCoordinator(boolean) - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
If true, when a node becomes the coordinator, it will transfer in-memory state to the underlying cache store.
put(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
An overloaded form of #put(K, V), which takes in an instance of Metadata which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc.
put(K, V) - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
put(K, V) - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
put(K, V) - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
put(K, V) - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
put(K, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
put(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
put(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
put(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
put(K, V) - Method in class org.infinispan.cache.impl.CacheImpl
 
put(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
put(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
put(K, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
 
put(K, V) - Method in class org.infinispan.cache.impl.CacheSupport
 
put(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheSupport
 
put(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
put(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
put(K, V) - Method in class org.infinispan.cache.impl.DecoratedCache
 
put(K, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
 
put(K, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
put(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
put(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
put(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
Put - Class in org.infinispan.cli.commands.server
 
Put() - Constructor for class org.infinispan.cli.commands.server.Put
 
PUT - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
PUT - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
put(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.InvalidatedNearRemoteCache
 
put(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
put(K, V) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
put(K, V, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
put(K, VersionedValue<V>) - Method in class org.infinispan.client.hotrod.near.NearCacheService
 
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, 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) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
put(K, V) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.infinispan.commons.util.FastCopyHashMap
 
put(K, V) - Method in class org.infinispan.commons.util.WeakValueHashMap
 
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(K, V, Metadata) - Method in class org.infinispan.container.DefaultDataContainer
 
put(BasicCache<K, V>, BasicCache<K, V>, K, V, boolean) - Method in class org.infinispan.jcache.AbstractJCache
 
put(K, V) - Method in class org.infinispan.jcache.embedded.JCache
 
put(K, V) - Method in class org.infinispan.jcache.remote.JCache
 
put(K, V) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
 
put(K, V, long, TimeUnit) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
 
put(K, V) - Method in class org.infinispan.jcache.remote.RemoteCacheWithSyncListeners
 
put(IndexRequest) - Method in class org.infinispan.persistence.sifs.IndexQueue
 
put(S, K, V) - Method in interface org.infinispan.registry.ClusterRegistry
Deprecated.
 
put(S, K, V, long, TimeUnit) - Method in interface org.infinispan.registry.ClusterRegistry
Deprecated.
 
put(S, K, V) - Method in class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
put(S, K, V, long, TimeUnit) - Method in class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
put(K, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
put(K, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
put(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
put(K, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
put(String, Object) - Method in class org.infinispan.server.websocket.json.JsonObject
 
put(Object, Object) - Method in class org.infinispan.spring.provider.SpringCache
 
put(Object, Object) - Method in class org.infinispan.spring.provider.SpringRemoteCache
 
put(K, V) - Method in class org.infinispan.tree.impl.NodeImpl
 
put(K, V, Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
put(String, K, V) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
put(String, K, V, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
put(Fqn, Map<? extends K, ? extends V>) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
put(Fqn, Map<? extends K, ? extends V>, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
put(String, Map<? extends K, ? extends V>) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
put(String, Map<? extends K, ? extends V>, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
put(Fqn, K, V) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
put(Fqn, K, V, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
put(K, V) - Method in interface org.infinispan.tree.Node
Associates the specified value with the specified key for this node.
put(K, V, Flag...) - Method in interface org.infinispan.tree.Node
 
put(Fqn, K, V) - Method in interface org.infinispan.tree.TreeCache
Associates the specified value with the specified key for a Node in this cache.
put(Fqn, K, V, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
put(String, K, V) - Method in interface org.infinispan.tree.TreeCache
Convenience method that takes a string representation of an Fqn.
put(String, K, V, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
put(Fqn, Map<? extends K, ? extends V>) - Method in interface org.infinispan.tree.TreeCache
Copies all of the mappings from the specified map to a Node.
put(Fqn, Map<? extends K, ? extends V>, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
put(String, Map<? extends K, ? extends V>) - Method in interface org.infinispan.tree.TreeCache
Convenience method that takes a string representation of an Fqn.
put(String, Map<? extends K, ? extends V>, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
put(K, V) - Method in class org.infinispan.util.AbstractDelegatingMap
 
put(K, V) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Maps the specified key to the specified value in this table.
PUT_ALL_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
PUT_ALL_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
PUT_IF_ABSENT_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
PUT_IF_ABSENT_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
PUT_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
PUT_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
putAddressPersistentUUID(Object, PersistentUUID) - Static method in class org.infinispan.remoting.transport.jgroups.JGroupsAddressCache
 
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 of Metadata which can be used to provide metadata information for the entries being stored, such as lifespan, version of value...etc.
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
putAll(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.CacheImpl
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
putAll(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.CacheSupport
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheSupport
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putAll(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putAll(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.InvalidatedNearRemoteCache
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
Synthetic operation.
putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
Synthetic operation.
putAll(Map<? extends K, ? extends V>) - Method in interface org.infinispan.client.hotrod.RemoteCache
Synthetic operation.
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.commons.api.BasicCache
An overloaded form of Map.putAll(Map), which takes in lifespan parameters.
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.commons.util.FastCopyHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.jcache.embedded.JCache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.jcache.remote.JCache
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putAll(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putAll(Map<? extends String, ?>) - Method in class org.infinispan.server.websocket.json.JsonObject
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.tree.impl.NodeImpl
 
putAll(Map<? extends K, ? extends V>, Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
putAll(Map<? extends K, ? extends V>) - Method in interface org.infinispan.tree.Node
Copies all of the mappings from the specified map to this node's map.
putAll(Map<? extends K, ? extends V>, Flag...) - Method in interface org.infinispan.tree.Node
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.util.AbstractDelegatingMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Copies all of the mappings from the specified map to this one.
putAllAsync(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putAllAsync(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.CacheImpl
 
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
putAllAsync(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.CacheSupport
 
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheSupport
 
putAllAsync(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putAllAsync(Map<? extends K, ? extends V>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
putAllAsync(Map<? extends K, ? extends V>) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
putAllAsync(Map<? extends K, ? extends V>) - Method in interface org.infinispan.client.hotrod.RemoteCache
Synthetic operation.
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
Synthetic operation.
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
Synthetic operation.
putAllAsync(Map<? extends K, ? extends V>) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #putAll(Map).
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #putAll(Map, long, TimeUnit).
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #putAll(Map, long, TimeUnit, long, TimeUnit).
putAllAsync(Map<? extends K, ? extends V>) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putAllInternal(Map<? extends K, ? extends V>, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
PutAllOperation - Class in org.infinispan.client.hotrod.impl.operations
Implements "putAll" as defined by Hot Rod protocol specification.
PutAllOperation(Codec, TransportFactory, Map<byte[], byte[]>, byte[], AtomicInteger, int, long, TimeUnit, long, TimeUnit) - Constructor for class org.infinispan.client.hotrod.impl.operations.PutAllOperation
 
PutAllParallelOperation - Class in org.infinispan.client.hotrod.impl.operations
 
PutAllParallelOperation(Codec, TransportFactory, Map<byte[], byte[]>, byte[], AtomicInteger, int, long, TimeUnit, long, TimeUnit, ExecutorService) - Constructor for class org.infinispan.client.hotrod.impl.operations.PutAllParallelOperation
 
putAsync(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
Asynchronous version of AdvancedCache.put(Object, Object, Metadata) which stores metadata alongside the value.
putAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
putAsync(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putAsync(K, V) - Method in class org.infinispan.cache.impl.CacheImpl
 
putAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
putAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
 
putAsync(K, V) - Method in class org.infinispan.cache.impl.CacheSupport
 
putAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheSupport
 
putAsync(K, V) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putAsync(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putAsync(K, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
putAsync(K, V) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
putAsync(K, V, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
putAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #put(Object, Object).
putAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #put(Object, Object, long, TimeUnit) .
putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #put(Object, Object, long, TimeUnit, long, TimeUnit).
putAsync(K, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putAsync(K, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putAsync(K, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putConfiguration(String, ConfigurationBuilder) - Method in class org.infinispan.configuration.ConfigurationManager
 
putForExternalRead(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
An overloaded form of #putForExternalRead(K, V), which takes in an instance of Metadata which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc.
putForExternalRead(K, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
putForExternalRead(K, V, EnumSet<Flag>, ClassLoader) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
putForExternalRead(K, V, Metadata, EnumSet<Flag>, ClassLoader) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
putForExternalRead(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putForExternalRead(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putForExternalRead(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putForExternalRead(K, V) - Method in class org.infinispan.cache.impl.CacheImpl
 
putForExternalRead(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
putForExternalRead(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
putForExternalRead(K, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
 
putForExternalRead(K, V) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putForExternalRead(K, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putForExternalRead(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putForExternalRead(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putForExternalRead(K, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putForExternalRead(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putForExternalRead(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putForExternalRead(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
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) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putForExternalRead(K, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putForExternalRead(K, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putForExternalRead(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putForExternalReadInternal(K, V, Metadata, ByRef.Boolean) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putForExternalReadInternal(K, V, Metadata, ByRef.Boolean) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
PutHandler - Class in org.infinispan.server.websocket.handlers
Cache "get" operation handler.
PutHandler() - Constructor for class org.infinispan.server.websocket.handlers.PutHandler
 
putIfAbsent(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
An overloaded form of #putIfAbsent(K, V), which takes in an instance of Metadata which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc.
putIfAbsent(K, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
putIfAbsent(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putIfAbsent(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putIfAbsent(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
putIfAbsent(K, V) - Method in class org.infinispan.cache.impl.CacheImpl
 
putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
putIfAbsent(K, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
 
putIfAbsent(K, V) - Method in class org.infinispan.cache.impl.CacheSupport
 
putIfAbsent(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheSupport
 
putIfAbsent(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putIfAbsent(K, V) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putIfAbsent(K, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putIfAbsent(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putIfAbsent(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putIfAbsent(K, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
putIfAbsent(K, V) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
putIfAbsent(K, V, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
putIfAbsent(K, VersionedValue<V>) - Method in class org.infinispan.client.hotrod.near.NearCacheService
 
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) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
putIfAbsent(K, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
putIfAbsent(K, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
putIfAbsent(String, String) - Method in class org.infinispan.commons.util.TypedProperties
Put a value if the associated key is not present
putIfAbsent(K, V) - Method in class org.infinispan.jcache.embedded.JCache
 
putIfAbsent(K, V) - Method in class org.infinispan.jcache.remote.JCache
 
putIfAbsent(K, V) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
 
putIfAbsent(K, V) - Method in class org.infinispan.jcache.remote.RemoteCacheWithSyncListeners
 
putIfAbsent(K, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putIfAbsent(K, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putIfAbsent(K, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putIfAbsent(K, V) - Method in class org.infinispan.tree.impl.NodeImpl
 
putIfAbsent(K, V, Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
putIfAbsent(K, V) - Method in interface org.infinispan.tree.Node
If the specified key is not already associated with a value, associate it with the given value, and returns the Object (if any) that occupied the space, or null.
putIfAbsent(K, V, Flag...) - Method in interface org.infinispan.tree.Node
 
putIfAbsent(K, V) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
putIfAbsentAsync(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putIfAbsentAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
putIfAbsentAsync(K, V) - Method in class org.infinispan.cache.impl.CacheImpl
 
putIfAbsentAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
putIfAbsentAsync(K, V) - Method in class org.infinispan.cache.impl.CacheSupport
 
putIfAbsentAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheSupport
 
putIfAbsentAsync(K, V) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putIfAbsentAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
putIfAbsentAsync(K, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putIfAbsentAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
putIfAbsentAsync(K, V) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
putIfAbsentAsync(K, V, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
putIfAbsentAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #putIfAbsent(Object, Object).
putIfAbsentAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #putIfAbsent(Object, Object, long, TimeUnit) .
putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #putIfAbsent(Object, Object, long, TimeUnit, long, TimeUnit).
putIfAbsentAsync(K, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putIfAbsentAsync(K, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
putIfAbsentInternal(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
putIfAbsentInternal(K, V, Metadata) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
PutIfAbsentOperation<V> - Class in org.infinispan.client.hotrod.impl.operations
Implements "putIfAbsent" operation as described in Hot Rod protocol specification.
PutIfAbsentOperation(Codec, TransportFactory, Object, byte[], byte[], AtomicInteger, int, byte[], long, TimeUnit, long, TimeUnit) - Constructor for class org.infinispan.client.hotrod.impl.operations.PutIfAbsentOperation
 
PutKeyValueCommand - Class in org.infinispan.commands.write
Implements functionality defined by BasicCache.put(Object, Object)
PutKeyValueCommand() - Constructor for class org.infinispan.commands.write.PutKeyValueCommand
 
PutKeyValueCommand(Object, Object, boolean, CacheNotifier, Metadata, Set<Flag>, Equivalence, CommandInvocationId) - Constructor for class org.infinispan.commands.write.PutKeyValueCommand
 
putLookedUpEntries(Map<Object, CacheEntry>) - Method in class org.infinispan.transaction.impl.LocalTransaction
 
putLookedUpEntries(Map<Object, CacheEntry>) - Method in class org.infinispan.transaction.impl.RemoteTransaction
 
putLookedUpEntries(Map<Object, CacheEntry>) - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
putLookedUpEntry(Object, CacheEntry) - Method in interface org.infinispan.context.EntryLookup
Puts an entry in the registry of looked up entries in the current scope.
putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.context.impl.ClearInvocationContext
 
putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.context.impl.ImmutableContext
 
putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.context.impl.NonTxInvocationContext
 
putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.transaction.impl.LocalTransaction
 
putLookedUpEntry(Object, CacheEntry) - Method in class org.infinispan.transaction.impl.RemoteTransaction
 
putLookedUpEntry(Object, CacheEntry) - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
putLookedUpRemoteVersion(Object, EntryVersion) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
putLookedUpRemoteVersion(Object, EntryVersion) - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
PutMapCommand - Class in org.infinispan.commands.write
 
PutMapCommand() - Constructor for class org.infinispan.commands.write.PutMapCommand
 
PutMapCommand(Map<?, ?>, CacheNotifier, Metadata, Set<Flag>, CommandInvocationId) - Constructor for class org.infinispan.commands.write.PutMapCommand
 
PutMapCommand(PutMapCommand) - Constructor for class org.infinispan.commands.write.PutMapCommand
 
PutOperation<K,V> - Class in org.infinispan.atomic.impl
An atomic put operation.
PutOperation() - Constructor for class org.infinispan.atomic.impl.PutOperation
 
PutOperation<V> - Class in org.infinispan.client.hotrod.impl.operations
Implements "put" as defined by Hot Rod protocol specification.
PutOperation(Codec, TransportFactory, Object, byte[], byte[], AtomicInteger, int, byte[], long, TimeUnit, long, TimeUnit) - Constructor for class org.infinispan.client.hotrod.impl.operations.PutOperation
 
PutOperation.Externalizer - Class in org.infinispan.atomic.impl
 
putStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
PutStatement - Class in org.infinispan.cli.interpreter.statement
PutStatement puts an entry in the cache
PutStatement(List<Option>, KeyData, Object, ExpirationData) - Constructor for class org.infinispan.cli.interpreter.statement.PutStatement
 
putStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.putStatement_return
 

Q

qualifiers(Set<Annotation>) - Method in class org.infinispan.cdi.util.BeanBuilder
Define the qualifiers used for bean creation.
qualifiers(Annotation...) - Method in class org.infinispan.cdi.util.BeanBuilder
Define the qualifiers used for bean creation.
queriedAttributeNotFound(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
queriedAttributeNotFound(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
queriedAttributeNotFound(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
queriedAttributeNotFound(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
queriedAttributeNotFound(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
queriedAttributeNotFound(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
queriedAttributeNotFound(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
queriedAttributeNotFound(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
queriedAttributeNotFound(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
queriedAttributeNotFound(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
queriedAttributeNotFound(String) - Method in interface org.infinispan.util.logging.Log
 
queriedAttributeNotFound(String) - Method in class org.infinispan.util.logging.Log_$logger
 
queriedAttributeNotFound$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
queriedAttributeNotFound$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
queriedAttributeNotFound$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
queriedAttributeNotFound$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
queriedAttributeNotFound$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
queriedAttributeNotFound$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
queriedAttributeNotFound$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
queriedAttributeNotFound$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
queriedAttributeNotFound$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
queriedAttributeNotFound$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
queriedAttributeNotFound$str() - Method in class org.infinispan.util.logging.Log_$logger
 
Query - Interface in org.infinispan.query.dsl
An immutable object representing both the query and the result.
QUERY_DSL_FILTER_FACTORY_NAME - Static variable in class org.infinispan.client.hotrod.event.ClientEvents
Deprecated.
replaced by Filters.QUERY_DSL_FILTER_FACTORY_NAME; will be removed in 8.3
QUERY_DSL_FILTER_FACTORY_NAME - Static variable in class org.infinispan.client.hotrod.filter.Filters
The name of the factory used for query DSL based filters and converters.
QUERY_PROTO_RES - Static variable in class org.infinispan.query.remote.client.MarshallerRegistration
 
QUERY_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
QUERY_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
queryAlreadyBelongsToAnotherBuilder() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
queryAlreadyBelongsToAnotherBuilder() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
queryAlreadyBelongsToAnotherBuilder$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
QueryBuilder<Q extends Query> - Interface in org.infinispan.query.dsl
A builder for Query objects.
queryDoesNotHaveParameters() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
queryDoesNotHaveParameters() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
queryDoesNotHaveParameters$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
queryFactory - Variable in class org.infinispan.query.dsl.impl.BaseQuery
 
queryFactory - Variable in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
QueryFactory<Q extends Query> - Interface in org.infinispan.query.dsl
Factory for query DSL objects.
QueryOperation - Class in org.infinispan.client.hotrod.impl.operations
 
QueryOperation(Codec, TransportFactory, byte[], AtomicInteger, int, RemoteQuery) - Constructor for class org.infinispan.client.hotrod.impl.operations.QueryOperation
 
queryParameterNotSet(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
queryParameterNotSet(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
queryParameterNotSet$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
QueryRequest - Class in org.infinispan.query.remote.client
 
QueryRequest() - Constructor for class org.infinispan.query.remote.client.QueryRequest
 
QueryRequest.Marshaller - Class in org.infinispan.query.remote.client
 
QueryRequest.NamedParameter - Class in org.infinispan.query.remote.client
 
QueryRequest.NamedParameter.Marshaller - Class in org.infinispan.query.remote.client
 
QueryResponse - Class in org.infinispan.query.remote.client
 
QueryResponse() - Constructor for class org.infinispan.query.remote.client.QueryResponse
 
QueryResponse.Marshaller - Class in org.infinispan.query.remote.client
 
queue() - Method in class org.infinispan.stats.container.ConcurrentGlobalContainer
 
QueueingListener() - Constructor for class org.infinispan.distexec.DistributedExecutionCompletionService.QueueingListener
 
QueueingSegmentListener<K,V,E extends Event<K,V>> - Interface in org.infinispan.notifications.cachelistener
This interface describes methods needed for a segment listener that is used when iterating over the current events and be able to queue them properly
queueLength() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
queueRebalance(List<Address>) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
Queue (or start) a rebalance.
queueRebalance(List<Address>) - Method in class org.infinispan.topology.ClusterCacheStatus
 
Quit - Class in org.infinispan.cli.commands.client
 
Quit() - Constructor for class org.infinispan.cli.commands.client.Quit
 

R

RACK_ID - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
 
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.
RANDOM_NODE_FAILOVER - Static variable in class org.infinispan.distexec.DefaultExecutorService
 
randomCacheModeSynonymsDeprecated(String, String, List) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated(String, String, List) - Method in class org.infinispan.lucene.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated(String, String, List) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated(String, String, List) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated(String, String, List) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated(String, String, List) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
randomCacheModeSynonymsDeprecated(String, String, List) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
randomCacheModeSynonymsDeprecated(String, String, List) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated(String, String, List) - Method in class org.infinispan.stats.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated(String, String, List) - Method in class org.infinispan.tree.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated(String, String, List<String>) - Method in interface org.infinispan.util.logging.Log
 
randomCacheModeSynonymsDeprecated(String, String, List) - Method in class org.infinispan.util.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
randomCacheModeSynonymsDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
randomCacheModeSynonymsDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
randomCacheModeSynonymsDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
randomClusterMembers(List<Address>, int) - Method in class org.infinispan.distexec.DefaultExecutorService
 
randomUUID() - Static method in class org.infinispan.topology.PersistentUUID
 
RangeConditionContext - Interface in org.infinispan.query.dsl
A context for ranges.
RangeSet(int) - Constructor for class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.RangeSet
 
RankCalculator() - Constructor for class org.infinispan.container.versioning.NumericVersionGenerator.RankCalculator
 
rawValues(boolean) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
rawValues() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
rawValues(boolean) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
rawValues(boolean) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
Normally the RemoteStore stores values wrapped in InternalCacheEntry.
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(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() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.SaslInputStream
 
read(byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.SaslInputStream
 
read(byte[], int, int) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.SaslInputStream
 
read(Attribute<T>) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
read(AttributeSet) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
read(T) - Method in interface org.infinispan.commons.configuration.Builder
Reads the configuration from an already created configuration bean into this builder.
read() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
read(byte[]) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
read(byte[], int, int) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
read() - Method in class org.infinispan.commons.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.infinispan.commons.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
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(T) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
 
read(AsyncConfiguration) - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
 
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
 
read(CompatibilityModeConfiguration) - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
 
read(Configuration) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
read(CustomInterceptorsConfiguration) - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
 
read(CustomStoreConfiguration) - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
 
read(DataContainerConfiguration) - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
 
read(DeadlockDetectionConfiguration) - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
 
read(EvictionConfiguration) - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
 
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(InterceptorConfiguration) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
 
read(InvocationBatchingConfiguration) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
 
read(JMXStatisticsConfiguration) - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
 
read(L1Configuration) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
 
read(LockingConfiguration) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
 
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(SingletonStoreConfiguration) - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
 
read(SitesConfiguration) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
 
read(StateTransferConfiguration) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
 
read(StoreAsBinaryConfiguration) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
 
read(SyncConfiguration) - Method in class org.infinispan.configuration.cache.SyncConfigurationBuilder
 
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(VersioningConfiguration) - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
 
read(XSiteStateTransferConfiguration) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
 
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(GlobalJmxStatisticsConfiguration) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
 
read(Role) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
 
read(GlobalSecurityConfiguration) - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
 
read(GlobalStateConfiguration) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
 
read(ScheduledExecutorFactoryConfiguration) - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
 
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
 
read(ThreadPoolConfiguration) - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
 
read(TransportConfiguration) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
 
read() - Method in class org.infinispan.io.GridInputStream
 
read(byte[]) - Method in class org.infinispan.io.GridInputStream
 
read(byte[], int, int) - Method in class org.infinispan.io.GridInputStream
 
read(ByteBuffer) - Method in class org.infinispan.io.ReadableGridFileChannel
 
read() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
read(byte[]) - Method in class org.infinispan.io.UnclosableObjectInputStream
 
read(byte[], int, int) - Method in class org.infinispan.io.UnclosableObjectInputStream
 
read(LuceneLoaderConfiguration) - Method in class org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfigurationBuilder
 
read(CLInterfaceLoaderConfiguration) - Method in class org.infinispan.persistence.cli.configuration.CLInterfaceLoaderConfigurationBuilder
 
read(T) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
 
read(JdbcBinaryStoreConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
 
read(JdbcMixedStoreConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
 
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(SimpleConnectionFactoryConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
 
read(TableManipulationConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
 
read(JpaStoreConfiguration) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
 
read(LevelDBStoreConfiguration) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
 
read(ConnectionPoolConfiguration) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
 
read(ExecutorFactoryConfiguration) - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
 
read(RemoteServerConfiguration) - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
 
read(RemoteStoreConfiguration) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
read(SoftIndexFileStoreConfiguration) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
 
read(T) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
read(SslConfiguration) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
 
read(ChannelHandlerContext) - Method in class org.infinispan.server.core.transport.SaslQopHandler
 
read(MemcachedServerConfiguration) - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
 
read4ByteInt() - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
 
read4ByteInt() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
READ_WRITE_SNAPSHOT_VIEW - Static variable in interface org.infinispan.marshall.core.Ids
 
ReadableGridFileChannel - Class in org.infinispan.io
 
readArray() - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
 
readArray() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
reads an vint which is size; then an array having that size.
readBoolean() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readBoolean() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
readBooleanAttribute(Element, String, String, boolean) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
Retrieves the boolean value of a given attribute for the first encountered instance of elementName
readBooleanAttributeElement(XMLStreamReader, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
Read an element which contains only a single boolean attribute.
readBooleanContents(Element, String) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
Similar to XmlConfigHelper.readStringContents(org.w3c.dom.Element,String) except that it returns a boolean.
readBooleanContents(Element, String, boolean) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
Similar to XmlConfigHelper.readStringContents(org.w3c.dom.Element,String) except that it returns a boolean.
readByte() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
readByte() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
readByte() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readByte() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
readByte() - Method in class org.infinispan.lucene.impl.InfinispanIndexInput
 
readByte() - Method in class org.infinispan.lucene.impl.SingleChunkIndexInput
 
readByteArray(int) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
readByteArray(int) - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
readBytes(byte[], int, int) - Method in class org.infinispan.lucene.impl.InfinispanIndexInput
 
readBytes(byte[], int, int) - Method in class org.infinispan.lucene.impl.SingleChunkIndexInput
 
readChar() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readChar() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
readCommandHeader(ObjectInput) - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
 
ReadCommittedEntry - Class in org.infinispan.container.entries
A wrapper around a cached entry that encapsulates read committed semantics when writes are initiated, committed or rolled back.
ReadCommittedEntry(Object, Object, Metadata) - Constructor for class org.infinispan.container.entries.ReadCommittedEntry
 
ReadCommittedEntry.Flags - Enum in org.infinispan.container.entries
 
readDouble() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readDouble() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in interface org.infinispan.configuration.parsing.ConfigurationParser
The entry point of a configuration parser which gets passed a XMLExtendedStreamReader positioned at a root element associated with the parser itself according to the registered mapping.
readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.Parser72
 
readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.configuration.parsing.Parser80
 
readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.cli.configuration.CLInterfaceLoaderConfigurationParser72
 
readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.cli.configuration.CLInterfaceLoaderConfigurationParser80
 
readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser72
 
readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser80
 
readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationParser72
 
readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationParser80
 
readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationParser72
 
readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationParser80
 
readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationParser72
 
readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationParser80
 
readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationParser72
 
readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationParser80
 
readEvent(Transport, byte[], Marshaller) - Method in interface org.infinispan.client.hotrod.impl.protocol.Codec
 
readEvent(Transport, byte[], Marshaller) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
 
readEvent(Transport, byte[], Marshaller) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
readExternal(ObjectInput) - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
readExternal(Object, ObjectInput) - Method in class org.infinispan.commons.marshall.jboss.JBossExternalizerAdapter
 
readExternal(ObjectInput) - Method in class org.infinispan.commons.util.ImmutableListCopy
readExternal(ObjectInput) - Method in class org.infinispan.io.GridFile.Metadata
 
readExternal(ObjectInput) - Method in class org.infinispan.marshall.core.MarshalledValue
 
readFloat() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readFloat() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.CancelCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.control.LockControlCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.CreateCacheCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.read.AbstractLocalCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.read.GetAllCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.read.GetCacheEntryCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.read.GetKeyValueCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.read.MapCombineCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.read.ReduceCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.remote.ClusteredGetCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.remote.MultipleRpcCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTransactionsCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTxInfoCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.remote.SingleRpcCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.RemoveCacheCommand
 
readFrom(ObjectInput) - Method in interface org.infinispan.commands.ReplicableCommand
Reads this instance from the stream written by ReplicableCommand.writeTo(ObjectOutput).
readFrom(ObjectInput) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.tx.PrepareCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.tx.VersionedCommitCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.tx.VersionedPrepareCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.write.ClearCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.write.InvalidateCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.write.InvalidateL1Command
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.write.PutMapCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.write.RemoveCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.write.RemoveExpiredCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.commands.write.ReplaceCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.iteration.impl.EntryRequestCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.iteration.impl.EntryResponseCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.manager.impl.ReplicableCommandManagerFunction
 
readFrom(ObjectInput) - Method in class org.infinispan.manager.impl.ReplicableCommandRunnable
 
readFrom(MessageMarshaller.ProtoStreamReader) - Method in class org.infinispan.query.remote.client.ContinuousQueryResult.Marshaller
 
readFrom(MessageMarshaller.ProtoStreamReader) - Method in class org.infinispan.query.remote.client.FilterResult.Marshaller
 
readFrom(MessageMarshaller.ProtoStreamReader) - Method in class org.infinispan.query.remote.client.QueryRequest.Marshaller
 
readFrom(MessageMarshaller.ProtoStreamReader) - Method in class org.infinispan.query.remote.client.QueryRequest.NamedParameter.Marshaller
 
readFrom(MessageMarshaller.ProtoStreamReader) - Method in class org.infinispan.query.remote.client.QueryResponse.Marshaller
 
readFrom(ObjectInput) - Method in class org.infinispan.statetransfer.StateRequestCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.statetransfer.StateResponseCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.stream.impl.StreamRequestCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.stream.impl.StreamResponseCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.stream.impl.StreamSegmentResponseCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.xsite.SingleXSiteRpcCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
readFrom(ObjectInput) - Method in class org.infinispan.xsite.XSiteAdminCommand
 
readFromType(AnnotatedType<X>) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Reads in from an existing AnnotatedType.
readFromType(AnnotatedType<X>, boolean) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Reads in from an existing AnnotatedType.
readFromType(Class<X>) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Reads the annotations from an existing java type.
readFromType(Class<X>, boolean) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Reads the annotations from an existing java type.
readFromType(AnnotatedType<T>) - Method in class org.infinispan.cdi.util.BeanBuilder
Read the AnnotatedType, creating a bean from the class and it's annotations.
readFully(byte[]) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readFully(byte[], int, int) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readFully(byte[]) - Method in class org.infinispan.io.UnclosableObjectInputStream
 
readFully(byte[], int, int) - Method in class org.infinispan.io.UnclosableObjectInputStream
 
readHeader(Transport, HeaderParams) - Method in interface org.infinispan.client.hotrod.impl.protocol.Codec
Reads a response header from the transport and returns the status of the response.
readHeader(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
 
readHeader(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
readHeaderAndValidate(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.operations.HotRodOperation
Magic | Message Id | Op code | Status | Topology Change Marker
readHeaderOrEvent(Transport, HeaderParams, byte[], Marshaller) - Method in interface org.infinispan.client.hotrod.impl.protocol.Codec
 
readHeaderOrEvent(Transport, HeaderParams, byte[], Marshaller) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
 
readHeaderOrEvent(Transport, HeaderParams, byte[], Marshaller) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
readInt() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readInt() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
readLegacyParameters(ObjectInput) - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
 
readLine() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readLine() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
readln(String) - Method in class org.infinispan.cli.io.ConsoleIOAdapter
 
readln(String) - Method in interface org.infinispan.cli.io.IOAdapter
 
readln(String) - Method in class org.infinispan.cli.io.StreamIOAdapter
 
readLong() - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
 
readLong() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
readLong() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readLong() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
readManagedAttributeAlreadyPresent(Method) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
readManagedAttributeAlreadyPresent(Method) - Method in class org.infinispan.lucene.logging.Log_$logger
 
readManagedAttributeAlreadyPresent(Method) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
readManagedAttributeAlreadyPresent(Method) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
readManagedAttributeAlreadyPresent(Method) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
readManagedAttributeAlreadyPresent(Method) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
readManagedAttributeAlreadyPresent(Method) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
readManagedAttributeAlreadyPresent(Method) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
readManagedAttributeAlreadyPresent(Method) - Method in class org.infinispan.stats.logging.Log_$logger
 
readManagedAttributeAlreadyPresent(Method) - Method in class org.infinispan.tree.logging.Log_$logger
 
readManagedAttributeAlreadyPresent(Method) - Method in interface org.infinispan.util.logging.Log
 
readManagedAttributeAlreadyPresent(Method) - Method in class org.infinispan.util.logging.Log_$logger
 
readManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
readManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
readManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
readManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
readManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
readManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
readManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
readManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
readManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
readManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
readManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.util.logging.Log_$logger
 
readMaybeRangedBytes(ByteBuf) - Static method in class org.infinispan.server.core.transport.ExtendedByteBufJava
 
readMaybeRangedBytes(ByteBuf, int) - Static method in class org.infinispan.server.core.transport.ExtendedByteBufJava
 
readMaybeVInt(ByteBuf) - Static method in class org.infinispan.server.core.transport.ExtendedByteBufJava
 
readMaybeVLong(ByteBuf) - Static method in class org.infinispan.server.core.transport.ExtendedByteBufJava
 
readMetadata(URL) - Method in class org.infinispan.factories.components.ComponentMetadataRepo
 
readNeedsRemoteValue(InvocationContext, AbstractDataCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
readNewTopologyAndHash(Transport, AtomicInteger, byte[]) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
 
readNewTopologyAndHash(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
readNewTopologyIfPresent(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
 
readNewTopologyIfPresent(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
readObject(ObjectInput) - Method in class org.infinispan.atomic.DeltaCompositeKey.DeltaCompositeKeyExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.atomic.impl.AtomicHashMap.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.atomic.impl.AtomicHashMapDelta.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.atomic.impl.ClearOperation.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.atomic.impl.PutOperation.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.atomic.impl.RemoveOperation.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.commands.CommandInvocationId.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.commands.write.ValueMatcher.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.commons.hash.MurmurHash2.Externalizer
Deprecated.
 
readObject(ObjectInput) - Method in class org.infinispan.commons.hash.MurmurHash3.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
 
readObject() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readObject(ObjectInput) - Method in interface org.infinispan.commons.marshall.Externalizer
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.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
 
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.KeyValueWithPrevious.KeyValueWithPreviousExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.ImmortalCacheEntry.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.ImmortalCacheValue.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.MortalCacheEntry.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.MortalCacheValue.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.TransientCacheEntry.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.TransientCacheValue.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.entries.TransientMortalCacheValue.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.versioning.NumericVersion.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.container.versioning.SimpleClusteredVersion.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.context.Flag.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaAwareListExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaListExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.AffinityPartitioner.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.HashFunctionPartitioner.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.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.CollectionKeyFilter.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.filter.CompositeKeyFilter.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.filter.KeyFilterAsKeyValueFilter.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.filter.KeyValueFilterAsKeyFilter.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.filter.NullValueConverter.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotViewExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.functional.impl.MetaParams.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata.Externalizer
 
readObject(ObjectInput) - Static method in class org.infinispan.functional.impl.Params
 
readObject() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
readObject(ObjectInput) - Method in class org.infinispan.lucene.ChunkCacheKey.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.lucene.FileCacheKey.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.lucene.FileListCacheKey.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.lucene.FileMetadata.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.lucene.FileReadLockKey.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.lucene.impl.AddOperation.AddOperationExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.lucene.impl.DeleteOperation.DeleteElementOperationExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.lucene.impl.FileListCacheValue.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.lucene.impl.FileListCacheValueDelta.Externalizer
 
readObject(Unmarshaller) - Method in class org.infinispan.marshall.core.ExternalizerTable
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.core.MarshalledEntryImpl.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.core.MarshalledValue.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.ArrayExternalizers.ListArray
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.CacheRpcCommandExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.DoubleSummaryStatisticsExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.EnumSetExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.IntSummaryStatisticsExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.ListExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.LongSummaryStatisticsExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.MapExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.EntryVersionParamExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.LifespanExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.NumericEntryVersionExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.OptionalExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.SetExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.marshall.exts.SingletonListExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.metadata.EmbeddedMetadata.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.metadata.impl.InternalMetadataImpl.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEventCallable.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCallable.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.ConverterAsCacheEventConverter.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.persistence.remote.upgrade.MigrationTask.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.registry.ScopedKey.Externalizer
Deprecated.
 
readObject(ObjectInput) - Method in class org.infinispan.remoting.responses.CacheNotFoundResponse.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.remoting.responses.ExceptionResponse.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.remoting.responses.SuccessfulResponse.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.remoting.responses.UnsureResponse.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.server.core.security.InetAddressPrincipal.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.server.core.security.simple.SimpleGroupPrincipal.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.server.core.security.simple.SimpleSubjectUserInfo.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.server.core.security.simple.SimpleUserPrincipal.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.statetransfer.StateChunk.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.statetransfer.TransactionInfo.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.stream.impl.intops.IntermediateOperationExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.stream.impl.termop.TerminalOperationExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.topology.CacheJoinInfo.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.topology.CacheStatusResponse.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.transaction.xa.DldGlobalTransaction.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.transaction.xa.GlobalTransaction.AbstractGlobalTxExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareDldGlobalTransaction.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareGlobalTransaction.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.transaction.xa.recovery.SerializableXid.XidExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.tree.Fqn.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.tree.impl.NodeKey.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.util.KeyValuePair.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.xsite.statetransfer.XSiteState.XSiteStateExternalizer
 
readOnly(CacheEntry<K, V>) - Static method in class org.infinispan.functional.impl.EntryViews
 
readOnly(K, V, Metadata) - Static method in class org.infinispan.functional.impl.EntryViews
 
ReadOnlyDataContainerBackedKeySet - Class in org.infinispan.util
A Set view of keys in a data container, which is read-only and has efficient contains(), unlike some data container ley sets.
ReadOnlyDataContainerBackedKeySet(DataContainer) - Constructor for class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
 
ReadOnlyKeyCommand<K,V,R> - Class in org.infinispan.commands.functional
 
ReadOnlyKeyCommand(Object, Function<EntryView.ReadEntryView<K, V>, R>) - Constructor for class org.infinispan.commands.functional.ReadOnlyKeyCommand
 
ReadOnlyKeyCommand() - Constructor for class org.infinispan.commands.functional.ReadOnlyKeyCommand
 
ReadOnlyManyCommand<K,V,R> - Class in org.infinispan.commands.functional
 
ReadOnlyManyCommand(Set<? extends K>, Function<EntryView.ReadEntryView<K, V>, R>) - Constructor for class org.infinispan.commands.functional.ReadOnlyManyCommand
 
ReadOnlyManyCommand() - Constructor for class org.infinispan.commands.functional.ReadOnlyManyCommand
 
ReadOnlyMapImpl<K,V> - Class in org.infinispan.functional.impl
Read-only map implementation.
readOnlyPermissionCollection() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
readOnlyPermissionCollection() - Method in class org.infinispan.lucene.logging.Log_$logger
 
readOnlyPermissionCollection() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
readOnlyPermissionCollection() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
readOnlyPermissionCollection() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
readOnlyPermissionCollection() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
readOnlyPermissionCollection() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
readOnlyPermissionCollection() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
readOnlyPermissionCollection() - Method in class org.infinispan.stats.logging.Log_$logger
 
readOnlyPermissionCollection() - Method in class org.infinispan.tree.logging.Log_$logger
 
readOnlyPermissionCollection() - Method in interface org.infinispan.util.logging.Log
 
readOnlyPermissionCollection() - Method in class org.infinispan.util.logging.Log_$logger
 
readOnlyPermissionCollection$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
readOnlyPermissionCollection$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
readOnlyPermissionCollection$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
readOnlyPermissionCollection$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
readOnlyPermissionCollection$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
readOnlyPermissionCollection$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
readOnlyPermissionCollection$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
readOnlyPermissionCollection$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
readOnlyPermissionCollection$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
readOnlyPermissionCollection$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
readOnlyPermissionCollection$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ReadOnlySegmentAwareEntryIterator<K,V> - Class in org.infinispan.distribution.util
Iterator implementation that shows a read only view of the provided iterator by only allowing values that map to a given segment using the provided consistent hash.
ReadOnlySegmentAwareEntryIterator(Iterator<Map.Entry<K, V>>, ConsistentHash, Set<Integer>) - Constructor for class org.infinispan.distribution.util.ReadOnlySegmentAwareEntryIterator
 
ReadOnlySegmentAwareEntrySet<K,V> - Class in org.infinispan.distribution.util
Iterator implementation that shows a read only view of the provided iterator by only allowing values that map to a given segment using the provided consistent hash.
ReadOnlySegmentAwareEntrySet(Set<Map.Entry<K, V>>, ConsistentHash, Set<Integer>) - Constructor for class org.infinispan.distribution.util.ReadOnlySegmentAwareEntrySet
 
ReadOnlySegmentAwareIterator<E> - Class in org.infinispan.distribution.util
Iterator implementation that shows a read only view of the provided iterator by only allowing values that map to a given segment using the provided consistent hash.
ReadOnlySegmentAwareIterator(Iterator<E>, ConsistentHash, Set<Integer>) - Constructor for class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
 
ReadOnlySegmentAwareMap<K,V> - Class in org.infinispan.distribution.util
Map implementation that shows a read only view of the provided entry by only allowing entries whose key maps to a given segment using the provided consistent hash.
ReadOnlySegmentAwareMap(Map<K, V>, ConsistentHash, Set<Integer>) - Constructor for class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
 
ReadOnlySegmentAwareSet<E> - Class in org.infinispan.distribution.util
Set implementation that shows a read only view of the provided set by only allowing entries that map to a given segment using the provided consistent hash.
ReadOnlySegmentAwareSet(Set<E>, ConsistentHash, Set<Integer>) - Constructor for class org.infinispan.distribution.util.ReadOnlySegmentAwareSet
 
readPartialEvent(Transport, byte[], Marshaller, short) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
readPartialEvent(Transport, byte[], Marshaller, short) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec21
 
readPropertiesContents(Element, String) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
Reads the contents of a named sub element within a given element, and attempts to parse the contents as a Java properties file.
readPropertiesContents(Element) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
 
readResolve() - Method in class org.infinispan.cli.interpreter.logging.Messages_$bundle
 
readResolve() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
readScopedState(String) - Method in interface org.infinispan.globalstate.GlobalStateManager
Reads the persistent state for the specified scope.
readScopedState(String) - Method in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
 
readsExistingValues() - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
 
readsExistingValues() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
 
readsExistingValues() - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
 
readsExistingValues() - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
 
readsExistingValues() - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
readsExistingValues() - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
readsExistingValues() - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
 
readsExistingValues() - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
 
readsExistingValues() - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
readsExistingValues() - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
readsExistingValues() - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
readsExistingValues() - Method in class org.infinispan.commands.read.EntrySetCommand
 
readsExistingValues() - Method in class org.infinispan.commands.read.GetAllCommand
 
readsExistingValues() - Method in class org.infinispan.commands.read.GetCacheEntryCommand
 
readsExistingValues() - Method in class org.infinispan.commands.read.GetKeyValueCommand
 
readsExistingValues() - Method in class org.infinispan.commands.read.KeySetCommand
 
readsExistingValues() - Method in class org.infinispan.commands.read.SizeCommand
 
readsExistingValues() - Method in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
readsExistingValues() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
readsExistingValues() - Method in interface org.infinispan.commands.VisitableCommand
 
readsExistingValues() - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
readsExistingValues() - Method in class org.infinispan.commands.write.ClearCommand
 
readsExistingValues() - Method in class org.infinispan.commands.write.EvictCommand
 
readsExistingValues() - Method in class org.infinispan.commands.write.InvalidateCommand
 
readsExistingValues() - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
readsExistingValues() - Method in class org.infinispan.commands.write.PutMapCommand
 
readsExistingValues() - Method in class org.infinispan.commands.write.RemoveCommand
 
readsExistingValues() - Method in class org.infinispan.commands.write.ReplaceCommand
 
readShort() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readShort() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
readSignedInt(ObjectInput) - Static method in class org.infinispan.commons.io.SignedNumeric
 
readSignedInt(InputStream) - 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.
readString() - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
 
readString() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
readStringAttributeElement(XMLStreamReader, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
Read an element which contains only a single string attribute.
readStringContents(Element, String) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
Reads the contents of the first occurrence of elementName under the given element, trimming results of whitespace.
readUnmarshallByteArray(Transport, short) - Method in interface org.infinispan.client.hotrod.impl.protocol.Codec
Read and unmarshall byte array.
readUnmarshallByteArray(Transport, short) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
 
readUnmarshallByteArray(Transport, short) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
readUnsignedByte() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readUnsignedByte() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
readUnsignedInt(ObjectInput) - 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(ByteBuffer) - Static method in class org.infinispan.commons.io.UnsignedNumeric
 
readUnsignedInt(byte[], int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
Reads an int stored in variable-length format.
readUnsignedLong(ObjectInput) - Static method in class org.infinispan.commons.io.UnsignedNumeric
Reads a long stored in variable-length format.
readUnsignedLong(InputStream) - Static method in class org.infinispan.commons.io.UnsignedNumeric
 
readUnsignedLong(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.
readUnsignedMaybeLong(ByteBuf) - Static method in class org.infinispan.server.core.transport.ExtendedByteBufJava
 
readUnsignedShort() - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
 
readUnsignedShort() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
readUnsignedShort() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readUnsignedShort() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
readUTF() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readUTF() - Method in class org.infinispan.io.UnclosableObjectInputStream
 
readVersionsFromResponse(Response, CacheTransaction) - Static method in class org.infinispan.transaction.impl.WriteSkewHelper
 
readVInt() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
readVInt() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
readVLong() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
readVLong() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
readWrite(CacheEntry<K, V>) - Static method in class org.infinispan.functional.impl.EntryViews
 
readWrite(CacheEntry<K, V>, V, Metadata) - Static method in class org.infinispan.functional.impl.EntryViews
 
ReadWriteKeyCommand<K,V,R> - Class in org.infinispan.commands.functional
 
ReadWriteKeyCommand(K, Function<EntryView.ReadWriteEntryView<K, V>, R>, CommandInvocationId, ValueMatcher, Params) - Constructor for class org.infinispan.commands.functional.ReadWriteKeyCommand
 
ReadWriteKeyCommand() - Constructor for class org.infinispan.commands.functional.ReadWriteKeyCommand
 
ReadWriteKeyValueCommand<K,V,R> - Class in org.infinispan.commands.functional
 
ReadWriteKeyValueCommand(K, V, BiFunction<V, EntryView.ReadWriteEntryView<K, V>, R>, CommandInvocationId, ValueMatcher, Params) - Constructor for class org.infinispan.commands.functional.ReadWriteKeyValueCommand
 
ReadWriteKeyValueCommand() - Constructor for class org.infinispan.commands.functional.ReadWriteKeyValueCommand
 
ReadWriteManyCommand<K,V,R> - Class in org.infinispan.commands.functional
 
ReadWriteManyCommand(Set<? extends K>, Function<EntryView.ReadWriteEntryView<K, V>, R>, Params) - Constructor for class org.infinispan.commands.functional.ReadWriteManyCommand
 
ReadWriteManyCommand(ReadWriteManyCommand) - Constructor for class org.infinispan.commands.functional.ReadWriteManyCommand
 
ReadWriteManyCommand() - Constructor for class org.infinispan.commands.functional.ReadWriteManyCommand
 
ReadWriteManyEntriesCommand<K,V,R> - Class in org.infinispan.commands.functional
 
ReadWriteManyEntriesCommand(Map<? extends K, ? extends V>, BiFunction<V, EntryView.ReadWriteEntryView<K, V>, R>, Params) - Constructor for class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
ReadWriteManyEntriesCommand() - Constructor for class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
ReadWriteManyEntriesCommand(ReadWriteManyEntriesCommand) - Constructor for class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
ReadWriteMapImpl<K,V> - Class in org.infinispan.functional.impl
Read-write map implementation.
ReadWriteSnapshotViewExternalizer() - Constructor for class org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotViewExternalizer
 
ReadyAction - Interface in org.infinispan.remoting.inboundhandler.action
An interface that allows the PerCacheInboundInvocationHandler to check when this action is ready.
realIterator - Variable in class org.infinispan.iteration.impl.RemovableEntryIterator
 
realIterator - Variable in class org.infinispan.stream.impl.RemovableCloseableIterator
 
realIterator - Variable in class org.infinispan.stream.impl.RemovableIterator
 
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(boolean) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
Enable the background reaper to test entries for expiration.
reaperEnabled() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
 
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
Create a new consistent hash instance, based on an existing instance, but "balanced" according to the implementation's rules.
rebalance(DefaultConsistentHash) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
rebalance(ReplicatedConsistentHash) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
 
rebalance(DefaultConsistentHash) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
 
rebalance(ReplicatedConsistentHash) - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory
 
rebalance(CacheTopology) - Method in interface org.infinispan.topology.CacheTopologyHandler
Invoked when state transfer has to be started.
rebalanceBuilder(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
rebalanceCompleted(String, Address, int) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
rebalanceCompleted(String, Address, int) - Method in class org.infinispan.lucene.logging.Log_$logger
 
rebalanceCompleted(String, Address, int) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
rebalanceCompleted(String, Address, int) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
rebalanceCompleted(String, Address, int) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
rebalanceCompleted(String, Address, int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
rebalanceCompleted(String, Address, int) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
rebalanceCompleted(String, Address, int) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
rebalanceCompleted(String, Address, int) - Method in class org.infinispan.stats.logging.Log_$logger
 
rebalanceCompleted(String, Address, int) - Method in class org.infinispan.tree.logging.Log_$logger
 
rebalanceCompleted() - Method in interface org.infinispan.util.logging.events.Messages
 
rebalanceCompleted() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
rebalanceCompleted(String, Address, int) - Method in interface org.infinispan.util.logging.Log
 
rebalanceCompleted(String, Address, int) - Method in class org.infinispan.util.logging.Log_$logger
 
rebalanceCompleted$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
rebalanceCompleted$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
rebalanceCompleted$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
rebalanceCompleted$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
rebalanceCompleted$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
rebalanceCompleted$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
rebalanceCompleted$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
rebalanceCompleted$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
rebalanceCompleted$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
rebalanceCompleted$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
rebalanceCompleted$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
rebalanceCompleted$str() - Method in class org.infinispan.util.logging.Log_$logger
 
rebalanceError(String, Address, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
rebalanceError(String, Address, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
rebalanceError(String, Address, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
rebalanceError(String, Address, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
rebalanceError(String, Address, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
rebalanceError(String, Address, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
rebalanceError(String, Address, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
rebalanceError(String, Address, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
rebalanceError(String, Address, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
rebalanceError(String, Address, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
rebalanceError(String, Address, Throwable) - Method in interface org.infinispan.util.logging.Log
 
rebalanceError(String, Address, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
rebalanceError$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
rebalanceError$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
rebalanceError$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
rebalanceError$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
rebalanceError$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
rebalanceError$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
rebalanceError$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
rebalanceError$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
rebalanceError$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
rebalanceError$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
rebalanceError$str() - Method in class org.infinispan.util.logging.Log_$logger
 
rebalanceStarted() - Method in interface org.infinispan.util.logging.events.Messages
 
rebalanceStarted() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
rebalanceStarted$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
rebalanceStartError(String, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
rebalanceStartError(String, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
rebalanceStartError(String, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
rebalanceStartError(String, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
rebalanceStartError(String, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
rebalanceStartError(String, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
rebalanceStartError(String, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
rebalanceStartError(String, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
rebalanceStartError(String, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
rebalanceStartError(String, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
rebalanceStartError(String, Throwable) - Method in interface org.infinispan.util.logging.Log
 
rebalanceStartError(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
rebalanceStartError$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
rebalanceStartError$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
rebalanceStartError$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
rebalanceStartError$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
rebalanceStartError$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
rebalanceStartError$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
rebalanceStartError$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
rebalanceStartError$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
rebalanceStartError$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
rebalanceStartError$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
rebalanceStartError$str() - Method in class org.infinispan.util.logging.Log_$logger
 
rebalancingEnabled() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
rebalancingEnabled() - Method in class org.infinispan.lucene.logging.Log_$logger
 
rebalancingEnabled() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
rebalancingEnabled() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
rebalancingEnabled() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
rebalancingEnabled() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
rebalancingEnabled() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
rebalancingEnabled() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
rebalancingEnabled() - Method in class org.infinispan.stats.logging.Log_$logger
 
rebalancingEnabled() - Method in class org.infinispan.tree.logging.Log_$logger
 
rebalancingEnabled() - Method in interface org.infinispan.util.logging.Log
 
rebalancingEnabled() - Method in class org.infinispan.util.logging.Log_$logger
 
rebalancingEnabled$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
rebalancingEnabled$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
rebalancingEnabled$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
rebalancingEnabled$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
rebalancingEnabled$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
rebalancingEnabled$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
rebalancingEnabled$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
rebalancingEnabled$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
rebalancingEnabled$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
rebalancingEnabled$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
rebalancingEnabled$str() - Method in class org.infinispan.util.logging.Log_$logger
 
RebalancingStatus - Enum in org.infinispan.topology
RebalancingStatus.
rebalancingSuspended() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
rebalancingSuspended() - Method in class org.infinispan.lucene.logging.Log_$logger
 
rebalancingSuspended() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
rebalancingSuspended() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
rebalancingSuspended() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
rebalancingSuspended() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
rebalancingSuspended() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
rebalancingSuspended() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
rebalancingSuspended() - Method in class org.infinispan.stats.logging.Log_$logger
 
rebalancingSuspended() - Method in class org.infinispan.tree.logging.Log_$logger
 
rebalancingSuspended() - Method in interface org.infinispan.util.logging.Log
 
rebalancingSuspended() - Method in class org.infinispan.util.logging.Log_$logger
 
rebalancingSuspended$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
rebalancingSuspended$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
rebalancingSuspended$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
rebalancingSuspended$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
rebalancingSuspended$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
rebalancingSuspended$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
rebalancingSuspended$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
rebalancingSuspended$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
rebalancingSuspended$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
rebalancingSuspended$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
rebalancingSuspended$str() - Method in class org.infinispan.util.logging.Log_$logger
 
recalculateMinTopologyIdIfNeeded(CacheTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
 
receivedClusterView(String, View) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
receivedClusterView(String, View) - Method in class org.infinispan.lucene.logging.Log_$logger
 
receivedClusterView(String, View) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
receivedClusterView(String, View) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
receivedClusterView(String, View) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
receivedClusterView(String, View) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
receivedClusterView(String, View) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
receivedClusterView(String, View) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
receivedClusterView(String, View) - Method in class org.infinispan.stats.logging.Log_$logger
 
receivedClusterView(String, View) - Method in class org.infinispan.tree.logging.Log_$logger
 
receivedClusterView(String, View) - Method in interface org.infinispan.util.logging.Log
 
receivedClusterView(String, View) - Method in class org.infinispan.util.logging.Log_$logger
 
receivedClusterView$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
receivedClusterView$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
receivedClusterView$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
receivedClusterView$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
receivedClusterView$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
receivedClusterView$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
receivedClusterView$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
receivedClusterView$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
receivedClusterView$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
receivedClusterView$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
receivedClusterView$str() - Method in class org.infinispan.util.logging.Log_$logger
 
receivedMergedView(String, View) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
receivedMergedView(String, View) - Method in class org.infinispan.lucene.logging.Log_$logger
 
receivedMergedView(String, View) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
receivedMergedView(String, View) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
receivedMergedView(String, View) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
receivedMergedView(String, View) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
receivedMergedView(String, View) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
receivedMergedView(String, View) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
receivedMergedView(String, View) - Method in class org.infinispan.stats.logging.Log_$logger
 
receivedMergedView(String, View) - Method in class org.infinispan.tree.logging.Log_$logger
 
receivedMergedView(String, View) - Method in interface org.infinispan.util.logging.Log
 
receivedMergedView(String, View) - Method in class org.infinispan.util.logging.Log_$logger
 
receivedMergedView$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
receivedMergedView$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
receivedMergedView$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
receivedMergedView$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
receivedMergedView$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
receivedMergedView$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
receivedMergedView$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
receivedMergedView$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
receivedMergedView$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
receivedMergedView$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
receivedMergedView$str() - Method in class org.infinispan.util.logging.Log_$logger
 
receiveResponse(UUID, Address, Set<Integer>, Set<Integer>, Collection<CacheEntry<K, C>>, CacheException) - Method in class org.infinispan.iteration.impl.DistributedEntryRetriever
 
receiveResponse(UUID, Address, Set<Integer>, Set<Integer>, Collection<CacheEntry<K, C>>, CacheException) - Method in interface org.infinispan.iteration.impl.EntryRetriever
Deprecated.
This method is invoked on the local node who started the iteration process for each batch of values.
receiveResponse(UUID, Address, Set<Integer>, Set<Integer>, Collection<CacheEntry<K, C>>, CacheException) - Method in class org.infinispan.iteration.impl.LocalEntryRetriever
 
receiveResponse(Object, Address, boolean, Set<Integer>, R1) - Method in interface org.infinispan.stream.impl.ClusterStreamManager
Receives a response for a given request
receiveResponse(Object, Address, boolean, Set<Integer>, R1) - Method in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
receiveResponse(Object, Address, boolean, Set<Integer>, R1) - Method in class org.infinispan.stream.impl.tx.TxClusterStreamManager
 
receiveSuspect(Address) - Method in class org.infinispan.remoting.transport.jgroups.CustomRequestCorrelator
 
ReclosableLatch - Class in org.infinispan.util.concurrent
A thread gate, that uses an AbstractQueuedSynchronizer.
ReclosableLatch() - Constructor for class org.infinispan.util.concurrent.ReclosableLatch
 
ReclosableLatch(boolean) - Constructor for class org.infinispan.util.concurrent.ReclosableLatch
 
recordEviction() - Method in class org.infinispan.stats.impl.StatsCollector
 
recordHits(int, long) - Method in class org.infinispan.stats.impl.StatsCollector
 
recordKnownGlobalKeyset() - Method in class org.infinispan.upgrade.RollingUpgradeManager
 
recordKnownGlobalKeyset() - Method in interface org.infinispan.upgrade.SourceMigrator
Records all known keys and stores them under a well-known key which can be used for retrieval.
recordMisses(int, long) - Method in class org.infinispan.stats.impl.StatsCollector
 
recordRemoveHits(int, long) - Method in class org.infinispan.stats.impl.StatsCollector
 
recordRemoveMisses(int) - Method in class org.infinispan.stats.impl.StatsCollector
 
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.
recordStores(int, long) - Method in class org.infinispan.stats.impl.StatsCollector
 
recover(int) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
 
RecoverableTransactionIdentifier - Interface in org.infinispan.transaction.xa.recovery
Interface that adds recovery required information to a GlobalTransaction.
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
 
RecoveryAdminOperations - Class in org.infinispan.transaction.xa.recovery
Admin utility class for allowing management of in-doubt transactions (e.g.
RecoveryAdminOperations() - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
 
RecoveryAwareDldGlobalTransaction - Class in org.infinispan.transaction.xa.recovery
DldGlobalTransaction that also holds xid information, required for recovery.
RecoveryAwareDldGlobalTransaction() - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryAwareDldGlobalTransaction
 
RecoveryAwareDldGlobalTransaction(Address, boolean) - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryAwareDldGlobalTransaction
 
RecoveryAwareDldGlobalTransaction.Externalizer - Class in org.infinispan.transaction.xa.recovery
 
RecoveryAwareGlobalTransaction - Class in org.infinispan.transaction.xa.recovery
GlobalTransaction that also holds xid information, required for recovery.
RecoveryAwareGlobalTransaction() - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryAwareGlobalTransaction
 
RecoveryAwareGlobalTransaction(Address, boolean) - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryAwareGlobalTransaction
 
RecoveryAwareGlobalTransaction.Externalizer - Class in org.infinispan.transaction.xa.recovery
 
RecoveryAwareLocalTransaction - Class in org.infinispan.transaction.xa.recovery
Extends LocalXaTransaction and adds recovery related information.
RecoveryAwareLocalTransaction(Transaction, GlobalTransaction, boolean, int, Equivalence<Object>, long) - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryAwareLocalTransaction
 
RecoveryAwareRemoteTransaction - Class in org.infinispan.transaction.xa.recovery
Extends RemoteTransaction and adds recovery related information and functionality.
RecoveryAwareRemoteTransaction(WriteCommand[], GlobalTransaction, int, Equivalence<Object>, long) - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
 
RecoveryAwareRemoteTransaction(GlobalTransaction, int, Equivalence<Object>, long) - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
 
RecoveryAwareTransaction - Interface in org.infinispan.transaction.xa.recovery
Base interface for transactions that are holders of recovery information.
RecoveryAwareTransactionTable - Class in org.infinispan.transaction.xa.recovery
Transaction table that delegates prepared transaction's management to the RecoveryManager.
RecoveryAwareTransactionTable() - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
 
RecoveryCommand - Class in org.infinispan.commands.remote.recovery
Base class for recovery-related rpc-commands.
RecoveryCommand(String) - Constructor for class org.infinispan.commands.remote.recovery.RecoveryCommand
 
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.
recoveryIgnored() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
recoveryIgnored() - Method in class org.infinispan.lucene.logging.Log_$logger
 
recoveryIgnored() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
recoveryIgnored() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
recoveryIgnored() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
recoveryIgnored() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
recoveryIgnored() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
recoveryIgnored() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
recoveryIgnored() - Method in class org.infinispan.stats.logging.Log_$logger
 
recoveryIgnored() - Method in class org.infinispan.tree.logging.Log_$logger
 
recoveryIgnored() - Method in interface org.infinispan.util.logging.Log
 
recoveryIgnored() - Method in class org.infinispan.util.logging.Log_$logger
 
recoveryIgnored$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
recoveryIgnored$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
recoveryIgnored$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
recoveryIgnored$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
recoveryIgnored$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
recoveryIgnored$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
recoveryIgnored$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
recoveryIgnored$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
recoveryIgnored$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
recoveryIgnored$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
recoveryIgnored$str() - Method in class org.infinispan.util.logging.Log_$logger
 
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.
RecoveryInfoKey - Class in org.infinispan.transaction.xa.recovery
This makes sure that only xids pertaining to a certain cache are being returned when needed.
RecoveryInfoKey(Xid, String) - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryInfoKey
 
recoveryManager - Variable in class org.infinispan.commands.remote.recovery.RecoveryCommand
 
recoveryManager - Variable in class org.infinispan.commands.tx.PrepareCommand
 
RecoveryManager - Interface in org.infinispan.transaction.xa.recovery
RecoveryManager is the component responsible with managing recovery related information and the functionality associated with it.
RecoveryManager.InDoubtTxInfo - Interface in org.infinispan.transaction.xa.recovery
An object describing in doubt transaction's state.
RecoveryManager.RecoveryIterator - Interface in org.infinispan.transaction.xa.recovery
Stateful structure allowing prepared-tx retrieval in a batch-oriented manner, as required by XAResource.recover(int).
RecoveryManagerFactory - Class in org.infinispan.factories
Factory for RecoveryManager.
RecoveryManagerFactory() - Constructor for class org.infinispan.factories.RecoveryManagerFactory
 
RecoveryManagerImpl - Class in org.infinispan.transaction.xa.recovery
Default implementation for RecoveryManager
RecoveryManagerImpl(ConcurrentMap<RecoveryInfoKey, RecoveryAwareRemoteTransaction>, String) - Constructor for class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
recoveryNotSupportedWithAsync(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
recoveryNotSupportedWithAsync(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
recoveryNotSupportedWithAsync(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
recoveryNotSupportedWithAsync(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
recoveryNotSupportedWithAsync(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
recoveryNotSupportedWithAsync(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
recoveryNotSupportedWithAsync(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
recoveryNotSupportedWithAsync(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
recoveryNotSupportedWithAsync(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
recoveryNotSupportedWithAsync(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
recoveryNotSupportedWithAsync(String) - Method in interface org.infinispan.util.logging.Log
 
recoveryNotSupportedWithAsync(String) - Method in class org.infinispan.util.logging.Log_$logger
 
recoveryNotSupportedWithAsync$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
recoveryNotSupportedWithAsync$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
recoveryNotSupportedWithAsync$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
recoveryNotSupportedWithAsync$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
recoveryNotSupportedWithAsync$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
recoveryNotSupportedWithAsync$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
recoveryNotSupportedWithAsync$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
recoveryNotSupportedWithAsync$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
recoveryNotSupportedWithAsync$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
recoveryNotSupportedWithAsync$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
recoveryNotSupportedWithAsync$str() - Method in class org.infinispan.util.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit() - Method in class org.infinispan.lucene.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
recoveryNotSupportedWithAsyncCommit() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
recoveryNotSupportedWithAsyncCommit() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit() - Method in class org.infinispan.stats.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit() - Method in class org.infinispan.tree.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit() - Method in interface org.infinispan.util.logging.Log
 
recoveryNotSupportedWithAsyncCommit() - Method in class org.infinispan.util.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
recoveryNotSupportedWithAsyncCommit$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
recoveryNotSupportedWithAsyncCommit$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
recoveryNotSupportedWithAsyncCommit$str() - Method in class org.infinispan.util.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache() - Method in class org.infinispan.lucene.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
recoveryNotSupportedWithNonTxCache() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
recoveryNotSupportedWithNonTxCache() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache() - Method in class org.infinispan.stats.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache() - Method in class org.infinispan.tree.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache() - Method in interface org.infinispan.util.logging.Log
 
recoveryNotSupportedWithNonTxCache() - Method in class org.infinispan.util.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
recoveryNotSupportedWithNonTxCache$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
recoveryNotSupportedWithNonTxCache$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
recoveryNotSupportedWithNonTxCache$str() - Method in class org.infinispan.util.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization() - Method in class org.infinispan.lucene.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
recoveryNotSupportedWithSynchronization() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
recoveryNotSupportedWithSynchronization() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization() - Method in class org.infinispan.stats.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization() - Method in class org.infinispan.tree.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization() - Method in interface org.infinispan.util.logging.Log
 
recoveryNotSupportedWithSynchronization() - Method in class org.infinispan.util.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
recoveryNotSupportedWithSynchronization$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
recoveryNotSupportedWithSynchronization$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
recoveryNotSupportedWithSynchronization$str() - Method in class org.infinispan.util.logging.Log_$logger
 
recursiveFileRemove(String) - Static method in class org.infinispan.commons.util.Util
Deletes directory recursively.
recursiveFileRemove(File) - Static method in class org.infinispan.commons.util.Util
Deletes directory recursively.
recvBufSize() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
recvBufSize - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
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
redefineParameterValue(ParameterValueRedefiner.ParameterValue) - Method in interface org.infinispan.cdi.util.ParameterValueRedefiner
Callback allowing the default parameter value (that which would be injected according to the CDI type safe resolution rules) to be overridden.
reduce(T, BinaryOperator<T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that applies a binary folding operation to a start value and all elements of this traversable.
reduce(BinaryOperator<T>) - Method in interface org.infinispan.commons.api.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(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface org.infinispan.commons.api.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(long, BiFunction<? super K, ? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, or null if none.
reduce(long, BiFunction<? super K, ? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, or null if none.
reduce(ReduceCommand<KOut, VOut>) - Method in interface org.infinispan.distexec.mapreduce.MapReduceManager
Invoked when ReduceCommand arrives to a target Infinispan node.
reduce(ReduceCommand<KOut, VOut>, String) - Method in interface org.infinispan.distexec.mapreduce.MapReduceManager
Invoked when ReduceCommand arrives to a target Infinispan node.
reduce(ReduceCommand<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl
 
reduce(ReduceCommand<KOut, VOut>, String) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl
 
reduce(ReduceCommand<KOut, VOut>, Map<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl
 
reduce(KOut, Iterator<VOut>) - Method in interface org.infinispan.distexec.mapreduce.Reducer
Deprecated.
Combines/reduces all intermediate values for a particular intermediate key to a single value.
reduce(R, BinaryOperator<R>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
reduce(BinaryOperator<R>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
reduce(U, BiFunction<U, ? super R, U>, BinaryOperator<U>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
reduce(R, BinaryOperator<R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
reduce(BinaryOperator<R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
reduce(U, BiFunction<U, ? super R, U>, BinaryOperator<U>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
reduce(double, DoubleBinaryOperator) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
reduce(DoubleBinaryOperator) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
reduce(int, IntBinaryOperator) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
reduce(IntBinaryOperator) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
reduce(long, LongBinaryOperator) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
reduce(LongBinaryOperator) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
reduce(R, BinaryOperator<R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
reduce(BinaryOperator<R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
reduce(U, BiFunction<U, ? super R, U>, BinaryOperator<U>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
reduce(double, DoubleBinaryOperator) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
reduce(DoubleBinaryOperator) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
reduce(int, IntBinaryOperator) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
reduce(IntBinaryOperator) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
reduce(long, LongBinaryOperator) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
reduce(LongBinaryOperator) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
ReduceCommand<KOut,VOut> - Class in org.infinispan.commands.read
ReduceCommand is a container to migrate Reducer to a remote Infinispan node where it will get executed and return the result to an invoking/master node.
ReduceCommand(String) - Constructor for class org.infinispan.commands.read.ReduceCommand
 
ReduceCommand(String, Reducer<KOut, VOut>, String, Collection<KOut>) - Constructor for class org.infinispan.commands.read.ReduceCommand
 
reducedWith(Reducer<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Specifies Reducer to use for this MapReduceTask
reduceEntries(long, BiFunction<Map.Entry<K, V>, Map.Entry<K, V>, ? extends Map.Entry<K, V>>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating all entries using the given reducer to combine values, or null if none.
reduceEntries(long, Function<Map.Entry<K, V>, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, or null if none.
reduceEntries(long, BiFunction<Map.Entry<K, V>, Map.Entry<K, V>, ? extends Map.Entry<K, V>>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating all entries using the given reducer to combine values, or null if none.
reduceEntries(long, Function<Map.Entry<K, V>, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, or null if none.
reduceEntriesToDouble(long, ToDoubleFunction<Map.Entry<K, V>>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToDouble(long, ToDoubleFunction<Map.Entry<K, V>>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToInt(long, ToIntFunction<Map.Entry<K, V>>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToInt(long, ToIntFunction<Map.Entry<K, V>>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToLong(long, ToLongFunction<Map.Entry<K, V>>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToLong(long, ToLongFunction<Map.Entry<K, V>>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceKeys(long, BiFunction<? super K, ? super K, ? extends K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating all keys using the given reducer to combine values, or null if none.
reduceKeys(long, Function<? super K, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, or null if none.
reduceKeys(long, BiFunction<? super K, ? super K, ? extends K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating all keys using the given reducer to combine values, or null if none.
reduceKeys(long, Function<? super K, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, or null if none.
reduceKeysToDouble(long, ToDoubleFunction<? super K>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToDouble(long, ToDoubleFunction<? super K>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToInt(long, ToIntFunction<? super K>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToInt(long, ToIntFunction<? super K>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToLong(long, ToLongFunction<? super K>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToLong(long, ToLongFunction<? super K>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reducer - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
Reducer<KOut,VOut> - Interface in org.infinispan.distexec.mapreduce
Deprecated.
Map reduce is being replaced by Streams
reduceToDouble(long, ToDoubleBiFunction<? super K, ? super V>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToDouble(long, ToDoubleBiFunction<? super K, ? super V>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToInt(long, ToIntBiFunction<? super K, ? super V>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToInt(long, ToIntBiFunction<? super K, ? super V>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToLong(long, ToLongBiFunction<? super K, ? super V>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToLong(long, ToLongBiFunction<? super K, ? super V>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceValues(long, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating all values using the given reducer to combine values, or null if none.
reduceValues(long, Function<? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, or null if none.
reduceValues(long, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating all values using the given reducer to combine values, or null if none.
reduceValues(long, Function<? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, or null if none.
reduceValuesToDouble(long, ToDoubleFunction<? super V>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToDouble(long, ToDoubleFunction<? super V>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToInt(long, ToIntFunction<? super V>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToInt(long, ToIntFunction<? super V>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToLong(long, ToLongFunction<? super V>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToLong(long, ToLongFunction<? super V>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
Reflections - Class in org.infinispan.cdi.util
Utility class for working with JDK Reflection and also CDI's Annotated metadata.
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
 
refreshProperties() - Method in interface org.infinispan.cli.Context
 
refreshProperties() - Method in class org.infinispan.cli.impl.ContextImpl
 
register(Thread, UUID) - Method in interface org.infinispan.commands.CancellationService
Registers thread with CancellationService under the given UUID id
register(Thread, UUID) - Method in class org.infinispan.commands.CancellationServiceImpl
 
registerCacheConfigurations(CacheManagerEventBridge, Instance<EmbeddedCacheManager>, BeanManager) - Method in class org.infinispan.cdi.InfinispanExtensionEmbedded
 
registerCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
 
registerCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.remote.JCache
 
registerCacheObject(AbstractJCache<K, V>, RIMBeanServerRegistrationUtility.ObjectNameType) - Static method in class org.infinispan.jcache.RIMBeanServerRegistrationUtility
Utility method for registering CacheStatistics with the platform MBeanServer
registerComponent(Object, Class<?>) - Method in class org.infinispan.factories.AbstractComponentRegistry
Registers a component in the registry under the given type, and injects any dependencies needed.
registerComponent(Object, String) - Method in class org.infinispan.factories.AbstractComponentRegistry
 
registerComponent(Object, String, boolean) - Method in class org.infinispan.factories.AbstractComponentRegistry
 
registerComponentInternal(Object, String, boolean) - Method in class org.infinispan.factories.AbstractComponentRegistry
 
registerComponentInternal(Object, String, boolean) - Method in class org.infinispan.factories.ComponentRegistry
 
registerDefaultClassLoader(ClassLoader) - Method in class org.infinispan.factories.AbstractComponentRegistry
Registers the default class loader.
registerInDoubtTransaction(RecoveryAwareRemoteTransaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
registerInternalCache(String, Configuration) - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
 
registerInternalCache(String, Configuration, EnumSet<InternalCacheRegistry.Flag>) - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
 
registerInternalCache(String, Configuration) - Method in interface org.infinispan.registry.InternalCacheRegistry
Registers an internal cache.
registerInternalCache(String, Configuration, EnumSet<InternalCacheRegistry.Flag>) - Method in interface org.infinispan.registry.InternalCacheRegistry
Registers an internal cache with the specified flags.
registerIterator(LocalEntryRetriever<K, V>.Itr<C>, Set<Flag>) - Method in class org.infinispan.iteration.impl.LocalEntryRetriever
 
registerL1WriteSynchronizer(Object, L1WriteSynchronizer) - Method in class org.infinispan.distribution.impl.L1ManagerImpl
 
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.
registerListener() - Method in class org.infinispan.remoting.inboundhandler.action.CompositeAction
 
registerListener() - Method in class org.infinispan.remoting.inboundhandler.action.DefaultReadyAction
 
registerListenerInvocations(boolean, boolean, boolean, IndexedFilter<?, ?, ?>, Map<Class<? extends Annotation>, List<DelegatingCacheEntryListenerInvocation<K, V>>>) - Method in interface org.infinispan.notifications.cachelistener.filter.FilterIndexingServiceProvider
 
registerLockedKey(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
registerMarshallers(SerializationContext) - Static method in class org.infinispan.query.remote.client.MarshallerRegistration
Registers proto files and marshallers.
registerMBean(Object, ObjectName, MBeanServer) - Static method in class org.infinispan.jmx.JmxUtil
Register the given dynamic JMX MBean.
registerMBeans(Set<AbstractComponentRegistry.Component>, GlobalConfiguration) - Method in class org.infinispan.jmx.AbstractJmxRegistration
Registers a set of MBean components and returns true if successfully registered; false otherwise.
registerMBeans() - Method in class org.infinispan.jmx.ComponentsJmxRegistration
Performs the MBean registration.
registerNamedComponentRegistry(ComponentRegistry, String) - Method in class org.infinispan.factories.GlobalComponentRegistry
 
registerNonVolatileComponent(Object, String) - Method in class org.infinispan.factories.AbstractComponentRegistry
 
registerNonVolatileComponent(Object, Class<?>) - Method in class org.infinispan.factories.AbstractComponentRegistry
 
registerNullComponent(String) - Method in class org.infinispan.factories.AbstractComponentRegistry
registers a special "null" component that has no dependencies.
registerObservers(Set<Annotation>, Listenable) - Method in class org.infinispan.cdi.event.cache.CacheEventBridge
 
registerObservers(Set<Annotation>, String, Listenable) - Method in class org.infinispan.cdi.event.cachemanager.CacheManagerEventBridge
 
registerPredefinedCache(String, AbstractJCache<K, V>) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
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.
registerStateProvider(GlobalStateProvider) - Method in interface org.infinispan.globalstate.GlobalStateManager
Registers a state provider within this state manager
registerStateProvider(GlobalStateProvider) - Method in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
 
registerSynchronization(Synchronization) - Method in class org.infinispan.transaction.tm.DummyTransaction
Register a Synchronization callback with this transaction.
registerWriteIncoming(K) - Method in interface org.infinispan.expiration.ExpirationManager
This is to be invoked with a when a write is known to occur to prevent expiration from happening.
registerWriteIncoming(K) - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
registry - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
registry - Variable in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
rehashAware - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
rehashCommandReceivedOnNonDistributedCache() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache() - Method in class org.infinispan.lucene.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
rehashCommandReceivedOnNonDistributedCache() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
rehashCommandReceivedOnNonDistributedCache() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache() - Method in class org.infinispan.stats.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache() - Method in class org.infinispan.tree.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache() - Method in interface org.infinispan.util.logging.Log
 
rehashCommandReceivedOnNonDistributedCache() - Method in class org.infinispan.util.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
rehashCommandReceivedOnNonDistributedCache$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
rehashCommandReceivedOnNonDistributedCache$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
rehashCommandReceivedOnNonDistributedCache$str() - Method in class org.infinispan.util.logging.Log_$logger
 
rehashDisabled() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
rehashEnabled() - Method in class org.infinispan.configuration.cache.HashConfiguration
rehashEnabled() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
rehashEnabled(boolean) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
rehashRpcTimeout() - Method in class org.infinispan.configuration.cache.HashConfiguration
Deprecated.
rehashRpcTimeout(long) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
rehashWait() - Method in class org.infinispan.configuration.cache.HashConfiguration
Deprecated.
rehashWait(long) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
Deprecated.
No longer used.
reincarnate() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
reincarnate(long) - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
reincarnate() - Method in interface org.infinispan.container.entries.InternalCacheEntry
reincarnate(long) - Method in interface org.infinispan.container.entries.InternalCacheEntry
"Reincarnates" an entry.
reincarnate() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
reincarnate(long) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
reincarnate() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
reincarnate(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
reincarnate() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
reincarnate(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
reincarnate() - Method in class org.infinispan.container.entries.MortalCacheEntry
 
reincarnate(long) - Method in class org.infinispan.container.entries.MortalCacheEntry
 
reincarnate() - Method in class org.infinispan.container.entries.TransientCacheEntry
 
reincarnate(long) - Method in class org.infinispan.container.entries.TransientCacheEntry
 
reincarnate() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
reincarnate(long) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
reinitAllDatabases() - Method in class org.infinispan.persistence.leveldb.LevelDBStore
 
reinitDatabase(String, Options) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
 
release() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
release() - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
Deprecated.
release(TotalOrderRemoteTransactionState) - Method in class org.infinispan.transaction.totalorder.TotalOrderManager
Release the locked key possibly unblock waiting prepares.
release(Object) - Method in class org.infinispan.util.concurrent.locks.impl.InfinispanLock
It tries to release the lock held by lockOwner.
release(Object, Object) - Method in interface org.infinispan.util.concurrent.locks.impl.LockContainer
 
release(Object, Object) - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
 
release(Object, Object) - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
 
releaseAllLocks(List<Object>) - Method in class org.infinispan.util.concurrent.locks.StripedLock
Releases locks on all keys passed in.
releaseConnection(Connection) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactory
Destroys a connection.
releaseConnection(Connection) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ManagedConnectionFactory
 
releaseConnection(Connection) - Method in class org.infinispan.persistence.jdbc.connectionfactory.PooledConnectionFactory
 
releaseConnection(Connection) - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
 
releaseExclusiveTopologyLock() - Method in interface org.infinispan.statetransfer.StateTransferLock
 
releaseExclusiveTopologyLock() - Method in class org.infinispan.statetransfer.StateTransferLockImpl
 
releaseGlobalLock(boolean) - Method in class org.infinispan.util.concurrent.locks.StripedLock
 
releaseLock(Object) - Method in class org.infinispan.util.concurrent.locks.StripedLock
Releases a lock the caller may be holding.
releaseLocksForCompletedTransaction(LocalTransaction, boolean) - Method in class org.infinispan.transaction.impl.AbstractEnlistmentAdapter
 
releaseSharedTopologyLock() - Method in interface org.infinispan.statetransfer.StateTransferLock
 
releaseSharedTopologyLock() - Method in class org.infinispan.statetransfer.StateTransferLockImpl
 
releaseTransport(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation
 
releaseTransport(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.IterationStartOperation
 
releaseTransport(Transport) - Method in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation
 
releaseTransport(Transport) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
releaseTransport(Transport) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
remainingCapacity() - Method in class org.infinispan.persistence.sifs.IndexQueue
 
remainingTime(long, TimeUnit) - Method in class org.infinispan.util.DefaultTimeService
 
remainingTime(long, TimeUnit) - Method in interface org.infinispan.util.TimeService
 
Remote - Annotation Type in org.infinispan.cdi
Qualifier used to specify which remote cache will be injected.
REMOTE_CACHE - Static variable in class org.infinispan.configuration.cache.BackupForConfiguration
 
REMOTE_CALL_TIMEOUT - Static variable in class org.infinispan.configuration.cache.ClusterLoaderConfiguration
 
REMOTE_COMMAND_EXECUTOR - Static variable in class org.infinispan.factories.KnownComponentNames
 
REMOTE_SITE - Static variable in class org.infinispan.configuration.cache.BackupForConfiguration
 
RemoteCache<K,V> - Interface in org.infinispan.client.hotrod
Provides remote reference to a Hot Rod server/cluster.
remoteCache(String) - Method in class org.infinispan.configuration.cache.BackupForBuilder
 
remoteCache() - Method in class org.infinispan.configuration.cache.BackupForConfiguration
 
RemoteCacheImpl<K,V> - Class in org.infinispan.client.hotrod.impl
 
RemoteCacheImpl(RemoteCacheManager, String) - Constructor for class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
RemoteCacheManager - Class in org.infinispan.client.hotrod
Factory for RemoteCaches.
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.
RemoteCacheManager(Marshaller, Properties, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(Marshaller, Properties, boolean, ClassLoader, ExecutorFactory) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(Marshaller, Properties) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(Marshaller, Properties, ExecutorFactory) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(Marshaller, Properties, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(Properties, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(Properties, boolean, ClassLoader, ExecutorFactory) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(Properties) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(Properties, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Same as RemoteCacheManager.RemoteCacheManager(java.util.Properties), but it will try to lookup the config properties in the classpath, in a file named hotrod-client.properties.
RemoteCacheManager() - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Same as RemoteCacheManager.RemoteCacheManager(boolean) and it also starts the cache.
RemoteCacheManager(String, int, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(String, int, boolean, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(String, int) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(String, int, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(String, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(String, boolean, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(String) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(String, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(URL, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(URL, boolean, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(URL) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManager(URL, ClassLoader) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
RemoteCacheManagerNotStartedException - Exception in org.infinispan.client.hotrod.exceptions
Thrown when trying to use an RemoteCache that is associated to an RemoteCacheManager that was not started.
RemoteCacheManagerNotStartedException(String) - Constructor for exception org.infinispan.client.hotrod.exceptions.RemoteCacheManagerNotStartedException
 
remoteCacheName(String) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
remoteCacheName() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
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.
RemoteCacheProducer - Class in org.infinispan.cdi
The RemoteCache producer.
RemoteCacheProducer() - Constructor for class org.infinispan.cdi.RemoteCacheProducer
 
RemoteCacheSupport<K,V> - Class in org.infinispan.client.hotrod.impl
Purpose: keep all delegating and unsupported methods in one place -> readability.
RemoteCacheSupport() - Constructor for class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
RemoteCacheSupport(long, long) - Constructor for class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
RemoteCacheWithCacheStore<K,V> - Class in org.infinispan.jcache.remote
 
RemoteCacheWithCacheStore(RemoteCache<K, V>, CacheLoader<K, V>, CacheWriter<? super K, ? super V>, MutableConfiguration<K, V>) - Constructor for class org.infinispan.jcache.remote.RemoteCacheWithCacheStore
 
RemoteCacheWithStats<K,V> - Class in org.infinispan.jcache.remote
 
RemoteCacheWithStats(RemoteCache<K, V>, LocalStatistics) - Constructor for class org.infinispan.jcache.remote.RemoteCacheWithStats
 
RemoteCacheWithSyncListeners<K,V> - Class in org.infinispan.jcache.remote
 
RemoteCacheWithSyncListeners(RemoteCache<K, V>, AbstractJCacheNotifier<K, V>, Cache<K, V>) - Constructor for class org.infinispan.jcache.remote.RemoteCacheWithSyncListeners
 
remoteCallTimeout() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfiguration
 
remoteCallTimeout(long) - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
 
remoteCallTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
 
RemoteCloseableIterator<E> - Class in org.infinispan.client.hotrod.impl.iteration
 
RemoteCloseableIterator(OperationsFactory, String, byte[][], Set<Integer>, int, boolean) - Constructor for class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator
 
RemoteCloseableIterator(OperationsFactory, int, Set<Integer>, boolean) - Constructor for class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator
 
RemoteClusterListener - Class in org.infinispan.notifications.cachelistener.cluster
A listener that installed locally on each node when a cluster listener is installed on a given node.
RemoteClusterListener(UUID, Address, DistributedExecutorService, CacheNotifier, CacheManagerNotifier, ClusterEventManager, boolean) - Constructor for class org.infinispan.notifications.cachelistener.cluster.RemoteClusterListener
 
remoteCommandsExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
Deprecated.
This method always returns null now. Look for a thread pool named as TransportConfiguration.remoteCommandThreadPool() instead.
remoteCommandsExecutor - Variable in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
 
RemoteCommandsFactory - Class in org.infinispan.commands
Specifically used to create un-initialized ReplicableCommands from a byte stream.
RemoteCommandsFactory() - Constructor for class org.infinispan.commands.RemoteCommandsFactory
 
remoteCommandThreadPool() - Method in class org.infinispan.configuration.global.TransportConfiguration
 
remoteCommandThreadPool() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
 
remoteException(Address, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteException(Address, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteException(Address, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteException(Address, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteException(Address, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
RemoteException - Exception in org.infinispan.remoting
Represents an application-level exception originating in a remote node.
RemoteException(String, Throwable) - Constructor for exception org.infinispan.remoting.RemoteException
 
remoteException(Address, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteException(Address, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteException(Address, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteException(Address, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteException(Address, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteException(Address, Throwable) - Method in interface org.infinispan.util.logging.Log
 
remoteException(Address, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
remoteException$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteException$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteException$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteException$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteException$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteException$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteException$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteException$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteException$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteException$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteException$str() - Method in class org.infinispan.util.logging.Log_$logger
 
remoteExecutionFailed(Address, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteExecutionFailed(Address, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteExecutionFailed(Address, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteExecutionFailed(Address, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteExecutionFailed(Address, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteExecutionFailed(Address, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteExecutionFailed(Address, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteExecutionFailed(Address, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteExecutionFailed(Address, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteExecutionFailed(Address, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteExecutionFailed(Address, Throwable) - Method in interface org.infinispan.util.logging.Log
 
remoteExecutionFailed(Address, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
remoteExecutionFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteExecutionFailed$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteExecutionFailed$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteExecutionFailed$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteExecutionFailed$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteExecutionFailed$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteExecutionFailed$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteExecutionFailed$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteExecutionFailed$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteExecutionFailed$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteExecutionFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
 
RemoteExtendedStatisticsContainer - Class in org.infinispan.stats.container
Container for the statistics corresponding to remote originated transactions.
RemoteExtendedStatisticsContainer() - Constructor for class org.infinispan.stats.container.RemoteExtendedStatisticsContainer
 
RemoteFetchingCommand - Interface in org.infinispan.commands.read
Deprecated.
remoteGet(InvocationContext, Object, boolean, FlagAffectedCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
remoteGetBeforeWrite(InvocationContext, WriteCommand, Object) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
remoteGetBeforeWrite(InvocationContext, WriteCommand, Object) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
remoteGetBeforeWrite(InvocationContext, WriteCommand, Object) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
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
 
RemoteLockCommand - Interface in org.infinispan.util.concurrent.locks
Simple interface to extract all the keys that may need to be locked.
remoteLockIntention - Variable in class org.infinispan.transaction.xa.DldGlobalTransaction
 
remoteLocksAcquired(Collection<Address>) - Method in class org.infinispan.context.impl.LocalTxInvocationContext
 
RemoteLog - Interface in org.infinispan.cdi.logging
The JBoss Logging interface which defined the logging methods for the CDI integration.
RemoteLog_$logger - Class in org.infinispan.cdi.logging
Warning this class consists of generated code.
RemoteLog_$logger(Logger) - Constructor for class org.infinispan.cdi.logging.RemoteLog_$logger
 
remoteNodeSuspected(Address) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteNodeSuspected(Address) - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteNodeSuspected(Address) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteNodeSuspected(Address) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteNodeSuspected(Address) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteNodeSuspected(Address) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteNodeSuspected(Address) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteNodeSuspected(Address) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteNodeSuspected(Address) - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteNodeSuspected(Address) - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteNodeSuspected(Address) - Method in interface org.infinispan.util.logging.Log
 
remoteNodeSuspected(Address) - Method in class org.infinispan.util.logging.Log_$logger
 
remoteNodeSuspected$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteNodeSuspected$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteNodeSuspected$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteNodeSuspected$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteNodeSuspected$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteNodeSuspected$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteNodeSuspected$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteNodeSuspected$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteNodeSuspected$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteNodeSuspected$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteNodeSuspected$str() - Method in class org.infinispan.util.logging.Log_$logger
 
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
 
remoteNodeTimedOut(Address, long, TimeUnit) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteNodeTimedOut(Address, long, TimeUnit) - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteNodeTimedOut(Address, long, TimeUnit) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteNodeTimedOut(Address, long, TimeUnit) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteNodeTimedOut(Address, long, TimeUnit) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteNodeTimedOut(Address, long, TimeUnit) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteNodeTimedOut(Address, long, TimeUnit) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteNodeTimedOut(Address, long, TimeUnit) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteNodeTimedOut(Address, long, TimeUnit) - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteNodeTimedOut(Address, long, TimeUnit) - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteNodeTimedOut(Address, long, TimeUnit) - Method in interface org.infinispan.util.logging.Log
 
remoteNodeTimedOut(Address, long, TimeUnit) - Method in class org.infinispan.util.logging.Log_$logger
 
remoteNodeTimedOut$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteNodeTimedOut$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteNodeTimedOut$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteNodeTimedOut$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteNodeTimedOut$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteNodeTimedOut$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteNodeTimedOut$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteNodeTimedOut$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteNodeTimedOut$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteNodeTimedOut$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteNodeTimedOut$str() - Method in class org.infinispan.util.logging.Log_$logger
 
RemoteQuery - Class in org.infinispan.client.hotrod.impl.query
 
RemoteQueryFactory - Class in org.infinispan.client.hotrod.impl.query
 
RemoteQueryFactory(RemoteCacheImpl) - Constructor for class org.infinispan.client.hotrod.impl.query.RemoteQueryFactory
 
RemoteServerConfiguration - Class in org.infinispan.persistence.remote.configuration
 
RemoteServerConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
 
remoteSite(String) - Method in class org.infinispan.configuration.cache.BackupForBuilder
 
remoteSite() - Method in class org.infinispan.configuration.cache.BackupForConfiguration
 
RemoteStore - 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, SingletonStoreConfiguration, ExecutorFactoryConfiguration, ConnectionPoolConfiguration) - 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
 
RemoteStoreConfigurationParser72 - Class in org.infinispan.persistence.remote.configuration
Remote cache store parser.
RemoteStoreConfigurationParser72() - Constructor for class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationParser72
 
RemoteStoreConfigurationParser80 - Class in org.infinispan.persistence.remote.configuration
Remote cache store parser.
RemoteStoreConfigurationParser80() - Constructor for class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationParser80
 
remoteStoreNoHotRodWrapping(String) - Method in interface org.infinispan.persistence.remote.logging.Log
 
remoteStoreNoHotRodWrapping(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteStoreNoHotRodWrapping$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteStreamOperation(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, TerminalOperation<R>, ClusterStreamManager.ResultsCallback<R>, Predicate<? super R>) - Method in interface org.infinispan.stream.impl.ClusterStreamManager
Performs the remote stream operation without rehash awareness.
remoteStreamOperation(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, KeyTrackingTerminalOperation<K, R, ?>, ClusterStreamManager.ResultsCallback<Collection<R>>) - Method in interface org.infinispan.stream.impl.ClusterStreamManager
Key tracking remote operation that doesn't have rehash enabled.
remoteStreamOperation(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, TerminalOperation<R>, ClusterStreamManager.ResultsCallback<R>, Predicate<? super R>) - Method in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
remoteStreamOperation(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, KeyTrackingTerminalOperation<K, R, ?>, ClusterStreamManager.ResultsCallback<Collection<R>>) - Method in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
remoteStreamOperation(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, TerminalOperation<R>, ClusterStreamManager.ResultsCallback<R>, Predicate<? super R>) - Method in class org.infinispan.stream.impl.PartitionAwareClusterStreamManager
 
remoteStreamOperation(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, KeyTrackingTerminalOperation<K, R, ?>, ClusterStreamManager.ResultsCallback<Collection<R>>) - Method in class org.infinispan.stream.impl.PartitionAwareClusterStreamManager
 
remoteStreamOperation(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, TerminalOperation<R>, ClusterStreamManager.ResultsCallback<R>, Predicate<? super R>) - Method in class org.infinispan.stream.impl.tx.TxClusterStreamManager
 
remoteStreamOperation(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, KeyTrackingTerminalOperation<K, R, ?>, ClusterStreamManager.ResultsCallback<Collection<R>>) - Method in class org.infinispan.stream.impl.tx.TxClusterStreamManager
 
remoteStreamOperationRehashAware(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, TerminalOperation<R>, ClusterStreamManager.ResultsCallback<R>, Predicate<? super R>) - Method in interface org.infinispan.stream.impl.ClusterStreamManager
Performs the remote stream operation with rehash awareness.
remoteStreamOperationRehashAware(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, KeyTrackingTerminalOperation<K, ?, R2>, ClusterStreamManager.ResultsCallback<Map<K, R2>>) - Method in interface org.infinispan.stream.impl.ClusterStreamManager
Key tracking remote operation that has rehash enabled
remoteStreamOperationRehashAware(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, TerminalOperation<R>, ClusterStreamManager.ResultsCallback<R>, Predicate<? super R>) - Method in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
remoteStreamOperationRehashAware(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, KeyTrackingTerminalOperation<K, ?, R2>, ClusterStreamManager.ResultsCallback<Map<K, R2>>) - Method in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
remoteStreamOperationRehashAware(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, TerminalOperation<R>, ClusterStreamManager.ResultsCallback<R>, Predicate<? super R>) - Method in class org.infinispan.stream.impl.PartitionAwareClusterStreamManager
 
remoteStreamOperationRehashAware(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, KeyTrackingTerminalOperation<K, ?, R2>, ClusterStreamManager.ResultsCallback<Map<K, R2>>) - Method in class org.infinispan.stream.impl.PartitionAwareClusterStreamManager
 
remoteStreamOperationRehashAware(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, TerminalOperation<R>, ClusterStreamManager.ResultsCallback<R>, Predicate<? super R>) - Method in class org.infinispan.stream.impl.tx.TxClusterStreamManager
 
remoteStreamOperationRehashAware(boolean, boolean, ConsistentHash, Set<Integer>, Set<K>, Map<Integer, Set<K>>, boolean, KeyTrackingTerminalOperation<K, ?, R2>, ClusterStreamManager.ResultsCallback<Map<K, R2>>) - Method in class org.infinispan.stream.impl.tx.TxClusterStreamManager
 
RemoteTransaction - Class in org.infinispan.transaction.impl
Defines the state of a remotely originated transaction.
RemoteTransaction(WriteCommand[], GlobalTransaction, int, Equivalence<Object>, long) - Constructor for class org.infinispan.transaction.impl.RemoteTransaction
 
RemoteTransaction(GlobalTransaction, int, Equivalence<Object>, long) - Constructor for class org.infinispan.transaction.impl.RemoteTransaction
 
remoteTransactionAlreadyRolledBack(GlobalTransaction) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack(GlobalTransaction) - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack(GlobalTransaction) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack(GlobalTransaction) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack(GlobalTransaction) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack(GlobalTransaction) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteTransactionAlreadyRolledBack(GlobalTransaction) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteTransactionAlreadyRolledBack(GlobalTransaction) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack(GlobalTransaction) - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack(GlobalTransaction) - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack(GlobalTransaction) - Method in interface org.infinispan.util.logging.Log
 
remoteTransactionAlreadyRolledBack(GlobalTransaction) - Method in class org.infinispan.util.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteTransactionAlreadyRolledBack$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteTransactionAlreadyRolledBack$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteTransactionAlreadyRolledBack$str() - Method in class org.infinispan.util.logging.Log_$logger
 
remoteTransactionCommitted(GlobalTransaction, boolean) - Method in class org.infinispan.transaction.impl.TransactionTable
Removes the RemoteTransaction corresponding to the given tx.
remoteTransactionCommitted(GlobalTransaction, boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
 
remoteTransactionPrepared(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
 
remoteTransactionPrepared(GlobalTransaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
Marks the transaction as prepared.
remoteTransactionRollback(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
 
remoteTransactionRollback(GlobalTransaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
 
RemoteTransactionStatistics - Class in org.infinispan.stats
Represents the statistic collected for a remote transaction
RemoteTransactionStatistics(TimeService) - Constructor for class org.infinispan.stats.RemoteTransactionStatistics
 
remoteTransactionStatusMissing(GlobalTransaction) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteTransactionStatusMissing(GlobalTransaction) - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteTransactionStatusMissing(GlobalTransaction) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteTransactionStatusMissing(GlobalTransaction) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteTransactionStatusMissing(GlobalTransaction) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteTransactionStatusMissing(GlobalTransaction) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteTransactionStatusMissing(GlobalTransaction) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteTransactionStatusMissing(GlobalTransaction) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteTransactionStatusMissing(GlobalTransaction) - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteTransactionStatusMissing(GlobalTransaction) - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteTransactionStatusMissing(GlobalTransaction) - Method in interface org.infinispan.util.logging.Log
 
remoteTransactionStatusMissing(GlobalTransaction) - Method in class org.infinispan.util.logging.Log_$logger
 
remoteTransactionStatusMissing$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteTransactionStatusMissing$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteTransactionStatusMissing$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteTransactionStatusMissing$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteTransactionStatusMissing$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteTransactionStatusMissing$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteTransactionStatusMissing$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteTransactionStatusMissing$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteTransactionStatusMissing$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteTransactionStatusMissing$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteTransactionStatusMissing$str() - Method in class org.infinispan.util.logging.Log_$logger
 
remoteTransactionTimeout(GlobalTransaction, long) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteTransactionTimeout(GlobalTransaction, long) - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteTransactionTimeout(GlobalTransaction, long) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteTransactionTimeout(GlobalTransaction, long) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteTransactionTimeout(GlobalTransaction, long) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteTransactionTimeout(GlobalTransaction, long) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteTransactionTimeout(GlobalTransaction, long) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteTransactionTimeout(GlobalTransaction, long) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteTransactionTimeout(GlobalTransaction, long) - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteTransactionTimeout(GlobalTransaction, long) - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteTransactionTimeout(GlobalTransaction, long) - Method in interface org.infinispan.util.logging.Log
 
remoteTransactionTimeout(GlobalTransaction, long) - Method in class org.infinispan.util.logging.Log_$logger
 
remoteTransactionTimeout$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteTransactionTimeout$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteTransactionTimeout$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteTransactionTimeout$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteTransactionTimeout$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteTransactionTimeout$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteTransactionTimeout$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteTransactionTimeout$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteTransactionTimeout$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteTransactionTimeout$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteTransactionTimeout$str() - Method in class org.infinispan.util.logging.Log_$logger
 
remoteTxAlreadyRegistered() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteTxAlreadyRegistered() - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteTxAlreadyRegistered() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteTxAlreadyRegistered() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteTxAlreadyRegistered() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteTxAlreadyRegistered() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteTxAlreadyRegistered() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteTxAlreadyRegistered() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteTxAlreadyRegistered() - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteTxAlreadyRegistered() - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteTxAlreadyRegistered() - Method in interface org.infinispan.util.logging.Log
 
remoteTxAlreadyRegistered() - Method in class org.infinispan.util.logging.Log_$logger
 
remoteTxAlreadyRegistered$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
remoteTxAlreadyRegistered$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
remoteTxAlreadyRegistered$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
remoteTxAlreadyRegistered$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
remoteTxAlreadyRegistered$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
remoteTxAlreadyRegistered$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
remoteTxAlreadyRegistered$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
remoteTxAlreadyRegistered$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
remoteTxAlreadyRegistered$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
remoteTxAlreadyRegistered$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
remoteTxAlreadyRegistered$str() - Method in class org.infinispan.util.logging.Log_$logger
 
RemoteTxInvocationContext - Class in org.infinispan.context.impl
Context to be used for transaction that originated remotely.
RemoteTxInvocationContext(RemoteTransaction) - Constructor for class org.infinispan.context.impl.RemoteTxInvocationContext
 
remoteValueFound(InternalCacheEntry) - Method in class org.infinispan.distribution.impl.L1ManagerImpl
 
remoteValueFound(InternalCacheEntry) - Method in interface org.infinispan.distribution.RemoteValueRetrievedListener
Invoked when a remote value is found from a remote source
remoteValueNotFound(Object) - Method in class org.infinispan.distribution.impl.L1ManagerImpl
 
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<K,C> - Class in org.infinispan.stream.impl
A CloseableIterator implementation that allows for a CloseableIterator that doesn't allow remove operations to implement remove by delegating the call to the provided cache to remove the previously read value.
RemovableCloseableIterator(CloseableIterator<C>, Cache<K, ?>, Function<? super C, K>) - Constructor for class org.infinispan.stream.impl.RemovableCloseableIterator
 
RemovableEntryIterator<K,V,C> - Class in org.infinispan.iteration.impl
A CloseableIterator implementation that allows for a CloseableIterator that doesn't allow remove operations to implement remove by delegating the call to the provided cache to remove the previously read value.
RemovableEntryIterator(CloseableIterator<CacheEntry<K, V>>, Cache<K, V>, boolean) - Constructor for class org.infinispan.iteration.impl.RemovableEntryIterator
 
removableIterator(CloseableIterator<R>) - Method in interface org.infinispan.stream.impl.local.AbstractLocalCacheStream.StreamSupplier
 
removableIterator(CloseableIterator<CacheEntry<K, V>>) - Method in class org.infinispan.stream.impl.local.EntryStreamSupplier
 
removableIterator(CloseableIterator<K>) - Method in class org.infinispan.stream.impl.local.KeyStreamSupplier
 
RemovableIterator<K,C> - Class in org.infinispan.stream.impl
An Iterator implementation that allows for a Iterator that doesn't allow remove operations to implement remove by delegating the call to the provided cache to remove the previously read value.
RemovableIterator(Iterator<C>, Cache<K, ?>, Function<? super C, K>) - Constructor for class org.infinispan.stream.impl.RemovableIterator
 
remove(Object) - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
remove(Object) - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
remove(Object) - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
remove(Object) - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
remove(Object, Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
remove(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
remove(Object, Object) - Method in class org.infinispan.cache.impl.CacheImpl
 
remove(Object) - Method in class org.infinispan.cache.impl.CacheImpl
 
remove(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
 
remove(Object, Object) - Method in class org.infinispan.cache.impl.DecoratedCache
 
remove(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
 
remove(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
 
remove(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
remove(Object, Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
remove(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
 
remove(Object) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
remove(Object, Object) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
remove(Class<? extends Annotation>) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotationBuilder
 
Remove - Class in org.infinispan.cli.commands.server
 
Remove() - Constructor for class org.infinispan.cli.commands.server.Remove
 
REMOVE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
REMOVE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
remove(Object) - Method in class org.infinispan.client.hotrod.impl.InvalidatedNearRemoteCache
 
remove(Object) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
remove(Object, Object) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
remove(K) - Method in class org.infinispan.client.hotrod.near.NearCacheService
 
remove(Object) - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
 
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() - Method in interface org.infinispan.commons.api.functional.EntryView.WriteEntryView
Removes the value and any metadata parameters associated with it.
remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
 
remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
 
remove(Object) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
remove(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
remove(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
Removes the key from this map view, by removing the key (and its corresponding value) from the backing map.
remove(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
remove(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
Removes the key from this map view, by removing the key (and its corresponding value) from the backing map.
remove(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
remove(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
 
remove(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
 
remove(int) - Method in class org.infinispan.commons.util.ForwardingList
 
remove(Object) - Method in class org.infinispan.commons.util.ForwardingList
 
remove(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
remove() - Method in class org.infinispan.commons.util.IteratorMapper
 
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

The key must be activate by invoking ActivationManager.onRemove(Object, boolean).

remove() - Method in class org.infinispan.container.DefaultDataContainer.EntryIterator
 
remove(Object) - Method in class org.infinispan.container.DefaultDataContainer
 
remove(Object) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.RangeSet
 
remove() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
 
remove(Object) - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingEntrySet
Deprecated.
 
remove(Object) - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingKeySet
Deprecated.
 
remove() - Method in class org.infinispan.iteration.impl.LocalEntryRetriever.DataContainerIterator
 
remove() - Method in class org.infinispan.iteration.impl.LocalEntryRetriever.Itr
 
remove() - Method in class org.infinispan.iteration.impl.RemovableEntryIterator
 
remove(BasicCache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCache
 
remove(K) - Method in class org.infinispan.jcache.embedded.JCache
 
remove(K, V) - Method in class org.infinispan.jcache.embedded.JCache
 
remove() - Method in class org.infinispan.jcache.JCacheEventFilteringIterator
remove() - Method in class org.infinispan.jcache.MutableJCacheEntry
 
remove(K) - Method in class org.infinispan.jcache.remote.JCache
 
remove(K, V) - Method in class org.infinispan.jcache.remote.JCache
 
remove(Object) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
 
remove(Object) - Method in class org.infinispan.jcache.remote.RemoteCacheWithSyncListeners
 
remove(String) - Method in class org.infinispan.lucene.impl.FileListCacheValue
Removes the filename from the set if it exists
Remove - Class in org.infinispan.persistence.modifications
Represents a CacheWriter.delete(Object) (Object)} modification
Remove(Object) - Constructor for class org.infinispan.persistence.modifications.Remove
 
remove(S, K) - Method in interface org.infinispan.registry.ClusterRegistry
Deprecated.
 
remove(S, K) - Method in class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
remove(Object, Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
remove(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
remove(Object) - Method in class org.infinispan.server.websocket.json.JsonObject
 
remove(Object) - Method in class org.infinispan.stream.impl.local.ValueCacheCollection
 
remove() - Method in class org.infinispan.stream.impl.RemovableIterator
 
remove() - Method in class org.infinispan.transaction.xa.recovery.PreparedTxIterator
 
remove(K) - Method in class org.infinispan.tree.impl.NodeImpl
 
remove(K, Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
remove(Fqn, K) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
remove(Fqn, K, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
remove(String, K) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
remove(String, K, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
remove(K) - Method in interface org.infinispan.tree.Node
Removes the mapping for this key from this node if it is present.
remove(K, Flag...) - Method in interface org.infinispan.tree.Node
 
remove(Fqn, K) - Method in interface org.infinispan.tree.TreeCache
Removes the mapping for this key from a Node.
remove(Fqn, K, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
remove(String, K) - Method in interface org.infinispan.tree.TreeCache
Convenience method that takes a string representation of an Fqn.
remove(String, K, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
remove(Object) - Method in class org.infinispan.util.AbstractDelegatingCollection
 
remove(Object) - Method in class org.infinispan.util.AbstractDelegatingMap
 
remove(Object) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
remove(Object) - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
 
remove() - Method in class org.infinispan.util.DataContainerRemoveIterator
 
remove(T) - Method in class org.infinispan.util.DependencyGraph
Remove element from the graph
remove(Object) - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
 
REMOVE_CLIENT_LISTENER_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
REMOVE_CLIENT_LISTENER_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
REMOVE_HITS - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
Number of removal hits.
REMOVE_IF_UNMODIFIED_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
REMOVE_IF_UNMODIFIED_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
REMOVE_MISSES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
Number of removal misses.
REMOVE_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
REMOVE_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
removeAll(Collection<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
 
removeAll(Collection<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
 
removeAll(Collection<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
 
removeAll(Collection<?>) - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
 
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.ImmutableListCopy
 
removeAll(Collection<?>) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.RangeSet
 
removeAll() - Method in class org.infinispan.jcache.embedded.JCache
 
removeAll(Set<? extends K>) - Method in class org.infinispan.jcache.embedded.JCache
 
removeAll(Set<? extends K>) - Method in class org.infinispan.jcache.remote.JCache
 
removeAll() - Method in class org.infinispan.jcache.remote.JCache
 
removeAll(Collection<?>) - Method in class org.infinispan.util.AbstractDelegatingCollection
 
removeAll(Collection<?>) - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
 
removeAll(Collection<?>) - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
 
removeAllListeners() - Method in class org.infinispan.client.hotrod.event.ContinuousQueryImpl
 
removeAllListeners() - Method in interface org.infinispan.query.api.continuous.ContinuousQuery
 
removeAndAdd(String, String) - Method in class org.infinispan.lucene.impl.FileListOperations
Optimized implementation to perform both a remove and an add
removeAndUnlock(TemporaryTable.LockedEntry, Object) - Method in class org.infinispan.persistence.sifs.TemporaryTable
 
removeAsync(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
removeAsync(Object, Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
removeAsync(Object) - Method in class org.infinispan.cache.impl.CacheImpl
 
removeAsync(Object, Object) - Method in class org.infinispan.cache.impl.CacheImpl
 
removeAsync(Object) - Method in class org.infinispan.cache.impl.DecoratedCache
 
removeAsync(Object, Object) - Method in class org.infinispan.cache.impl.DecoratedCache
 
removeAsync(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
removeAsync(Object, Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
removeAsync(Object) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
removeAsync(Object, Object) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
removeAsync(Object) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #remove(Object).
removeAsync(Object, Object) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #remove(Object, Object).
removeAsync(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
removeAsync(Object, Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
removeAtomicMap(Cache<MK, ?>, MK) - Static method in class org.infinispan.atomic.AtomicMapLookup
Removes the atomic map associated with the given key from the underlying cache.
removeCache(String) - Method in class org.infinispan.factories.GlobalComponentRegistry
Removes a cache with the given name, returning true if the cache was removed.
removeCache(String) - Method in class org.infinispan.jcache.remote.ServerManager
 
removeCache(String) - Method in class org.infinispan.manager.DefaultCacheManager
 
removeCache(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
Removes a cache with the given name from the system.
removeCache(String) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
RemoveCacheCommand - Class in org.infinispan.commands
Command to stop a cache and remove all its contents from both memory and any backing store.
RemoveCacheCommand(String, EmbeddedCacheManager) - Constructor for class org.infinispan.commands.RemoveCacheCommand
 
removeCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
removeChannel(CacheListener.ChannelNotifyParams) - Method in class org.infinispan.server.websocket.CacheListener
 
removeChild(Fqn) - Method in class org.infinispan.tree.impl.NodeImpl
 
removeChild(Fqn, Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
removeChild(AdvancedCache<?, ?>, Fqn) - Method in class org.infinispan.tree.impl.NodeImpl
 
removeChild(Object) - Method in class org.infinispan.tree.impl.NodeImpl
 
removeChild(Object, Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
removeChild(Fqn) - Method in interface org.infinispan.tree.Node
Removes a child node specified by the given relative Fqn.
removeChild(Fqn, Flag...) - Method in interface org.infinispan.tree.Node
 
removeChild(Object) - Method in interface org.infinispan.tree.Node
Removes a child node specified by the given name.
removeChild(Object, Flag...) - Method in interface org.infinispan.tree.Node
 
removeChildren() - Method in class org.infinispan.tree.impl.NodeImpl
 
removeChildren(Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
removeChildren() - Method in interface org.infinispan.tree.Node
 
removeChildren(Flag...) - Method in interface org.infinispan.tree.Node
 
removeClientListener(byte[]) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
 
removeClientListener(Object) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
removeClientListener(Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
Remove a previously added client listener.
RemoveClientListenerOperation - Class in org.infinispan.client.hotrod.impl.operations
Remove client listener operation.
RemoveClientListenerOperation(Codec, TransportFactory, byte[], AtomicInteger, int, ClientListenerNotifier, Object) - Constructor for class org.infinispan.client.hotrod.impl.operations.RemoveClientListenerOperation
 
RemoveCommand - Class in org.infinispan.commands.write
 
RemoveCommand(Object, Object, CacheNotifier, Set<Flag>, Equivalence, CommandInvocationId) - Constructor for class org.infinispan.commands.write.RemoveCommand
 
RemoveCommand() - Constructor for class org.infinispan.commands.write.RemoveCommand
 
removeConditionally(Object, int, int) - Method in class org.infinispan.persistence.sifs.TemporaryTable
 
removeConfiguration(String) - Method in class org.infinispan.configuration.ConfigurationManager
 
removeConsumer() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
removeContinuousQueryListener(ContinuousQueryListener<K, ?>) - Method in class org.infinispan.client.hotrod.event.ContinuousQueryImpl
 
removeContinuousQueryListener(ContinuousQueryListener<K, ?>) - Method in interface org.infinispan.query.api.continuous.ContinuousQuery
 
REMOVED - Static variable in interface org.infinispan.notifications.cachelistener.QueueingSegmentListener
 
removeDependency(T, T) - Method in class org.infinispan.util.DependencyGraph
Remove a dependency
removeEldestEntry(Map.Entry<K, V>) - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
 
removeEntry(Object) - Method in class org.infinispan.persistence.support.Bucket
 
removeExpired(K, V, Long) - Method in interface org.infinispan.AdvancedCache
Attempts to remove the entry if it is expired.
removeExpired(K, V, Long) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
removeExpired(K, V, Long) - Method in class org.infinispan.cache.impl.CacheImpl
 
removeExpired(K, V, Long) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
removeExpired(K, V, Long) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
RemoveExpiredCommand - Class in org.infinispan.commands.write
Removes an entry that is expired from memory
RemoveExpiredCommand() - Constructor for class org.infinispan.commands.write.RemoveExpiredCommand
 
RemoveExpiredCommand(Object, Object, Long, CacheNotifier, Equivalence, TimeService, CommandInvocationId) - Constructor for class org.infinispan.commands.write.RemoveExpiredCommand
 
removeExpiredEntries(TimeService) - Method in class org.infinispan.persistence.support.Bucket
 
removeExtraBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
removeFromClass(Class<? extends Annotation>) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Remove an annotation from the type
removeFromField(Field, Class<? extends Annotation>) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Remove an annotation from the specified field.
removeFromField(AnnotatedField<? super X>, Class<? extends Annotation>) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Remove an annotation from the specified field.
removeFromMethod(Method, Class<? extends Annotation>) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Remove an annotation from the specified method.
removeFromMethod(AnnotatedMethod<? super X>, Class<? extends Annotation>) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Remove an annotation from the specified method.
removeFromMethodParameter(Method, int, Class<? extends Annotation>) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotatedTypeBuilder
Remove an annotation from the specified method parameter.
removeFunction - Variable in class org.infinispan.stream.impl.RemovableIterator
 
removeGroup(String) - Method in interface org.infinispan.AdvancedCache
It removes all the key which belongs to a group.
removeGroup(String) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
removeGroup(String) - Method in class org.infinispan.cache.impl.CacheImpl
 
removeGroup(String, EnumSet<Flag>, ClassLoader) - Method in class org.infinispan.cache.impl.CacheImpl
 
removeGroup(String) - Method in class org.infinispan.cache.impl.DecoratedCache
 
removeGroup(String) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
removeGroup(String) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
RemoveHandler - Class in org.infinispan.server.websocket.handlers
Cache "remove" operation handler.
RemoveHandler() - Constructor for class org.infinispan.server.websocket.handlers.RemoveHandler
 
removeIf(Predicate<? super E>) - Method in class org.infinispan.util.AbstractDelegatingCollection
 
RemoveIfUnmodifiedOperation<V> - Class in org.infinispan.client.hotrod.impl.operations
Implements "removeIfUnmodified" operation as defined by Hot Rod protocol specification.
RemoveIfUnmodifiedOperation(Codec, TransportFactory, Object, byte[], byte[], AtomicInteger, int, long) - Constructor for class org.infinispan.client.hotrod.impl.operations.RemoveIfUnmodifiedOperation
 
removeIfValueEqualsReturnBoolean() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
removeInterceptor(int) - Method in interface org.infinispan.AdvancedCache
Removes the interceptor at a specified position, where the first interceptor in the chain is at position 0 and the last one at getInterceptorChain().size() - 1.
removeInterceptor(Class<? extends CommandInterceptor>) - Method in interface org.infinispan.AdvancedCache
Removes the interceptor of specified type.
removeInterceptor(int) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
removeInterceptor(Class<? extends CommandInterceptor>) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
removeInterceptor(int) - Method in class org.infinispan.cache.impl.CacheImpl
 
removeInterceptor(Class<? extends CommandInterceptor>) - Method in class org.infinispan.cache.impl.CacheImpl
 
removeInterceptor(int) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
removeInterceptor(Class<? extends CommandInterceptor>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
removeInterceptor(int) - Method in class org.infinispan.interceptors.InterceptorChain
Removes the interceptor at the given postion.
removeInterceptor(Class<? extends CommandInterceptor>) - Method in class org.infinispan.interceptors.InterceptorChain
Removes all the occurences of supplied interceptor type from the chain.
removeInterceptor(int) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
removeInterceptor(Class<? extends CommandInterceptor>) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
removeKeyFromBucket(Object, Integer) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
removeListener(Object) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
removeListener(Object) - Method in class org.infinispan.cache.impl.CacheImpl
 
removeListener(Object) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
removeListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
removeListener(CacheEntryListenerConfiguration<K, V>, AbstractJCache<K, V>) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
removeListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
 
removeListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.remote.JCache
 
removeListener(Object) - Method in class org.infinispan.manager.DefaultCacheManager
 
removeListener(Object) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
removeListener(Object) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
removeListener() - Method in class org.infinispan.notifications.cachelistener.cluster.RemoteClusterListener
 
removeListener(Object) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
 
removeListener(Object) - Method in interface org.infinispan.notifications.Listenable
Removes a listener from the component.
removeListener(Object) - Method in interface org.infinispan.registry.ClusterRegistry
Deprecated.
Detaches a listener instance.
removeListener(Object) - Method in class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
removeListener(Object) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
removeListener() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 
RemoveListenerAction - Class in org.infinispan.security.actions
RemoveListenerAction
RemoveListenerAction(Listenable, Object) - Constructor for class org.infinispan.security.actions.RemoveListenerAction
 
removeListenerInvocation(Class<? extends Annotation>, Object) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
removeListenerInvocation(Class<? extends Annotation>, Object) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
 
removeLocalTransaction(LocalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
Removes the TransactionXaAdapter corresponding to the given tx.
removeLocalTransaction(LocalTransaction) - Method in class org.infinispan.transaction.xa.XaTransactionTable
 
removeLookedUpEntry(Object) - Method in interface org.infinispan.context.EntryLookup
 
removeLookedUpEntry(Object) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
removeLookedUpEntry(Object) - Method in class org.infinispan.context.impl.ClearInvocationContext
 
removeLookedUpEntry(Object) - Method in class org.infinispan.context.impl.ImmutableContext
 
removeLookedUpEntry(Object) - Method in class org.infinispan.context.impl.NonTxInvocationContext
 
removeLookedUpEntry(Object) - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
removeLookedUpEntry(Object) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
removeLookedUpEntry(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
removeMember(Principal) - Method in class org.infinispan.server.core.security.simple.SimpleGroupPrincipal
 
removeNode(Fqn) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
removeNode(Fqn, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
removeNode(String) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
removeNode(String, Flag...) - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
removeNode(Fqn) - Method in interface org.infinispan.tree.TreeCache
Removes a Node indicated by absolute Fqn.
removeNode(Fqn, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
removeNode(String) - Method in interface org.infinispan.tree.TreeCache
Convenience method that takes a string representation of an Fqn.
removeNode(String, Flag...) - Method in interface org.infinispan.tree.TreeCache
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
removeNotificationListener(NotificationListener) - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
RemoveOperation<K,V> - Class in org.infinispan.atomic.impl
An atomic remove operation.
RemoveOperation() - Constructor for class org.infinispan.atomic.impl.RemoveOperation
 
RemoveOperation<V> - Class in org.infinispan.client.hotrod.impl.operations
Implement "remove" operation as described in Hot Rod protocol specification.
RemoveOperation(Codec, TransportFactory, Object, byte[], byte[], AtomicInteger, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.RemoveOperation
 
RemoveOperation.Externalizer - Class in org.infinispan.atomic.impl
 
removeOwner(int, Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
removeProperty(String) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
 
removeProperty(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
 
removeRecoveryInformation(Collection<Address>, Xid, boolean, GlobalTransaction, boolean) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
Removes from the specified nodes (or all nodes if the value of 'where' is null) the recovery information associated with these Xids.
removeRecoveryInformation(Long) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
Same as RecoveryManager.removeRecoveryInformation(javax.transaction.xa.Xid) but identifies the tx by its internal id.
removeRecoveryInformation(Xid) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
Remove recovery information stored on this node (doesn't involve rpc).
removeRecoveryInformation(Collection<Address>, Xid, boolean, GlobalTransaction, boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
removeRecoveryInformation(Xid) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
removeRecoveryInformation(Long) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
removeRecoveryInformationFromCluster(Collection<Address>, long, boolean) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryManager
removeRecoveryInformationFromCluster(Collection<Address>, long, boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl
 
removeRemoteTransaction(GlobalTransaction) - Method in class org.infinispan.transaction.impl.TransactionTable
 
removeRemoteTransaction(Xid) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareTransactionTable
 
removeReturnBoolean() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
removeReturnPrevOrNull() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
removeShutdownHook() - Method in class org.infinispan.factories.AbstractComponentRegistry
 
removeShutdownHook() - Method in class org.infinispan.factories.GlobalComponentRegistry
 
removeStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
RemoveStatement - Class in org.infinispan.cli.interpreter.statement
Implements the "rm [cache.]key" statetement which removes the specified key from a cache
RemoveStatement(List<Option>, KeyData, Object) - Constructor for class org.infinispan.cli.interpreter.statement.RemoveStatement
 
removeStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.removeStatement_return
 
removeSyncNotificationLatch(Cache<K, V>, K, V, CountDownLatch) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
removeWithVersion(K, long) - Method in class org.infinispan.client.hotrod.impl.InvalidatedNearRemoteCache
 
removeWithVersion(K, long) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
removeWithVersion(K, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
Removes the given entry only if its version matches the supplied version.
removeWithVersion(K, long) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
 
removeWithVersionAsync(K, long) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
removeWithVersionAsync(K, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
 
removingServer(SocketAddress) - Method in interface org.infinispan.client.hotrod.logging.Log
 
removingServer(SocketAddress) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
removingServer$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
renameFile(String, String) - Method in interface org.infinispan.lucene.impl.DirectoryExtensions
 
renameTo(File) - Method in class org.infinispan.io.GridFile
 
render(InputStream) - Method in class org.infinispan.cli.shell.Man2Ansi
 
renderBoolean(boolean) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
renderColor(Color, String) - Method in interface org.infinispan.cli.shell.Shell
 
renderColor(Color, String) - Method in class org.infinispan.cli.shell.ShellImpl
 
renderDate(Date) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
renderEnum(E) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
RepeatableReadEntry - Class in org.infinispan.container.entries
An extension of ReadCommittedEntry that provides Repeatable Read semantics
RepeatableReadEntry(Object, Object, Metadata) - Constructor for class org.infinispan.container.entries.RepeatableReadEntry
 
REPL_TIMEOUT - Static variable in class org.infinispan.configuration.cache.SyncConfiguration
 
replace(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
An overloaded form of #replace(K, V), which takes in an instance of Metadata which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc.
replace(K, V, V, Metadata) - Method in interface org.infinispan.AdvancedCache
An overloaded form of #replace(K, V, V), which takes in an instance of Metadata which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc.
replace(K, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
replace(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
replace(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
replace(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
replace(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
replace(K, V, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
replace(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
replace(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
replace(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
replace(K, V, V) - Method in class org.infinispan.cache.impl.CacheImpl
 
replace(K, V) - Method in class org.infinispan.cache.impl.CacheImpl
 
replace(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
replace(K, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
 
replace(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.CacheImpl
 
replace(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheSupport
 
replace(K, V, V) - Method in class org.infinispan.cache.impl.CacheSupport
 
replace(K, V) - Method in class org.infinispan.cache.impl.CacheSupport
 
replace(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheSupport
 
replace(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
replace(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
replace(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
replace(K, V, V) - Method in class org.infinispan.cache.impl.DecoratedCache
 
replace(K, V) - Method in class org.infinispan.cache.impl.DecoratedCache
 
replace(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
 
replace(K, V, Metadata) - Method in class org.infinispan.cache.impl.DecoratedCache
 
replace(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
replace(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
replace(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
replace(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
replace(K, V, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
replace(K, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
replace(K, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
Replace - Class in org.infinispan.cli.commands.server
 
Replace() - Constructor for class org.infinispan.cli.commands.server.Replace
 
REPLACE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
REPLACE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
replace(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.InvalidatedNearRemoteCache
 
replace(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
replace(K, V, V) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
replace(K, V) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
replace(K, V, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
replace(K, V, V, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
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, 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, 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, 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) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
replace(K, V) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
replace(K, V, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
replace(K, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
replace(K, V, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
replace(K, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
replace(BasicCache<K, V>, BasicCache<K, V>, K, V, V, boolean) - Method in class org.infinispan.jcache.AbstractJCache
 
replace(BasicCache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCache
 
replace(K, V) - Method in class org.infinispan.jcache.embedded.JCache
 
replace(K, V, V) - Method in class org.infinispan.jcache.embedded.JCache
 
replace(K, V, V) - Method in class org.infinispan.jcache.remote.JCache
 
replace(K, V) - Method in class org.infinispan.jcache.remote.JCache
 
replace(K, V) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
 
replace(K, V) - Method in class org.infinispan.jcache.remote.RemoteCacheWithSyncListeners
 
replace(K, V, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
replace(K, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
replace(K, V, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
replace(K, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
replace(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
replace(K, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
replace(K, V, V, Metadata) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
replace(K, V) - Method in class org.infinispan.tree.impl.NodeImpl
 
replace(K, V, Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
replace(K, V, V) - Method in class org.infinispan.tree.impl.NodeImpl
 
replace(K, V, V, Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
replace(K, V) - Method in interface org.infinispan.tree.Node
Replace entry for key only if currently mapped to some value.
replace(K, V, Flag...) - Method in interface org.infinispan.tree.Node
 
replace(K, V, V) - Method in interface org.infinispan.tree.Node
Replace entry for key only if currently mapped to given value.
replace(K, V, V, Flag...) - Method in interface org.infinispan.tree.Node
 
replace(K, V, V) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
replace(K, V) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
replace(String, String, BackupReceiver) - Method in class org.infinispan.xsite.BackupReceiverRepositoryImpl
 
REPLACE_IF_UNMODIFIED_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
REPLACE_IF_UNMODIFIED_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
REPLACE_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
REPLACE_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
 
replaceAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.tree.impl.NodeImpl
 
replaceAll(Map<? extends K, ? extends V>, Flag...) - Method in class org.infinispan.tree.impl.NodeImpl
 
replaceAll(Map<? extends K, ? extends V>) - Method in interface org.infinispan.tree.Node
Similar to Node.putAll(java.util.Map) except that it removes any entries that exists in the data map first.
replaceAll(Map<? extends K, ? extends V>, Flag...) - Method in interface org.infinispan.tree.Node
 
replaceAncestor(Fqn, Fqn) - Method in class org.infinispan.tree.Fqn
Creates a new Fqn whose ancestor has been replaced with the new ancestor passed in.
replaceAsync(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
replaceAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
replaceAsync(K, V, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
replaceAsync(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
replaceAsync(K, V) - Method in class org.infinispan.cache.impl.CacheImpl
 
replaceAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
replaceAsync(K, V, V) - Method in class org.infinispan.cache.impl.CacheImpl
 
replaceAsync(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheImpl
 
replaceAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheSupport
 
replaceAsync(K, V, V) - Method in class org.infinispan.cache.impl.CacheSupport
 
replaceAsync(K, V) - Method in class org.infinispan.cache.impl.CacheSupport
 
replaceAsync(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.CacheSupport
 
replaceAsync(K, V) - Method in class org.infinispan.cache.impl.DecoratedCache
 
replaceAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
replaceAsync(K, V, V) - Method in class org.infinispan.cache.impl.DecoratedCache
 
replaceAsync(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.DecoratedCache
 
replaceAsync(K, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
replaceAsync(K, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
replaceAsync(K, V, V) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
replaceAsync(K, V, V, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
replaceAsync(K, V) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
replaceAsync(K, V, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
replaceAsync(K, V, V) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
replaceAsync(K, V, V, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
replaceAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #replace(Object, Object).
replaceAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #replace(Object, Object, long, TimeUnit).
replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #replace(Object, Object, long, TimeUnit, long, TimeUnit).
replaceAsync(K, V, V) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #replace(Object, Object, Object).
replaceAsync(K, V, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #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 #replace(Object, Object, Object, long, TimeUnit, long, TimeUnit).
replaceAsync(K, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
replaceAsync(K, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
replaceAsync(K, V, V) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
replaceAsync(K, V, V, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
replaceBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
ReplaceCommand - Class in org.infinispan.commands.write
 
ReplaceCommand() - Constructor for class org.infinispan.commands.write.ReplaceCommand
 
ReplaceCommand(Object, Object, Object, CacheNotifier, Metadata, Set<Flag>, Equivalence, CommandInvocationId) - Constructor for class org.infinispan.commands.write.ReplaceCommand
 
replaceComponent(String, Object, Object) - Method in interface org.infinispan.stats.logging.Log
 
replaceComponent(String, Object, Object) - Method in class org.infinispan.stats.logging.Log_$logger
 
replaceComponent$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
replaceComponents() - Method in interface org.infinispan.stats.logging.Log
 
replaceComponents() - Method in class org.infinispan.stats.logging.Log_$logger
 
replaceComponents$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
replaceEventLogger(EventLogger) - Method in interface org.infinispan.util.logging.events.EventLogManager
Replaces the event logger with the provided one.
replaceEventLogger(EventLogger) - Method in class org.infinispan.util.logging.events.impl.EventLogManagerImpl
 
ReplaceIfUnmodifiedOperation - Class in org.infinispan.client.hotrod.impl.operations
Implement "replaceIfUnmodified" as defined by Hot Rod protocol specification.
ReplaceIfUnmodifiedOperation(Codec, TransportFactory, Object, byte[], byte[], AtomicInteger, int, byte[], long, TimeUnit, long, TimeUnit, long) - Constructor for class org.infinispan.client.hotrod.impl.operations.ReplaceIfUnmodifiedOperation
 
replaceInterceptor(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.infinispan.interceptors.InterceptorChain
Replaces an existing interceptor of the given type in the interceptor chain with a new interceptor instance passed as parameter.
replaceInternal(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
replaceInternal(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
replaceKey(Object, Object) - Method in class org.infinispan.commands.control.LockControlCommand
 
replaceKeys(Map<Object, Object>) - Method in class org.infinispan.commands.control.LockControlCommand
 
ReplaceOperation<V> - Class in org.infinispan.client.hotrod.impl.operations
Implements "Replace" operation as defined by Hot Rod protocol specification.
ReplaceOperation(Codec, TransportFactory, Object, byte[], byte[], AtomicInteger, int, byte[], long, TimeUnit, long, TimeUnit) - Constructor for class org.infinispan.client.hotrod.impl.operations.ReplaceOperation
 
replaceOrLock(Object, int, int, int, int) - Method in class org.infinispan.persistence.sifs.TemporaryTable
 
replacePrimaryOwners(DefaultConsistentHashFactory.Builder, int) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
replacePrimaryOwnerWithBackup(int, Address) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
 
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.
replaceStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
ReplaceStatement - Class in org.infinispan.cli.interpreter.statement
Replaces an existing entry in the cache
ReplaceStatement(List<Option>, KeyData, Object, ExpirationData) - Constructor for class org.infinispan.cli.interpreter.statement.ReplaceStatement
 
ReplaceStatement(List<Option>, KeyData, Object, Object, ExpirationData) - Constructor for class org.infinispan.cli.interpreter.statement.ReplaceStatement
 
replaceStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.replaceStatement_return
 
replaceValue(Object, InternalCacheEntry) - Method in interface org.infinispan.context.InvocationContext
replaceVersionRead(Object, EntryVersion) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
replaceVersionRead(Object, EntryVersion) - Method in interface org.infinispan.transaction.xa.CacheTransaction
Sets the version read fr this key, replacing the old version if it exists, i.e each invocation updates the version of the key.
replaceWithVersion(K, V, long, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.InvalidatedNearRemoteCache
 
replaceWithVersion(K, V, long, int, int) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
replaceWithVersion(K, V, long, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
replaceWithVersion(K, V, long) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
replaceWithVersion(K, V, long, int) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
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.
replaceWithVersion(K, V, long) - Method in class org.infinispan.jcache.remote.RemoteCacheWithStats
 
replaceWithVersion(K, V, long) - Method in class org.infinispan.jcache.remote.RemoteCacheWithSyncListeners
 
replaceWithVersionAsync(K, V, long, int, int) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
replaceWithVersionAsync(K, V, long) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
replaceWithVersionAsync(K, V, long, int) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
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
 
replay(Map<K, V>) - Method in class org.infinispan.atomic.impl.ClearOperation
 
replay(Map<K, V>) - Method in class org.infinispan.atomic.impl.Operation
 
replay(Map<K, V>) - Method in class org.infinispan.atomic.impl.PutOperation
 
replay(Map<K, V>) - Method in class org.infinispan.atomic.impl.RemoveOperation
 
REPLICABLE_COMMAND - Static variable in interface org.infinispan.marshall.core.Ids
 
ReplicableCommand - Interface in org.infinispan.commands
The core of the command-based cache framework.
ReplicableCommandExternalizer - Class in org.infinispan.marshall.exts
ReplicableCommandExternalizer.
ReplicableCommandExternalizer(RemoteCommandsFactory, GlobalComponentRegistry) - Constructor for class org.infinispan.marshall.exts.ReplicableCommandExternalizer
 
ReplicableCommandManagerFunction - Class in org.infinispan.manager.impl
Replicable Command that runs the given Function passing the EmbeddedCacheManager as an argument
ReplicableCommandManagerFunction() - Constructor for class org.infinispan.manager.impl.ReplicableCommandManagerFunction
 
ReplicableCommandManagerFunction(Function<? super EmbeddedCacheManager, ?>) - Constructor for class org.infinispan.manager.impl.ReplicableCommandManagerFunction
 
ReplicableCommandRunnable - Class in org.infinispan.manager.impl
Replicable Command that runs the given Runnable
ReplicableCommandRunnable() - Constructor for class org.infinispan.manager.impl.ReplicableCommandRunnable
 
ReplicableCommandRunnable(Runnable) - Constructor for class org.infinispan.manager.impl.ReplicableCommandRunnable
 
REPLICATED_CONSISTENT_HASH - Static variable in interface org.infinispan.marshall.core.Ids
 
REPLICATED_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.marshall.core.Ids
 
ReplicatedConsistentHash - Class in org.infinispan.distribution.ch.impl
Special implementation of ConsistentHash for replicated caches.
ReplicatedConsistentHash(Hash, List<Address>, int[]) - Constructor for class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
ReplicatedConsistentHash.Externalizer - Class in org.infinispan.distribution.ch.impl
 
ReplicatedConsistentHash.RangeSet - Class in org.infinispan.distribution.ch.impl
 
ReplicatedConsistentHashFactory - Class in org.infinispan.distribution.ch.impl
Factory for ReplicatedConsistentHash.
ReplicatedConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
 
ReplicatedConsistentHashFactory - Class in org.infinispan.distribution.ch
Deprecated.
Extend from ReplicatedConsistentHashFactory instead. This class will be removed in the future.
ReplicatedConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.ReplicatedConsistentHashFactory
Deprecated.
 
ReplicatedConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch.impl
 
REPLICATION_QUEUE - Static variable in class org.infinispan.configuration.cache.AsyncConfiguration
 
REPLICATION_QUEUE_INTERVAL - Static variable in class org.infinispan.configuration.cache.AsyncConfiguration
 
REPLICATION_QUEUE_MAX_ELEMENTS - Static variable in class org.infinispan.configuration.cache.AsyncConfiguration
 
REPLICATION_TIMEOUT - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
 
ReplicationLogic() - Constructor for class org.infinispan.interceptors.locking.ClusteringDependentLogic.ReplicationLogic
 
ReplicationQueue - Interface in org.infinispan.remoting
Deprecated.
Since 8.2, superseded by JGroups bundler functionality.
ReplicationQueueFactory - Class in org.infinispan.factories
Deprecated.
Since 8.2, superseded by JGroups bundler functionality.
ReplicationQueueFactory() - Constructor for class org.infinispan.factories.ReplicationQueueFactory
Deprecated.
 
ReplicationQueueImpl - Class in org.infinispan.remoting
Deprecated.
Since 8.2, superseded by JGroups bundler functionality.
ReplicationQueueImpl() - Constructor for class org.infinispan.remoting.ReplicationQueueImpl
Deprecated.
 
replicationQueueOnlyForAsyncCaches() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches() - Method in class org.infinispan.lucene.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
replicationQueueOnlyForAsyncCaches() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
replicationQueueOnlyForAsyncCaches() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches() - Method in class org.infinispan.stats.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches() - Method in class org.infinispan.tree.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches() - Method in interface org.infinispan.util.logging.Log
 
replicationQueueOnlyForAsyncCaches() - Method in class org.infinispan.util.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
replicationQueueOnlyForAsyncCaches$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
replicationQueueOnlyForAsyncCaches$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
replicationQueueOnlyForAsyncCaches$str() - Method in class org.infinispan.util.logging.Log_$logger
 
replicationQueueScheduledExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
Deprecated.
This method always returns null now. Look for a thread pool named as GlobalConfiguration.replicationQueueThreadPool() instead.
replicationQueueThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
 
replicationQueueThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
replicationQueueThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
 
replicationTimeout() - Method in class org.infinispan.configuration.cache.BackupConfiguration
 
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.
replQueue() - Method in class org.infinispan.configuration.cache.AsyncConfiguration
Deprecated.
replQueue(ReplicationQueue) - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
Deprecated.
Since 8.2, superseded by JGroups bundler functionality.
replQueueInterval() - Method in class org.infinispan.configuration.cache.AsyncConfiguration
Deprecated.
replQueueInterval(long) - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
Deprecated.
Since 8.2, superseded by JGroups bundler functionality.
replQueueInterval(long, TimeUnit) - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
Deprecated.
Since 8.2, superseded by JGroups bundler functionality.
replQueueMaxElements() - Method in class org.infinispan.configuration.cache.AsyncConfiguration
Deprecated.
replQueueMaxElements(int) - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
Deprecated.
Since 8.2, superseded by JGroups bundler functionality.
replTimeout() - Method in class org.infinispan.configuration.cache.SyncConfiguration
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.
replTimeout(long) - Method in class org.infinispan.configuration.cache.SyncConfiguration
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.
replTimeout(long) - Method in class org.infinispan.configuration.cache.SyncConfigurationBuilder
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.
replTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.SyncConfigurationBuilder
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.
reply - Variable in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
 
Reply - Interface in org.infinispan.remoting.inboundhandler
Interface responsible to send back the return value to the sender.
reply(Object) - Method in interface org.infinispan.remoting.inboundhandler.Reply
Sends back the return value to the sender.
REQUEST_BALANCING_STRATEGY - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
REQUEST_IGNORED_RESPONSE - Static variable in interface org.infinispan.marshall.core.Ids
 
REQUEST_MAGIC - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
REQUEST_PARSING_ERROR_STATUS - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
RequestBalancingStrategy - Interface in org.infinispan.client.hotrod.impl.transport.tcp
Deprecated.
Please extend FailoverRequestBalancingStrategy instead.
requestId - Variable in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
requestSegments() - Method in class org.infinispan.statetransfer.InboundTransferTask
Send START_STATE_TRANSFER request to source node.
requireAttributes(XMLStreamReader, String...) - Static method in class org.infinispan.configuration.parsing.ParseUtils
Require all the named attributes, returning their values in order.
requireClientAuth() - Method in class org.infinispan.server.core.configuration.SslConfiguration
 
requireClientAuth(boolean) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
Enables client certificate authentication
requireDistOrReplCache(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
requireDistOrReplCache(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
requireDistOrReplCache(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
requireDistOrReplCache(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
requireDistOrReplCache(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
requireDistOrReplCache(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
requireDistOrReplCache(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
requireDistOrReplCache(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
requireDistOrReplCache(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
requireDistOrReplCache(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
requireDistOrReplCache(String) - Method in interface org.infinispan.util.logging.Log
 
requireDistOrReplCache(String) - Method in class org.infinispan.util.logging.Log_$logger
 
requireDistOrReplCache$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
requireDistOrReplCache$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
requireDistOrReplCache$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
requireDistOrReplCache$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
requireDistOrReplCache$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
requireDistOrReplCache$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
requireDistOrReplCache$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
requireDistOrReplCache$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
requireDistOrReplCache$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
requireDistOrReplCache$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
requireDistOrReplCache$str() - Method in class org.infinispan.util.logging.Log_$logger
 
requiredParameterWasPassedNull(String) - Method in interface org.infinispan.lucene.logging.Log
 
requiredParameterWasPassedNull(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
requiredParameterWasPassedNull$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
requireNoAttributes(XMLStreamReader) - Static method in class org.infinispan.configuration.parsing.ParseUtils
Checks that the current element has no attributes, throwing an XMLStreamException if one is found.
requireNoContent(XMLStreamReader) - Static method in class org.infinispan.configuration.parsing.ParseUtils
Consumes the remainder of the current element, throwing an XMLStreamException if it contains any child elements.
requireNoNamespaceAttribute(XMLStreamReader, int) - Static method in class org.infinispan.configuration.parsing.ParseUtils
 
requireSingleAttribute(XMLStreamReader, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
Require that the current element have only a single attribute with the given name.
rescalingChunksize(String, long, int) - Method in interface org.infinispan.lucene.logging.Log
 
rescalingChunksize(String, long, int) - Method in class org.infinispan.lucene.logging.Log_$logger
 
rescalingChunksize$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
ReservoirSampler - Class in org.infinispan.stats.percentiles
Keeps the sample for percentile calculations.
ReservoirSampler() - Constructor for class org.infinispan.stats.percentiles.ReservoirSampler
 
ReservoirSampler(int) - Constructor for class org.infinispan.stats.percentiles.ReservoirSampler
 
reset() - Method in interface org.infinispan.cli.CommandBuffer
 
reset() - Method in class org.infinispan.cli.impl.CommandBufferImpl
 
reset() - Method in interface org.infinispan.cli.interpreter.session.Session
Resets the session, by aborting any dangling batches and transactions and updating the timestamp
reset() - Method in class org.infinispan.cli.interpreter.session.SessionImpl
 
reset(byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
reset(byte[]) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
reset() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
reset() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
reset() - Method in class org.infinispan.configuration.cache.BackupForBuilder
 
reset() - Method in interface org.infinispan.remoting.ReplicationQueue
Deprecated.
Resets the replication queue, typically used when a cache is restarted.
reset() - Method in class org.infinispan.remoting.ReplicationQueueImpl
Deprecated.
 
reset() - Method in class org.infinispan.stats.CacheStatisticCollector
reset all the statistics collected so far.
reset() - Method in class org.infinispan.stats.CacheStatisticManager
Resets the cache statistics collected so far.
reset() - Method in class org.infinispan.stats.container.ConcurrentGlobalContainer
 
reset() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
reset() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
reset() - Method in class org.infinispan.stats.impl.StatsCollector
 
reset() - Method in class org.infinispan.stats.impl.StatsImpl
 
reset() - Method in class org.infinispan.stats.percentiles.ReservoirSampler
 
reset() - Method in interface org.infinispan.stats.Stats
Reset statistics
reset() - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
 
reset() - Method in class org.infinispan.xsite.OfflineStatus
 
resetAll() - Method in class org.infinispan.stats.topK.StreamSummaryContainer
Resets all the top-key collected so far.
resetQuery() - Method in class org.infinispan.client.hotrod.impl.query.RemoteQuery
 
resetQuery() - Method in class org.infinispan.query.dsl.impl.BaseQuery
Reset internal state after query parameters are modified.
resetState() - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
resetStatistics() - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
 
resetStatistics() - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
 
resetStatistics() - Method in class org.infinispan.eviction.impl.PassivationManagerStub
 
resetStatistics() - Method in interface org.infinispan.eviction.PassivationManager
 
resetStatistics() - Method in class org.infinispan.interceptors.base.JmxStatsCommandInterceptor
Deprecated.
Resets statistics gathered.
resetStatistics() - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
resetStatistics() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
resetStatistics() - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
resetStatistics() - Method in class org.infinispan.interceptors.InvalidationInterceptor
Deprecated.
 
resetStatistics() - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
resetStatistics() - Method in interface org.infinispan.jmx.JmxStatisticsExposer
Resets an interceptor's cache statistics
resetStatistics() - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
resetStatistics() - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
resetStatistics() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
resetStatistics() - Method in class org.infinispan.stats.impl.StatsCollector
 
resetStatistics() - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
resetStatistics() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
resetStatistics() - Method in class org.infinispan.util.concurrent.locks.DeadlockDetectingLockManager
 
resetVolatileComponents() - Method in class org.infinispan.factories.AbstractComponentRegistry
Removes any components not annotated as @SurvivesRestarts.
resize(long) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.EvictionPolicy
Invoked when resizing the container.
resize(long) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
 
resize(long) - Method in interface org.infinispan.container.DataContainer
Resizes the capacity of the underlying container.
resize(long) - Method in class org.infinispan.container.DefaultDataContainer
 
resolveCache(CacheInvocationContext<? extends Annotation>) - Method in class org.infinispan.jcache.annotation.DefaultCacheResolver
 
resolveCache(CacheInvocationContext<? extends Annotation>) - Method in class org.infinispan.jcache.annotation.InjectedCacheResolver
 
resolveCompatibility() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.infinispan.spring.config.InfinispanContainerCacheManagerBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.infinispan.spring.config.InfinispanEmbeddedCacheManagerBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.infinispan.spring.config.InfinispanRemoteCacheManagerBeanDefinitionParser
 
resolveModuleLifecycles(ClassLoader) - Static method in class org.infinispan.util.ModuleProperties
 
ResourceDMBean - Class in org.infinispan.jmx
This class was entirely copied from JGroups 2.7 (same name there).
ResourceDMBean(Object, ManageableComponentMetadata) - Constructor for class org.infinispan.jmx.ResourceDMBean
 
response - Variable in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
 
Response - Interface in org.infinispan.remoting.responses
A response to be sent back to a remote caller
response - Variable in class org.infinispan.stream.impl.StreamResponseCommand
 
RESPONSE_MAGIC - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
ResponseFilter - Interface in org.infinispan.remoting.rpc
A mechanism of filtering RPC responses.
responseFilter() - Method in class org.infinispan.remoting.rpc.RpcOptions
 
responseFilter(ResponseFilter) - Method in class org.infinispan.remoting.rpc.RpcOptionsBuilder
Sets the ResponseFilter.
ResponseGenerator - Interface in org.infinispan.remoting.responses
A component that generates responses as is expected by different cache setups
ResponseGeneratorFactory - Class in org.infinispan.factories
Creates a ResponseGenerator
ResponseGeneratorFactory() - Constructor for class org.infinispan.factories.ResponseGeneratorFactory
 
ResponseMode - Enum in org.infinispan.remoting.rpc
Represents different handling mechanisms when dealing with remote command responses.
responseMode() - Method in class org.infinispan.remoting.rpc.RpcOptions
 
responseMode(ResponseMode) - Method in class org.infinispan.remoting.rpc.RpcOptionsBuilder
Sets the ResponseMode for the remote invocation.
restartComponent(Lifecycle) - Method in class org.infinispan.util.concurrent.SynchronizedRestarter
 
RestCodec - Class in org.infinispan.cli.interpreter.codec
RestCodec.
RestCodec() - Constructor for class org.infinispan.cli.interpreter.codec.RestCodec
 
result(List<ProcessedCommand>, String, boolean) - Method in interface org.infinispan.cli.Context
 
result(List<ProcessedCommand>, String, boolean) - Method in class org.infinispan.cli.impl.ContextImpl
 
RESULT - Static variable in class org.infinispan.cli.interpreter.result.EmptyResult
 
Result - Interface in org.infinispan.cli.interpreter.result
 
result(List<ProcessedCommand>, String, boolean) - Method in class org.infinispan.cli.io.ConsoleIOAdapter
 
result(List<ProcessedCommand>, String, boolean) - Method in interface org.infinispan.cli.io.IOAdapter
 
result(List<ProcessedCommand>, String, boolean) - Method in class org.infinispan.cli.io.StreamIOAdapter
 
resultJoining(K, V) - Method in interface org.infinispan.query.api.continuous.ContinuousQueryListener
Receives notification that a cache entry has joined the matching set.
ResultKeys - Enum in org.infinispan.cli.interpreter.result
ResultKeys.
resultLeaving(K) - Method in interface org.infinispan.query.api.continuous.ContinuousQueryListener
Receives notification that a cache entry has left the matching set.
resume(Transaction) - Method in class org.infinispan.transaction.tm.DummyBaseTransactionManager
Resume the association of the calling thread with the given transaction.
resumeAfterPause() - Method in class org.infinispan.persistence.sifs.LogAppender
 
resumeEncoding() - Method in class org.infinispan.commons.util.Base64.OutputStream
Resumes encoding of the stream.
resumeIfNeeded(Transaction) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
resumeIfNeeded(Transaction) - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
 
resumeIfNeeded(Transaction) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
 
retainAll(Collection<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
 
retainAll(Collection<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
 
retainAll(Collection<?>) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
 
retainAll(Collection<?>) - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
 
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.ImmutableListCopy
 
retainAll(Collection<?>) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.RangeSet
 
retainAll(Collection<?>) - Method in class org.infinispan.util.AbstractDelegatingCollection
 
retainAll(Collection<?>) - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
 
retainAll(Collection<?>) - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
 
rethrowAsCacheException(Throwable) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
rethrowAsCacheException(Throwable) - Method in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher
 
retriedCommand - Variable in class org.infinispan.commands.tx.PrepareCommand
 
retrievalEncounteredException(Throwable) - Method in class org.infinispan.interceptors.distribution.L1WriteSynchronizer
 
RETRIEVALS - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
Number of get operations.
retrieveClusterListenerCallablesToInstall() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
retrieveClusterListenerCallablesToInstall() - Method in interface org.infinispan.notifications.cachelistener.cluster.ClusterCacheNotifier
This method is invoked so that this node can send the details required for a new node to be bootstrapped with the existing cluster listeners that are already installed.
retrieveEntries(String, Object[], Set<Integer>, int) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
retrieveEntries(String, Set<Integer>, int) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
retrieveEntries(String, int) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
retrieveEntries(String, Set<Integer>, 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, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
 
retrieveEntries(KeyValueFilter<? super K, ? super V>, Converter<? super K, ? super V, ? extends C>, Set<Flag>, EntryRetriever.SegmentListener) - Method in class org.infinispan.iteration.impl.DistributedEntryRetriever
 
retrieveEntries(KeyValueFilter<? super K, ? super V>, Converter<? super K, ? super V, ? extends C>, Set<Flag>, EntryRetriever.SegmentListener) - Method in interface org.infinispan.iteration.impl.EntryRetriever
Deprecated.
This is invoked locally on the node that requested the iteration process.
retrieveEntries(KeyValueFilter<? super K, ? super V>, Converter<? super K, ? super V, ? extends C>, Set<Flag>, EntryRetriever.SegmentListener) - Method in class org.infinispan.iteration.impl.LocalEntryRetriever
 
retrieveEntriesByQuery(Query, Set<Integer>, int) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
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 class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
retrieveEntriesWithMetadata(Set<Integer>, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
Retrieve entries with metadata information
retrieveFromRemoteSource(Object, InvocationContext, boolean, FlagAffectedCommand, boolean) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
retrieveFromRemoteSources(Set<?>, InvocationContext, Set<Flag>) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
retrievingTm(TransactionManager) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
retrievingTm(TransactionManager) - Method in class org.infinispan.lucene.logging.Log_$logger
 
retrievingTm(TransactionManager) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
retrievingTm(TransactionManager) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
retrievingTm(TransactionManager) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
retrievingTm(TransactionManager) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
retrievingTm(TransactionManager) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
retrievingTm(TransactionManager) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
retrievingTm(TransactionManager) - Method in class org.infinispan.stats.logging.Log_$logger
 
retrievingTm(TransactionManager) - Method in class org.infinispan.tree.logging.Log_$logger
 
retrievingTm(TransactionManager) - Method in interface org.infinispan.util.logging.Log
 
retrievingTm(TransactionManager) - Method in class org.infinispan.util.logging.Log_$logger
 
retrievingTm$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
retrievingTm$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
retrievingTm$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
retrievingTm$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
retrievingTm$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
retrievingTm$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
retrievingTm$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
retrievingTm$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
retrievingTm$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
retrievingTm$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
retrievingTm$str() - Method in class org.infinispan.util.logging.Log_$logger
 
retry(Throwable, Transport) - Method in class org.infinispan.remoting.transport.RetryOnFailureXSiteCommand.MaxRetriesPolicy
 
retry(Throwable, Transport) - Method in interface org.infinispan.remoting.transport.RetryOnFailureXSiteCommand.RetryPolicy
 
RetryOnFailureOperation<T> - Class in org.infinispan.client.hotrod.impl.operations
Base class for all the operations that need retry logic: if the operation fails due to connection problems, try with another available connection.
RetryOnFailureOperation(Codec, TransportFactory, byte[], AtomicInteger, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation
 
RetryOnFailureXSiteCommand - Class in org.infinispan.remoting.transport
Invokes a command in a remote site.
RetryOnFailureXSiteCommand.MaxRetriesPolicy - Class in org.infinispan.remoting.transport
 
RetryOnFailureXSiteCommand.RetryPolicy - Interface in org.infinispan.remoting.transport
 
RetryPrepareException - Exception in org.infinispan.interceptors.totalorder
Indicates the state transfer is running and the prepare should be retried.
RetryPrepareException() - Constructor for exception org.infinispan.interceptors.totalorder.RetryPrepareException
 
retryWaitTimeIncreaseFactorDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
retryWaitTimeIncreaseFactorDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
retryWaitTimeIncreaseFactorDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated() - Method in interface org.infinispan.util.logging.Log
 
retryWaitTimeIncreaseFactorDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
retryWaitTimeIncreaseFactorDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
retryWaitTimeIncreaseFactorDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
retryWaitTimeIncreaseFactorDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
returnEmptyMap() - Static method in class org.infinispan.util.concurrent.CompletableFutures
 
returnPossiblePrevValue(Transport, short) - Method in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation
 
returnPossiblePrevValue(Transport, short, int) - Method in interface org.infinispan.client.hotrod.impl.protocol.Codec
 
returnPossiblePrevValue(Transport, short, int) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
 
returnPossiblePrevValue(Transport, short, int) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
returnReadWriteFind() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
returnReadWriteGet() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
returnReadWriteView() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
returnVersionedOperationResponse(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation
 
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.
rewind() - Method in interface org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap.ReusableIterator
 
rewire() - Method in class org.infinispan.factories.AbstractComponentRegistry
Rewires components.
rewireNamedRegistries() - Method in class org.infinispan.factories.GlobalComponentRegistry
 
rewrapAsCacheException(Throwable) - Static method in class org.infinispan.commons.util.Util
 
RICacheEntryEvent<K,V> - Class in org.infinispan.jcache
The reference implementation of the CacheEntryEvent.
RICacheEntryEvent(Cache<K, V>, K, V, EventType) - Constructor for class org.infinispan.jcache.RICacheEntryEvent
Constructs a cache entry event from a given cache as source (without an old value)
RICacheStatistics - Class in org.infinispan.jcache.embedded
The reference implementation of CacheStatisticsMXBean.
RICacheStatistics(AdvancedCache<?, ?>) - Constructor for class org.infinispan.jcache.embedded.RICacheStatistics
Constructs a cache statistics object
RIDelegatingCacheMXBean<K,V> - Class in org.infinispan.jcache
Class to help implementers
RIDelegatingCacheMXBean(Cache<K, V>) - Constructor for class org.infinispan.jcache.RIDelegatingCacheMXBean
Constructor
right() - Method in class org.infinispan.commons.util.Either
 
RIMBeanServerRegistrationUtility - Class in org.infinispan.jcache
A convenience class for registering CacheStatisticsMBeans with an MBeanServer.
RIMBeanServerRegistrationUtility.ObjectNameType - Enum in org.infinispan.jcache
The type of registered Object
RiverCloseListener - Interface in org.infinispan.commons.marshall.jboss
RiverCloseListener is used by Infinispan's extension of River Marshaller and Unmarshaller so that pools can be notified of instances not being in use anymore.
rnd - Static variable in class org.infinispan.affinity.impl.RndKeyGenerator
 
RndKeyGenerator - Class in org.infinispan.affinity.impl
Key provider that relies on Random's distribution to generate keys.
RndKeyGenerator() - Constructor for class org.infinispan.affinity.impl.RndKeyGenerator
 
role(String) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
 
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.
Roles - Class in org.infinispan.cli.commands.server
 
Roles() - Constructor for class org.infinispan.cli.commands.server.Roles
 
ROLES - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
ROLES - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
ROLES - Static variable in class org.infinispan.configuration.cache.AuthorizationConfiguration
 
roles() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
 
roles() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
 
rolesStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
RolesStatement - Class in org.infinispan.cli.interpreter.statement
RolesStatement lists the roles of a user
RolesStatement(String) - Constructor for class org.infinispan.cli.interpreter.statement.RolesStatement
 
rolesStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.rolesStatement_return
 
rollback(Map<K, V>) - Method in class org.infinispan.atomic.impl.ClearOperation
 
rollback(Map<K, V>) - Method in class org.infinispan.atomic.impl.Operation
 
rollback(Map<K, V>) - Method in class org.infinispan.atomic.impl.PutOperation
 
rollback(Map<K, V>) - Method in class org.infinispan.atomic.impl.RemoveOperation
 
Rollback - Class in org.infinispan.cli.commands.server
 
Rollback() - Constructor for class org.infinispan.cli.commands.server.Rollback
 
ROLLBACK - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
ROLLBACK - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
rollback() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
rollback() - Method in interface org.infinispan.container.entries.CacheEntry
Rolls back changes
rollback() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
rollback() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
rollback() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
rollback() - Method in class org.infinispan.container.entries.NullCacheEntry
 
rollback() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
rollback(LocalTransaction) - Method in class org.infinispan.transaction.impl.TransactionCoordinator
 
rollback() - Method in class org.infinispan.transaction.tm.DummyBaseTransactionManager
Rolls back the transaction associated with the calling thread.
rollback() - Method in class org.infinispan.transaction.tm.DummyTransaction
Rolls back this transaction.
rollback() - Method in class org.infinispan.transaction.tm.DummyUserTransaction
Rolls back this transaction.
rollback(Xid) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
Same comment as for TransactionXaAdapter.prepare(javax.transaction.xa.Xid) applies for commit.
RollbackCommand - Class in org.infinispan.commands.tx
Command corresponding to a transaction rollback.
RollbackCommand(String, GlobalTransaction) - Constructor for class org.infinispan.commands.tx.RollbackCommand
 
RollbackCommand(String) - Constructor for class org.infinispan.commands.tx.RollbackCommand
 
rollbackTransactionStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
RollbackTransactionStatement - Class in org.infinispan.cli.interpreter.statement
Rolls back a running transaction
RollbackTransactionStatement(String) - Constructor for class org.infinispan.cli.interpreter.statement.RollbackTransactionStatement
 
rollbackTransactionStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.rollbackTransactionStatement_return
 
RollingUpgradeManager - Class in org.infinispan.upgrade
This component handles the control hooks to handle migrating from one version of Infinispan to another.
RollingUpgradeManager() - Constructor for class org.infinispan.upgrade.RollingUpgradeManager
 
ROOT - Static variable in class org.infinispan.tree.Fqn
Immutable root Fqn.
root() - Static method in class org.infinispan.tree.Fqn
 
ROOT_ELEMENT - Static variable in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationParser72
 
ROOT_ELEMENT - Static variable in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationParser80
 
rootDirectoryIsNotADirectory(String) - Method in interface org.infinispan.lucene.logging.Log
 
rootDirectoryIsNotADirectory(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
rootDirectoryIsNotADirectory$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
rootTypeName - Variable in class org.infinispan.query.dsl.impl.BaseQueryBuilder
The fully qualified name of the entity being queried.
RoundRobinBalancingStrategy - Class in org.infinispan.client.hotrod.impl.transport.tcp
Round-robin implementation for RequestBalancingStrategy.
RoundRobinBalancingStrategy() - Constructor for class org.infinispan.client.hotrod.impl.transport.tcp.RoundRobinBalancingStrategy
 
roundUpToNearest8(long) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.AbstractEntrySizeCalculatorHelper
 
rpc - Variable in class org.infinispan.distexec.DefaultExecutorService
 
rpc - Variable in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
RpcException - Exception in org.infinispan.remoting
Thrown when an RPC problem occurred on the caller.
RpcException() - Constructor for exception org.infinispan.remoting.RpcException
 
RpcException(Throwable) - Constructor for exception org.infinispan.remoting.RpcException
 
RpcException(String) - Constructor for exception org.infinispan.remoting.RpcException
 
RpcException(String, Throwable) - Constructor for exception org.infinispan.remoting.RpcException
 
rpcManager - Variable in class org.infinispan.cache.impl.CacheImpl
 
rpcManager - Variable in class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
rpcManager - Variable in class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
Deprecated.
 
RpcManager - Interface in org.infinispan.remoting.rpc
Provides a mechanism for communicating with other caches in the cluster, by formatting and passing requests down to the registered Transport.
rpcManager - Variable in class org.infinispan.transaction.impl.TransactionTable
 
RpcManagerFactory - Class in org.infinispan.factories
A factory for the RpcManager
RpcManagerFactory() - Constructor for class org.infinispan.factories.RpcManagerFactory
 
RpcManagerImpl - Class in org.infinispan.remoting.rpc
This component really is just a wrapper around a Transport implementation, and is used to set up the transport and provide lifecycle and dependency hooks into external transport implementations.
RpcManagerImpl() - Constructor for class org.infinispan.remoting.rpc.RpcManagerImpl
 
RpcOptions - Class in org.infinispan.remoting.rpc
Classes that wraps all the configuration parameters to configure a remote invocation.
RpcOptions(long, TimeUnit, ResponseFilter, ResponseMode, boolean, boolean, boolean) - Constructor for class org.infinispan.remoting.rpc.RpcOptions
RpcOptions(long, TimeUnit, ResponseFilter, ResponseMode, boolean, DeliverOrder) - Constructor for class org.infinispan.remoting.rpc.RpcOptions
 
rpcOptionsBuilder - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
RpcOptionsBuilder - Class in org.infinispan.remoting.rpc
It builds RpcOptions instances with the options to be used in remote invocations.
RpcOptionsBuilder(long, TimeUnit, ResponseMode, boolean) - Constructor for class org.infinispan.remoting.rpc.RpcOptionsBuilder
RpcOptionsBuilder(long, TimeUnit, ResponseMode, DeliverOrder) - Constructor for class org.infinispan.remoting.rpc.RpcOptionsBuilder
 
RpcOptionsBuilder(RpcOptions) - Constructor for class org.infinispan.remoting.rpc.RpcOptionsBuilder
Constructor based on existing RpcOptions
RspListFuture - Class in org.infinispan.remoting.transport.jgroups
 
run() - Method in class org.infinispan.cdi.util.SetAccessiblePriviligedAction
 
run() - Method in interface org.infinispan.cli.shell.Shell
 
run() - Method in class org.infinispan.cli.shell.ShellImpl
 
run() - Method in class org.infinispan.persistence.sifs.LogAppender
 
run() - Method in class org.infinispan.remoting.inboundhandler.BaseBlockingRunnable
 
run() - Method in class org.infinispan.security.actions.AddCacheManagerListenerAction
 
run() - Method in class org.infinispan.security.actions.DefineConfigurationAction
 
run() - Method in class org.infinispan.security.actions.GetCacheAction
 
run() - Method in class org.infinispan.security.actions.GetCacheAuthorizationManagerAction
 
run() - Method in class org.infinispan.security.actions.GetCacheAvailabilityAction
 
run() - Method in class org.infinispan.security.actions.GetCacheComponentRegistryAction
 
run() - Method in class org.infinispan.security.actions.GetCacheConfigurationAction
 
run() - Method in class org.infinispan.security.actions.GetCacheDistributionManagerAction
 
run() - Method in class org.infinispan.security.actions.GetCacheEntryAction
 
run() - Method in class org.infinispan.security.actions.GetCacheGlobalComponentRegistryAction
 
run() - Method in class org.infinispan.security.actions.GetCacheInterceptorChainAction
 
run() - Method in class org.infinispan.security.actions.GetCacheLockManagerAction
 
run() - Method in class org.infinispan.security.actions.GetCacheManagerAddress
 
run() - Method in class org.infinispan.security.actions.GetCacheManagerClusterAvailabilityAction
 
run() - Method in class org.infinispan.security.actions.GetCacheManagerClusterNameAction
 
run() - Method in class org.infinispan.security.actions.GetCacheManagerCoordinatorAddress
 
run() - Method in class org.infinispan.security.actions.GetCacheManagerIsCoordinatorAction
 
run() - Method in class org.infinispan.security.actions.GetCacheManagerStatusAction
 
run() - Method in class org.infinispan.security.actions.GetCacheRpcManagerAction
 
run() - Method in class org.infinispan.security.actions.GetCacheStatusAction
 
run() - Method in class org.infinispan.security.actions.GetDefaultExecutorServiceAction
 
run() - Method in class org.infinispan.security.actions.GetGlobalComponentRegistryAction
 
run() - Method in class org.infinispan.security.actions.GetSystemPropertyAction
 
run() - Method in class org.infinispan.security.actions.GetSystemPropertyAsBooleanAction
 
run() - Method in class org.infinispan.security.actions.GetSystemPropertyAsIntegerAction
 
run() - Method in class org.infinispan.security.actions.RemoveListenerAction
 
run() - Method in class org.infinispan.security.actions.SetCacheAvailabilityAction
 
run() - Method in class org.infinispan.security.actions.SetThreadContextClassLoaderAction
 
run() - Method in class org.infinispan.statetransfer.OutboundTransferTask
 
run() - Method in class org.infinispan.util.concurrent.locks.DeadlockDetectingLockManager
 
runCommand(Runnable) - Method in class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
runCommit(boolean) - Method in class org.infinispan.transaction.tm.DummyTransaction
Runs the second phase of two-phase-commit protocol.
runL1UpdateIfPossible(InternalCacheEntry) - Method in class org.infinispan.interceptors.distribution.L1WriteSynchronizer
Attempts to the L1 update and set the value.
running - Variable in class org.infinispan.transaction.impl.TransactionTable
 
runPrepare() - Method in class org.infinispan.transaction.tm.DummyTransaction
 
rvrl - Variable in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 

S

safeClose(Statement) - Static method in class org.infinispan.persistence.jdbc.JdbcUtil
 
safeClose(Connection) - Static method in class org.infinispan.persistence.jdbc.JdbcUtil
 
safeClose(ResultSet) - Static method in class org.infinispan.persistence.jdbc.JdbcUtil
 
safeEquals(Object, Object) - Static method in class org.infinispan.commons.util.Util
Null-safe equality test.
sameCacheName(String) - Method in class org.infinispan.transaction.xa.recovery.RecoveryInfoKey
 
SaslInputStream - Class in org.infinispan.client.hotrod.impl.transport.tcp
SaslInputStream.
SaslInputStream(InputStream, SaslClient) - Constructor for class org.infinispan.client.hotrod.impl.transport.tcp.SaslInputStream
 
saslMechanism() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
 
saslMechanism(String) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
Selects the SASL mechanism to use for the connection to the server
SaslOutputStream - Class in org.infinispan.client.hotrod.impl.transport.tcp
SaslOutputStream.
SaslOutputStream(OutputStream, SaslClient) - Constructor for class org.infinispan.client.hotrod.impl.transport.tcp.SaslOutputStream
 
saslProperties() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
 
saslProperties(Map<String, String>) - Method in class org.infinispan.client.hotrod.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.
SaslQopHandler - Class in org.infinispan.server.core.transport
Handles QOP of the SASL protocol.
SaslQopHandler(SaslServer) - Constructor for class org.infinispan.server.core.transport.SaslQopHandler
 
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.
SaslTransportObjectFactory - Class in org.infinispan.client.hotrod.impl.transport.tcp
AuthenticatedTransportObjectFactory.
SaslTransportObjectFactory(Codec, TcpTransportFactory, AtomicInteger, boolean, AuthenticationConfiguration) - Constructor for class org.infinispan.client.hotrod.impl.transport.tcp.SaslTransportObjectFactory
 
SaslTransportObjectFactory.NoOpCallbackHandler - Class in org.infinispan.client.hotrod.impl.transport.tcp
 
SaslUtils - Class in org.infinispan.server.core.security
Utility methods for handling SASL authentication
save() - Method in interface org.infinispan.cli.Config
 
save() - Method in class org.infinispan.cli.shell.ConfigImpl
 
schedule(Runnable, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
schedule(Callable<V>, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
ScheduledExecutorFactory - Interface in org.infinispan.executors
Used to configure and create scheduled executors
ScheduledExecutorFactoryConfiguration - Class in org.infinispan.configuration.global
 
ScheduledExecutorFactoryConfigurationBuilder - Class in org.infinispan.configuration.global
Configures executor factory.
ScheduledThreadPoolExecutorFactory - Enum in org.infinispan.commons.executors
 
scheduleNext() - Method in class org.infinispan.atomic.container.SerialExecutor
 
scheduler - Variable in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
Schema - Class in org.infinispan.configuration.parsing
Schema.
Schema(int, int) - Constructor for class org.infinispan.configuration.parsing.Schema
 
SCHEME - Static variable in class org.infinispan.configuration.cache.VersioningConfiguration
 
scheme() - Method in class org.infinispan.configuration.cache.VersioningConfiguration
 
scheme(VersioningScheme) - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
 
scope(Class<? extends Annotation>) - Method in class org.infinispan.cdi.util.BeanBuilder
Define the scope used for bean creation.
Scope - Annotation Type in org.infinispan.factories.scopes
Defines the scope of a component in a cache system.
scope - Variable in class org.infinispan.registry.ScopedKey
Deprecated.
 
scope(String) - Method in interface org.infinispan.util.logging.events.EventLogger
Sets the scope of this event log, e.g.
scope(Address) - Method in interface org.infinispan.util.logging.events.EventLogger
Sets a node address as the scope of this event log
scope(String) - Method in class org.infinispan.util.logging.events.impl.BasicEventLogger
 
scope - Variable in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
 
scope(String) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
 
scope(Address) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
 
SCOPED_KEY - Static variable in interface org.infinispan.marshall.core.Ids
 
ScopeDetector - Class in org.infinispan.factories.scopes
Retrieves the declared scope of a component
ScopeDetector() - Constructor for class org.infinispan.factories.scopes.ScopeDetector
 
ScopedKey<S,K> - Class in org.infinispan.registry
Deprecated.
in 8.2; functionality replaced by InternalCacheRegistry; to be removed in ver. 9.0
ScopedKey(S, K) - Constructor for class org.infinispan.registry.ScopedKey
Deprecated.
 
ScopedKey.Externalizer - Class in org.infinispan.registry
Deprecated.
 
ScopedPersistentState - Interface in org.infinispan.globalstate
ScopedPersistentState.
ScopedPersistentStateImpl - Class in org.infinispan.globalstate.impl
ScopedPersistentStateImpl.
ScopedPersistentStateImpl(String) - Constructor for class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
 
Scopes - Enum in org.infinispan.factories.scopes
The different scopes that can be declared for a component in the cache system.
Search - Class in org.infinispan.client.hotrod
 
search(long, BiFunction<? super K, ? super V, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each (key, value), or null if none.
search(long, BiFunction<? super K, ? super V, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each (key, value), or null if none.
searchEntries(long, Function<Map.Entry<K, V>, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each entry, or null if none.
searchEntries(long, Function<Map.Entry<K, V>, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each entry, or null if none.
searchKeys(long, Function<? super K, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each key, or null if none.
searchKeys(long, Function<? super K, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each key, or null if none.
searchValues(long, Function<? super V, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each value, or null if none.
searchValues(long, Function<? super V, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each value, or null if none.
SecureCache<K,V> - Interface in org.infinispan.security
SecureCache.
SecureCacheImpl<K,V> - Class in org.infinispan.security.impl
SecureCacheImpl.
SecureCacheImpl(AdvancedCache<K, V>) - Constructor for class org.infinispan.security.impl.SecureCacheImpl
 
secureReadln(String) - Method in class org.infinispan.cli.io.ConsoleIOAdapter
 
secureReadln(String) - Method in interface org.infinispan.cli.io.IOAdapter
 
secureReadln(String) - Method in class org.infinispan.cli.io.StreamIOAdapter
 
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.GlobalConfiguration
 
security() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
security() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
 
Security - Class in org.infinispan.security
Security.
Security() - Constructor for class org.infinispan.security.Security
 
SecurityAwareExecutorFactory - Interface in org.infinispan.commons.executors
Used to configure and create executors which are aware of the current security context
SecurityAwareScheduledExecutorFactory - Interface in org.infinispan.executors
 
securityCacheTimeout() - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
 
securityCacheTimeout(long) - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
 
securityCacheTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
 
securityCacheTimeout(long) - Method in interface org.infinispan.configuration.global.GlobalSecurityConfigurationChildBuilder
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.
SecurityConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
SecurityConfigurationBuilder.
SecurityConfigurationBuilder - Class in org.infinispan.configuration.cache
SecurityConfigurationBuilder.
SecurityConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.SecurityConfigurationBuilder
 
SecurityConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
 
seek(long) - Method in class org.infinispan.lucene.impl.InfinispanIndexInput
 
seek(long) - Method in class org.infinispan.lucene.impl.InfinispanIndexOutput
 
seek(long) - Method in class org.infinispan.lucene.impl.SingleChunkIndexInput
 
segmentAwareEntrySet - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
 
segmentAwareKeySet - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
 
SegmentAwareOperation - Interface in org.infinispan.stream.impl
Terminal stream operation that is aware of segments being lost.
segmentCompleted(Set<Integer>) - Method in interface org.infinispan.CacheStream.SegmentCompletionListener
Method invoked when the segment has been found to be consumed properly by the terminal operation.
segmentCompletionListener(CacheStream.SegmentCompletionListener) - Method in interface org.infinispan.CacheStream
Allows registration of a segment completion listener that is notified when a segment has completed processing.
segmentCompletionListener - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
segmentCompletionListener(CacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
segmentCompletionListener(CacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
segmentCompletionListener(CacheStream.SegmentCompletionListener) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
SegmentConsistentHash - Class in org.infinispan.client.hotrod.impl.consistenthash
 
SegmentConsistentHash() - Constructor for class org.infinispan.client.hotrod.impl.consistenthash.SegmentConsistentHash
 
segmentOwners - Variable in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
SegmentReadLocker - Interface in org.infinispan.lucene.readlocks
SegmentReadLocker implementations have to make sure that segments are not deleted while they are being used by an IndexReader.
SegmentRetryingOperation<E,T,S extends BaseStream<T,S>> - Class in org.infinispan.stream.impl.termop
A terminal based operation that runs the provided function to evaluate the operation.
SegmentRetryingOperation(Iterable<IntermediateOperation>, Supplier<? extends Stream<?>>, Function<S, ? extends E>) - Constructor for class org.infinispan.stream.impl.termop.SegmentRetryingOperation
 
segmentsFinished(byte[]) - Method in interface org.infinispan.client.hotrod.impl.iteration.KeyTracker
 
segmentSize - Variable in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
segmentsToFilter - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
segmentsToFilter - Variable in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
segmentTransferred(int, boolean) - Method in interface org.infinispan.iteration.impl.EntryRetriever.SegmentListener
Deprecated.
Notifies the listener that the segment has been completed.
select(String...) - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
select(Expression...) - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
select(Expression...) - Method in interface org.infinispan.query.dsl.QueryBuilder
 
select(String...) - Method in interface org.infinispan.query.dsl.QueryBuilder
 
selectExecutionNode(List<Address>) - Method in class org.infinispan.distexec.DefaultExecutorService
 
selectExecutionNode(DistributedTask<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
 
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).
self() - Method in interface org.infinispan.commons.configuration.Self
 
self() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
 
self() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
 
self() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
 
self() - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapterConfigurationBuilder
 
self() - Method in class org.infinispan.jcache.embedded.JStoreAdapterConfigurationBuilder
 
self() - Method in class org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfigurationBuilder
 
self() - Method in class org.infinispan.persistence.cli.configuration.CLInterfaceLoaderConfigurationBuilder
 
self() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder.BinaryTableManipulationConfigurationBuilder
 
self() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
 
self() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder
 
self() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
 
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.leveldb.configuration.LevelDBStoreConfigurationBuilder
 
self() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
self() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
 
self() - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
 
self() - Method in class org.infinispan.server.websocket.configuration.WebSocketServerConfigurationBuilder
 
SelfDeliverFilter - Class in org.infinispan.remoting.responses
Used in Total Order based protocol.
SelfDeliverFilter(Address) - Constructor for class org.infinispan.remoting.responses.SelfDeliverFilter
 
SemaphoreCompletionService<T> - Class in org.infinispan.executors
Executes tasks in the given executor, but never has more than maxConcurrentTasks tasks running at the same time.
SemaphoreCompletionService(Executor, int) - Constructor for class org.infinispan.executors.SemaphoreCompletionService
 
sendBufSize() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
sendBufSize - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
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
sendDataResonse(C) - Method in interface org.infinispan.stream.impl.KeyTrackingTerminalOperation.IntermediateCollector
Called back when a response is sent back to the invoker
sendEvents() - Method in interface org.infinispan.notifications.cachelistener.cluster.ClusterEventManager
Sends all previously added events on this thread
sendEvents() - Method in class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl
 
sendEvents() - Method in class org.infinispan.notifications.cachelistener.cluster.impl.ClusterEventManagerStub
 
sendKeyOperation(byte[], Transport, byte, byte) - Method in class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation
 
sendNotification(Object, Object, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.interceptors.ActivationInterceptor
Deprecated.
 
sendNotification(Object, Object, boolean, InvocationContext, FlagAffectedCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
sendNotification(Notification) - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
sendPutOperation(Transport, short, byte) - Method in class org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation
 
sendToTargets(DistributedExecutorService) - Method in class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl.UnicastEventContext
 
SEPARATOR - Static variable in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
 
SEPARATOR - Static variable in class org.infinispan.tree.Fqn
Separator between FQN elements.
sequence(List<CompletableFuture<T>>) - Static method in class org.infinispan.util.concurrent.CompletableFutures
 
sequential() - Method in class org.infinispan.stream.impl.AbstractCacheStream
 
sequential() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
sequential() - Method in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
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 class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
sequentialDistribution() - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
sequentialDistribution() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
SerialExecutor - Class in org.infinispan.atomic.container
This executor below serializes the submission of tasks to a second executor, illustrating a composite executor.
SerialExecutor(Executor) - Constructor for class org.infinispan.atomic.container.SerialExecutor
 
SerializableCallable<V> - Interface in org.infinispan.util
This is a functional interface that is the same as a Callable except that it must also be Serializable
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.
SerializableFunction<T,R> - Interface in org.infinispan.util
This is a functional interface that is the same as a Function except that it must also be Serializable
SerializableRunnable - Interface in org.infinispan.util
This is a functional interface that is the same as a Runnable except that it must also be Serializable
SerializableSupplier<T> - Interface in org.infinispan.stream
This is a simple Supplier that is also Serializable.
SerializableXid - Class in org.infinispan.transaction.xa.recovery
This xid implementation is needed because Xid is not Serializable and we need to serialize it and send it over the network.
SerializableXid(byte[], byte[], int) - Constructor for class org.infinispan.transaction.xa.recovery.SerializableXid
 
SerializableXid(Xid) - Constructor for class org.infinispan.transaction.xa.recovery.SerializableXid
 
SerializableXid.XidExternalizer - Class in org.infinispan.transaction.xa.recovery
 
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
 
SerializationConfiguration - Class in org.infinispan.configuration.global
 
SerializationConfigurationBuilder - Class in org.infinispan.configuration.global
Configures serialization and marshalling settings.
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
Indicate that this class should be serialized with an instance of the given Externalizer class.
SerializeWithExtFactory - Class in org.infinispan.commons.marshall.jboss
JBoss Marshalling plugin class for ClassExternalizerFactory that allows for Infinispan annotations to be used instead of JBoss Marshalling ones in order to discover which classes are serializable with Infinispan externalizers.
SerializeWithExtFactory() - Constructor for class org.infinispan.commons.marshall.jboss.SerializeWithExtFactory
 
SERVER_ERROR_STATUS - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
SERVER_LIST - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
ServerAuthenticationProvider - Interface in org.infinispan.server.core.security
 
ServerCommand - Interface in org.infinispan.cli.commands
 
ServerConfiguration - Class in org.infinispan.client.hotrod.configuration
ServerConfiguration.
ServerConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
ServerConfigurationBuilder.
serverDidNotClose() - Method in interface org.infinispan.server.core.logging.JavaLog
 
serverDidNotClose() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
serverDidNotClose$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
serverDidNotUnbind() - Method in interface org.infinispan.server.core.logging.JavaLog
 
serverDidNotUnbind() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
serverDidNotUnbind$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
serverEndpointTopologyEmpty(String) - Method in interface org.infinispan.server.core.logging.JavaLog
 
serverEndpointTopologyEmpty(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
serverEndpointTopologyEmpty$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
serverManagementOperationFailed(Throwable) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
serverManagementOperationFailed(Throwable) - Method in interface org.infinispan.jcache.logging.Log
 
serverManagementOperationFailed(Throwable) - Method in class org.infinispan.jcache.logging.Log_$logger
 
serverManagementOperationFailed(Throwable) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
serverManagementOperationFailed$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
serverManagementOperationFailed$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
serverManagementOperationFailed$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
ServerManager - Class in org.infinispan.jcache.remote
 
ServerManager(String) - Constructor for class org.infinispan.jcache.remote.ServerManager
 
ServerManager(String, int) - Constructor for class org.infinispan.jcache.remote.ServerManager
 
ServerManager.ManagementClientException - Exception in org.infinispan.jcache.remote
 
ServerManager.NotAvailableException - Exception in org.infinispan.jcache.remote
 
serverName() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
 
serverName(String) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
Sets the name of the server as expected by the SASL protocol
servers() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
servers() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
ServerStatistics - Interface in org.infinispan.client.hotrod
Defines the possible list of statistics defined by the Hot Rod server.
ServerStatisticsImpl - Class in org.infinispan.client.hotrod.impl
 
ServerStatisticsImpl() - Constructor for class org.infinispan.client.hotrod.impl.ServerStatisticsImpl
 
ServerTask<V> - Interface in org.infinispan.tasks
An interface for deployed server tasks.
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
 
Session - Interface in org.infinispan.cli.interpreter.session
 
SessionImpl - Class in org.infinispan.cli.interpreter.session
 
SessionImpl(CodecRegistry, EmbeddedCacheManager, String, TimeService) - Constructor for class org.infinispan.cli.interpreter.session.SessionImpl
 
set(K, V) - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
Don't remove.
set(K, V) - Method in class org.infinispan.cache.impl.CacheSupport
This is intentionally a non-public method meant as an integration point for bytecode manipulation.
set(K, V, V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntryChange
 
set(V, Metadata) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.ValueAndMetadata
 
set(Cache<K, V>) - Static method in class org.infinispan.cdi.ContextInputCache
 
set(K, V) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
set(K, V) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
This is intentionally a non-public method meant as an integration point for bytecode manipulation.
set(V, MetaParam.Writable...) - Method in interface org.infinispan.commons.api.functional.EntryView.WriteEntryView
Set this value along with optional metadata parameters.
set(T) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
set(boolean) - Method in class org.infinispan.commons.util.ByRef.Boolean
 
set(T) - Method in class org.infinispan.commons.util.ByRef
 
set(int, E) - Method in class org.infinispan.commons.util.ForwardingList
 
set - Variable in class org.infinispan.distribution.util.ReadOnlySegmentAwareSet
 
set(Object, int, int) - Method in class org.infinispan.persistence.sifs.TemporaryTable
 
setAccessible(A) - Static method in class org.infinispan.cdi.util.Reflections
Set the accessibility flag on the AccessibleObject as described in AccessibleObject.setAccessible(boolean) within the context of a PrivilegedAction.
SetAccessiblePriviligedAction - Class in org.infinispan.cdi.util
SetAccessiblePriviligedAction(AccessibleObject) - Constructor for class org.infinispan.cdi.util.SetAccessiblePriviligedAction
 
setActiveContainer(String) - Method in interface org.infinispan.cli.connection.Connection
 
setActiveContainer(String) - Method in class org.infinispan.cli.connection.jmx.JMXConnection
 
setAddress(Address) - Method in class org.infinispan.transaction.xa.GlobalTransaction
 
setAllTopologyIds(int) - Method in class org.infinispan.client.hotrod.impl.TopologyInfo
 
setAnnotation(Class<? extends Annotation>) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
setAsyncExecutorFactory(String) - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
setAsyncExecutorFactory(String) - Method in class org.infinispan.spring.ConfigurationPropertiesOverrides
 
setAttribute(Attribute) - Method in class org.infinispan.jmx.ResourceDMBean
 
setAttributes(AttributeSet, Map<?, ?>, boolean, boolean) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
 
setAttributes(AttributeList) - Method in class org.infinispan.jmx.ResourceDMBean
 
setAvailability(AvailabilityMode) - Method in interface org.infinispan.AdvancedCache
Manually change the availability of the cache.
setAvailability(AvailabilityMode) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
setAvailability(AvailabilityMode) - Method in class org.infinispan.cache.impl.CacheImpl
 
setAvailability(AvailabilityMode) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
setAvailability(AvailabilityMode) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
setAvailabilityMode(AvailabilityMode) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setAvailabilityMode(AvailabilityMode) - Method in class org.infinispan.partitionhandling.impl.AvailablePartitionHandlingManager
 
setAvailabilityMode(AvailabilityMode) - Method in interface org.infinispan.partitionhandling.impl.PartitionHandlingManager
 
setAvailabilityMode(AvailabilityMode) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
setBatchIncrease(int) - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.Builder
Sets the batch increase size.
setBeanManager(AfterBeanDiscovery, BeanManager) - Method in class org.infinispan.cdi.util.BeanManagerProvider
It basically doesn't matter which of the system events we use, but basically we use the AfterBeanDiscovery event since it allows to use the BeanManagerProvider for all events which occur after the AfterBeanDiscovery event.
setBeanName(String) - Method in class org.infinispan.spring.support.embedded.InfinispanNamedEmbeddedCacheFactoryBean
 
setBeanName(String) - Method in class org.infinispan.spring.support.remote.InfinispanNamedRemoteCacheFactoryBean
 
setBucketId(Integer) - Method in class org.infinispan.persistence.support.Bucket
 
setBucketId(String) - Method in class org.infinispan.persistence.support.Bucket
 
setBundleContext(BundleContext) - Method in class org.infinispan.osgi.InfinispanEmbeddedServiceFactory
 
setCache(Cache) - Method in class org.infinispan.atomic.Updatable
 
setCacheAvailability(String) - Method in class org.infinispan.cache.impl.CacheImpl
 
setCacheAvailability(String, AvailabilityMode) - Method in interface org.infinispan.topology.LocalTopologyManager
Updates the availability state of a cache (for the entire cluster).
setCacheAvailability(String, AvailabilityMode) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
setCacheAvailability(String, AvailabilityMode) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
SetCacheAvailabilityAction - Class in org.infinispan.security.actions
SetCacheAvailabilityAction.
SetCacheAvailabilityAction(AdvancedCache<?, ?>, AvailabilityMode) - Constructor for class org.infinispan.security.actions.SetCacheAvailabilityAction
 
setCacheLoader(CompleteConfiguration<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
setCacheLoader(CacheLoader<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
 
setCacheManager(EmbeddedCacheManager) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
setCacheManagerNotifier(CacheManagerNotifier) - Method in class org.infinispan.factories.ComponentRegistry
 
setCacheName(String) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
setCacheName(String) - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
setCacheName(String) - Method in class org.infinispan.spring.support.embedded.InfinispanNamedEmbeddedCacheFactoryBean
Sets the name of the org.infinispan.Cache to be created.
setCacheName(String) - Method in class org.infinispan.spring.support.remote.InfinispanNamedRemoteCacheFactoryBean
Sets the name of the org.infinispan.Cache to be created.
setCacheRebalancingEnabled(String, boolean) - Method in interface org.infinispan.topology.LocalTopologyManager
Enable or disable rebalancing for the specified cache.
setCacheRebalancingEnabled(String, boolean) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
setCacheRebalancingEnabled(String, boolean) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
setCacheWriter(CompleteConfiguration<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
setCacheWriter(CacheWriter<? super K, ? super V>) - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
 
setCapacity(int) - Method in class org.infinispan.stats.topK.StreamSummaryContainer
Sets the capacity of the top-key.
setChanged(boolean) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
setChanged(boolean) - Method in interface org.infinispan.container.entries.CacheEntry
 
setChanged(boolean) - Method in class org.infinispan.container.entries.ClearCacheEntry
 
setChanged(boolean) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
setChanged(boolean) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
setChanged(boolean) - Method in interface org.infinispan.container.entries.MVCCEntry
 
setChanged(boolean) - Method in class org.infinispan.container.entries.NullCacheEntry
 
setChanged(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
setCharacteristics(int) - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.Builder
Sets the characteristics the subsequent spliterator will have.
setClassLoader(ClassLoader) - Method in class org.infinispan.context.impl.AbstractInvocationContext
 
setClassLoader(ClassLoader) - Method in class org.infinispan.context.impl.ImmutableContext
 
setClassLoader(ClassLoader) - Method in interface org.infinispan.context.InvocationContext
Sets the class loader associated for this invocation
setClassLoader(ClassLoader) - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
setClassLoader(ClassLoader) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
setClearOnStop(boolean) - Method in interface org.infinispan.persistence.manager.PersistenceManager
 
setClearOnStop(boolean) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
setClearOnStop(boolean) - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
setClustered(boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
setCodec(String) - Method in interface org.infinispan.cli.interpreter.session.Session
Sets the codec to use for encoding/decoding keys/values
setCodec(String) - Method in class org.infinispan.cli.interpreter.session.SessionImpl
 
setCoinToss(long) - Method in class org.infinispan.transaction.xa.DldGlobalTransaction
Sets the random number that defines the coin toss.
setCommandRetried(boolean) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setCompletionFailed(boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareLocalTransaction
 
setComponent(String) - Method in class org.infinispan.factories.threads.DefaultThreadFactory
 
setConfiguration(GlobalConfiguration) - Method in class org.infinispan.remoting.transport.AbstractTransport
 
setConfigurationFileLocation(Resource) - Method in class org.infinispan.spring.AbstractEmbeddedCacheManagerFactory
Sets the location of the configuration file which will be used to configure the EmbeddedCacheManager the SpringEmbeddedCacheManager created by this FactoryBean delegates to.
setConfigurationProperties(Properties) - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
setConfigurationPropertiesFileLocation(Resource) - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
setConfigurationTemplateMode(String) - Method in class org.infinispan.spring.support.embedded.InfinispanNamedEmbeddedCacheFactoryBean
 
setConnection(Connection) - Method in interface org.infinispan.cli.Context
 
setConnection(Connection) - Method in class org.infinispan.cli.impl.ContextImpl
 
setConnectionFactoryClass(String) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
 
setConnectionUrl(String) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
 
setConsistentHash(ConsistentHash) - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
 
setConsistentHash(ConsistentHash) - Method in class org.infinispan.commands.read.GetAllCommand
 
setConsistentHashAtEnd(ConsistentHash) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setConsistentHashAtStart(ConsistentHash) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setContext(PrincipalRoleMapperContext) - Method in class org.infinispan.security.impl.ClusterRoleMapper
 
setContext(PrincipalRoleMapperContext) - Method in class org.infinispan.security.impl.CommonNameRoleMapper
 
setContext(PrincipalRoleMapperContext) - Method in class org.infinispan.security.impl.IdentityRoleMapper
 
setContext(PrincipalRoleMapperContext) - Method in interface org.infinispan.security.PrincipalRoleMapper
Sets the context for this PrincipalRoleMapper
setConverter(CacheEventConverter<? super K, ? super V, ?>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
setCreated(boolean) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
setCreated(boolean) - Method in interface org.infinispan.container.entries.CacheEntry
 
setCreated(boolean) - Method in class org.infinispan.container.entries.ClearCacheEntry
 
setCreated(boolean) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
setCreated(boolean) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
setCreated(long) - Method in class org.infinispan.container.entries.MortalCacheValue
 
setCreated(boolean) - Method in class org.infinispan.container.entries.NullCacheEntry
 
setCreated(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
setCreated(boolean) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setCurrentCache(String) - Method in interface org.infinispan.cli.interpreter.session.Session
Sets the current cache.
setCurrentCache(String) - Method in class org.infinispan.cli.interpreter.session.SessionImpl
 
setDatasourceJndiLocation(String) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
 
setDefaultCacheName(String) - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
 
setDependencies(DataContainer, TimeService) - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
setDependencies(LockManager, DataContainer<Object, Object>, ClusteringDependentLogic) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
setDependencies(RpcManager, PartitionHandlingManager, PendingLockManager) - Method in class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
Deprecated.
 
setDependencies(TimeService) - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
setDriverClass(String) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
 
setEnabled(boolean) - Method in class org.infinispan.stats.topK.StreamSummaryContainer
Enables or disables the top-key collection
setEnlisted(boolean) - Method in class org.infinispan.transaction.synchronization.SyncLocalTransaction
 
setEntries(Map<? extends K, ? extends V>) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
setEntries(Map<? extends K, ? extends V>) - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
setEntries(Map<? extends K, ? extends V>) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setEnvironment(Cache<K, V>, Set<K>) - Method in interface org.infinispan.distexec.DistributedCallable
Invoked by execution environment after DistributedCallable has been migrated for execution to a specific Infinispan node.
setEnvironment(Cache<K, V>, Set<K>) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEventCallable
 
setEnvironment(Cache<K, V>, Set<K>) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable
 
setEnvironment(Cache<K, V>, Set<K>) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable
 
setEnvironment(Cache<K, V>, Set<K>) - Method in class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCallable
 
setEnvironment(Cache<Object, Object>, Set<Object>) - Method in class org.infinispan.persistence.remote.upgrade.MigrationTask
 
setEstimateRemaining(long) - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.Builder
Sets how many estimated elements are remaining for this iterator This defaults to Long.MAX_VALUE.
setEvicted(boolean) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
setEvicted(boolean) - Method in interface org.infinispan.container.entries.CacheEntry
 
setEvicted(boolean) - Method in class org.infinispan.container.entries.ClearCacheEntry
 
setEvicted(boolean) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
setEvicted(boolean) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
setEvicted(boolean) - Method in class org.infinispan.container.entries.NullCacheEntry
 
setEvicted(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
setEvictionSize(long) - Method in class org.infinispan.cache.impl.CacheConfigurationMBean
 
setException(Exception) - Method in class org.infinispan.remoting.responses.ExceptionResponse
 
setExecutable(boolean, boolean) - Method in class org.infinispan.io.GridFile
 
setExecutable(boolean) - Method in class org.infinispan.io.GridFile
 
setExpiration(long) - Method in class org.infinispan.persistence.jpa.impl.MetadataEntity
 
setExpired(boolean) - Method in interface org.infinispan.container.entries.MVCCEntry
Marks this entry as being expired.
setExpired(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
setExpiryPolicy(ExpiryPolicy) - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
 
setExposeJmxStats(boolean) - Method in class org.infinispan.util.concurrent.locks.DeadlockDetectingLockManager
 
SetExternalizer - Class in org.infinispan.marshall.exts
Set externalizer for all set implementations, i.e.
SetExternalizer() - Constructor for class org.infinispan.marshall.exts.SetExternalizer
 
setFilter(CacheEventFilter<? super K, ? super V>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
setFirstInChain(CommandInterceptor) - Method in class org.infinispan.interceptors.InterceptorChain
Mainly used by unit tests to replace the interceptor chain with the starting point passed in.
setFlag(DeltaAwareCacheEntry.Flags) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
Utility method that sets the value of the given flag to true.
setFlag(ReadCommittedEntry.Flags) - Method in class org.infinispan.container.entries.ReadCommittedEntry
Utility method that sets the value of the given flag to true.
setFlag(boolean, ReadCommittedEntry.Flags) - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
setFlags(Flag[]) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
setFlags(int) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
 
setFlags(Set<Flag>) - Method in class org.infinispan.commands.AbstractLocalFlagAffectedCommand
 
setFlags(Set<Flag>) - Method in class org.infinispan.commands.control.LockControlCommand
 
setFlags(Set<Flag>) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
setFlags(Flag...) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
setFlags(Set<Flag>) - Method in interface org.infinispan.commands.LocalFlagAffectedCommand
Set the flags, replacing any existing flags.
setFlags(Flag...) - Method in interface org.infinispan.commands.LocalFlagAffectedCommand
setFlags(Set<Flag>) - Method in class org.infinispan.commands.remote.LocalFlagAffectedRpcCommand
 
setForceReturnValues(boolean) - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
setForceReturnValues(boolean) - Method in class org.infinispan.spring.ConfigurationPropertiesOverrides
 
setForwarded(boolean) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
setForwarded(boolean) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
setForwarded(boolean) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
setForwarded(boolean) - Method in class org.infinispan.commands.write.PutMapCommand
 
setFromRemoteSite(boolean) - Method in class org.infinispan.transaction.impl.LocalTransaction
 
setFuture(Future<E>) - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
setFuture(Future<T>) - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
setFuture(Future<T>) - Method in interface org.infinispan.commons.util.concurrent.NotifyingNotifiableFuture
Setup the future which is wrapped by implementation of this interface.
setGlobalTransaction(GlobalTransaction) - Method in class org.infinispan.commands.control.LockControlCommand
 
setGroupManager(GroupManager) - Method in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
setGroupOwner(boolean) - Method in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
setHash(Hash) - Method in class org.infinispan.client.hotrod.impl.consistenthash.ConsistentHashV1
 
setId(long) - Method in class org.infinispan.transaction.xa.GlobalTransaction
 
setIdentifier(UUID) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
setIllegalClassnames(String[]) - Method in class org.infinispan.checkstyle.checks.regexp.IllegalImport
Set the list of illegal import statements.
setIncludeCurrentState(boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
setInfinispanCacheContainer(CacheContainer) - Method in class org.infinispan.spring.support.InfinispanDefaultCacheFactoryBean
Sets the org.infinispan.manager.CacheContainer to be used for creating our Cache instance.
setInfinispanEmbeddedCacheManager(EmbeddedCacheManager) - Method in class org.infinispan.spring.support.embedded.InfinispanNamedEmbeddedCacheFactoryBean
Sets the org.infinispan.manager.EmbeddedCacheManager to be used for creating our Cache instance.
setInfinispanMarshaller(StreamingMarshaller) - Method in class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
 
setInfinispanRemoteCacheManager(RemoteCacheManager) - Method in class org.infinispan.spring.support.remote.InfinispanNamedRemoteCacheFactoryBean
Sets the org.infinispan.client.hotrod.RemoteCacheManager to be used for creating our Cache instance.
setIntermediateCacheName(String) - Method in class org.infinispan.commands.read.MapCombineCommand
 
setInternalCacheEntryFactory(InternalEntryFactory) - Method in class org.infinispan.persistence.remote.RemoteStore
 
setInternalId(long) - Method in interface org.infinispan.transaction.xa.recovery.RecoverableTransactionIdentifier
 
setInternalId(long) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareDldGlobalTransaction
 
setInternalId(long) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareGlobalTransaction
 
setJmxDomain(String) - Method in class org.infinispan.jmx.ComponentsJmxRegistration
 
setJpqlString(String) - Method in class org.infinispan.query.remote.client.QueryRequest
 
setKey(Object) - Method in class org.infinispan.atomic.Updatable
 
setKey(Object) - Method in class org.infinispan.commands.read.AbstractDataCommand
 
setKey(K) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setKey(MetadataEntityKey) - Method in class org.infinispan.persistence.jpa.impl.MetadataEntity
 
setKeyBytes(byte[]) - Method in class org.infinispan.persistence.jpa.impl.MetadataEntity
 
setKeyInvalidationListener(StateConsumerImpl.KeyInvalidationListener) - Method in class org.infinispan.statetransfer.StateConsumerImpl
 
setKeys(Set<? extends K>) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
setKeys(Set<? extends K>) - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
setKeys(Collection<?>) - Method in class org.infinispan.commands.read.GetAllCommand
 
setKeys(Object[]) - Method in class org.infinispan.commands.write.InvalidateL1Command
 
setKeySha(String) - Method in class org.infinispan.persistence.jpa.impl.MetadataEntityKey
 
setKeySizeEstimate(int) - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
setKeySizeEstimate(int) - Method in class org.infinispan.spring.ConfigurationPropertiesOverrides
 
setLastModified(long) - Method in class org.infinispan.io.GridFile
 
setLastUsed(long) - Method in class org.infinispan.container.entries.TransientCacheValue
 
setLastUsed(long) - Method in class org.infinispan.container.entries.TransientMortalCacheValue
 
setLength(int) - Method in class org.infinispan.io.GridFile.Metadata
 
setLifespan(long) - Method in class org.infinispan.container.entries.MortalCacheEntry
 
setLifespan(long) - Method in class org.infinispan.container.entries.MortalCacheValue
 
setLifespan(long) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
setListenerCompletion(CompletionListener) - Method in class org.infinispan.jcache.AbstractJCache
 
setListenerException(CompletionListener, Throwable) - Method in class org.infinispan.jcache.AbstractJCache
 
setLoaded(boolean) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
setLoaded(boolean) - Method in interface org.infinispan.container.entries.CacheEntry
Deprecated.
Does nothing.
setLoaded(boolean) - Method in class org.infinispan.container.entries.ClearCacheEntry
 
setLoaded(boolean) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
setLoaded(boolean) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
setLoaded(boolean) - Method in class org.infinispan.container.entries.NullCacheEntry
 
setLoaded(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
Deprecated.
setLocal(boolean) - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
 
setLocalAddress(Address) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
setLockIntention(Collection<Object>) - Method in class org.infinispan.transaction.xa.DldGlobalTransaction
 
setLockOwner(Object) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
 
setLockOwner(Object) - Method in class org.infinispan.context.impl.ClearInvocationContext
 
setLockOwner(Object) - Method in class org.infinispan.context.impl.ImmutableContext
 
setLockOwner(Object) - Method in class org.infinispan.context.impl.NonTxInvocationContext
 
setLockOwner(Object) - Method in interface org.infinispan.context.InvocationContext
Sets the object to be used by lock owner.
setLockOwner(Object) - Method in class org.infinispan.context.SingleKeyNonTxInvocationContext
 
setLocksHeldAtOrigin(Set<Object>) - Method in class org.infinispan.transaction.xa.DldGlobalTransaction
 
setLookedUpEntriesTopology(int) - Method in class org.infinispan.transaction.impl.RemoteTransaction
 
setManagementEnabled(boolean) - Method in class org.infinispan.jcache.AbstractJCache
 
setMap(Map<Object, Object>) - Method in class org.infinispan.commands.write.PutMapCommand
 
setMarshaller(Marshaller) - Method in interface org.infinispan.compat.TypeConverter
Marshaller to be used by the type converter to marshall/unmarshall contents.
setMarshaller(StreamingMarshaller) - Method in class org.infinispan.persistence.keymappers.MarshalledValueOrPrimitiveMapper
 
setMarshaller(StreamingMarshaller) - Method in interface org.infinispan.persistence.keymappers.MarshallingTwoWayKey2StringMapper
 
setMarshaller(String) - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
setMarshaller(String) - Method in class org.infinispan.spring.ConfigurationPropertiesOverrides
 
setMaxBatchSize(int) - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator.Builder
Sets the max batch size for a thread to use - This defaults to 51200
setMaxCollectorSize(int) - Method in class org.infinispan.commands.read.MapCombineCommand
Limits Mapper's Collector size to a given value.
setMaxIdle(long) - Method in class org.infinispan.container.entries.TransientCacheEntry
 
setMaxIdle(long) - Method in class org.infinispan.container.entries.TransientCacheValue
 
setMaxIdle(long) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
setMaxIdle(long) - Method in class org.infinispan.container.entries.TransientMortalCacheValue
 
setMaxResults(Integer) - Method in class org.infinispan.query.remote.client.QueryRequest
 
setMergeView(boolean) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
setMessage(String) - Method in class org.infinispan.checkstyle.checks.regexp.IllegalImport
 
setMetadata(Metadata) - Method in class org.infinispan.commands.AbstractFlagAffectedCommand
 
setMetadata(Metadata) - Method in class org.infinispan.commands.control.LockControlCommand
 
setMetadata(Metadata) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
setMetadata(Metadata) - Method in interface org.infinispan.commands.MetadataAwareCommand
Sets metadata for this command.
setMetadata(Metadata) - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
setMetadata(Metadata) - Method in class org.infinispan.commands.write.PutMapCommand
 
setMetadata(Metadata) - Method in class org.infinispan.commands.write.ReplaceCommand
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.ClearCacheEntry
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
setMetadata(Metadata) - Method in interface org.infinispan.container.entries.metadata.MetadataAware
Set the metadata in the cache entry.
setMetadata(Metadata) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.MortalCacheEntry
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.NullCacheEntry
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.TransientCacheEntry
 
setMetadata(Metadata) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
setMetadata(Metadata) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setMetadata(byte[]) - Method in class org.infinispan.persistence.jpa.impl.MetadataEntity
 
setMethod(Method) - Method in class org.infinispan.factories.components.ComponentMetadata.InjectMetadata
 
setMethod(Method) - Method in class org.infinispan.factories.components.ComponentMetadata.PrioritizedMethodMetadata
 
setMethod(Method) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
setModifications(List<WriteCommand>) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
setModificationTime(long) - Method in class org.infinispan.io.GridFile.Metadata
 
setNamedParameters(List<QueryRequest.NamedParameter>) - Method in class org.infinispan.query.remote.client.QueryRequest
 
setNewMembers(List<Address>) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
setNewTopologyId(int) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setNewValue(Object) - Method in class org.infinispan.commands.write.ReplaceCommand
 
setNext(CommandInterceptor) - Method in class org.infinispan.interceptors.base.CommandInterceptor
Sets the next interceptor in the chain to the interceptor passed in.
setNode(String) - Method in class org.infinispan.factories.threads.DefaultThreadFactory
 
setNumResults(int) - Method in class org.infinispan.query.remote.client.QueryResponse
 
setObservation(Listener.Observation) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
setOldMembers(List<Address>) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
setOldMetadata(Metadata) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setOldValue(Object) - Method in class org.infinispan.commands.write.ReplaceCommand
 
setOldValue(V) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setOnlyPrimary(boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.CacheInvocationBuilder
 
setOrigin(Address) - Method in class org.infinispan.commands.remote.BaseRpcCommand
 
setOrigin(Address) - Method in interface org.infinispan.commands.remote.CacheRpcCommand
Set the origin of the command
setOrigin(Address) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
setOriginLocal(boolean) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setOriginSite(String) - Method in class org.infinispan.xsite.XSiteReplicateCommand
 
setOutcome(boolean) - Method in class org.infinispan.stats.TransactionStatistics
Sets the transaction outcome.
setOutputAdapter(IOAdapter) - Method in interface org.infinispan.cli.Context
 
setOutputAdapter(IOAdapter) - Method in class org.infinispan.cli.impl.ContextImpl
 
setParameter(String, Object) - Method in class org.infinispan.query.dsl.impl.BaseQuery
 
setParameter(String, Object) - Method in interface org.infinispan.query.dsl.Query
 
setParameterClasses(Class<?>[]) - Method in class org.infinispan.factories.components.ComponentMetadata.InjectMetadata
 
setParameters(int, Object[]) - Method in interface org.infinispan.commands.ReplicableCommand
Deprecated.
will be replaced by ReplicableCommand.readFrom(ObjectInput). Note: don't implement both since they are used during the transition period.
setParameters(Map<String, Object>) - Method in class org.infinispan.query.dsl.impl.BaseQuery
 
setParameters(Map<String, Object>) - Method in interface org.infinispan.query.dsl.Query
 
setParams(Params) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
setParserContext(Class<? extends ConfigurationParser>, ParserContext) - Method in class org.infinispan.configuration.parsing.ConfigurationBuilderHolder
 
setPassword(String) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
 
setPingOnStartup(boolean) - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
setPingOnStartup(boolean) - Method in class org.infinispan.spring.ConfigurationPropertiesOverrides
Deprecated.
No longer in effect, ping always happens on startup now.
setPre(boolean) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setPrepared(boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareLocalTransaction
 
setPrepared(boolean) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
 
setPrepared(boolean) - Method in interface org.infinispan.transaction.xa.recovery.RecoveryAwareTransaction
 
setProjection(String...) - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
Deprecated.
to be removed in 9.0
setProjection(String...) - Method in interface org.infinispan.query.dsl.QueryBuilder
Deprecated.
to be removed in 9.0
setProjectionSize(int) - Method in class org.infinispan.query.remote.client.QueryResponse
 
setProperty(String, String) - Method in interface org.infinispan.cli.Context
 
setProperty(String, String) - Method in class org.infinispan.cli.impl.ContextImpl
 
setProperty(String, String) - Method in class org.infinispan.client.hotrod.impl.TypedProperties
 
setProperty(String, String) - Method in class org.infinispan.commons.util.TypedProperties
 
setProperty(String, Object) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
Defines a single value.
setProperty(String, String) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
 
setProperty(String, int) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
 
setProperty(String, float) - Method in class org.infinispan.globalstate.impl.ScopedPersistentStateImpl
 
setProperty(String, String) - Method in interface org.infinispan.globalstate.ScopedPersistentState
Sets a state property.
setProperty(String, int) - Method in interface org.infinispan.globalstate.ScopedPersistentState
Sets an integer state property.
setProperty(String, float) - Method in interface org.infinispan.globalstate.ScopedPersistentState
Sets a float state property.
setPutIfAbsent(boolean) - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
setQuitting(boolean) - Method in interface org.infinispan.cli.Context
 
setQuitting(boolean) - Method in class org.infinispan.cli.impl.ContextImpl
 
setReadable(boolean, boolean) - Method in class org.infinispan.io.GridFile
 
setReadable(boolean) - Method in class org.infinispan.io.GridFile
 
setReadOnly() - Method in class org.infinispan.io.GridFile
 
setRebalanceEnabled(boolean) - Method in class org.infinispan.topology.ClusterCacheStatus
 
setRebalancingEnabled(boolean) - Method in class org.infinispan.cache.impl.CacheImpl
 
setRebalancingEnabled(boolean) - Method in interface org.infinispan.topology.ClusterTopologyManager
Globally enables or disables whether automatic rebalancing should occur.
setRebalancingEnabled(String, boolean) - Method in interface org.infinispan.topology.ClusterTopologyManager
Enables or disables rebalancing for the specified cache
setRebalancingEnabled(String, boolean) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
setRebalancingEnabled(boolean) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
setRebalancingEnabled(boolean) - Method in interface org.infinispan.topology.LocalTopologyManager
Enable or disable rebalancing in the entire cluster.
setRebalancingEnabled(boolean) - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
setRebalancingEnabled(boolean) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
setRecoveryManager(RecoveryManager) - Method in class org.infinispan.transaction.xa.XaTransactionTable
 
setReducePhaseDistributed(boolean) - Method in class org.infinispan.commands.read.MapCombineCommand
 
setRemote(boolean) - Method in class org.infinispan.transaction.xa.GlobalTransaction
 
setRemoteLockIntention(Collection<Object>) - Method in class org.infinispan.transaction.xa.DldGlobalTransaction
 
setRemotelyFetched(Map<Object, InternalCacheEntry>) - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
 
setRemotelyFetched(Map<Object, InternalCacheEntry>) - Method in class org.infinispan.commands.read.GetAllCommand
 
setRemotelyFetchedValue(InternalCacheEntry) - Method in class org.infinispan.commands.read.GetCacheEntryCommand
 
setRemotelyFetchedValue(InternalCacheEntry) - Method in class org.infinispan.commands.read.GetKeyValueCommand
 
setRemotelyFetchedValue(InternalCacheEntry) - Method in interface org.infinispan.commands.read.RemoteFetchingCommand
Deprecated.
 
setRemoved(boolean) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
setRemoved(boolean) - Method in interface org.infinispan.container.entries.CacheEntry
 
setRemoved(boolean) - Method in class org.infinispan.container.entries.ClearCacheEntry
 
setRemoved(boolean) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
setRemoved(boolean) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
setRemoved(boolean) - Method in class org.infinispan.container.entries.NullCacheEntry
 
setRemoved(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
setReplayEntryWrapping(boolean) - Method in class org.infinispan.commands.tx.PrepareCommand
 
setRequestBalancingStrategy(String) - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
setRequestBalancingStrategy(String) - Method in class org.infinispan.spring.ConfigurationPropertiesOverrides
 
setResultCacheName(String) - Method in class org.infinispan.commands.read.ReduceCommand
 
setResults(List<WrappedMessage>) - Method in class org.infinispan.query.remote.client.QueryResponse
 
setRetriedCommand(boolean) - Method in class org.infinispan.commands.tx.PrepareCommand
 
setRollbackOnly() - Method in class org.infinispan.transaction.tm.DummyBaseTransactionManager
Mark the transaction associated with the calling thread for rollback only.
setRollbackOnly() - Method in class org.infinispan.transaction.tm.DummyTransaction
Mark the transaction so that the only possible outcome is a rollback.
setRollbackOnly() - Method in class org.infinispan.transaction.tm.DummyUserTransaction
Mark the transaction so that the only possible outcome is a rollback.
setSchema(Schema) - Method in interface org.infinispan.configuration.parsing.XMLExtendedStreamReader
Sets the current schema
setSeqId(long) - Method in class org.infinispan.persistence.sifs.LogAppender
 
setServerList(Collection<InetSocketAddress>) - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
setServerList(Collection<InetSocketAddress>) - Method in class org.infinispan.spring.ConfigurationPropertiesOverrides
 
setServers(Collection<SocketAddress>) - Method in interface org.infinispan.client.hotrod.impl.transport.tcp.FailoverRequestBalancingStrategy
 
setServers(Collection<SocketAddress>) - Method in interface org.infinispan.client.hotrod.impl.transport.tcp.RequestBalancingStrategy
Deprecated.
 
setServers(Collection<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.RoundRobinBalancingStrategy
 
setSessionReaperWakeupInterval(long) - Method in class org.infinispan.cli.interpreter.Interpreter
 
setSessionTimeout(long) - Method in class org.infinispan.cli.interpreter.Interpreter
 
setSiteName(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
setSize(long) - Method in class org.infinispan.lucene.FileMetadata
 
setSkipLookup(boolean) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
setSkipLookup(boolean) - Method in interface org.infinispan.container.entries.CacheEntry
setSkipLookup(boolean) - Method in class org.infinispan.container.entries.ClearCacheEntry
 
setSkipLookup(boolean) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
setSkipLookup(boolean) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
setSkipLookup(boolean) - Method in class org.infinispan.container.entries.NullCacheEntry
 
setSkipLookup(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
setSkipLookup(boolean) - Method in class org.infinispan.container.entries.RepeatableReadEntry
 
setStackTrace(StackTraceElement[]) - Method in exception org.infinispan.commons.marshall.NotSerializableException
 
setStaleStatsTreshold(long) - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
setStartAutomatically(boolean) - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
setStartOffset(Long) - Method in class org.infinispan.query.remote.client.QueryRequest
 
setStateTransferFlag(Flag) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
setStateTransferFlag(Flag) - Method in class org.infinispan.transaction.impl.LocalTransaction
 
setStateTransferFlag(Flag) - Method in class org.infinispan.transaction.impl.RemoteTransaction
 
setStatisticsEnabled(boolean) - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
 
setStatisticsEnabled(boolean) - Method in class org.infinispan.eviction.impl.PassivationManagerStub
 
setStatisticsEnabled(boolean) - Method in class org.infinispan.interceptors.base.JmxStatsCommandInterceptor
Deprecated.
 
setStatisticsEnabled(boolean) - Method in class org.infinispan.interceptors.InvalidationInterceptor
Deprecated.
 
setStatisticsEnabled(boolean) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
setStatisticsEnabled(boolean) - Method in class org.infinispan.jcache.AbstractJCache
 
setStatisticsEnabled(boolean) - Method in class org.infinispan.jcache.embedded.JCache
 
setStatisticsEnabled(boolean) - Method in interface org.infinispan.jmx.JmxStatisticsExposer
Enables an interceptor's cache statistics If true, the interceptor will capture statistics and make them available through the mbean.
setStatisticsEnabled(boolean) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
Deprecated.
We already have an attribute, we shouldn't have an operation for the same thing.
setStatisticsEnabled(boolean) - Method in class org.infinispan.stats.impl.CacheContainerStatsImpl
 
setStatisticsEnabled(boolean) - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
setStatisticsEnabled(boolean) - Method in class org.infinispan.stats.impl.StatsCollector
 
setStatisticsEnabled(boolean) - Method in class org.infinispan.stats.impl.StatsImpl
 
setStatisticsEnabled(boolean) - Method in interface org.infinispan.stats.Stats
Enables or disables statistics at runtime.
setStatisticsEnabled(boolean) - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
setStatusOk(boolean) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
setSubgroupsMerged(List<List<Address>>) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
setSubject(Subject) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
setSupplier(Supplier<? extends Stream<?>>) - Method in interface org.infinispan.stream.impl.KeyTrackingTerminalOperation
This method is to be invoked only locally after a key tracking operation has been serialized to a new node
setSupplier(Supplier<? extends Stream<?>>) - Method in interface org.infinispan.stream.impl.TerminalOperation
Sets the local supplier for the stream.
setSupplier(Supplier<? extends Stream<?>>) - Method in class org.infinispan.stream.impl.termop.BaseTerminalOperation
 
setSync(boolean) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
setTakeOfflineAfterFailures(String, int) - Method in class org.infinispan.xsite.XSiteAdminOperations
 
setTakeOfflineMinTimeToWait(String, long) - Method in class org.infinispan.xsite.XSiteAdminOperations
 
setTarget(Object) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
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
setTcpKeepAlive(boolean) - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
setTcpKeepAlive(boolean) - Method in class org.infinispan.spring.ConfigurationPropertiesOverrides
 
setTcpNoDelay(boolean) - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
setTcpNoDelay(boolean) - Method in class org.infinispan.spring.ConfigurationPropertiesOverrides
 
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(String) - Static method in class org.infinispan.commons.util.BeanUtils
Retrieves a setter name based on a field name passed in
setterName(Class<?>) - Static method in class org.infinispan.commons.util.BeanUtils
Returns a setter for a given class
SetThreadContextClassLoaderAction - Class in org.infinispan.security.actions
SetThreadContextClassLoaderAction.
SetThreadContextClassLoaderAction(ClassLoader) - Constructor for class org.infinispan.security.actions.SetThreadContextClassLoaderAction
 
SetThreadContextClassLoaderAction(Class<?>) - Constructor for class org.infinispan.security.actions.SetThreadContextClassLoaderAction
 
setThreadLocal(InvocationContext) - Method in interface org.infinispan.context.InvocationContextContainer
Associate the InvocationContext parameter with the calling thread.
setThreadLocal(InvocationContext) - Method in class org.infinispan.context.InvocationContextContainerImpl
 
setTimeoutFuture(Future<?>) - Method in class org.infinispan.remoting.transport.jgroups.RspListFuture
 
setTimeoutFuture(Future<?>) - Method in class org.infinispan.remoting.transport.jgroups.SingleResponseFuture
 
setTimeService(TimeService) - Method in class org.infinispan.util.concurrent.locks.impl.InfinispanLock
Tests purpose only!
settingMasterThreadsNotSupported() - Method in interface org.infinispan.server.core.logging.JavaLog
 
settingMasterThreadsNotSupported() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
settingMasterThreadsNotSupported$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
setTopKValue(int) - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
setTopologyId(byte[], int) - Method in class org.infinispan.client.hotrod.impl.TopologyInfo
 
setTopologyId(int) - Method in class org.infinispan.commands.AbstractFlagAffectedCommand
 
setTopologyId(int) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
setTopologyId(int) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
setTopologyId(int) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
setTopologyId(int) - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
 
setTopologyId(int) - Method in interface org.infinispan.commands.TopologyAffectedCommand
 
setTopologyId(int) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
setTopologyId(int) - Method in class org.infinispan.iteration.impl.EntryRequestCommand
 
setTopologyId(int) - Method in class org.infinispan.iteration.impl.EntryResponseCommand
 
setTopologyId(int) - Method in class org.infinispan.statetransfer.StateRequestCommand
 
setTopologyId(int) - Method in class org.infinispan.stream.impl.StreamRequestCommand
 
setTopologyId(int) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
setTotalResults(long) - Method in class org.infinispan.query.remote.client.QueryResponse
 
setTransaction(Transaction) - Static method in class org.infinispan.transaction.tm.DummyBaseTransactionManager
Just used for unit tests
setTransactionId(GlobalTransaction) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setTransactionOutcome(boolean, GlobalTransaction, boolean) - Method in class org.infinispan.stats.CacheStatisticManager
Sets the transaction outcome to commit or rollback, depending if the transaction has commit successfully or not respectively.
setTransactionSuccessful(boolean) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setTransactionSynchronizedBlock(TotalOrderLatch) - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
Sets the TotalOrderLatch to be associated to this transaction
setTransactionTimeout(int) - Method in class org.infinispan.transaction.tm.DummyBaseTransactionManager
Change the transaction timeout for transactions started by the calling thread with the DummyBaseTransactionManager.begin() method.
setTransactionTimeout(int) - Method in class org.infinispan.transaction.tm.DummyUserTransaction
Change the transaction timeout for transactions started by the calling thread with the DummyUserTransaction.begin() method.
setTransactionTimeout(int) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
 
setTransport(Transport) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
 
setTransportFactory(String) - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
setTransportFactory(String) - Method in class org.infinispan.spring.ConfigurationPropertiesOverrides
 
setTreeAdaptor(TreeAdaptor) - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
setType(Event.Type) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
setTypeConverter(TypeConverter) - Method in interface org.infinispan.notifications.cachelistener.CacheNotifier
Set an optional converter to be used for converting the key/value of the event before notifying the listeners.
setTypeConverter(TypeConverter) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
setUnionConsistentHash(ConsistentHash) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setUnlock(boolean) - Method in class org.infinispan.commands.control.LockControlCommand
 
setUnregisterCacheMBean(boolean) - Method in class org.infinispan.jmx.CacheJmxRegistration
 
setup(EmbeddedCacheManager) - Method in class org.infinispan.xsite.BackupReceiverRepositoryImpl
 
setUpdatedEntryVersions(EntryVersionsMap) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
setUpdatedEntryVersions(EntryVersionsMap) - Method in interface org.infinispan.transaction.xa.CacheTransaction
 
setUpdatedVersions(EntryVersionsMap) - Method in class org.infinispan.commands.tx.VersionedCommitCommand
 
setupDependencies(DataContainer, CacheNotifier<Object, Object>, Cache<Object, Object>, InterceptorChain, DistributionManager, InvocationContextFactory, TransactionTable, Configuration, Map<Byte, ModuleCommandInitializer>, RecoveryManager, StateProvider, StateConsumer, LockManager, InternalEntryFactory, MapReduceManager, StateTransferManager, BackupSender, CancellationService, TimeService, XSiteStateProvider, XSiteStateConsumer, XSiteStateTransferManager, EntryRetriever, GroupManager, PartitionHandlingManager, LocalStreamManager, ClusterStreamManager, ClusteringDependentLogic, ExternalizerTable) - Method in class org.infinispan.commands.CommandsFactoryImpl
 
setUseIntermediateSharedCache(boolean) - Method in class org.infinispan.commands.read.MapCombineCommand
 
setUseIntermediateSharedCache(boolean) - Method in class org.infinispan.commands.read.ReduceCommand
 
setUserName(String) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactoryConfig
 
setUseXaXid(boolean) - Method in class org.infinispan.transaction.tm.DummyBaseTransactionManager
 
setValid(boolean) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
setValid(boolean) - Method in interface org.infinispan.container.entries.CacheEntry
 
setValid(boolean) - Method in class org.infinispan.container.entries.ClearCacheEntry
 
setValid(boolean) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
setValid(boolean) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
setValid(boolean) - Method in class org.infinispan.container.entries.NullCacheEntry
 
setValid(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
setValue(Object) - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
setValue(Object) - Method in class org.infinispan.commands.write.RemoveCommand
 
setValue(V) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
 
setValue(V, EquivalentHashMap<K, V>) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
 
setValue(V) - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
 
setValue(V) - Method in class org.infinispan.commons.util.SimpleImmutableEntry
 
setValue(V) - Method in interface org.infinispan.container.entries.CacheEntry
Sets the value of the entry, returning the previous value
setValue(V) - Method in class org.infinispan.container.entries.ClearCacheEntry
 
setValue(DeltaAware) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
setValue(V) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
setValue(Object) - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
setValue(Object) - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
setValue(Object) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
setValue(Object) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
setValue(Object) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
setValue(Object) - Method in class org.infinispan.container.entries.MortalCacheEntry
 
setValue(Object) - Method in class org.infinispan.container.entries.NullCacheEntry
 
setValue(Object) - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
setValue(Object) - Method in class org.infinispan.container.entries.TransientCacheEntry
 
setValue(Object) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
setValue(V) - Method in class org.infinispan.jcache.MutableJCacheEntry
 
setValue(V) - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
setValueConsumer() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueIfAbsentReturnBoolean() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueIfAbsentReturnPrevOrNull() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueIfEqualsReturnBoolean(V, MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
SetValueIfEqualsReturnBooleanExternalizer() - Constructor for class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
 
setValueIfPresentReturnBoolean() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueIfPresentReturnPrevOrNull() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.functional.AbstractWriteKeyCommand
 
setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.write.ClearCommand
 
setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.write.PutMapCommand
 
setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.write.RemoveCommand
 
setValueMatcher(ValueMatcher) - Method in class org.infinispan.commands.write.ReplaceCommand
 
setValueMatcher(ValueMatcher) - Method in interface org.infinispan.commands.write.WriteCommand
 
setValueMetasConsumer(MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueMetasIfAbsentReturnBoolean(MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueMetasIfAbsentReturnPrevOrNull(MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueMetasIfPresentReturnBoolean(MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueMetasIfPresentReturnPrevOrNull(MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueMetasReturnPrevOrNull(MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueMetasReturnView(MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueReturnPrevOrNull() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueReturnView() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValues(Object, Map<?, ?>, boolean, boolean) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
 
setValueSizeEstimate(int) - Method in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
setValueSizeEstimate(int) - Method in class org.infinispan.spring.ConfigurationPropertiesOverrides
 
setVersion(EntryVersion) - Method in class org.infinispan.container.entries.ClusteredRepeatableReadEntry
 
setVersion(EntryVersion) - Method in interface org.infinispan.container.entries.versioned.Versioned
Sets the version on this entry.
setVersion(int) - Method in class org.infinispan.persistence.jpa.impl.MetadataEntity
 
setVersionsSeen(EntryVersionsMap) - Method in class org.infinispan.commands.tx.VersionedPrepareCommand
 
setViewId(int) - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
setWritable(boolean, boolean) - Method in class org.infinispan.io.GridFile
 
setWritable(boolean) - Method in class org.infinispan.io.GridFile
 
setWrite(boolean) - Method in class org.infinispan.commands.remote.ClusteredGetCommand
 
setXid(Xid) - Method in class org.infinispan.transaction.xa.LocalXaTransaction
 
setXid(Xid) - Method in interface org.infinispan.transaction.xa.recovery.RecoverableTransactionIdentifier
 
setXid(Xid) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareDldGlobalTransaction
 
setXid(Xid) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareGlobalTransaction
 
ShardedTreeMap<K extends Comparable<K>,V> - Class in org.infinispan.atomic.sharded.collections
A sorted map abstraction implemented via an ordered forest of trees.
ShardedTreeMap() - Constructor for class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
ShardedTreeMap(Integer) - Constructor for class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
SHARED - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
shared() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
shared - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
Deprecated.
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() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
 
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.
sharedModeOnlyAllowed() - Method in interface org.infinispan.persistence.remote.logging.Log
 
sharedModeOnlyAllowed() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
sharedModeOnlyAllowed$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
Shell - Interface in org.infinispan.cli.shell
Shell.
ShellImpl - Class in org.infinispan.cli.shell
ShellImpl.
ShellImpl() - Constructor for class org.infinispan.cli.shell.ShellImpl
 
ShellMode - Enum in org.infinispan.cli.shell
 
SHORT - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
shortened(String) - Static method in class org.infinispan.factories.KnownComponentNames
 
shouldClose() - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelLookup
 
shouldCommitDuringPrepare(PrepareCommand, TxInvocationContext) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
total order condition: only commits when it is remote context and the prepare has the flag 1PC set
shouldConnect() - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelLookup
 
shouldDisconnect() - Method in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelLookup
 
shouldInvoke(InvocationContext) - Method in class org.infinispan.commands.functional.AbstractWriteManyCommand
 
shouldInvoke(InvocationContext) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
shouldInvoke(InvocationContext) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
shouldInvoke(InvocationContext) - Method in class org.infinispan.commands.read.AbstractDataCommand
 
shouldInvoke(InvocationContext) - Method in class org.infinispan.commands.read.AbstractLocalCommand
 
shouldInvoke(InvocationContext) - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
shouldInvoke(InvocationContext) - Method in class org.infinispan.commands.read.GetAllCommand
 
shouldInvoke(InvocationContext) - Method in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
shouldInvoke(InvocationContext) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
shouldInvoke(InvocationContext) - Method in interface org.infinispan.commands.VisitableCommand
Used by the InboundInvocationHandler to determine whether the command should be invoked or not.
shouldInvoke(InvocationContext) - Method in class org.infinispan.commands.write.ClearCommand
 
shouldInvoke(InvocationContext) - Method in class org.infinispan.commands.write.InvalidateL1Command
 
shouldInvoke(InvocationContext) - Method in class org.infinispan.commands.write.PutMapCommand
 
shouldInvoke(Event<K, V>) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
shouldInvoke(CacheEntryEvent<K, V>, boolean) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
shouldInvoke(boolean) - Method in enum org.infinispan.notifications.Listener.Observation
 
shouldInvokeRemoteTxCommand(TxInvocationContext) - Method in class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
shouldInvokeRemoteTxCommand(TxInvocationContext) - Method in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
 
shouldLockKey(Object) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
shouldRetry(int) - Method in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation
 
shouldTotalOrderRollbackBeInvokedRemotely(TxInvocationContext) - Static method in class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
shouldUseLoader(Set<Flag>) - Method in class org.infinispan.iteration.impl.LocalEntryRetriever
 
showInDoubtTransactions() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
 
showUnrecognizedAttributes(Map<Object, Object>) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
 
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() - Method in class org.infinispan.distexec.DefaultExecutorService
 
shutdown() - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
shutdown() - Method in class org.infinispan.executors.LazyInitializingExecutorService
 
shutdown() - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
shutdown() - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
 
shutdown() - Method in class org.infinispan.util.concurrent.WithinThreadExecutor
 
ShutdownConfiguration - Class in org.infinispan.configuration.global
 
ShutdownConfigurationBuilder - Class in org.infinispan.configuration.global
 
shutdownHandlingCommand(ReplicableCommand) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
shutdownHandlingCommand(ReplicableCommand) - Method in class org.infinispan.lucene.logging.Log_$logger
 
shutdownHandlingCommand(ReplicableCommand) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
shutdownHandlingCommand(ReplicableCommand) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
shutdownHandlingCommand(ReplicableCommand) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
shutdownHandlingCommand(ReplicableCommand) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
shutdownHandlingCommand(ReplicableCommand) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
shutdownHandlingCommand(ReplicableCommand) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
shutdownHandlingCommand(ReplicableCommand) - Method in class org.infinispan.stats.logging.Log_$logger
 
shutdownHandlingCommand(ReplicableCommand) - Method in class org.infinispan.tree.logging.Log_$logger
 
shutdownHandlingCommand(ReplicableCommand) - Method in interface org.infinispan.util.logging.Log
 
shutdownHandlingCommand(ReplicableCommand) - Method in class org.infinispan.util.logging.Log_$logger
 
shutdownHandlingCommand$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
shutdownHandlingCommand$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
shutdownHandlingCommand$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
shutdownHandlingCommand$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
shutdownHandlingCommand$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
shutdownHandlingCommand$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
shutdownHandlingCommand$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
shutdownHandlingCommand$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
shutdownHandlingCommand$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
shutdownHandlingCommand$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
shutdownHandlingCommand$str() - Method in class org.infinispan.util.logging.Log_$logger
 
ShutdownHookBehavior - Enum in org.infinispan.configuration.global
Behavior of the JVM shutdown hook registered by the cache
shutdownNow() - Method in class org.infinispan.distexec.DefaultExecutorService
 
shutdownNow() - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
shutdownNow() - Method in class org.infinispan.executors.LazyInitializingExecutorService
 
shutdownNow() - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
shutdownNow() - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
 
shutdownNow() - Method in class org.infinispan.util.concurrent.WithinThreadExecutor
 
shutdownTimeout() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
Deprecated.
shutdownTimeout(long) - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
Deprecated.
shutdownTimeout(long) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
Deprecated.
shutdownTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
Deprecated.
shuttingDownResponse() - Static method in class org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler
 
SignedNumeric - Class in org.infinispan.commons.io
Variable length encoding for signed numbers, using the ZigZag technique
SIMPLE_CACHE - Static variable in class org.infinispan.configuration.cache.Configuration
 
SIMPLE_CLUSTERED_VERSION - Static variable in interface org.infinispan.marshall.core.Ids
 
SIMPLE_COLLECTION_KEY_FILTER - Static variable in interface org.infinispan.marshall.core.Ids
 
simpleCache() - Method in class org.infinispan.configuration.cache.Configuration
 
simpleCache(boolean) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
simpleCache() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
simpleCache(boolean) - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
 
simpleCache() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
 
SimpleCacheImpl<K,V> - Class in org.infinispan.cache.impl
Simple local cache without interceptor stack.
SimpleCacheImpl(String) - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl
 
SimpleCacheImpl.CacheEntryChange<K,V> - Class in org.infinispan.cache.impl
 
SimpleCacheImpl.CacheEntrySet - Class in org.infinispan.cache.impl
 
SimpleCacheImpl.ConvertedIterable<C> - Class in org.infinispan.cache.impl
 
SimpleCacheImpl.ConvertingIterator<C> - Class in org.infinispan.cache.impl
 
SimpleCacheImpl.EntrySet - Class in org.infinispan.cache.impl
 
SimpleCacheImpl.EntrySetBase<T extends Map.Entry<K,V>> - Class in org.infinispan.cache.impl
 
SimpleCacheImpl.FilteredEntryIterable - Class in org.infinispan.cache.impl
 
SimpleCacheImpl.FilteringIterator - Class in org.infinispan.cache.impl
 
SimpleCacheImpl.KeySet - Class in org.infinispan.cache.impl
 
SimpleCacheImpl.ValueAndMetadata<V> - Class in org.infinispan.cache.impl
 
SimpleCacheImpl.Values - Class in org.infinispan.cache.impl
 
SimpleClusteredVersion - Class in org.infinispan.container.versioning
A simple versioning scheme that is cluster-aware
SimpleClusteredVersion(int, long) - Constructor for class org.infinispan.container.versioning.SimpleClusteredVersion
 
SimpleClusteredVersion.Externalizer - Class in org.infinispan.container.versioning
 
SimpleClusteredVersionGenerator - Class in org.infinispan.container.versioning
A version generator implementation for SimpleClusteredVersions
SimpleClusteredVersionGenerator() - Constructor for class org.infinispan.container.versioning.SimpleClusteredVersionGenerator
 
SimpleClusteredVersionGenerator.TopologyIdUpdater - Class in org.infinispan.container.versioning
 
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
SimpleConnectionFactory - Class in org.infinispan.persistence.jdbc.connectionfactory
Connection factory implementation that will create database connection on a per invocation basis.
SimpleConnectionFactory() - Constructor for class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
 
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
 
SimpleGroupPrincipal - Class in org.infinispan.server.core.security.simple
SimpleGroupPrincipal.
SimpleGroupPrincipal(String) - Constructor for class org.infinispan.server.core.security.simple.SimpleGroupPrincipal
 
SimpleGroupPrincipal.Externalizer - Class in org.infinispan.server.core.security.simple
 
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
 
SimpleInstanceAttributeCopier<T> - Class in org.infinispan.commons.configuration.attributes
SimpleInstanceAttributeCopier.
SimpleServerAuthenticationProvider - Class in org.infinispan.server.core.security.simple
A server authentication handler which maintains a simple map of user names and passwords.
SimpleServerAuthenticationProvider() - Constructor for class org.infinispan.server.core.security.simple.SimpleServerAuthenticationProvider
 
SimpleSubjectUserInfo - Class in org.infinispan.server.core.security.simple
SimpleSubjectUserInfo.
SimpleSubjectUserInfo(String, Subject) - Constructor for class org.infinispan.server.core.security.simple.SimpleSubjectUserInfo
 
SimpleSubjectUserInfo.Externalizer - Class in org.infinispan.server.core.security.simple
 
SimpleUserPrincipal - Class in org.infinispan.server.core.security.simple
SimpleUserPrincipal.
SimpleUserPrincipal(String) - Constructor for class org.infinispan.server.core.security.simple.SimpleUserPrincipal
 
SimpleUserPrincipal.Externalizer - Class in org.infinispan.server.core.security.simple
 
since(int, int) - Method in class org.infinispan.configuration.parsing.Schema
 
SingleChunkIndexInput - Class in org.infinispan.lucene.impl
SingleChunkIndexInput can be used instead of InfinispanIndexInput to read a segment when it has a size small enough to fit in a single chunk.
SingleChunkIndexInput(IndexInputContext) - Constructor for class org.infinispan.lucene.impl.SingleChunkIndexInput
 
SingleEscapeCharacter - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
SingleEscapeCharacter - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
SingleFileStore<K,V> - Class in org.infinispan.persistence.file
A filesystem-based implementation of a CacheLoader.
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, SingletonStoreConfiguration) - 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
 
SingleKeyNonTxInvocationContext - Class in org.infinispan.context
 
SingleKeyNonTxInvocationContext(Address, Equivalence<Object>) - Constructor for class org.infinispan.context.SingleKeyNonTxInvocationContext
 
SingleQuotedStringCharacter - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
SingleQuotedStringCharacter - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
SingleResponseFuture - Class in org.infinispan.remoting.transport.jgroups
 
SingleRpcCommand - Class in org.infinispan.commands.remote
Similar to MultipleRpcCommand, but it only aggregates a single command for replication.
SingleRpcCommand(String, ReplicableCommand) - Constructor for class org.infinispan.commands.remote.SingleRpcCommand
 
SingleRpcCommand(String) - Constructor for class org.infinispan.commands.remote.SingleRpcCommand
 
SingleRunOperation<E,R,S extends BaseStream<R,S>> - Class in org.infinispan.stream.impl.termop
Runs the provided function once only and returns the result.
SingleRunOperation(Iterable<IntermediateOperation>, Supplier<? extends BaseStream<?, ?>>, Function<S, ? extends E>) - Constructor for class org.infinispan.stream.impl.termop.SingleRunOperation
 
singleton() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
SingletonStore is a delegating cache store used for situations when only one instance in a cluster should interact with the underlying store.
singleton() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
 
singleton() - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
SingletonStore is a delegating cache store used for situations when only one instance in a cluster should interact with the underlying store.
SINGLETON_LIST - Static variable in interface org.infinispan.marshall.core.Ids
 
SingletonCacheWriter - Class in org.infinispan.persistence.support
SingletonStore is a delegating cache store used for situations when only one instance should interact with the underlying store.
SingletonCacheWriter(CacheWriter, SingletonStoreConfiguration) - Constructor for class org.infinispan.persistence.support.SingletonCacheWriter
 
SingletonCacheWriter.PushStateException - Exception in org.infinispan.persistence.support
Exception representing any issues that arise from pushing the in-memory state to the cache loader.
SingletonCacheWriter.SingletonStoreListener - Class in org.infinispan.persistence.support
Cache listener that reacts to cluster topology changes to find out whether a new coordinator is elected.
SingletonListExternalizer - Class in org.infinispan.marshall.exts
SingletonListExternalizer.
SingletonListExternalizer() - Constructor for class org.infinispan.marshall.exts.SingletonListExternalizer
 
singletonStore() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
SingletonStore is a delegating store used for situations when only one instance in a cluster should interact with the underlying store.
singletonStore - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
 
singletonStore() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
SingletonStore is a delegating cache store used for situations when only one instance in a cluster should interact with the underlying store.
SingletonStoreConfiguration - Class in org.infinispan.configuration.cache
SingletonStore is a delegating cache store used for situations when only one instance in a cluster should interact with the underlying store.
SingletonStoreConfigurationBuilder<S> - Class in org.infinispan.configuration.cache
 
SingletonStoreListener() - Constructor for class org.infinispan.persistence.support.SingletonCacheWriter.SingletonStoreListener
 
SingleXSiteRpcCommand - Class in org.infinispan.xsite
RPC command to replicate cache operations (such as put, remove, replace, etc.) to the backup site.
SingleXSiteRpcCommand(String, VisitableCommand) - Constructor for class org.infinispan.xsite.SingleXSiteRpcCommand
 
SingleXSiteRpcCommand(String) - Constructor for class org.infinispan.xsite.SingleXSiteRpcCommand
 
SingleXSiteRpcCommand() - Constructor for class org.infinispan.xsite.SingleXSiteRpcCommand
 
Site - Class in org.infinispan.cli.commands.server
 
Site() - Constructor for class org.infinispan.cli.commands.server.Site
 
SITE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
SITE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
site - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.siteIdentifier_return
 
SITE - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
 
site() - Method in class org.infinispan.configuration.cache.BackupConfiguration
Returns the name of the site where this cache backups its data.
site(String) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
 
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
 
SITE_ID - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress
 
SiteConfiguration - Class in org.infinispan.configuration.global
 
SiteConfigurationBuilder - Class in org.infinispan.configuration.global
 
SiteData - Class in org.infinispan.cli.interpreter.statement
 
SiteData(String, String) - Constructor for class org.infinispan.cli.interpreter.statement.SiteData
 
SiteData(String) - Constructor for class org.infinispan.cli.interpreter.statement.SiteData
 
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.
siteIdentifier() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
siteIdentifier_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.siteIdentifier_return
 
siteNameNotSpecified() - Method in interface org.infinispan.cli.interpreter.logging.Log
 
siteNameNotSpecified() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
siteNameNotSpecified$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
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
 
siteStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
SiteStatement - Class in org.infinispan.cli.interpreter.statement
Performs operation related to Cross-Site Replication
SiteStatement(List<Option>, SiteData) - Constructor for class org.infinispan.cli.interpreter.statement.SiteStatement
 
siteStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.siteStatement_return
 
SiteStatus - Interface in org.infinispan.xsite.status
A site status.
siteStatus(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
 
size() - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
size() - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
size() - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
size() - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
size() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
size() - Method in class org.infinispan.cache.impl.CacheImpl
 
size() - Method in class org.infinispan.cache.impl.DecoratedCache
 
size() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
 
size() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
 
size() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
size() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
 
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.client.hotrod.impl.RemoteCacheImpl
 
size() - Method in interface org.infinispan.client.hotrod.RemoteCache
 
size() - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
 
size() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
 
size() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
size() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
 
size() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Returns the number of elements in this set.
size() - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
Overriden only to avoid unneeded synchronization
size() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
size() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
size() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
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.ImmutableListCopy
 
size() - Method in class org.infinispan.commons.util.WeakValueHashMap
 
SIZE - Static variable in class org.infinispan.configuration.cache.EvictionConfiguration
 
size() - Method in class org.infinispan.configuration.cache.EvictionConfiguration
 
size(long) - Method in class org.infinispan.configuration.cache.EvictionConfiguration
 
size(long) - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
Defines the maximum size before eviction occurs.
size() - Method in interface org.infinispan.container.DataContainer
 
size() - Method in class org.infinispan.container.DefaultDataContainer
 
size() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.RangeSet
 
size() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
Returns the size of the read only map.
size() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareSet
Returns the size of the read only set.
size() - Method in class org.infinispan.functional.impl.MetaParams
 
size() - Method in class org.infinispan.interceptors.InterceptorChain
Returns the number of interceptors in the chain.
size() - Method in class org.infinispan.io.ExpandableMarshalledValueByteStream
Overriden only to avoid unneeded synchronization
size() - Method in class org.infinispan.io.ExposedByteArrayOutputStream
Deprecated.
Overriden only to avoid unneeded synchronization
size() - Method in class org.infinispan.io.ImmutableMarshalledValueByteStream
 
size() - Method in class org.infinispan.io.MarshalledValueByteStream
 
size() - Method in class org.infinispan.io.ReadableGridFileChannel
 
size() - Method in class org.infinispan.lucene.cacheloader.LuceneCacheLoader
 
size() - Method in class org.infinispan.persistence.async.AdvancedAsyncCacheLoader
 
size() - Method in class org.infinispan.persistence.file.SingleFileStore
 
size() - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
size() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
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.leveldb.LevelDBStore
 
size() - Method in interface org.infinispan.persistence.manager.PersistenceManager
 
size() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
size() - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
size() - Method in class org.infinispan.persistence.remote.RemoteStore
 
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
Returns the number of elements in the store.
size() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
size() - Method in class org.infinispan.server.websocket.json.JsonObject
 
size() - Method in class org.infinispan.tree.Fqn
 
size() - Method in class org.infinispan.util.AbstractDelegatingCollection
 
size() - Method in class org.infinispan.util.AbstractDelegatingMap
 
size() - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
 
size() - Method in interface org.infinispan.util.concurrent.locks.impl.LockContainer
 
size() - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
 
size() - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
 
size() - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
 
SIZE_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
SIZE_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
SizeCommand - Class in org.infinispan.commands.read
Command to calculate the size of the cache
SizeCommand(Cache<Object, ?>, Set<Flag>) - Constructor for class org.infinispan.commands.read.SizeCommand
 
sizeIncludingExpired() - Method in interface org.infinispan.container.DataContainer
 
sizeIncludingExpired() - Method in class org.infinispan.container.DefaultDataContainer
 
SizeOperation - Class in org.infinispan.client.hotrod.impl.operations
 
SizeOperation(Codec, TransportFactory, byte[], AtomicInteger, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.SizeOperation
 
sizeUncommitted() - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
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.client.hotrod.impl.transport.tcp.SaslInputStream
 
skip(long) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
skip(long) - Method in class org.infinispan.io.GridInputStream
 
skip(long) - Method in class org.infinispan.io.UnclosableObjectInputStream
 
skip(long) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
skip(long) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
skip(long) - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
skip(long) - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
skip(long) - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
skip(long) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
skip(long) - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
skip(long) - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
skip(long) - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
skipBytes(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
skipBytes(int) - Method in class org.infinispan.io.UnclosableObjectInputStream
 
SkipDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
Performs skip operation on a DoubleStream
SkipDoubleOperation(long) - Constructor for class org.infinispan.stream.impl.intops.primitive.d.SkipDoubleOperation
 
SkipIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
Performs skip operation on a IntStream
SkipIntOperation(long) - Constructor for class org.infinispan.stream.impl.intops.primitive.i.SkipIntOperation
 
skipL1Lookup(LocalFlagAffectedCommand, Object) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
skipL1Lookup(LocalFlagAffectedCommand, Object) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
Deprecated.
 
skipLoadForFunctionalWriteCommand(WriteCommand, Object, InvocationContext) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
skipLoadForFunctionalWriteCommand(WriteCommand, Object, InvocationContext) - Method in class org.infinispan.interceptors.ClusteredCacheLoaderInterceptor
Deprecated.
 
skipLoadForWriteCommand(WriteCommand, Object, InvocationContext) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
skipLoadForWriteCommand(WriteCommand, Object, InvocationContext) - Method in class org.infinispan.interceptors.ClusteredActivationInterceptor
Deprecated.
 
skipLoadForWriteCommand(WriteCommand, Object, InvocationContext) - Method in class org.infinispan.interceptors.ClusteredCacheLoaderInterceptor
Deprecated.
 
SkipLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
Performs skip operation on a LongStream
SkipLongOperation(long) - Constructor for class org.infinispan.stream.impl.intops.primitive.l.SkipLongOperation
 
skipLookup() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
skipLookup() - Method in interface org.infinispan.container.entries.CacheEntry
 
skipLookup() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
skipLookup() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
skipLookup() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
skipLookup() - Method in class org.infinispan.container.entries.NullCacheEntry
 
skipLookup() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
skipLookup() - Method in class org.infinispan.container.entries.RepeatableReadEntry
 
SkipOperation<S> - Class in org.infinispan.stream.impl.intops.object
Performs skip operation on a regular Stream
SkipOperation(long) - Constructor for class org.infinispan.stream.impl.intops.object.SkipOperation
 
skipPassivationOnStop(boolean) - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
 
skipPassivationOnStop(boolean) - Method in class org.infinispan.eviction.impl.PassivationManagerStub
 
skipPassivationOnStop(boolean) - Method in interface org.infinispan.eviction.PassivationManager
Skips the passivation when the cache is stopped.
skipReplicationQueue() - Method in class org.infinispan.remoting.rpc.RpcOptions
 
skipReplicationQueue(boolean) - Method in class org.infinispan.remoting.rpc.RpcOptionsBuilder
Sets if the remote invocation must skip the ReplicationQueue.
skipSharedStores(InvocationContext, Object, FlagAffectedCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
skipSharedStores(InvocationContext, Object, FlagAffectedCommand) - Method in class org.infinispan.interceptors.DistCacheWriterInterceptor
Deprecated.
 
skipWriteSkewCheck() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderNonVersionedPrepareCommand
 
skipWriteSkewCheck() - Method in interface org.infinispan.commands.tx.totalorder.TotalOrderPrepareCommand
 
skipWriteSkewCheck() - Method in class org.infinispan.commands.tx.totalorder.TotalOrderVersionedPrepareCommand
 
skipXSiteBackup(FlagAffectedCommand) - Method in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
 
slice(String, long, long) - Method in class org.infinispan.lucene.impl.InfinispanIndexInput
 
slice(String, long, long) - Method in class org.infinispan.lucene.impl.SingleChunkIndexInput
 
snapshot(R) - Static method in class org.infinispan.functional.impl.EntryViews
For convenience, a lambda might decide to return the entry view it received as parameter, because that makes easy to return both value and meta parameters back to the client.
SO_TIMEOUT - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
socketTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
socketTimeout() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
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() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
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.
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, SingletonStoreConfiguration) - 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
 
SoftIndexFileStoreConfigurationParser72 - Class in org.infinispan.persistence.sifs.configuration
 
SoftIndexFileStoreConfigurationParser72() - Constructor for class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationParser72
 
SoftIndexFileStoreConfigurationParser80 - Class in org.infinispan.persistence.sifs.configuration
 
SoftIndexFileStoreConfigurationParser80() - Constructor for class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationParser80
 
sort(List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
sortCriteria - Variable in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
sorted() - Method in interface org.infinispan.CacheStream
sorted(Comparator<? super R>) - Method in interface org.infinispan.CacheStream
sorted - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
sorted() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
sorted(Comparator<? super R>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
sorted() - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
sorted(Comparator<? super R>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
sorted() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
sorted() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
sorted() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
sorted() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
sorted(Comparator<? super R>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
sorted() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
sorted() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
sorted() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
SortedComparatorOperation<S> - Class in org.infinispan.stream.impl.intops.object
Performs sorted operation with a comparator on a regular Stream
SortedComparatorOperation(Comparator<? super S>) - Constructor for class org.infinispan.stream.impl.intops.object.SortedComparatorOperation
 
SortedDoubleOperation - Class in org.infinispan.stream.impl.intops.primitive.d
Performs sorted operation on a DoubleStream
SortedIntOperation - Class in org.infinispan.stream.impl.intops.primitive.i
Performs sorted operation on a IntStream
SortedLongOperation - Class in org.infinispan.stream.impl.intops.primitive.l
Performs sorted operation on a LongStream
sortedMembers - Variable in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
SortedOperation<S> - Class in org.infinispan.stream.impl.intops.object
Performs sorted operation on a regular Stream
SortOrder - Enum in org.infinispan.query.dsl
Enumeration of the available sort directions.
sourceDisconnectionError(Exception, String, String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
sourceDisconnectionError(Exception, String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
sourceDisconnectionError$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
SourceMigrator - Interface in org.infinispan.upgrade
Performs migration operations on the source server or cluster of servers
SPIN_DURATION - Static variable in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
 
spinDuration() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
Time period that determines how often is lock acquisition attempted within maximum time allowed to acquire a particular lock
spinDuration(long) - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
Time period that determines how often is lock acquisition attempted within maximum time allowed to acquire a particular lock
spinDuration(long, TimeUnit) - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
Time period that determines how often is lock acquisition attempted within maximum time allowed to acquire a particular lock
spliterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
 
spliterator() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySet
 
spliterator() - Method in interface org.infinispan.CacheStream
spliterator() - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
 
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(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.
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(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() - Method in class org.infinispan.interceptors.compat.TypeConverterStream
 
spliterator() - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingEntrySet
Deprecated.
 
spliterator() - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingKeySet
Deprecated.
 
spliterator() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
spliterator() - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
spliterator() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
spliterator() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
spliterator() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
spliterator() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
spliterator() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
spliterator() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
spliterator() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
spliterator() - Method in class org.infinispan.stream.impl.local.ValueCacheCollection
 
spliterator() - Method in class org.infinispan.util.AbstractDelegatingCloseableIteratorCollection
 
spliterator() - Method in class org.infinispan.util.AbstractDelegatingCloseableIteratorSet
 
spliterator() - Method in class org.infinispan.util.AbstractDelegatingCollection
 
spliteratorV8() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
 
spliteratorV8() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
 
splitIntoLists(List<T>, int) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
 
SpringCache - Class in org.infinispan.spring.provider
A Cache implementation that delegates to a org.infinispan.Cache instance supplied at construction time.
SpringCache(BasicCache<Object, Object>) - Constructor for class org.infinispan.spring.provider.SpringCache
 
SpringEmbeddedCacheManager - Class in org.infinispan.spring.provider
A CacheManager implementation that is backed by an Infinispan EmbeddedCacheManager instance.
SpringEmbeddedCacheManager(EmbeddedCacheManager) - Constructor for class org.infinispan.spring.provider.SpringEmbeddedCacheManager
 
SpringEmbeddedCacheManagerFactoryBean - Class in org.infinispan.spring.provider
A FactoryBean for creating an SpringEmbeddedCacheManager instance.
SpringEmbeddedCacheManagerFactoryBean() - Constructor for class org.infinispan.spring.provider.SpringEmbeddedCacheManagerFactoryBean
 
SpringRemoteCache - Class in org.infinispan.spring.provider
A Cache implementation that delegates to a org.infinispan.client.hotrod.RemoteCache instance supplied at construction time.
SpringRemoteCache(RemoteCache<Object, Object>) - Constructor for class org.infinispan.spring.provider.SpringRemoteCache
 
SpringRemoteCacheManager - Class in org.infinispan.spring.provider
A CacheManager implementation that is backed by an Infinispan RemoteCacheManager instance.
SpringRemoteCacheManager(RemoteCacheManager) - Constructor for class org.infinispan.spring.provider.SpringRemoteCacheManager
 
SpringRemoteCacheManagerFactoryBean - Class in org.infinispan.spring.provider
A FactoryBean for creating an SpringRemoteCacheManager instance.
SpringRemoteCacheManagerFactoryBean() - Constructor for class org.infinispan.spring.provider.SpringRemoteCacheManagerFactoryBean
 
sqlFailureClosingConnection(Connection, SQLException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
sqlFailureClosingConnection(Connection, SQLException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureClosingConnection$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureFetchingAllStoredEntries(SQLException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
sqlFailureFetchingAllStoredEntries(SQLException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureFetchingAllStoredEntries$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureInsertingBucket(Bucket, SQLException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
sqlFailureInsertingBucket(Bucket, SQLException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureInsertingBucket$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureIntegratingState(SQLException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
sqlFailureIntegratingState(SQLException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureIntegratingState$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureLoadingKey(String, SQLException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
sqlFailureLoadingKey(String, SQLException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureLoadingKey$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureReadingKey(Object, String, SQLException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
sqlFailureReadingKey(Object, String, SQLException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureReadingKey$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureRemovingKeys(SQLException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
sqlFailureRemovingKeys(SQLException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureRemovingKeys$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureRetrievingConnection(SQLException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
sqlFailureRetrievingConnection(SQLException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureRetrievingConnection$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureStoringKey(String, SQLException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
sqlFailureStoringKey(String, SQLException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureStoringKey$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureStoringKeys(SQLException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
sqlFailureStoringKeys(SQLException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureStoringKeys$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureUnexpected(SQLException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
sqlFailureUnexpected(SQLException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureUnexpected$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureUpdatingBucket(Bucket, SQLException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
sqlFailureUpdatingBucket(Bucket, SQLException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sqlFailureUpdatingBucket$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
ssl() - Method in class org.infinispan.client.hotrod.configuration.AbstractSecurityConfigurationChildBuilder
 
ssl() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
Deprecated.
Use security().ssl() instead
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.server.core.configuration.ProtocolServerConfiguration
 
ssl - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
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.server.core.configuration
SslConfiguration.
SslConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
SSLConfigurationBuilder.
SslConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
 
SslConfigurationBuilder - Class in org.infinispan.server.core.configuration
SSLConfigurationBuilder.
sslContext() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
 
sslContext(SSLContext) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
 
sslContext() - Method in class org.infinispan.server.core.configuration.SslConfiguration
 
sslContext(SSLContext) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
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
 
sslInitializationException(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
sslInitializationException(Throwable) - Method in interface org.infinispan.commons.logging.Log
 
sslInitializationException(Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
sslInitializationException(Throwable) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
sslInitializationException(Throwable) - Method in class org.infinispan.jcache.logging.Log_$logger
 
sslInitializationException(Throwable) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
sslInitializationException(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
sslInitializationException(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sslInitializationException(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
sslInitializationException(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
sslInitializationException(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
sslInitializationException(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
sslInitializationException(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
sslInitializationException(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
sslInitializationException(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
sslInitializationException(Throwable) - Method in interface org.infinispan.util.logging.Log
 
sslInitializationException(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
sslInitializationException$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
sslInitializationException$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
sslInitializationException$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
sslInitializationException$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
sslInitializationException$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
sslInitializationException$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
sslInitializationException$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
sslInitializationException$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
sslInitializationException$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
sslInitializationException$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
sslInitializationException$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
sslInitializationException$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
sslInitializationException$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
sslInitializationException$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
sslInitializationException$str() - Method in class org.infinispan.util.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup() - Method in class org.infinispan.lucene.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup() - Method in class org.infinispan.stats.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup() - Method in class org.infinispan.tree.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup() - Method in interface org.infinispan.util.logging.Log
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup() - Method in class org.infinispan.util.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
staleEntriesWithoutFetchPersistentStateOrPurgeOnStartup$str() - Method in class org.infinispan.util.logging.Log_$logger
 
start() - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
 
start() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
start() - Method in class org.infinispan.cache.impl.CacheImpl
 
start() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
Start - Class in org.infinispan.cli.commands.server
 
Start() - Constructor for class org.infinispan.cli.commands.server.Start
 
start() - Method in class org.infinispan.cli.interpreter.Interpreter
 
START - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
START - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
start() - Method in class org.infinispan.client.hotrod.impl.EagerNearRemoteCache
Deprecated.
 
start() - Method in class org.infinispan.client.hotrod.impl.InvalidatedNearRemoteCache
 
start() - Method in class org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator
 
start() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
start(Codec, Configuration, AtomicInteger, ClientListenerNotifier) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
start(Codec, Configuration, AtomicInteger, ClientListenerNotifier) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
start(RemoteCache<K, V>) - Method in class org.infinispan.client.hotrod.near.NearCacheService
 
start() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
 
start() - Method in class org.infinispan.commands.CommandsFactoryImpl
 
start() - Method in interface org.infinispan.commons.api.Lifecycle
Invoked on component start
start() - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
start() - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
 
start() - Method in class org.infinispan.container.versioning.NumericVersionGenerator
 
start() - Method in class org.infinispan.container.versioning.SimpleClusteredVersionGenerator
 
start() - Method in class org.infinispan.distribution.impl.L1ManagerImpl
 
start() - Method in class org.infinispan.eviction.impl.ActivationManagerImpl
 
start() - Method in class org.infinispan.eviction.impl.PassivationManagerImpl
 
start() - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
start() - Method in class org.infinispan.factories.AbstractComponentRegistry
This starts the components in the cache, connecting to channels, starting service threads, etc.
Start - Annotation Type in org.infinispan.factories.annotations
Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache starts.
start() - Method in class org.infinispan.factories.ComponentRegistry
 
start() - Method in class org.infinispan.factories.GlobalComponentRegistry
 
start() - Method in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
 
start() - Method in class org.infinispan.interceptors.base.BaseCustomInterceptor
 
start() - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
start() - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
start() - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
start() - Method in class org.infinispan.interceptors.DeadlockDetectingInterceptor
Deprecated.
Only does a sanity check.
start() - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
Deprecated.
 
start() - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
start() - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
start() - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
start() - Method in class org.infinispan.interceptors.IsMarshallableInterceptor
Deprecated.
 
start() - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
Deprecated.
 
start() - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
start() - Method in class org.infinispan.iteration.impl.DistributedEntryRetriever
 
start() - Method in class org.infinispan.iteration.impl.LocalEntryRetriever
 
start() - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
 
start() - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
 
start() - Method in class org.infinispan.jmx.CacheJmxRegistration
Here is where the registration is being performed.
start() - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
On start, the mbeans are registered.
start() - Method in class org.infinispan.lucene.cacheloader.LuceneCacheLoader
 
start() - Method in class org.infinispan.manager.DefaultCacheManager
 
start() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
start() - Method in class org.infinispan.marshall.core.CacheMarshaller
 
start() - Method in class org.infinispan.marshall.core.ExternalizerTable
 
start() - Method in class org.infinispan.marshall.core.GlobalMarshaller
 
start() - Method in class org.infinispan.marshall.core.JBossMarshaller
 
start() - Method in class org.infinispan.marshall.core.VersionAwareMarshaller
 
start() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
start() - Method in class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl
 
start() - Method in interface org.infinispan.notifications.cachelistener.filter.FilterIndexingServiceProvider
Start the provider.
start() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
 
start() - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl
 
start() - Method in class org.infinispan.persistence.async.AsyncCacheLoader
 
start() - Method in class org.infinispan.persistence.async.AsyncCacheWriter
 
start() - Method in class org.infinispan.persistence.cli.CLInterfaceLoader
 
start() - Method in class org.infinispan.persistence.cluster.ClusterLoader
 
start() - Method in class org.infinispan.persistence.file.SingleFileStore
 
start() - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
start(ConnectionFactoryConfiguration, ClassLoader) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactory
Starts the connection factory.
start(ConnectionFactoryConfiguration, ClassLoader) - Method in class org.infinispan.persistence.jdbc.connectionfactory.ManagedConnectionFactory
 
start(ConnectionFactoryConfiguration, ClassLoader) - Method in class org.infinispan.persistence.jdbc.connectionfactory.PooledConnectionFactory
 
start(ConnectionFactoryConfiguration, ClassLoader) - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
 
start() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
start() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
start(ConnectionFactory) - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
start() - Method in class org.infinispan.persistence.jpa.JpaStore
 
start() - Method in class org.infinispan.persistence.leveldb.LevelDBStore
 
start() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
start() - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
start() - Method in class org.infinispan.persistence.remote.RemoteStore
 
start() - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
start() - Method in class org.infinispan.persistence.support.DelegatingCacheLoader
 
start() - Method in class org.infinispan.persistence.support.DelegatingCacheWriter
 
start() - Method in class org.infinispan.persistence.support.SingletonCacheWriter
 
start() - Method in class org.infinispan.remoting.ReplicationQueueImpl
Deprecated.
Starts the asynchronous flush queue.
start() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
start() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
start() - Method in interface org.infinispan.remoting.transport.Transport
 
start() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
start() - Method in interface org.infinispan.server.core.transport.Transport
 
start() - Method in class org.infinispan.spring.provider.SpringRemoteCacheManager
Start the org.infinispan.client.hotrod.RemoteCacheManager that backs this SpringRemoteCacheManager.
start() - Method in class org.infinispan.statetransfer.StateConsumerImpl
 
start() - Method in interface org.infinispan.statetransfer.StateProvider
 
start() - Method in class org.infinispan.statetransfer.StateProviderImpl
 
start() - Method in interface org.infinispan.statetransfer.StateTransferManager
 
start() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
 
start() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
start() - Method in class org.infinispan.stats.impl.StatsCollector
 
start() - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
start() - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
start() - Method in class org.infinispan.stream.impl.ClusterStreamManagerImpl
 
start() - Method in class org.infinispan.stream.impl.LocalStreamManagerImpl
 
start() - Method in class org.infinispan.stream.impl.PartitionAwareClusterStreamManager
 
start() - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
start() - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
start() - Method in class org.infinispan.transaction.impl.TransactionCoordinator
 
start() - Method in class org.infinispan.transaction.impl.TransactionTable
 
start() - Method in class org.infinispan.transaction.xa.TransactionFactory
 
start(Xid, int) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
 
start() - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
start() - Method in class org.infinispan.xsite.BackupReceiverRepositoryImpl
 
start() - Method in class org.infinispan.xsite.BackupSenderImpl
 
startAllowed() - Method in enum org.infinispan.commons.api.functional.Status
 
startAllowed() - Method in enum org.infinispan.lifecycle.ComponentStatus
 
startAtomic() - Method in class org.infinispan.batch.AutoBatchSupport
 
startAutomatically - Variable in class org.infinispan.spring.AbstractRemoteCacheManagerFactory
 
startBatch() - Method in class org.infinispan.batch.BatchContainer
Starts a batch
startBatch(boolean) - Method in class org.infinispan.batch.BatchContainer
 
startBatch() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
startBatch() - Method in class org.infinispan.cache.impl.CacheImpl
 
startBatch() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
startBatch() - Method in interface org.infinispan.commons.api.BatchingCache
Starts a batch.
startBatch() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
startBatchStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
StartBatchStatement - Class in org.infinispan.cli.interpreter.statement
Starts a new batch
StartBatchStatement(String) - Constructor for class org.infinispan.cli.interpreter.statement.StartBatchStatement
 
startBatchStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.startBatchStatement_return
 
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.
startCaches(String...) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
startClientListener(byte[]) - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
 
startDelegate() - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
startedIteration(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
startedIteration(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
startedIteration$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
startedReadingMap - Variable in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
startExtendedStatisticInterceptor() - Method in interface org.infinispan.stats.logging.Log
 
startExtendedStatisticInterceptor() - Method in class org.infinispan.stats.logging.Log_$logger
 
startExtendedStatisticInterceptor$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
startIndex() - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
startingJGroupsChannel(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
startingJGroupsChannel(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
startingJGroupsChannel(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
startingJGroupsChannel(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
startingJGroupsChannel(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
startingJGroupsChannel(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
startingJGroupsChannel(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
startingJGroupsChannel(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
startingJGroupsChannel(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
startingJGroupsChannel(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
startingJGroupsChannel(String) - Method in interface org.infinispan.util.logging.Log
 
startingJGroupsChannel(String) - Method in class org.infinispan.util.logging.Log_$logger
 
startingJGroupsChannel$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
startingJGroupsChannel$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
startingJGroupsChannel$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
startingJGroupsChannel$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
startingJGroupsChannel$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
startingJGroupsChannel$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
startingJGroupsChannel$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
startingJGroupsChannel$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
startingJGroupsChannel$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
startingJGroupsChannel$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
startingJGroupsChannel$str() - Method in class org.infinispan.util.logging.Log_$logger
 
startingUp() - Method in enum org.infinispan.commons.api.functional.Status
 
startingUp() - Method in enum org.infinispan.lifecycle.ComponentStatus
 
startInstant - Static variable in class org.infinispan.server.core.transport.StatsChannelHandler
 
startInternal(ProtocolServerConfiguration, EmbeddedCacheManager) - Method in class org.infinispan.server.websocket.WebSocketServer
 
startJGroupsChannelIfNeeded() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
startObjectInput(InputStream, boolean) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
startObjectInput(InputStream, boolean) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
startObjectInput(InputStream, boolean) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
Create and open a new ObjectInput for the given input stream.
startObjectInput(InputStream, boolean) - Method in class org.infinispan.marshall.core.VersionAwareMarshaller
 
startObjectOutput(OutputStream, boolean, int) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
startObjectOutput(OutputStream, boolean, int) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
startObjectOutput(OutputStream, boolean, int) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
Create and open an ObjectOutput instance for the given output stream.
startObjectOutput(OutputStream, boolean, int) - Method in class org.infinispan.marshall.core.VersionAwareMarshaller
 
startOffset - Variable in class org.infinispan.query.dsl.impl.BaseQuery
 
startOffset - Variable in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
startOffset(long) - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
startOffset(long) - Method in interface org.infinispan.query.dsl.QueryBuilder
 
startOffsetCannotBeLessThanZero() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
startOffsetCannotBeLessThanZero() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
startOffsetCannotBeLessThanZero$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
startOutboundTransfer(Address, int, Set<Integer>) - Method in interface org.infinispan.statetransfer.StateProvider
Start to send cache entries that belong to the given set of segments.
startOutboundTransfer(Address, int, Set<Integer>) - Method in class org.infinispan.statetransfer.StateProviderImpl
 
startPushState(String) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
It notifies all nodes from local site to start transfer the state to the remote site.
startPushState(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 
startQueuedRebalance() - Method in class org.infinispan.topology.ClusterCacheStatus
 
startRebalance(String, CacheTopology) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
startRebalance(String, CacheTopology) - Method in class org.infinispan.lucene.logging.Log_$logger
 
startRebalance(String, CacheTopology) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
startRebalance(String, CacheTopology) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
startRebalance(String, CacheTopology) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
startRebalance(String, CacheTopology) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
startRebalance(String, CacheTopology) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
startRebalance(String, CacheTopology) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
startRebalance(String, CacheTopology) - Method in class org.infinispan.stats.logging.Log_$logger
 
startRebalance(String, CacheTopology) - Method in class org.infinispan.tree.logging.Log_$logger
 
startRebalance(String, CacheTopology) - Method in interface org.infinispan.util.logging.Log
 
startRebalance(String, CacheTopology) - Method in class org.infinispan.util.logging.Log_$logger
 
startRebalance$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
startRebalance$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
startRebalance$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
startRebalance$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
startRebalance$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
startRebalance$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
startRebalance$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
startRebalance$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
startRebalance$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
startRebalance$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
startRebalance$str() - Method in class org.infinispan.util.logging.Log_$logger
 
startRetrievingValues(UUID, Address, Set<Integer>, Set<K>, KeyValueFilter<? super K, ? super V>, Converter<? super K, ? super V, C>, Set<Flag>) - Method in class org.infinispan.iteration.impl.DistributedEntryRetriever
 
startRetrievingValues(UUID, Address, Set<Integer>, Set<K>, KeyValueFilter<? super K, ? super V>, Converter<? super K, ? super V, C>, Set<Flag>) - Method in interface org.infinispan.iteration.impl.EntryRetriever
Deprecated.
This method is intended to be ran remotely on a node who has segments that the values have been requested.
startRetrievingValues(UUID, Address, Set<Integer>, Set<K>, KeyValueFilter<? super K, ? super V>, Converter<? super K, ? super V, C>, Set<Flag>) - Method in class org.infinispan.iteration.impl.LocalEntryRetriever
 
startStateTransfer(String) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateConsumer
It notifies the start of state transfer from other site.
startStateTransfer(String) - Method in class org.infinispan.xsite.statetransfer.XSiteStateConsumerImpl
 
startStateTransfer(String, Address, int) - Method in interface org.infinispan.xsite.statetransfer.XSiteStateProvider
It notifies this node to start sending state to the remote site.
startStateTransfer(String, Address, int) - Method in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
 
startStreamSummaryInterceptor() - Method in interface org.infinispan.stats.logging.Log
 
startStreamSummaryInterceptor() - Method in class org.infinispan.stats.logging.Log_$logger
 
startStreamSummaryInterceptor$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
startTrack(Flag) - Method in class org.infinispan.statetransfer.CommitManager
It starts tracking keys committed.
startWithArgs(String) - Method in interface org.infinispan.server.core.logging.JavaLog
 
startWithArgs(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
startWithArgs$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
startXidMapping() - Method in class org.infinispan.transaction.xa.XaTransactionTable
 
state - Variable in class org.infinispan.factories.AbstractComponentRegistry
 
state - Variable in class org.infinispan.persistence.async.AsyncCacheLoader
 
state - Variable in class org.infinispan.persistence.async.AsyncCacheWriter
 
State - Class in org.infinispan.persistence.async
 
State(boolean, ConcurrentMap<Object, Modification>, State) - Constructor for class org.infinispan.persistence.async.State
 
STATE_CHUNK - Static variable in interface org.infinispan.marshall.core.Ids
 
STATE_CONSISTENT_HASH - Static variable in class org.infinispan.distribution.ch.impl.ConsistentHashPersistenceConstants
 
STATE_HASH_FUNCTION - Static variable in class org.infinispan.distribution.ch.impl.ConsistentHashPersistenceConstants
 
STATE_MEMBER - Static variable in class org.infinispan.distribution.ch.impl.ConsistentHashPersistenceConstants
 
STATE_MEMBERS - Static variable in class org.infinispan.distribution.ch.impl.ConsistentHashPersistenceConstants
 
STATE_TRANSFER_EXECUTOR - Static variable in class org.infinispan.factories.KnownComponentNames
 
StateChangingEntry - Interface in org.infinispan.container.entries
An entry that may have state, such as created, changed, valid, etc.
StateChunk - Class in org.infinispan.statetransfer
Encapsulates a chunk of cache entries that belong to the same segment.
StateChunk(int, Collection<InternalCacheEntry>, boolean) - Constructor for class org.infinispan.statetransfer.StateChunk
 
StateChunk.Externalizer - Class in org.infinispan.statetransfer
 
StateConsumer - Interface in org.infinispan.statetransfer
Handles inbound state transfers.
StateConsumerImpl - Class in org.infinispan.statetransfer
StateConsumer implementation.
StateConsumerImpl() - Constructor for class org.infinispan.statetransfer.StateConsumerImpl
 
StateConsumerImpl.KeyInvalidationListener - Interface in org.infinispan.statetransfer
 
stateLock - Variable in class org.infinispan.persistence.async.AsyncCacheWriter
 
statement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
Statement - Interface in org.infinispan.cli.interpreter.statement
 
statement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.statement_return
 
StatementException - Exception in org.infinispan.cli.interpreter.result
 
StatementException(Throwable) - Constructor for exception org.infinispan.cli.interpreter.result.StatementException
 
StatementException(String) - Constructor for exception org.infinispan.cli.interpreter.result.StatementException
 
StatementException(String, Throwable) - Constructor for exception org.infinispan.cli.interpreter.result.StatementException
 
statementOption() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
statementOption_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.statementOption_return
 
statementOptions() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
statementOptions_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.statementOptions_return
 
statements - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
statements() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
statements_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.statements_return
 
StateProvider - Interface in org.infinispan.statetransfer
Handles outbound state transfers.
StateProviderImpl - Class in org.infinispan.statetransfer
StateProvider implementation.
StateProviderImpl() - Constructor for class org.infinispan.statetransfer.StateProviderImpl
 
StateRequestCommand - Class in org.infinispan.statetransfer
This command is used by a StateConsumer to request transactions and cache entries from a StateProvider.
StateRequestCommand(String) - Constructor for class org.infinispan.statetransfer.StateRequestCommand
 
StateRequestCommand(String, StateRequestCommand.Type, Address, int, Set<Integer>) - Constructor for class org.infinispan.statetransfer.StateRequestCommand
 
StateRequestCommand.Type - Enum in org.infinispan.statetransfer
 
StateResponseCommand - Class in org.infinispan.statetransfer
This command is used by a StateProvider to push cache entries to a StateConsumer.
StateResponseCommand(String) - Constructor for class org.infinispan.statetransfer.StateResponseCommand
 
StateResponseCommand(String, Address, int, Collection<StateChunk>) - Constructor for class org.infinispan.statetransfer.StateResponseCommand
 
stateRetrievalConfigurationDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
stateRetrievalConfigurationDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
stateRetrievalConfigurationDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated() - Method in interface org.infinispan.util.logging.Log
 
stateRetrievalConfigurationDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
stateRetrievalConfigurationDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
stateRetrievalConfigurationDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
stateRetrievalConfigurationDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
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.
StateTransferComponentFactory - Class in org.infinispan.factories
StateTransferComponentFactory() - Constructor for class org.infinispan.factories.StateTransferComponentFactory
 
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.
StateTransferInterceptor - Class in org.infinispan.statetransfer
Deprecated.
Since 8.2, no longer public API.
StateTransferInterceptor() - Constructor for class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
stateTransferLock - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
stateTransferLock - Variable in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
 
StateTransferLock - Interface in org.infinispan.statetransfer
We use the state transfer lock for three different things: We don't want to execute a command until we have the transaction table for that topology id.
StateTransferLockImpl - Class in org.infinispan.statetransfer
StateTransferLock implementation.
StateTransferLockImpl() - Constructor for class org.infinispan.statetransfer.StateTransferLockImpl
 
stateTransferManager - Variable in class org.infinispan.interceptors.base.BaseStateTransferInterceptor
Deprecated.
 
stateTransferManager - Variable in class org.infinispan.interceptors.ClusteringInterceptor
Deprecated.
 
stateTransferManager - Variable in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
 
StateTransferManager - Interface in org.infinispan.statetransfer
A component that manages the state transfer when the topology of the cluster changes.
StateTransferManagerImpl - Class in org.infinispan.statetransfer
StateTransferManager implementation.
StateTransferManagerImpl() - Constructor for class org.infinispan.statetransfer.StateTransferManagerImpl
 
stateTransferThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
 
stateTransferThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
stateTransferThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
 
statisticsEnabled() - Method in class org.infinispan.jcache.AbstractJCache
 
statisticsEnabledNotAvailable() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
statisticsEnabledNotAvailable() - Method in class org.infinispan.lucene.logging.Log_$logger
 
statisticsEnabledNotAvailable() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
statisticsEnabledNotAvailable() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
statisticsEnabledNotAvailable() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
statisticsEnabledNotAvailable() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
statisticsEnabledNotAvailable() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
statisticsEnabledNotAvailable() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
statisticsEnabledNotAvailable() - Method in class org.infinispan.stats.logging.Log_$logger
 
statisticsEnabledNotAvailable() - Method in class org.infinispan.tree.logging.Log_$logger
 
statisticsEnabledNotAvailable() - Method in interface org.infinispan.util.logging.Log
 
statisticsEnabledNotAvailable() - Method in class org.infinispan.util.logging.Log_$logger
 
statisticsEnabledNotAvailable$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
statisticsEnabledNotAvailable$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
statisticsEnabledNotAvailable$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
statisticsEnabledNotAvailable$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
statisticsEnabledNotAvailable$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
statisticsEnabledNotAvailable$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
statisticsEnabledNotAvailable$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
statisticsEnabledNotAvailable$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
statisticsEnabledNotAvailable$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
statisticsEnabledNotAvailable$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
statisticsEnabledNotAvailable$str() - Method in class org.infinispan.util.logging.Log_$logger
 
statisticsNotEnabled(String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
statisticsNotEnabled(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
statisticsNotEnabled$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
StatisticsSnapshot - Class in org.infinispan.stats.container
A Statistic Snapshot;
StatisticsSnapshot(double[]) - Constructor for class org.infinispan.stats.container.StatisticsSnapshot
 
Stats - Class in org.infinispan.cli.commands.server
 
Stats() - Constructor for class org.infinispan.cli.commands.server.Stats
 
STATS - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
STATS - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
stats() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
stats() - Method in interface org.infinispan.client.hotrod.RemoteCache
 
stats - Variable in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Builder
 
Stats - Class in org.infinispan.persistence.jpa.impl
 
Stats() - Constructor for class org.infinispan.persistence.jpa.impl.Stats
 
stats - Variable in class org.infinispan.stats.container.BaseExtendedStatisticsContainer
 
Stats - Interface in org.infinispan.stats
Stats.
STATS_REQUEST - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
STATS_RESPONSE - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
StatsChannelHandler - Class in org.infinispan.server.core.transport
Input/Output ChannelHandler to keep statistics
StatsChannelHandler(NettyTransport) - Constructor for class org.infinispan.server.core.transport.StatsChannelHandler
 
StatsCollectingCache<K,V> - Class in org.infinispan.cache.impl
Wraps existing AdvancedCache to collect statistics
StatsCollectingCache(String) - Constructor for class org.infinispan.cache.impl.StatsCollectingCache
 
StatsCollector - Class in org.infinispan.stats.impl
 
StatsCollector() - Constructor for class org.infinispan.stats.impl.StatsCollector
 
StatsCollector.Factory - Class in org.infinispan.stats.impl
 
StatsImpl - Class in org.infinispan.stats.impl
StatsImpl.
StatsImpl(InterceptorChain) - Constructor for class org.infinispan.stats.impl.StatsImpl
 
StatsImpl(Stats) - Constructor for class org.infinispan.stats.impl.StatsImpl
 
StatsOperation - Class in org.infinispan.client.hotrod.impl.operations
Implements to the stats operation as defined by Hot Rod protocol specification.
StatsOperation(Codec, TransportFactory, byte[], AtomicInteger, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.StatsOperation
 
statsStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
StatsStatement - Class in org.infinispan.cli.interpreter.statement
Displays statistics about a container or a cache
StatsStatement(List<Option>, String) - Constructor for class org.infinispan.cli.interpreter.statement.StatsStatement
 
statsStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.statsStatement_return
 
Status - Enum in org.infinispan.commons.api.functional
Different states a component may be in.
status() - Method in interface org.infinispan.xsite.BackupSender
Returns a Map having as entries the site names and as value Boolean.TRUE if the site is online and Boolean.FALSE if it is offline.
status() - Method in class org.infinispan.xsite.BackupSenderImpl
 
status() - Method in class org.infinispan.xsite.XSiteAdminOperations
 
STATUS_CANCELED - Static variable in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
 
STATUS_ERROR - Static variable in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
 
STATUS_OK - Static variable in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
 
STATUS_SENDING - Static variable in interface org.infinispan.xsite.statetransfer.XSiteStateTransferManager
 
stereotypes(Set<Class<? extends Annotation>>) - Method in class org.infinispan.cdi.util.BeanBuilder
Define the stereotypes used for bean creation.
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.abortBatchStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.beginTransactionStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.cacheStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.clearCacheStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.commitTransactionStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.createStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.denyStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.encodingStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.endBatchStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.evictStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.getStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.grantStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.infoStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.locateStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.pingStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.putStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.removeStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.replaceStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.rolesStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.rollbackTransactionStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.siteStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.startBatchStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.statement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.statsStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.upgradeStatement_return
 
stmt - Variable in class org.infinispan.cli.interpreter.IspnCliQLParser.versionStatement_return
 
stop() - Method in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
 
stop() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
stop() - Method in class org.infinispan.cache.impl.CacheImpl
 
stop() - Method in class org.infinispan.cache.impl.DecoratedCache
 
stop() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
stop() - Method in class org.infinispan.cli.interpreter.Interpreter
 
stop() - Method in class org.infinispan.client.hotrod.event.ClientListenerNotifier
 
stop() - Method in class org.infinispan.client.hotrod.impl.EagerNearRemoteCache
Deprecated.
 
stop() - Method in class org.infinispan.client.hotrod.impl.InvalidatedNearRemoteCache
 
stop() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
stop(RemoteCache<K, V>) - Method in class org.infinispan.client.hotrod.near.NearCacheService
 
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 class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
stop() - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
stop() - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
Stop the marshaller.
stop() - Method in class org.infinispan.context.InvocationContextContainerImpl
 
stop() - Method in class org.infinispan.distribution.impl.L1ManagerImpl
 
stop() - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
stop() - Method in class org.infinispan.factories.AbstractComponentRegistry
Stops the cache and sets the cache status to ComponentStatus.TERMINATED once it is done.
Stop - Annotation Type in org.infinispan.factories.annotations
Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache stops.
stop() - Method in class org.infinispan.factories.ComponentRegistry
 
stop() - Method in class org.infinispan.factories.GlobalComponentRegistry
 
stop() - Method in class org.infinispan.factories.NamedExecutorsFactory
 
stop() - Method in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
 
stop() - Method in class org.infinispan.interceptors.base.BaseCustomInterceptor
 
stop() - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
 
stop() - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
 
stop() - Method in class org.infinispan.jmx.CacheJmxRegistration
Unregister when the cache is being stopped.
stop() - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
On stop, the mbeans are unregistered.
stop() - Method in class org.infinispan.lucene.cacheloader.LuceneCacheLoader
 
stop() - Method in class org.infinispan.manager.DefaultCacheManager
 
stop() - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
stop() - Method in class org.infinispan.marshall.core.CacheMarshaller
 
stop() - Method in class org.infinispan.marshall.core.ExternalizerTable
 
stop() - Method in class org.infinispan.marshall.core.GlobalMarshaller
 
stop() - Method in class org.infinispan.marshall.core.JBossMarshaller
 
stop() - Method in class org.infinispan.marshall.core.VersionAwareMarshaller
 
stop() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
stop() - Method in interface org.infinispan.notifications.cachelistener.filter.FilterIndexingServiceProvider
Stop the provider.
stop() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
Removes all listeners from the notifier
stop() - Method in class org.infinispan.persistence.async.AsyncCacheLoader
 
stop() - Method in class org.infinispan.persistence.async.AsyncCacheWriter
 
stop() - Method in class org.infinispan.persistence.cli.CLInterfaceLoader
 
stop() - Method in class org.infinispan.persistence.cluster.ClusterLoader
 
stop() - Method in class org.infinispan.persistence.file.SingleFileStore
 
stop() - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
stop() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactory
Closes the connection factory, including all allocated connections etc.
stop() - Method in class org.infinispan.persistence.jdbc.connectionfactory.ManagedConnectionFactory
 
stop() - Method in class org.infinispan.persistence.jdbc.connectionfactory.PooledConnectionFactory
 
stop() - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
 
stop() - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
stop() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
stop() - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
stop() - Method in class org.infinispan.persistence.jpa.JpaStore
 
stop() - Method in class org.infinispan.persistence.leveldb.LevelDBStore
 
stop() - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
stop() - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
stop() - Method in class org.infinispan.persistence.remote.RemoteStore
 
stop() - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
stop() - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader.TaskContext
Invoked from within the CacheLoaderTask, in order to signal the AdvancedCacheLoader implementation that iteration should be stopped early (before iteration is finished).
stop() - Method in class org.infinispan.persistence.support.DelegatingCacheLoader
 
stop() - Method in class org.infinispan.persistence.support.DelegatingCacheWriter
 
stop() - Method in class org.infinispan.persistence.support.SingletonCacheWriter
 
stop() - Method in class org.infinispan.persistence.TaskContextImpl
 
stop() - Method in class org.infinispan.registry.impl.ClusterRegistryImpl
Deprecated.
 
stop() - Method in class org.infinispan.registry.impl.InternalCacheRegistryImpl
 
stop() - Method in class org.infinispan.remoting.ReplicationQueueImpl
Deprecated.
Stops the asynchronous flush queue.
stop() - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
stop() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
stop() - Method in interface org.infinispan.remoting.transport.Transport
 
stop() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
stop() - Method in interface org.infinispan.server.core.transport.Transport
 
stop() - Method in class org.infinispan.spring.provider.SpringEmbeddedCacheManager
Stop the EmbeddedCacheManager this CacheManager delegates to.
stop() - Method in class org.infinispan.spring.provider.SpringRemoteCacheManager
Stop the org.infinispan.client.hotrod.RemoteCacheManager that backs this SpringRemoteCacheManager.
stop() - Method in interface org.infinispan.statetransfer.StateConsumer
Cancels all incoming state transfers.
stop() - Method in class org.infinispan.statetransfer.StateConsumerImpl
 
stop() - Method in interface org.infinispan.statetransfer.StateProvider
Cancels all outbound state transfers.
stop() - Method in class org.infinispan.statetransfer.StateProviderImpl
 
stop() - Method in class org.infinispan.statetransfer.StateTransferLockImpl
 
stop() - Method in interface org.infinispan.statetransfer.StateTransferManager
 
stop() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
 
stop() - Method in class org.infinispan.stats.impl.ClusterCacheStatsImpl
 
stop() - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
stop() - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
stop() - Method in class org.infinispan.topology.LocalTopologyManagerImpl
 
stop() - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
stop() - Method in class org.infinispan.xsite.BackupReceiverRepositoryImpl
 
stopAllowed() - Method in enum org.infinispan.commons.api.functional.Status
 
stopAllowed() - Method in enum org.infinispan.lifecycle.ComponentStatus
 
stopApplyingState() - Method in interface org.infinispan.statetransfer.StateConsumer
Stops applying incoming state.
stopApplyingState() - Method in class org.infinispan.statetransfer.StateConsumerImpl
Stops applying incoming state.
stopBeforeDestroyFailed(CacheException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
stopBeforeDestroyFailed(CacheException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
stopBeforeDestroyFailed(CacheException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
stopBeforeDestroyFailed(CacheException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
stopBeforeDestroyFailed(CacheException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
stopBeforeDestroyFailed(CacheException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
stopBeforeDestroyFailed(CacheException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
stopBeforeDestroyFailed(CacheException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
stopBeforeDestroyFailed(CacheException) - Method in class org.infinispan.stats.logging.Log_$logger
 
stopBeforeDestroyFailed(CacheException) - Method in class org.infinispan.tree.logging.Log_$logger
 
stopBeforeDestroyFailed(CacheException) - Method in interface org.infinispan.util.logging.Log
 
stopBeforeDestroyFailed(CacheException) - Method in class org.infinispan.util.logging.Log_$logger
 
stopBeforeDestroyFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
stopBeforeDestroyFailed$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
stopBeforeDestroyFailed$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
stopBeforeDestroyFailed$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
stopBeforeDestroyFailed$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
stopBeforeDestroyFailed$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
stopBeforeDestroyFailed$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
stopBeforeDestroyFailed$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
stopBeforeDestroyFailed$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
stopBeforeDestroyFailed$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
stopBeforeDestroyFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
 
stopDelegate() - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
 
stopOperations() - Method in class org.infinispan.persistence.sifs.LogAppender
 
stopOrderIgnored() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
stopOrderIgnored() - Method in class org.infinispan.lucene.logging.Log_$logger
 
stopOrderIgnored() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
stopOrderIgnored() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
stopOrderIgnored() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
stopOrderIgnored() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
stopOrderIgnored() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
stopOrderIgnored() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
stopOrderIgnored() - Method in class org.infinispan.stats.logging.Log_$logger
 
stopOrderIgnored() - Method in class org.infinispan.tree.logging.Log_$logger
 
stopOrderIgnored() - Method in interface org.infinispan.util.logging.Log
 
stopOrderIgnored() - Method in class org.infinispan.util.logging.Log_$logger
 
stopOrderIgnored$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
stopOrderIgnored$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
stopOrderIgnored$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
stopOrderIgnored$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
stopOrderIgnored$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
stopOrderIgnored$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
stopOrderIgnored$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
stopOrderIgnored$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
stopOrderIgnored$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
stopOrderIgnored$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
stopOrderIgnored$str() - Method in class org.infinispan.util.logging.Log_$logger
 
stoppingRpcDispatcher(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
stoppingRpcDispatcher(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
stoppingRpcDispatcher(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
stoppingRpcDispatcher(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
stoppingRpcDispatcher(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
stoppingRpcDispatcher(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
stoppingRpcDispatcher(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
stoppingRpcDispatcher(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
stoppingRpcDispatcher(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
stoppingRpcDispatcher(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
stoppingRpcDispatcher(String) - Method in interface org.infinispan.util.logging.Log
 
stoppingRpcDispatcher(String) - Method in class org.infinispan.util.logging.Log_$logger
 
stoppingRpcDispatcher$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
stoppingRpcDispatcher$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
stoppingRpcDispatcher$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
stoppingRpcDispatcher$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
stoppingRpcDispatcher$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
stoppingRpcDispatcher$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
stoppingRpcDispatcher$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
stoppingRpcDispatcher$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
stoppingRpcDispatcher$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
stoppingRpcDispatcher$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
stoppingRpcDispatcher$str() - Method in class org.infinispan.util.logging.Log_$logger
 
stopScheduler() - Method in class org.infinispan.util.concurrent.locks.DeadlockDetectingLockManager
 
stopStreamSummaryInterceptor() - Method in interface org.infinispan.stats.logging.Log
 
stopStreamSummaryInterceptor() - Method in class org.infinispan.stats.logging.Log_$logger
 
stopStreamSummaryInterceptor$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
stopTrack(Flag) - Method in class org.infinispan.statetransfer.CommitManager
It stops tracking keys committed.
store(TxInvocationContext) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
Store - Class in org.infinispan.persistence.modifications
Store(Object, MarshalledEntry) - Constructor for class org.infinispan.persistence.modifications.Store
 
STORE_KEYS_AS_BINARY - Static variable in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
 
STORE_VALUES_AS_BINARY - Static variable in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
 
storeAsBinary() - Method in class org.infinispan.configuration.cache.Configuration
 
storeAsBinary() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
storeAsBinary() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
 
StoreAsBinaryConfiguration - Class in org.infinispan.configuration.cache
Controls whether when stored in memory, keys and values are stored as references to their original objects, or in a serialized, binary format.
StoreAsBinaryConfigurationBuilder - Class in org.infinispan.configuration.cache
Controls whether when stored in memory, keys and values are stored as references to their original objects, or in a serialized, binary format.
storeByReferenceAndTransactionsNotAllowed() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
storeByReferenceAndTransactionsNotAllowed() - Method in interface org.infinispan.jcache.logging.Log
 
storeByReferenceAndTransactionsNotAllowed() - Method in class org.infinispan.jcache.logging.Log_$logger
 
storeByReferenceAndTransactionsNotAllowed() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
storeByReferenceAndTransactionsNotAllowed$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
storeByReferenceAndTransactionsNotAllowed$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
storeByReferenceAndTransactionsNotAllowed$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
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
 
storeCurrentBuffer(boolean) - Method in class org.infinispan.lucene.impl.InfinispanIndexOutput
 
storeInBucket(MarshalledEntry, Integer) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
storeKeysAsBinary() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
Enables storing keys as binary.
storeKeysAsBinary(boolean) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
Specify whether keys are stored as binary or not.
storeMetadata() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
 
storeMetadata(boolean) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
 
STORES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
Number of put operations.
stores() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
 
stores() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
 
storeValuesAsBinary() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfiguration
Enables storing values as binary.
storeValuesAsBinary(boolean) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
Specify whether values are stored as binary or not.
STRATEGY - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
 
strategy() - Method in class org.infinispan.configuration.cache.BackupConfiguration
How does the backup happen: sync or async.
strategy(BackupConfiguration.BackupStrategy) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
Sets the strategy used for backing up data: sync or async.
strategy() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
 
STRATEGY - Static variable in class org.infinispan.configuration.cache.EvictionConfiguration
 
strategy() - Method in class org.infinispan.configuration.cache.EvictionConfiguration
Eviction strategy.
strategy(EvictionStrategy) - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
Eviction strategy.
stream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.CacheEntrySet
 
stream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySet
 
stream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.KeySet
 
stream() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.Values
 
stream() - Method in interface org.infinispan.CacheCollection
 
stream() - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingEntrySet
Deprecated.
 
stream() - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingKeySet
Deprecated.
 
stream() - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.TxBackingEntrySet
Deprecated.
 
stream() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheCollection
 
stream() - Method in class org.infinispan.stream.impl.interceptor.AbstractDelegatingEntryCacheSet
 
stream() - Method in class org.infinispan.stream.impl.interceptor.AbstractDelegatingKeyCacheSet
 
stream() - Method in class org.infinispan.stream.impl.local.ValueCacheCollection
 
stream() - Method in class org.infinispan.util.AbstractDelegatingCollection
 
STREAM_MARSHALLING - Static variable in interface org.infinispan.marshall.core.Ids
 
StreamingMarshaller - Interface in org.infinispan.commons.marshall
A specialization of Marshaller that supports streams.
StreamIOAdapter - Class in org.infinispan.cli.io
 
StreamIOAdapter() - Constructor for class org.infinispan.cli.io.StreamIOAdapter
 
StreamManagerFactory - Class in org.infinispan.factories
Factory that allows creation of a LocalStreamManager or ClusterStreamManager based on the provided configuration.
StreamManagerFactory() - Constructor for class org.infinispan.factories.StreamManagerFactory
 
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
 
streamOperation(Object, Address, boolean, Set<Integer>, Set<K>, Set<K>, boolean, TerminalOperation<R>) - Method in interface org.infinispan.stream.impl.LocalStreamManager
Stream operation for a non key aware operation without rehash enabled.
streamOperation(Object, Address, boolean, Set<Integer>, Set<K>, Set<K>, boolean, KeyTrackingTerminalOperation<K, R, ?>) - Method in interface org.infinispan.stream.impl.LocalStreamManager
Stream operation for a key aware operation without rehash enabled
streamOperation(Object, Address, boolean, Set<Integer>, Set<K>, Set<K>, boolean, TerminalOperation<R>) - Method in class org.infinispan.stream.impl.LocalStreamManagerImpl
 
streamOperation(Object, Address, boolean, Set<Integer>, Set<K>, Set<K>, boolean, KeyTrackingTerminalOperation<K, R, ?>) - Method in class org.infinispan.stream.impl.LocalStreamManagerImpl
 
streamOperationRehashAware(Object, Address, boolean, Set<Integer>, Set<K>, Set<K>, boolean, TerminalOperation<R>) - Method in interface org.infinispan.stream.impl.LocalStreamManager
Stream operation for a non key aware operation with rehash enabled.
streamOperationRehashAware(Object, Address, boolean, Set<Integer>, Set<K>, Set<K>, boolean, KeyTrackingTerminalOperation<K, ?, R2>) - Method in interface org.infinispan.stream.impl.LocalStreamManager
Stream operation for a key aware operation with rehash enabled
streamOperationRehashAware(Object, Address, boolean, Set<Integer>, Set<K>, Set<K>, boolean, TerminalOperation<R>) - Method in class org.infinispan.stream.impl.LocalStreamManagerImpl
 
streamOperationRehashAware(Object, Address, boolean, Set<Integer>, Set<K>, Set<K>, boolean, KeyTrackingTerminalOperation<K, ?, R2>) - Method in class org.infinispan.stream.impl.LocalStreamManagerImpl
 
StreamRequestCommand<K> - Class in org.infinispan.stream.impl
Stream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations.
StreamRequestCommand(String) - Constructor for class org.infinispan.stream.impl.StreamRequestCommand
 
StreamRequestCommand(String, Address, Object, boolean, StreamRequestCommand.Type, Set<Integer>, Set<K>, Set<K>, boolean, Object) - Constructor for class org.infinispan.stream.impl.StreamRequestCommand
 
StreamRequestCommand.Type - Enum in org.infinispan.stream.impl
 
StreamResponseCommand<R> - Class in org.infinispan.stream.impl
Stream response command used to handle returning intermediate or final responses from the remote node
StreamResponseCommand() - Constructor for class org.infinispan.stream.impl.StreamResponseCommand
 
StreamResponseCommand(String) - Constructor for class org.infinispan.stream.impl.StreamResponseCommand
 
StreamResponseCommand(String, Address, Object, boolean, R) - Constructor for class org.infinispan.stream.impl.StreamResponseCommand
 
streams - Variable in class org.infinispan.iteration.impl.TrackingEntryIterableFromStream
 
Streams - Class in org.infinispan.util.stream
A collection of stream related utility methods.
Streams() - Constructor for class org.infinispan.util.stream.Streams
 
StreamSegmentResponseCommand<R> - Class in org.infinispan.stream.impl
A stream response command taht also returns back suspected segments that need to be retried
StreamSegmentResponseCommand() - Constructor for class org.infinispan.stream.impl.StreamSegmentResponseCommand
 
StreamSegmentResponseCommand(String) - Constructor for class org.infinispan.stream.impl.StreamSegmentResponseCommand
 
StreamSegmentResponseCommand(String, Address, Object, boolean, R, Set<Integer>) - Constructor for class org.infinispan.stream.impl.StreamSegmentResponseCommand
 
StreamSummaryContainer - Class in org.infinispan.stats.topK
This contains all the stream lib top keys.
StreamSummaryContainer(String, String) - Constructor for class org.infinispan.stats.topK.StreamSummaryContainer
 
StreamSummaryContainer.Stat - Enum in org.infinispan.stats.topK
 
streamSupplier - Variable in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
strictPeerToPeer() - Method in class org.infinispan.configuration.global.TransportConfiguration
Deprecated.
Since 6.0, strictPeerToPeer is ignored and asymmetric clusters are always allowed.
strictPeerToPeer(Boolean) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
Deprecated.
Since 6.0, strictPeerToPeer is ignored and asymmetric clusters are always allowed.
strictPeerToPeerDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
strictPeerToPeerDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
strictPeerToPeerDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
strictPeerToPeerDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
strictPeerToPeerDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
strictPeerToPeerDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
strictPeerToPeerDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
strictPeerToPeerDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
strictPeerToPeerDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
strictPeerToPeerDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
strictPeerToPeerDeprecated() - Method in interface org.infinispan.util.logging.Log
 
strictPeerToPeerDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
strictPeerToPeerDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
strictPeerToPeerDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
strictPeerToPeerDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
strictPeerToPeerDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
strictPeerToPeerDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
strictPeerToPeerDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
strictPeerToPeerDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
strictPeerToPeerDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
strictPeerToPeerDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
strictPeerToPeerDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
strictPeerToPeerDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
STRING - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
STRINGLITERAL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
STRINGLITERAL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
StringPropertyReplacer - Class in org.infinispan.commons.util
A utility class for replacing properties in strings.
StringPropertyReplacer() - Constructor for class org.infinispan.commons.util.StringPropertyReplacer
 
stringRepresentation - Variable in class org.infinispan.tree.Fqn
A cached string representation of this Fqn, used by toString to it isn't calculated again every time.
StringResult - Class in org.infinispan.cli.interpreter.result
 
StringResult(String) - Constructor for class org.infinispan.cli.interpreter.result.StringResult
 
StringResult(String, Object...) - Constructor for class org.infinispan.cli.interpreter.result.StringResult
 
stringTable() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
 
stringTable() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder.MixedTableManipulationConfigurationBuilder
 
stringTable() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
Allows configuration of table-specific parameters such as column names and types for the table used to store entries with string keys
stringTable() - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationChildBuilder
Allows configuration of table-specific parameters such as column names and types for the table used to store entries with string keys
stringToElement(String) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
Converts a String representing an XML snippet into an Element.
StripedHashFunction<T> - Class in org.infinispan.util
An hash function for stripping.
StripedHashFunction(Equivalence<T>, int) - Constructor for class org.infinispan.util.StripedHashFunction
 
StripedLock - Class in org.infinispan.util.concurrent.locks
A simple implementation of lock striping, using cache entry keys to lock on, primarily used to help make CacheLoader implemtations thread safe.
StripedLock() - Constructor for class org.infinispan.util.concurrent.locks.StripedLock
This constructor just calls StripedLock.StripedLock(int) with a default concurrency value of 20.
StripedLock(int) - Constructor for class org.infinispan.util.concurrent.locks.StripedLock
Creates a new StripedLock which uses a certain number of shared locks across all elements that need to be locked.
StripedLockContainer - Class in org.infinispan.util.concurrent.locks.impl
A lock container used with lock stripping.
StripedLockContainer(int, Equivalence<Object>) - Constructor for class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
 
subject - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
subject - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.ListenerInvocationImpl
 
SubjectACL - Class in org.infinispan.security.impl
SubjectACL.
SubjectACL(Set<String>, int) - Constructor for class org.infinispan.security.impl.SubjectACL
 
SubjectUserInfo - Interface in org.infinispan.server.core.security
 
subList(int, int) - Method in class org.infinispan.commons.util.ForwardingList
 
subList(int, int) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
subMap(K, K) - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
submit(Runnable, T) - Method in class org.infinispan.distexec.DefaultExecutorService
 
submit(Callable<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
 
submit(Address, Callable<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
 
submit(Address, DistributedTask<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
 
submit(Callable<T>, K...) - Method in class org.infinispan.distexec.DefaultExecutorService
 
submit(DistributedTask<T>, K...) - Method in class org.infinispan.distexec.DefaultExecutorService
 
submit(Callable<V>) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
submit(Runnable, V) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
submit(Callable<V>, K...) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
 
submit(Address, Callable<V>) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
 
submit(Address, Callable<T>) - Method in interface org.infinispan.distexec.DistributedExecutorService
Submits the given Callable task for execution on the specified target Infinispan node.
submit(Address, DistributedTask<T>) - Method in interface org.infinispan.distexec.DistributedExecutorService
Submits the given DistributedTask for execution on the specified target Infinispan node.
submit(Callable<T>, K...) - Method in interface org.infinispan.distexec.DistributedExecutorService
Submits the given Callable task for execution on a single Infinispan node.
submit(DistributedTask<T>, K...) - Method in interface org.infinispan.distexec.DistributedExecutorService
Submits the given DistributedTask for execution on a single Infinispan node.
submit(Callable<Void>) - Method in class org.infinispan.executors.ExecutorAllCompletionService
 
submit(Runnable, Void) - Method in class org.infinispan.executors.ExecutorAllCompletionService
 
submit(Callable<T>) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
submit(Runnable, T) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
submit(Runnable) - Method in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService
 
submit(Callable<T>) - Method in class org.infinispan.executors.LazyInitializingExecutorService
 
submit(Runnable, T) - Method in class org.infinispan.executors.LazyInitializingExecutorService
 
submit(Runnable) - Method in class org.infinispan.executors.LazyInitializingExecutorService
 
submit(Callable<T>) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
submit(Runnable, T) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
submit(Runnable) - Method in class org.infinispan.executors.LazyInitializingScheduledExecutorService
 
submit(Callable<T>) - Method in class org.infinispan.executors.SemaphoreCompletionService
 
submit(Runnable, T) - Method in class org.infinispan.executors.SemaphoreCompletionService
 
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.
submit(Runnable) - Method in class org.infinispan.manager.impl.ClusterExecutorImpl
 
submit(SerializableRunnable) - Method in class org.infinispan.manager.impl.ClusterExecutorImpl
 
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.
submitConsumer(Function<? super EmbeddedCacheManager, ? extends V>, TriConsumer<? super Address, ? super V, ? super Throwable>) - Method in class org.infinispan.manager.impl.ClusterExecutorImpl
 
submitConsumer(SerializableFunction<? super EmbeddedCacheManager, ? extends V>, TriConsumer<? super Address, ? super V, ? super Throwable>) - Method in class org.infinispan.manager.impl.ClusterExecutorImpl
 
submitEverywhere(Callable<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
 
submitEverywhere(DistributedTask<T>) - Method in class org.infinispan.distexec.DefaultExecutorService
 
submitEverywhere(Callable<T>, K...) - Method in class org.infinispan.distexec.DefaultExecutorService
 
submitEverywhere(DistributedTask<T>, K...) - Method in class org.infinispan.distexec.DefaultExecutorService
 
submitEverywhere(Callable<V>) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
 
submitEverywhere(Callable<V>, K...) - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
 
submitEverywhere(Callable<T>) - Method in interface org.infinispan.distexec.DistributedExecutorService
Submits the given Callable task for execution on all available Infinispan nodes.
submitEverywhere(DistributedTask<T>) - Method in interface org.infinispan.distexec.DistributedExecutorService
Submits the given DistributedTask for execution on all available Infinispan nodes.
submitEverywhere(Callable<T>, K...) - Method in interface org.infinispan.distexec.DistributedExecutorService
Submits the given Callable task for execution on all available Infinispan nodes using input keys specified by K input.
submitEverywhere(DistributedTask<T>, K...) - Method in interface org.infinispan.distexec.DistributedExecutorService
Submits the given DistributedTask for execution on all available Infinispan nodes using input keys specified by K input.
subQueryDoesNotBelongToAParentQueryBuilder() - Method in interface org.infinispan.query.dsl.impl.logging.Log
 
subQueryDoesNotBelongToAParentQueryBuilder() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
subQueryDoesNotBelongToAParentQueryBuilder$str() - Method in class org.infinispan.query.dsl.impl.logging.Log_$logger
 
subQueue(int) - Method in class org.infinispan.persistence.sifs.IndexQueue
 
SUCCESS - Static variable in class org.infinispan.xsite.XSiteAdminOperations
 
SUCCESS_WITH_PREVIOUS - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
SUCCESS_WITH_PREVIOUS_COMPAT - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
SuccessEntryProcessorResult<T> - Class in org.infinispan.jcache
Successful entry processor result wrapper.
SuccessEntryProcessorResult(T) - Constructor for class org.infinispan.jcache.SuccessEntryProcessorResult
 
SUCCESSFUL_EMPTY_RESPONSE - Static variable in class org.infinispan.remoting.responses.SuccessfulResponse
 
SUCCESSFUL_RESPONSE - Static variable in interface org.infinispan.marshall.core.Ids
 
SuccessfulResponse - Class in org.infinispan.remoting.responses
A successful response
SuccessfulResponse.Externalizer - Class in org.infinispan.remoting.responses
 
suggestCustomInterceptorInheritance(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
suggestCustomInterceptorInheritance(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
suggestCustomInterceptorInheritance(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
suggestCustomInterceptorInheritance(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
suggestCustomInterceptorInheritance(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
suggestCustomInterceptorInheritance(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
suggestCustomInterceptorInheritance(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
suggestCustomInterceptorInheritance(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
suggestCustomInterceptorInheritance(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
suggestCustomInterceptorInheritance(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
suggestCustomInterceptorInheritance(String) - Method in interface org.infinispan.util.logging.Log
 
suggestCustomInterceptorInheritance(String) - Method in class org.infinispan.util.logging.Log_$logger
 
suggestCustomInterceptorInheritance$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
suggestCustomInterceptorInheritance$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
suggestCustomInterceptorInheritance$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
suggestCustomInterceptorInheritance$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
suggestCustomInterceptorInheritance$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
suggestCustomInterceptorInheritance$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
suggestCustomInterceptorInheritance$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
suggestCustomInterceptorInheritance$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
suggestCustomInterceptorInheritance$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
suggestCustomInterceptorInheritance$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
suggestCustomInterceptorInheritance$str() - Method in class org.infinispan.util.logging.Log_$logger
 
sum(String) - Static method in interface org.infinispan.query.dsl.Expression
 
sum() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
sum() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
sum() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
sum() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
sum() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
sum() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
summaryStatistics() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
summaryStatistics() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
summaryStatistics() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
summaryStatistics() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
summaryStatistics() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
summaryStatistics() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
sumOwned() - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
 
sumPrimaryOwned() - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
 
supplier - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
supplier - Variable in class org.infinispan.stream.impl.termop.BaseTerminalOperation
 
supplierForSegments(ConsistentHash, Set<Integer>, Set<Object>) - Method in class org.infinispan.stream.impl.AbstractCacheStream
 
supplierForSegments(ConsistentHash, Set<Integer>, Set<Object>, boolean) - Method in class org.infinispan.stream.impl.AbstractCacheStream
If usePrimary is true the segments are the primary segments but only those that exist in targetSegments.
supplierForSegments(ConsistentHash, Set<Integer>, Set<Object>, boolean) - Method in class org.infinispan.stream.impl.tx.TxDistributedCacheStream
 
supplierForSegments(ConsistentHash, Set<Integer>, Set<Object>, boolean) - Method in class org.infinispan.stream.impl.tx.TxDistributedDoubleCacheStream
 
supplierForSegments(ConsistentHash, Set<Integer>, Set<Object>, boolean) - Method in class org.infinispan.stream.impl.tx.TxDistributedIntCacheStream
 
supplierForSegments(ConsistentHash, Set<Integer>, Set<Object>, boolean) - Method in class org.infinispan.stream.impl.tx.TxDistributedLongCacheStream
 
supplierStreamCast(Supplier) - Static method in class org.infinispan.stream.impl.DistributedCacheStream
 
supportsConcurrentUpdates() - Method in class org.infinispan.configuration.cache.LockingConfiguration
Deprecated.
this option is always true and cannot be modified since version 5.3
supportsConcurrentUpdates(boolean) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
Deprecated. 
supportsFilter(IndexedFilter<?, ?, ?>) - Method in interface org.infinispan.notifications.cachelistener.filter.FilterIndexingServiceProvider
Reports whether this provider supports the given filter type.
supportsInvocation(Flag) - Method in interface org.infinispan.compat.TypeConverter
Indicates whether this type converter supports a particular type of operation.
supportsKey(Class<?>) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
SurvivesRestarts - Annotation Type in org.infinispan.factories.annotations
This annotation is used for components that will be registered in the ComponentRegistry, that are meant to be retained in the component registry even after the component registry is stopped.
suspect(Address) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
SuspectException - Exception in org.infinispan.remoting.transport.jgroups
Thrown when a member is suspected during remote method invocation
SuspectException() - Constructor for exception org.infinispan.remoting.transport.jgroups.SuspectException
 
SuspectException(String) - Constructor for exception org.infinispan.remoting.transport.jgroups.SuspectException
 
SuspectException(String, Address) - Constructor for exception org.infinispan.remoting.transport.jgroups.SuspectException
 
SuspectException(String, Throwable) - Constructor for exception org.infinispan.remoting.transport.jgroups.SuspectException
 
SuspectException(String, Address, Throwable) - Constructor for exception org.infinispan.remoting.transport.jgroups.SuspectException
 
suspend() - Method in class org.infinispan.transaction.tm.DummyBaseTransactionManager
Suspend the association the calling thread has to a transaction, and return the suspended transaction.
suspendEncoding() - Method in class org.infinispan.commons.util.Base64.OutputStream
Suspends encoding of the stream.
suspendIfNeeded() - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
 
suspendIfNeeded() - Method in class org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl
 
suspendIfNeeded() - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
 
swapPrimaryOwnersWithBackups(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
 
SWITCH_CLUSTER_TOPOLOGY - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
switchedBackToMainCluster() - Method in interface org.infinispan.client.hotrod.logging.Log
 
switchedBackToMainCluster() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
switchedBackToMainCluster$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
switchedToCluster(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
switchedToCluster(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
switchedToCluster$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
switchToCluster(String) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
switchToCluster(String) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
switchToCluster(String) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
Switch remote cache manager to a different cluster, previously declared via configuration.
switchToDefaultCluster() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
Switch remote cache manager to a the default cluster, previously declared via configuration.
sync() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
Configure sync sub element.
sync() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
 
sync() - Method in interface org.infinispan.configuration.cache.ClusteringConfigurationChildBuilder
If configured all communications are synchronous, in that whenever a thread sends a message sent over the wire, it blocks until it receives an acknowledgment from the recipient.
sync - Variable in class org.infinispan.notifications.cachelistener.CacheNotifierImpl.BaseCacheEntryListenerInvocation
 
sync - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
sync - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.ListenerInvocationImpl
 
SYNC_COMMIT_PHASE - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
SYNC_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.marshall.core.Ids
 
SYNC_REPLICATED_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.marshall.core.Ids
 
SYNC_ROLLBACK_PHASE - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
syncCommitPhase() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
If true, the cluster-wide commit phase in two-phase commit (2PC) transactions will be synchronous, so Infinispan will wait for responses from all nodes to which the commit was sent.
syncCommitPhase(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
Deprecated.
The syncRollbackPhase setting can no longer be modified at runtime. It must be the same on all nodes.
syncCommitPhase(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
If true, the cluster-wide commit phase in two-phase commit (2PC) transactions will be synchronous, so Infinispan will wait for responses from all nodes to which the commit was sent.
SyncConfiguration - Class in org.infinispan.configuration.cache
If configured all communications are synchronous, in that whenever a thread sends a message sent over the wire, it blocks until it receives an acknowledgment from the recipient.
SyncConfigurationBuilder - Class in org.infinispan.configuration.cache
If configured all communications are synchronous, in that whenever a thread sends a message sent over the wire, it blocks until it receives an acknowledgment from the recipient.
SyncConfigurationBuilder(ClusteringConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.SyncConfigurationBuilder
 
SyncConsistentHashFactory - Class in org.infinispan.distribution.ch.impl
One of the assumptions people made on consistent hashing involves thinking that given a particular key and same topology, it would produce the same consistent hash value no matter which cache it was stored in.
SyncConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
 
SyncConsistentHashFactory - Class in org.infinispan.distribution.ch
Deprecated.
Extend from SyncConsistentHashFactory instead. This class will be removed in the future.
SyncConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.SyncConsistentHashFactory
Deprecated.
 
SyncConsistentHashFactory.Builder - Class in org.infinispan.distribution.ch.impl
 
SyncConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch.impl
 
SynchronizationAdapter - Class in org.infinispan.transaction.synchronization
Synchronization implementation for integrating with the TM.
SynchronizationAdapter(LocalTransaction, TransactionCoordinator, CommandsFactory, RpcManager, TransactionTable, ClusteringDependentLogic, Configuration, PartitionHandlingManager) - Constructor for class org.infinispan.transaction.synchronization.SynchronizationAdapter
 
synchronizeData(Cache<Object, Object>) - Method in class org.infinispan.persistence.cli.upgrade.CLInterfaceTargetMigrator
 
synchronizeData(Cache<Object, Object>, int, int) - Method in class org.infinispan.persistence.cli.upgrade.CLInterfaceTargetMigrator
 
synchronizeData(Cache<Object, Object>) - Method in class org.infinispan.persistence.remote.upgrade.HotRodTargetMigrator
 
synchronizeData(Cache<Object, Object>, int, int) - Method in class org.infinispan.persistence.remote.upgrade.HotRodTargetMigrator
 
synchronizeData(String) - Method in class org.infinispan.upgrade.RollingUpgradeManager
 
synchronizeData(String, int, int) - Method in class org.infinispan.upgrade.RollingUpgradeManager
 
synchronizeData(Cache<Object, Object>) - Method in interface org.infinispan.upgrade.TargetMigrator
Performs the synchronization of data between source and target
synchronizeData(Cache<Object, Object>, int, int) - Method in interface org.infinispan.upgrade.TargetMigrator
Performs the synchronization of data between source and target
synchronizedEntries(long, String, String) - Method in interface org.infinispan.cli.interpreter.logging.Messages
 
synchronizedEntries(long, String, String) - Method in class org.infinispan.cli.interpreter.logging.Messages_$bundle
 
synchronizedEntries$str() - Method in class org.infinispan.cli.interpreter.logging.Messages_$bundle
 
SynchronizedRestarter - Class in org.infinispan.util.concurrent
A class that handles restarts of components via multiple threads.
SynchronizedRestarter() - Constructor for class org.infinispan.util.concurrent.SynchronizedRestarter
 
SyncLocalTransaction - Class in org.infinispan.transaction.synchronization
LocalTransaction implementation to be used with SynchronizationAdapter.
SyncLocalTransaction(Transaction, GlobalTransaction, boolean, int, Equivalence<Object>, long) - Constructor for class org.infinispan.transaction.synchronization.SyncLocalTransaction
 
syncMarshalling() - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
Deprecated.
since 8.0
SyncProcessingQueue<T> - Class in org.infinispan.persistence.sifs
Multiple producer-single consumer queue.
SyncProcessingQueue() - Constructor for class org.infinispan.persistence.sifs.SyncProcessingQueue
 
SyncProcessingQueue(int) - Constructor for class org.infinispan.persistence.sifs.SyncProcessingQueue
 
syncProcessor - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl
 
syncPropertiesConfigOnAsyncCache() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache() - Method in class org.infinispan.lucene.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
syncPropertiesConfigOnAsyncCache() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
syncPropertiesConfigOnAsyncCache() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache() - Method in class org.infinispan.stats.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache() - Method in class org.infinispan.tree.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache() - Method in interface org.infinispan.util.logging.Log
 
syncPropertiesConfigOnAsyncCache() - Method in class org.infinispan.util.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
syncPropertiesConfigOnAsyncCache$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
syncPropertiesConfigOnAsyncCache$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
syncPropertiesConfigOnAsyncCache$str() - Method in class org.infinispan.util.logging.Log_$logger
 
SyncReplicatedConsistentHashFactory - Class in org.infinispan.distribution.ch.impl
SyncConsistentHashFactory adapted for replicated caches, so that the primary owner of a key is the same in replicated and distributed caches.
SyncReplicatedConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory
 
SyncReplicatedConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch.impl
 
syncRollbackPhase() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
If true, the cluster-wide rollback phase in two-phase commit (2PC) transactions will be synchronous, so Infinispan will wait for responses from all nodes to which the rollback was sent.
syncRollbackPhase(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
Deprecated.
The syncRollbackPhase setting can no longer be modified at runtime. It must be the same on all nodes.
syncRollbackPhase(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
If true, the cluster-wide rollback phase in two-phase commit (2PC) transactions will be synchronous, so Infinispan will wait for responses from all nodes to which the rollback was sent.
syncWrites() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
 
syncWrites(boolean) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
 
Synthetic - Annotation Type in org.infinispan.cdi.util
A synthetic qualifier that can be used to replace other user-supplied configuration at deployment.
Synthetic.Provider - Class in org.infinispan.cdi.util
Provides a unique Synthetic qualifier for the specified namespace
Synthetic.SyntheticLiteral - Class in org.infinispan.cdi.util
 
SyntheticLiteral(String, Long) - Constructor for class org.infinispan.cdi.util.Synthetic.SyntheticLiteral
 
SystemUtils - Class in org.infinispan.cli.util
SystemUtils.
SystemUtils() - Constructor for class org.infinispan.cli.util.SystemUtils
 

T

T__70 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
T__70 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
T__71 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
T__71 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
T__72 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
T__72 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
T__73 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
T__73 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
T__74 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
T__74 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
T__75 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
T__75 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
T__76 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
T__76 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
T__77 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
T__77 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
T__78 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
T__78 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
T__79 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
T__79 - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
table() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfiguration
 
table - Variable in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
 
table() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
Allows configuration of table-specific parameters such as column names and types
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
tableExists(Connection, TableName) - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
tableExists(Connection) - Method in class org.infinispan.persistence.jdbc.TableManipulation
 
TableManipulation - Class in org.infinispan.persistence.jdbc
Contains all the logic of manipulating the table, including creating it if needed and access operations like inserting, selecting etc.
TableManipulation(TableManipulationConfiguration, DatabaseType) - Constructor for class org.infinispan.persistence.jdbc.TableManipulation
 
TableManipulation() - Constructor for class org.infinispan.persistence.jdbc.TableManipulation
 
tableManipulationAttributeNotSet(String) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
tableManipulationAttributeNotSet(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
tableManipulationAttributeNotSet$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
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.
TableName - Class in org.infinispan.persistence.jdbc
Value object for table name operations.
TableName(String, String, String) - Constructor for class org.infinispan.persistence.jdbc.TableName
 
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.
tailMap(K) - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
take() - Method in class org.infinispan.distexec.DistributedExecutionCompletionService
take() - Method in class org.infinispan.executors.ExecutorAllCompletionService
 
take() - Method in class org.infinispan.executors.SemaphoreCompletionService
 
take() - Method in class org.infinispan.persistence.sifs.IndexQueue
 
takeExecutorOwnership - Variable in class org.infinispan.distexec.DefaultExecutorService
 
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
 
takeSiteOffline(String) - Method in interface org.infinispan.xsite.BackupSender
 
takeSiteOffline(String) - Method in class org.infinispan.xsite.BackupSenderImpl
 
takeSiteOffline(String) - Method in class org.infinispan.xsite.GlobalXSiteAdminOperations
 
takeSiteOffline(String) - Method in class org.infinispan.xsite.XSiteAdminOperations
 
target - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
 
target - Variable in class org.infinispan.notifications.impl.AbstractListenerImpl.ListenerInvocationImpl
 
TargetMigrator - Interface in org.infinispan.upgrade
Performs migration operations on the target server or cluster of servers
targets - Variable in class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl.UnicastEventContext
 
TaskContext - Class in org.infinispan.tasks
TaskContext.
TaskContext() - Constructor for class org.infinispan.tasks.TaskContext
 
TaskContextImpl - Class in org.infinispan.persistence
 
TaskContextImpl() - Constructor for class org.infinispan.persistence.TaskContextImpl
 
TaskExecutionMode - Enum in org.infinispan.tasks
 
taskId - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
TckMbeanServerBuilder - Class in org.infinispan.jcache.tck
MBean Server builder instance for the TCK.
TckMbeanServerBuilder() - Constructor for class org.infinispan.jcache.tck.TckMbeanServerBuilder
 
TckMbeanServerBuilder.TckMbeanServerDelegate - Class in org.infinispan.jcache.tck
 
TckMbeanServerDelegate(MBeanServerDelegate) - Constructor for class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
TCP_KEEP_ALIVE - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
TCP_NO_DELAY - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
tcpKeepAlive(boolean) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
tcpKeepAlive() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
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.
tcpNoDelay(boolean) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
tcpNoDelay() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
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() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
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() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
tcpNoDelay - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
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.
TcpTransport - Class in org.infinispan.client.hotrod.impl.transport.tcp
Transport implementation based on TCP.
TcpTransport(SocketAddress, TransportFactory) - Constructor for class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
TcpTransportFactory - Class in org.infinispan.client.hotrod.impl.transport.tcp
 
TcpTransportFactory() - Constructor for class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
tcpTransportFactory - Variable in class org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory
 
TcpTransportFactory.ClusterSwitchStatus - Enum in org.infinispan.client.hotrod.impl.transport.tcp
 
template(boolean) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
template(boolean) - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
 
templateConfigurationStartAttempt(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
templateConfigurationStartAttempt(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
templateConfigurationStartAttempt(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
templateConfigurationStartAttempt(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
templateConfigurationStartAttempt(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
templateConfigurationStartAttempt(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
templateConfigurationStartAttempt(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
templateConfigurationStartAttempt(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
templateConfigurationStartAttempt(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
templateConfigurationStartAttempt(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
templateConfigurationStartAttempt(String) - Method in interface org.infinispan.util.logging.Log
 
templateConfigurationStartAttempt(String) - Method in class org.infinispan.util.logging.Log_$logger
 
templateConfigurationStartAttempt$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
templateConfigurationStartAttempt$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
templateConfigurationStartAttempt$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
templateConfigurationStartAttempt$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
templateConfigurationStartAttempt$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
templateConfigurationStartAttempt$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
templateConfigurationStartAttempt$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
templateConfigurationStartAttempt$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
templateConfigurationStartAttempt$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
templateConfigurationStartAttempt$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
templateConfigurationStartAttempt$str() - Method in class org.infinispan.util.logging.Log_$logger
 
TEMPORARY_LOCATION - Static variable in class org.infinispan.configuration.global.GlobalStateConfiguration
 
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.
TemporaryTable - Class in org.infinispan.persistence.sifs
Table holding the entry positions in log before these are persisted to the index.
TemporaryTable(int, Equivalence<Object>) - Constructor for class org.infinispan.persistence.sifs.TemporaryTable
 
TemporaryTable.LockedEntry - Class in org.infinispan.persistence.sifs
 
TERMINAL_OPERATIONS - Static variable in interface org.infinispan.marshall.core.Ids
 
TerminalOperation<R> - Interface in org.infinispan.stream.impl
Interface describing an operation that is a terminal one that doesn't track keys.
TerminalOperationExternalizer - Class in org.infinispan.stream.impl.termop
AdvancedExternalizer that provides functionality required for marshalling all of the various terminal operations that are used by various distributed streams including the primitive forms.
TerminalOperationExternalizer() - Constructor for class org.infinispan.stream.impl.termop.TerminalOperationExternalizer
 
terminate() - Method in class org.infinispan.statetransfer.InboundTransferTask
Terminate abruptly regardless if the segments were received or not.
terminate() - Method in class org.infinispan.stats.LocalTransactionStatistics
 
terminate() - Method in class org.infinispan.stats.RemoteTransactionStatistics
 
terminate() - Method in class org.infinispan.stats.TransactionStatistics
Signals this transaction as completed and updates the statistics to the final values ready to be merged in the cache statistics.
terminateTransaction(GlobalTransaction, boolean, boolean) - Method in class org.infinispan.stats.CacheStatisticManager
Signals the ending of a transaction.
terminateTransaction() - Method in class org.infinispan.stats.TransactionStatistics
Signals this transaction as completed and updates the statistics to the final values ready to be merged in the cache statistics.
TestDelayFactory - Class in org.infinispan.factories
Internal class, only used for testing.
TestDelayFactory() - Constructor for class org.infinispan.factories.TestDelayFactory
 
TestDelayFactory.Component - Class in org.infinispan.factories
 
TestDelayFactory.Control - Class in org.infinispan.factories
 
testListenerClassValidity(Class<?>) - Static method in class org.infinispan.notifications.impl.AbstractListenerImpl
Tests if a class is properly annotated as a CacheListener and returns the Listener annotation.
testListenerMethodValidity(Method, Class<?>, String) - Static method in class org.infinispan.notifications.impl.AbstractListenerImpl
 
testOnBorrow() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
 
testOnBorrow(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
Indicates whether connections should be validated before being taken from the pool by sending an TCP packet to the server.
testOnReturn() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
 
testOnReturn(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
Indicates whether connections should be validated when being returned to the pool sending an TCP packet to the server.
testWhileIdle() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
 
testWhileIdle(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
Indicates whether or not idle connections should be validated by sending an TCP packet to the server, during idle connection eviction runs.
testWhileIdle() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
 
testWhileIdle(boolean) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
Indicates whether or not idle connections should be validated by sending an TCP packet to the server, during idle connection eviction runs.
thirdPartySuspected(Address, SuspectException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
thirdPartySuspected(Address, SuspectException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
thirdPartySuspected(Address, SuspectException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
thirdPartySuspected(Address, SuspectException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
thirdPartySuspected(Address, SuspectException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
thirdPartySuspected(Address, SuspectException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
thirdPartySuspected(Address, SuspectException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
thirdPartySuspected(Address, SuspectException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
thirdPartySuspected(Address, SuspectException) - Method in class org.infinispan.stats.logging.Log_$logger
 
thirdPartySuspected(Address, SuspectException) - Method in class org.infinispan.tree.logging.Log_$logger
 
thirdPartySuspected(Address, SuspectException) - Method in interface org.infinispan.util.logging.Log
 
thirdPartySuspected(Address, SuspectException) - Method in class org.infinispan.util.logging.Log_$logger
 
thirdPartySuspected$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
thirdPartySuspected$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
thirdPartySuspected$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
thirdPartySuspected$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
thirdPartySuspected$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
thirdPartySuspected$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
thirdPartySuspected$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
thirdPartySuspected$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
thirdPartySuspected$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
thirdPartySuspected$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
thirdPartySuspected$str() - Method in class org.infinispan.util.logging.Log_$logger
 
THREAD_NAME - Static variable in class org.infinispan.client.hotrod.impl.async.DefaultAsyncExecutorFactory
 
THREAD_POLICY - Static variable in class org.infinispan.configuration.cache.EvictionConfiguration
 
THREAD_POOL_SIZE - Static variable in class org.infinispan.configuration.cache.AsyncStoreConfiguration
 
threadDump() - Static method in class org.infinispan.commons.util.Util
 
threadFactory() - Method in class org.infinispan.configuration.global.ThreadPoolConfiguration
 
threadFactory(ThreadFactory) - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
 
threadGroup() - Method in class org.infinispan.factories.threads.DefaultThreadFactory
 
threadLocalRandomUUID() - Static method in class org.infinispan.commons.util.Util
Uses a ThreadLocalRandom to generate a UUID.
ThreadNameInfo - Class in org.infinispan.factories.threads
 
threadNamePattern() - Method in class org.infinispan.factories.threads.DefaultThreadFactory
 
threadPolicy() - Method in class org.infinispan.configuration.cache.EvictionConfiguration
Threading policy for eviction.
threadPolicy(EvictionThreadPolicy) - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
Threading policy for eviction.
ThreadPoolConfiguration - Class in org.infinispan.configuration.global
 
ThreadPoolConfiguration(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
Size of the thread pool whose threads are responsible for applying the modifications.
threadPoolSize(int) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
Size of the thread pool whose threads are responsible for applying the modifications.
THRESHOLD - Static variable in class org.infinispan.affinity.impl.KeyAffinityServiceImpl
 
throwStackAwareConfigurationException(String) - Method in class org.infinispan.factories.AbstractComponentRegistry
 
time() - Method in class org.infinispan.util.DefaultTimeService
 
time() - Method in interface org.infinispan.util.TimeService
 
TIME_SINCE_START - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
Number of seconds since Hot Rod started.
timeBetweenEvictionRuns() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
 
timeBetweenEvictionRuns(long) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
Indicates how long the eviction thread should sleep before "runs" of examining idle connections.
timeBetweenEvictionRuns() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
 
timeBetweenEvictionRuns(long) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
Indicates how long the eviction thread should sleep before "runs" of examining idle connections.
timedOutWaitingForExpiredEntriesToBePurged(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
timedOutWaitingForExpiredEntriesToBePurged(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
timedOutWaitingForExpiredEntriesToBePurged(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged(Throwable) - Method in interface org.infinispan.util.logging.Log
 
timedOutWaitingForExpiredEntriesToBePurged(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
timedOutWaitingForExpiredEntriesToBePurged$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
timedOutWaitingForExpiredEntriesToBePurged$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
timedOutWaitingForExpiredEntriesToBePurged$str() - Method in class org.infinispan.util.logging.Log_$logger
 
timeDuration(long, TimeUnit) - Method in class org.infinispan.util.DefaultTimeService
 
timeDuration(long, long, TimeUnit) - Method in class org.infinispan.util.DefaultTimeService
 
timeDuration(long, TimeUnit) - Method in interface org.infinispan.util.TimeService
It is equivalent to timeDuration(startTime, time(), outputTimeUnit).
timeDuration(long, long, TimeUnit) - Method in interface org.infinispan.util.TimeService
 
TIMELITERAL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
TIMELITERAL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
timeLiteral() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
timeLiteral_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.timeLiteral_return
 
timeout(long, TimeUnit) - Method in interface org.infinispan.CacheStream
Sets a given time to wait for a remote operation to respond by.
TIMEOUT - Static variable in class org.infinispan.configuration.cache.StateTransferConfiguration
 
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(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, 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 - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
timeout() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
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() - Method in interface org.infinispan.distexec.DistributedTask
Returns timeout for the execution of this task
timeout(long, TimeUnit) - Method in interface org.infinispan.distexec.DistributedTaskBuilder
Provide DistributedTask task timeout
timeout(long, TimeUnit) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
timeout(TimeUnit) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
timeout - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever
 
timeout(long, TimeUnit) - Method in interface org.infinispan.manager.ClusterExecutor
The timeout parameter is not adhered to when executing the command locally and is only for remote nodes.
timeout(long, TimeUnit) - Method in class org.infinispan.manager.impl.ClusterExecutorImpl
 
timeout() - Method in class org.infinispan.remoting.rpc.RpcOptions
 
timeout(long, TimeUnit) - Method in class org.infinispan.remoting.rpc.RpcOptionsBuilder
Sets the timeout value and its TimeUnit.
timeout(TimeUnit) - Method in class org.infinispan.remoting.rpc.RpcOptionsBuilder
timeout - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
timeout(long, TimeUnit) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
TIMEOUT_SCHEDULE_EXECUTOR - Static variable in class org.infinispan.factories.KnownComponentNames
 
TimeoutException - Exception in org.infinispan.util.concurrent
Thrown when a timeout occurred.
TimeoutException() - Constructor for exception org.infinispan.util.concurrent.TimeoutException
 
TimeoutException(String) - Constructor for exception org.infinispan.util.concurrent.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for exception org.infinispan.util.concurrent.TimeoutException
 
timeoutUnit - Variable in class org.infinispan.stream.impl.AbstractCacheStream
 
TimeoutValidationResponseFilter - Interface in org.infinispan.remoting.responses
A response filter that allows to validate its state after the timeout was expired.
timeoutWaitingEvent() - Method in interface org.infinispan.jcache.remote.logging.Log
 
timeoutWaitingEvent() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
timeoutWaitingEvent$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
timeoutWaitingForInitialNodes(int, List) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
timeoutWaitingForInitialNodes(int, List) - Method in class org.infinispan.lucene.logging.Log_$logger
 
timeoutWaitingForInitialNodes(int, List) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
timeoutWaitingForInitialNodes(int, List) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
timeoutWaitingForInitialNodes(int, List) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
timeoutWaitingForInitialNodes(int, List) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
timeoutWaitingForInitialNodes(int, List) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
timeoutWaitingForInitialNodes(int, List) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
timeoutWaitingForInitialNodes(int, List) - Method in class org.infinispan.stats.logging.Log_$logger
 
timeoutWaitingForInitialNodes(int, List) - Method in class org.infinispan.tree.logging.Log_$logger
 
timeoutWaitingForInitialNodes(int, List<?>) - Method in interface org.infinispan.util.logging.Log
 
timeoutWaitingForInitialNodes(int, List) - Method in class org.infinispan.util.logging.Log_$logger
 
timeoutWaitingForInitialNodes$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
timeoutWaitingForInitialNodes$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
timeoutWaitingForInitialNodes$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
timeoutWaitingForInitialNodes$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
timeoutWaitingForInitialNodes$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
timeoutWaitingForInitialNodes$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
timeoutWaitingForInitialNodes$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
timeoutWaitingForInitialNodes$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
timeoutWaitingForInitialNodes$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
timeoutWaitingForInitialNodes$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
timeoutWaitingForInitialNodes$str() - Method in class org.infinispan.util.logging.Log_$logger
 
timeoutWaitingForView(int, int, Object) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
timeoutWaitingForView(int, int, Object) - Method in class org.infinispan.lucene.logging.Log_$logger
 
timeoutWaitingForView(int, int, Object) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
timeoutWaitingForView(int, int, Object) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
timeoutWaitingForView(int, int, Object) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
timeoutWaitingForView(int, int, Object) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
timeoutWaitingForView(int, int, Object) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
timeoutWaitingForView(int, int, Object) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
timeoutWaitingForView(int, int, Object) - Method in class org.infinispan.stats.logging.Log_$logger
 
timeoutWaitingForView(int, int, Object) - Method in class org.infinispan.tree.logging.Log_$logger
 
timeoutWaitingForView(int, int, Object) - Method in interface org.infinispan.util.logging.Log
 
timeoutWaitingForView(int, int, Object) - Method in class org.infinispan.util.logging.Log_$logger
 
timeoutWaitingForView$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
timeoutWaitingForView$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
timeoutWaitingForView$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
timeoutWaitingForView$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
timeoutWaitingForView$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
timeoutWaitingForView$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
timeoutWaitingForView$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
timeoutWaitingForView$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
timeoutWaitingForView$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
timeoutWaitingForView$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
timeoutWaitingForView$str() - Method in class org.infinispan.util.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
timeoutWaitingUntilTransactionPrepared(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
timeoutWaitingUntilTransactionPrepared(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared(String) - Method in interface org.infinispan.util.logging.Log
 
timeoutWaitingUntilTransactionPrepared(String) - Method in class org.infinispan.util.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
timeoutWaitingUntilTransactionPrepared$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
timeoutWaitingUntilTransactionPrepared$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
timeoutWaitingUntilTransactionPrepared$str() - Method in class org.infinispan.util.logging.Log_$logger
 
timeService - Variable in class org.infinispan.commands.write.RemoveExpiredCommand
 
timeService - Variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
timeService - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
 
timeService - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever
 
timeService - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
timeService - Variable in class org.infinispan.stats.TransactionStatistics
 
TimeService - Interface in org.infinispan.util
Encapsulates all the time related logic in this interface.
timeService - Variable in class org.infinispan.xsite.BaseBackupReceiver
 
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
timestampOfFirstEntryToExpire() - Method in class org.infinispan.persistence.support.Bucket
 
TimeSuffix - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
TimeSuffix - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
timeUnit() - Method in class org.infinispan.remoting.rpc.RpcOptions
 
TimeUnitParam - Class in org.infinispan.client.hotrod.impl
Time unit representation for HotRod
TimeUnitParam() - Constructor for class org.infinispan.client.hotrod.impl.TimeUnitParam
 
TO - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
TO - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
toArray() - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
 
toArray(T[]) - Method in class org.infinispan.cache.impl.SimpleCacheImpl.EntrySetBase
 
toArray() - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
 
toArray(T[]) - Method in class org.infinispan.commands.read.AbstractCloseableIteratorCollection
 
toArray() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
toArray(T[]) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
toArray() - Method in class org.infinispan.commons.util.ForwardingList
 
toArray(T[]) - Method in class org.infinispan.commons.util.ForwardingList
 
toArray() - Method in class org.infinispan.commons.util.ImmutableListCopy
 
toArray(T[]) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
toArray() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.RangeSet
 
toArray(T[]) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.RangeSet
 
toArray() - Method in class org.infinispan.lucene.impl.FileListCacheValue
 
toArray() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
toArray(IntFunction<A[]>) - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
toArray() - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
toArray(IntFunction<A[]>) - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
toArray() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
toArray() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
toArray() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
toArray() - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
toArray(IntFunction<A[]>) - Method in class org.infinispan.stream.impl.local.LocalCacheStream
 
toArray() - Method in class org.infinispan.stream.impl.local.LocalDoubleCacheStream
 
toArray() - Method in class org.infinispan.stream.impl.local.LocalIntCacheStream
 
toArray() - Method in class org.infinispan.stream.impl.local.LocalLongCacheStream
 
toArray() - Method in class org.infinispan.util.AbstractDelegatingCollection
 
toArray(T[]) - Method in class org.infinispan.util.AbstractDelegatingCollection
 
toArray() - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
 
toArray(T[]) - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
 
toArray() - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
 
toArray(T[]) - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
 
toAsync() - Method in enum org.infinispan.configuration.cache.CacheMode
 
toAttribute() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
toBuilder() - Method in interface org.infinispan.query.dsl.FilterConditionContext
Get the QueryBuilder that created this context.
toBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toClassArray(String[], ClassLoader) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
toCompletableFuture(NotifyingFuture<T>) - Static method in class org.infinispan.util.concurrent.CompletableFutures
 
toEntrySet(AdvancedCacheLoader<K, V>, KeyFilter<? super K>, InternalEntryFactory) - Static method in class org.infinispan.persistence.PersistenceUtil
 
toEnum(Class<T>) - Method in class org.infinispan.cli.interpreter.statement.Option
 
toGibiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toGigaBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toHexString(byte[]) - Static method in class org.infinispan.commons.util.Util
 
toHexString(byte[], int) - Static method in class org.infinispan.commons.util.Util
 
toImmutable(Collection<E>) - Static method in class org.infinispan.xsite.status.AbstractMixedSiteStatus
 
toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
toInternalCacheEntry(K) - Method in interface org.infinispan.container.entries.InternalCacheValue
 
toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue
 
toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue
 
toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue
 
toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue
 
toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.MortalCacheValue
 
toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.TransientCacheValue
 
toInternalCacheEntry(Object) - Method in class org.infinispan.container.entries.TransientMortalCacheValue
 
toInternalCacheValue() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
toInternalCacheValue() - Method in interface org.infinispan.container.entries.InternalCacheEntry
Creates a representation of this entry as an InternalCacheValue.
toInternalCacheValue() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry
 
toInternalCacheValue() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
toInternalCacheValue() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
toInternalCacheValue() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
toInternalCacheValue() - Method in class org.infinispan.container.entries.MortalCacheEntry
 
toInternalCacheValue() - Method in class org.infinispan.container.entries.TransientCacheEntry
 
toInternalCacheValue() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
toJdkAccessOrder() - Method in enum org.infinispan.commons.equivalence.EquivalentLinkedHashMap.IterationOrder
 
toJDKByteBuffer() - Method in class org.infinispan.commons.io.ByteBufferImpl
 
toJGroupsAddress(Address) - Static method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
toJSON(String, Object, String) - Static method in class org.infinispan.server.websocket.ChannelUtils
Cache key, value and cache-name to JSON string.
tokenNames - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
toKeySet(AdvancedCacheLoader<K, V>, KeyFilter<? super K>) - Static method in class org.infinispan.persistence.PersistenceUtil
 
toKibiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toKiloBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toLoggerLevel() - Method in enum org.infinispan.util.logging.events.EventLogLevel
 
toManageableComponentMetadata() - Method in class org.infinispan.factories.components.ComponentMetadata
 
toManageableComponentMetadata() - Method in class org.infinispan.factories.components.ManageableComponentMetadata
 
toMap(Object) - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
toMebiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toMegaBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
TopKeyLockManager - Class in org.infinispan.stats.wrappers
Top-key stats about locks.
TopKeyLockManager(LockManager, StreamSummaryContainer) - Constructor for class org.infinispan.stats.wrappers.TopKeyLockManager
 
topologicalSort() - Method in class org.infinispan.util.DependencyGraph
Calculates a topological sort of the graph, in linear time
TOPOLOGY_AWARE_CH - Static variable in interface org.infinispan.marshall.core.Ids
 
TOPOLOGY_AWARE_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.marshall.core.Ids
 
TOPOLOGY_AWARE_SYNC_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.marshall.core.Ids
 
TopologyAffectedCommand - Interface in org.infinispan.commands
Some of the commands sent over the wire can only be honored by the receiver if the topology of the cluster at delivery time is still 'compatible' with the topology in place at send time (eg.
topologyAge(int) - Method in class org.infinispan.client.hotrod.impl.protocol.HeaderParams
 
TopologyAwareAddress - Interface in org.infinispan.remoting.transport
Wraps a TopologyUUID JGroups address
TopologyAwareConsistentHashFactory - Class in org.infinispan.distribution.ch.impl
Default topology-aware consistent hash factory implementation.
TopologyAwareConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory
 
TopologyAwareConsistentHashFactory - Class in org.infinispan.distribution.ch
Deprecated.
Extend from TopologyAwareConsistentHashFactory instead. This class will be removed in the future.
TopologyAwareConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.TopologyAwareConsistentHashFactory
Deprecated.
 
TopologyAwareConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch.impl
 
TopologyAwareSyncConsistentHashFactory - Class in org.infinispan.distribution.ch.impl
A ConsistentHashFactory implementation that guarantees caches with the same members have the same consistent hash and also tries to distribute segments based on the topology information in TransportConfiguration.
TopologyAwareSyncConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory
 
TopologyAwareSyncConsistentHashFactory - Class in org.infinispan.distribution.ch
Deprecated.
Extend from TopologyAwareSyncConsistentHashFactory instead. This class will be removed in the future.
TopologyAwareSyncConsistentHashFactory() - Constructor for class org.infinispan.distribution.ch.TopologyAwareSyncConsistentHashFactory
Deprecated.
 
TopologyAwareSyncConsistentHashFactory.Builder - Class in org.infinispan.distribution.ch.impl
 
TopologyAwareSyncConsistentHashFactory.Externalizer - Class in org.infinispan.distribution.ch.impl
 
topologyChanged(TopologyChangedEvent<K, V>) - Method in class org.infinispan.iteration.impl.DistributedEntryRetriever
We need to listen for topology change events.
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 the DistributionManager changes due to a change in cluster topology.
TopologyChangedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
 
TopologyChangedAdapter(Event<TopologyChangedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.TopologyChangedAdapter
 
TopologyChangedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
The event passed in to methods annotated with TopologyChanged.
topologyId - Variable in class org.infinispan.client.hotrod.impl.operations.HotRodOperation
 
topologyId(AtomicInteger) - Method in class org.infinispan.client.hotrod.impl.protocol.HeaderParams
 
topologyId - Variable in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
TopologyIdUpdater() - Constructor for class org.infinispan.container.versioning.SimpleClusteredVersionGenerator.TopologyIdUpdater
 
TopologyInfo - Class in org.infinispan.client.hotrod.impl
Maintains topology information about caches.
TopologyInfo(AtomicInteger, Collection<SocketAddress>, Configuration) - Constructor for class org.infinispan.client.hotrod.impl.TopologyInfo
 
topologyInfo - Variable in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Builder
 
TopologyInfo - Class in org.infinispan.distribution.topologyaware
This class holds the topology hierarchy of a cache's members.
TopologyInfo(Collection<Address>, Map<Address, Float>) - Constructor for class org.infinispan.distribution.topologyaware.TopologyInfo
 
TopologyLevel - Enum in org.infinispan.distribution.topologyaware
The cluster topology is a tree with five levels: the entire cluster, sites, racks, machines, and individual nodes.
TopologyMode - Enum in org.infinispan.remoting.inboundhandler
It checks or waits until the required topology is installed.
topologyReceived(int) - Method in interface org.infinispan.statetransfer.StateTransferLock
 
topologyReceived(int) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
 
topologyUpdateError(int, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
topologyUpdateError(int, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
topologyUpdateError(int, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
topologyUpdateError(int, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
topologyUpdateError(int, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
topologyUpdateError(int, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
topologyUpdateError(int, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
topologyUpdateError(int, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
topologyUpdateError(int, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
topologyUpdateError(int, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
topologyUpdateError(int, Throwable) - Method in interface org.infinispan.util.logging.Log
 
topologyUpdateError(int, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
topologyUpdateError$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
topologyUpdateError$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
topologyUpdateError$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
topologyUpdateError$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
topologyUpdateError$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
topologyUpdateError$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
topologyUpdateError$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
topologyUpdateError$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
topologyUpdateError$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
topologyUpdateError$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
topologyUpdateError$str() - Method in class org.infinispan.util.logging.Log_$logger
 
toScopedState(ScopedPersistentState) - Method in interface org.infinispan.distribution.ch.ConsistentHash
Writes this ConsistentHash to the specified scoped state.
toScopedState(ScopedPersistentState) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
toScopedState(ScopedPersistentState) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
toScopedState(ScopedPersistentState) - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
toSeconds(long, TimeUnit) - Static method in class org.infinispan.client.hotrod.impl.protocol.CodecUtils
 
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.atomic.container.Container
 
toString() - Method in class org.infinispan.atomic.container.ContainerSignature
 
toString() - Method in class org.infinispan.atomic.DeltaCompositeKey
 
toString() - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
toString() - Method in class org.infinispan.atomic.impl.AtomicHashMapDelta
 
toString() - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
toString() - Method in class org.infinispan.atomic.impl.ClearOperation
 
toString() - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
toString() - Method in class org.infinispan.atomic.impl.PutOperation
 
toString() - Method in class org.infinispan.atomic.impl.RemoveOperation
 
toString() - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
toString() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
toString() - Method in class org.infinispan.cache.impl.CacheImpl
 
toString() - Method in class org.infinispan.cdi.util.AbstractImmutableBean
 
toString() - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotationBuilder
 
toString(String) - Method in class org.infinispan.cdi.util.BeanBuilder
Define the string used when Object.toString() is called on the bean.
toString() - Method in class org.infinispan.cdi.util.ForwardingBean
 
toString() - Method in class org.infinispan.cdi.util.ForwardingObserverMethod
 
toString() - Method in class org.infinispan.cdi.util.ParameterizedTypeImpl
 
toString() - Method in class org.infinispan.cli.connection.jmx.JMXConnection
 
toString() - Method in class org.infinispan.cli.connection.jmx.remoting.JMXRemotingUrl
 
toString() - Method in class org.infinispan.cli.connection.jmx.rmi.JMXRMIUrl
 
toString() - Method in class org.infinispan.cli.impl.CommandBufferImpl
 
toString() - Method in class org.infinispan.cli.interpreter.statement.Option
 
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 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.SslConfiguration
 
toString() - Method in exception org.infinispan.client.hotrod.exceptions.HotRodClientException
 
toString() - Method in class org.infinispan.client.hotrod.impl.CacheTopologyInfoImpl
 
toString() - Method in class org.infinispan.client.hotrod.impl.MetadataValueImpl
 
toString() - Method in class org.infinispan.client.hotrod.impl.query.RemoteQuery
 
toString() - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
toString() - Method in class org.infinispan.client.hotrod.impl.VersionedValueImpl
 
toString() - Method in class org.infinispan.commands.CancelCommand
 
toString() - Method in class org.infinispan.commands.CommandInvocationId
 
toString() - Method in class org.infinispan.commands.control.LockControlCommand
 
toString() - Method in class org.infinispan.commands.CreateCacheCommand
 
toString() - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
 
toString() - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
 
toString() - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
 
toString() - Method in class org.infinispan.commands.read.AbstractDataCommand
 
toString() - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
toString() - Method in class org.infinispan.commands.read.EntrySetCommand
 
toString() - Method in class org.infinispan.commands.read.GetAllCommand
 
toString() - Method in class org.infinispan.commands.read.GetCacheEntryCommand
 
toString() - Method in class org.infinispan.commands.read.GetKeyValueCommand
 
toString() - Method in class org.infinispan.commands.read.KeySetCommand
 
toString() - Method in class org.infinispan.commands.read.MapCombineCommand
 
toString() - Method in class org.infinispan.commands.read.ReduceCommand
 
toString() - Method in class org.infinispan.commands.read.SizeCommand
 
toString() - Method in class org.infinispan.commands.remote.BaseRpcCommand
 
toString() - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
 
toString() - Method in class org.infinispan.commands.remote.ClusteredGetCommand
 
toString() - Method in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
toString() - Method in class org.infinispan.commands.remote.MultipleRpcCommand
 
toString() - Method in class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
 
toString() - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTransactionsCommand
 
toString() - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTxInfoCommand
 
toString() - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
 
toString() - Method in class org.infinispan.commands.remote.SingleRpcCommand
 
toString() - Method in class org.infinispan.commands.RemoveCacheCommand
 
toString() - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
toString() - Method in class org.infinispan.commands.tx.CommitCommand
 
toString() - Method in class org.infinispan.commands.tx.PrepareCommand
 
toString() - Method in class org.infinispan.commands.tx.RollbackCommand
 
toString() - Method in class org.infinispan.commands.tx.VersionedCommitCommand
 
toString() - Method in class org.infinispan.commands.tx.VersionedPrepareCommand
 
toString() - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
toString() - Method in class org.infinispan.commands.write.ClearCommand
 
toString() - Method in class org.infinispan.commands.write.EvictCommand
 
toString() - Method in class org.infinispan.commands.write.InvalidateCommand
 
toString() - Method in class org.infinispan.commands.write.InvalidateL1Command
 
toString() - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
toString() - Method in class org.infinispan.commands.write.PutMapCommand
 
toString() - Method in class org.infinispan.commands.write.RemoveCommand
 
toString() - Method in class org.infinispan.commands.write.RemoveExpiredCommand
 
toString() - Method in class org.infinispan.commands.write.ReplaceCommand
 
toString() - Method in class org.infinispan.commons.api.functional.EntryVersion.NumericEntryVersion
 
toString() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaCreated
 
toString() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaEntryVersion
 
toString() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaLastUsed
 
toString() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaLifespan
 
toString() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaMaxIdle
 
toString() - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
toString() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
toString() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
toString(String) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
toString(Object) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
 
toString(Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
 
toString(Object) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
 
toString(Object) - Method in interface org.infinispan.commons.equivalence.Equivalence
Returns a string representation of the given object.
toString(Object) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
 
toString() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
toString() - Method in class org.infinispan.commons.hash.MurmurHash2
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.util.AbstractMap.SimpleEntry
 
toString() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a string representation of this map.
toString() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a string representation of this map.
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.SimpleImmutableEntry
 
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.AsyncConfiguration
 
toString() - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
 
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
 
toString() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfiguration
 
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.CustomInterceptorsConfiguration
 
toString() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
 
toString() - Method in class org.infinispan.configuration.cache.DataContainerConfiguration
 
toString() - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
 
toString() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfiguration
 
toString() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
 
toString() - Method in class org.infinispan.configuration.cache.EvictionConfiguration
 
toString() - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
 
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.InterceptorConfiguration
 
toString() - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
 
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.JMXStatisticsConfiguration
 
toString() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
 
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.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.SingletonStoreConfiguration
 
toString() - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
 
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.StoreAsBinaryConfiguration
 
toString() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
 
toString() - Method in class org.infinispan.configuration.cache.SyncConfiguration
 
toString() - Method in class org.infinispan.configuration.cache.SyncConfigurationBuilder
 
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.VersioningConfiguration
 
toString() - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
 
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.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.GlobalJmxStatisticsConfiguration
 
toString() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
 
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.ScheduledExecutorFactoryConfiguration
 
toString() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
 
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
 
toString() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
 
toString() - Method in class org.infinispan.configuration.global.ThreadPoolConfiguration
 
toString() - Method in class org.infinispan.configuration.global.TransportConfiguration
 
toString() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
 
toString(Element) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
 
toString() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
toString() - Method in class org.infinispan.container.entries.ClearCacheEntry
 
toString() - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
toString() - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
toString() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
toString() - Method in class org.infinispan.container.entries.ImmortalCacheValue
 
toString() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry
 
toString() - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue
 
toString() - Method in class org.infinispan.container.entries.MortalCacheEntry
 
toString() - Method in class org.infinispan.container.entries.MortalCacheValue
 
toString() - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
toString() - Method in class org.infinispan.container.entries.TransientCacheEntry
 
toString() - Method in class org.infinispan.container.entries.TransientCacheValue
 
toString() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
toString() - Method in class org.infinispan.container.entries.TransientMortalCacheValue
 
toString() - Method in class org.infinispan.container.versioning.NumericVersion
 
toString() - Method in class org.infinispan.container.versioning.SimpleClusteredVersion
 
toString() - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.IntermediateKey
 
toString() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
toString() - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
 
toString() - Method in class org.infinispan.distribution.ch.impl.OwnershipStatistics
 
toString() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.RangeSet
 
toString() - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
toString() - Method in class org.infinispan.distribution.group.PartitionerConsistentHash
 
toString() - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
 
toString() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
 
toString() - Method in class org.infinispan.factories.AbstractComponentRegistry.Component
 
toString() - Method in class org.infinispan.factories.components.ComponentMetadata.InjectMetadata
 
toString() - Method in class org.infinispan.factories.components.ComponentMetadata
 
toString() - Method in class org.infinispan.factories.components.JmxAttributeMetadata
 
toString() - Method in class org.infinispan.factories.components.JmxOperationMetadata
 
toString() - Method in class org.infinispan.factories.components.JmxOperationParameter
 
toString() - Method in class org.infinispan.factories.components.ManageableComponentMetadata
 
toString() - Method in class org.infinispan.functional.impl.MetaParams
 
toString() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
 
toString() - Method in class org.infinispan.functional.impl.Params
 
toString() - Method in class org.infinispan.interceptors.InterceptorChain
 
toString() - Method in class org.infinispan.io.GridFile.Metadata
 
toString() - Method in class org.infinispan.io.GridFile
 
toString() - Method in class org.infinispan.iteration.impl.EntryRequestCommand
 
toString() - Method in class org.infinispan.iteration.impl.EntryResponseCommand
 
toString() - Method in class org.infinispan.jcache.annotation.AggregatedParameterMetaData
 
toString() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
 
toString() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
 
toString() - Method in class org.infinispan.jcache.annotation.DefaultCacheKey
 
toString() - Method in class org.infinispan.jcache.annotation.MethodMetaData
 
toString() - Method in class org.infinispan.jcache.annotation.ParameterMetaData
 
toString() - Method in class org.infinispan.jcache.logging.Log.LeakDescription
 
toString() - Method in enum org.infinispan.jmx.annotations.DataType
 
toString() - Method in enum org.infinispan.jmx.annotations.DisplayType
 
toString() - Method in enum org.infinispan.jmx.annotations.Units
 
toString() - Method in class org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfiguration
 
toString() - Method in class org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfigurationBuilder
 
toString() - Method in class org.infinispan.lucene.ChunkCacheKey
Changing the encoding could break backwards compatibility
toString() - Method in class org.infinispan.lucene.FileCacheKey
Changing the encoding could break backwards compatibility
toString() - Method in class org.infinispan.lucene.FileListCacheKey
Changing the encoding could break backwards compatibility
toString() - Method in class org.infinispan.lucene.FileMetadata
 
toString() - Method in class org.infinispan.lucene.FileReadLockKey
 
toString() - Method in class org.infinispan.lucene.impl.FileListCacheValue
 
toString() - Method in class org.infinispan.manager.DefaultCacheManager
 
toString() - Method in class org.infinispan.marshall.core.MarshalledEntryImpl
 
toString() - Method in class org.infinispan.marshall.core.MarshalledValue
 
toString() - Method in class org.infinispan.metadata.EmbeddedMetadata
 
toString() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
 
toString() - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent
 
toString() - Method in class org.infinispan.notifications.cachelistener.event.impl.EventImpl
 
toString() - Method in class org.infinispan.notifications.cachemanagerlistener.event.impl.EventImpl
 
toString() - Method in class org.infinispan.persistence.cli.configuration.CLInterfaceLoaderConfiguration
 
toString() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
 
toString() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfiguration
 
toString() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcBinaryStoreConfigurationBuilder
 
toString() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfiguration
 
toString() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
 
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.PooledConnectionFactoryConfiguration
 
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.connectionfactory.ConnectionFactoryConfig
 
toString() - Method in class org.infinispan.persistence.jdbc.connectionfactory.SimpleConnectionFactory
 
toString() - Method in class org.infinispan.persistence.jdbc.TableName
 
toString() - Method in class org.infinispan.persistence.jpa.impl.MetadataEntityKey
 
toString() - Method in class org.infinispan.persistence.jpa.impl.Stats
 
toString() - Method in class org.infinispan.persistence.modifications.ModificationsList
 
toString() - Method in class org.infinispan.persistence.modifications.Remove
 
toString() - Method in class org.infinispan.persistence.modifications.Store
 
toString() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
 
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.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
 
toString() - Method in class org.infinispan.persistence.support.Bucket
 
toString() - Method in class org.infinispan.persistence.support.SingletonCacheWriter
 
toString() - Method in class org.infinispan.query.dsl.impl.PathExpression
 
toString() - Method in class org.infinispan.query.remote.client.ContinuousQueryResult
 
toString() - Method in class org.infinispan.query.remote.client.FilterResult
 
toString() - Method in class org.infinispan.registry.ScopedKey
Deprecated.
 
toString() - Method in class org.infinispan.remoting.responses.InvalidResponse
 
toString() - Method in class org.infinispan.remoting.responses.SuccessfulResponse
 
toString() - Method in class org.infinispan.remoting.responses.ValidResponse
 
toString() - Method in class org.infinispan.remoting.rpc.RpcOptions
 
toString() - Method in class org.infinispan.remoting.rpc.RpcOptionsBuilder
 
toString() - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
 
toString() - Method in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher
 
toString() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsAddress
 
toString() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
 
toString() - Method in class org.infinispan.remoting.transport.RetryOnFailureXSiteCommand
 
toString() - Method in enum org.infinispan.security.AuditContext
 
toString() - Method in class org.infinispan.security.impl.CacheRoleImpl
 
toString() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
toString() - Method in class org.infinispan.security.impl.SubjectACL
 
toString() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
toString() - Method in class org.infinispan.server.core.configuration.SslConfiguration
 
toString() - Method in class org.infinispan.server.core.security.InetAddressPrincipal
 
toString() - Method in class org.infinispan.server.core.security.simple.SimpleGroupPrincipal
 
toString() - Method in class org.infinispan.server.core.security.simple.SimpleUserPrincipal
 
toString() - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfiguration
 
toString() - Method in class org.infinispan.server.websocket.json.JsonObject
 
toString() - Method in class org.infinispan.spring.provider.SpringCache
 
toString() - Method in class org.infinispan.spring.provider.SpringRemoteCache
 
toString() - Method in class org.infinispan.statetransfer.CommitManager
 
toString() - Method in class org.infinispan.statetransfer.InboundTransferTask
 
toString() - Method in class org.infinispan.statetransfer.OutboundTransferTask
 
toString() - Method in class org.infinispan.statetransfer.StateChunk
 
toString() - Method in class org.infinispan.statetransfer.StateRequestCommand
 
toString() - Method in class org.infinispan.statetransfer.StateResponseCommand
 
toString() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
 
toString() - Method in class org.infinispan.statetransfer.TransactionInfo
 
toString() - Method in class org.infinispan.stats.container.LocalExtendedStatisticsContainer
 
toString() - Method in class org.infinispan.stats.LocalTransactionStatistics
 
toString() - Method in class org.infinispan.stats.RemoteTransactionStatistics
 
toString() - Method in class org.infinispan.stats.topK.StreamSummaryContainer
 
toString() - Method in class org.infinispan.stats.TransactionStatistics
 
toString() - Method in class org.infinispan.topology.CacheJoinInfo
 
toString() - Method in class org.infinispan.topology.CacheStatusResponse
 
toString() - Method in class org.infinispan.topology.CacheTopology
 
toString() - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
toString() - Method in class org.infinispan.topology.ClusterCacheStatus
 
toString() - Method in class org.infinispan.topology.ManagerStatusResponse
 
toString() - Method in class org.infinispan.topology.PersistentUUID
 
toString() - Method in class org.infinispan.transaction.impl.LocalTransaction
 
toString() - Method in class org.infinispan.transaction.impl.RemoteTransaction
 
toString() - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
 
toString() - Method in class org.infinispan.transaction.lookup.DummyTransactionManagerLookup
 
toString() - Method in class org.infinispan.transaction.lookup.JBossStandaloneJTAManagerLookup
 
toString() - Method in class org.infinispan.transaction.synchronization.SynchronizationAdapter
 
toString() - Method in class org.infinispan.transaction.tm.DummyNoXaXid
 
toString() - Method in class org.infinispan.transaction.tm.DummyTransaction
 
toString() - Method in class org.infinispan.transaction.tm.DummyXid
 
toString() - Method in class org.infinispan.transaction.totalorder.TotalOrderLatchImpl
 
toString() - Method in class org.infinispan.transaction.xa.DldGlobalTransaction
 
toString() - Method in class org.infinispan.transaction.xa.GlobalTransaction
 
toString() - Method in class org.infinispan.transaction.xa.LocalXaTransaction
 
toString() - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
 
toString() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareDldGlobalTransaction
 
toString() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareGlobalTransaction
 
toString() - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareRemoteTransaction
 
toString() - Method in class org.infinispan.transaction.xa.recovery.RecoveryInfoKey
 
toString() - Method in class org.infinispan.transaction.xa.recovery.SerializableXid
 
toString() - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
 
toString() - Method in class org.infinispan.tree.Fqn
Returns this Fqn as a string, prefixing the first element with a Fqn.SEPARATOR and joining each subsequent element with a Fqn.SEPARATOR.
toString() - Method in class org.infinispan.tree.impl.NodeImpl
 
toString() - Method in class org.infinispan.tree.impl.NodeKey
 
toString() - Method in class org.infinispan.tree.impl.TreeCacheImpl
 
toString() - Method in class org.infinispan.util.concurrent.locks.impl.PerKeyLockContainer
 
toString() - Method in class org.infinispan.util.concurrent.locks.impl.StripedLockContainer
 
toString() - Method in class org.infinispan.util.concurrent.ReclosableLatch
 
toString() - Method in exception org.infinispan.util.concurrent.TimeoutException
 
toString() - Method in class org.infinispan.util.KeyValuePair
 
toString() - Method in exception org.infinispan.xsite.BackupFailureException
 
toString() - Method in class org.infinispan.xsite.OfflineStatus
 
toString() - Method in class org.infinispan.xsite.SingleXSiteRpcCommand
 
toString() - Method in class org.infinispan.xsite.statetransfer.XSiteState
 
toString() - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
 
toString() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferCollector
 
toString() - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
toString() - Method in class org.infinispan.xsite.XSiteAdminCommand
 
toString() - Method in class org.infinispan.xsite.XSiteBackup
 
toStringArray(Class<?>[]) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
toSync() - 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.
TOTAL_ORDER_EXECUTOR - Static variable in class org.infinispan.factories.KnownComponentNames
 
totalOrder - Variable in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
 
totalOrder() - Method in class org.infinispan.remoting.rpc.RpcOptions
Deprecated.
totalOrder(boolean) - Method in class org.infinispan.remoting.rpc.RpcOptionsBuilder
TotalOrderCommitCommand - Class in org.infinispan.commands.tx.totalorder
Commit Command used in the 2nd phase of 2PC.
TotalOrderCommitCommand(String, GlobalTransaction) - Constructor for class org.infinispan.commands.tx.totalorder.TotalOrderCommitCommand
 
TotalOrderCommitCommand(String) - Constructor for class org.infinispan.commands.tx.totalorder.TotalOrderCommitCommand
 
TotalOrderDistributionInterceptor - Class in org.infinispan.interceptors.totalorder
Deprecated.
Since 8.2, no longer public API.
TotalOrderDistributionInterceptor() - Constructor for class org.infinispan.interceptors.totalorder.TotalOrderDistributionInterceptor
Deprecated.
 
totalOrderExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
Deprecated.
This method always returns null now. Look for a thread pool named as TransportConfiguration.totalOrderThreadPool() instead.
TotalOrderInterceptor - Class in org.infinispan.interceptors.totalorder
Deprecated.
Since 8.2, no longer public API.
TotalOrderInterceptor() - Constructor for class org.infinispan.interceptors.totalorder.TotalOrderInterceptor
Deprecated.
 
TotalOrderLatch - Interface in org.infinispan.transaction.totalorder
Behaves as a latch between org.infinispan.commands.tx.PrepareCommand delivered in total order to coordinate conflicting transactions and between org.infinispan.commands.tx.PrepareCommand and state transfer (blocking the prepare until the state transfer is finished and blocking the state transfer until all the prepared transactions has finished)
TotalOrderLatchImpl - Class in org.infinispan.transaction.totalorder
Implementation of TotalOrderLatch
TotalOrderLatchImpl(String) - Constructor for class org.infinispan.transaction.totalorder.TotalOrderLatchImpl
 
TotalOrderManager - Class in org.infinispan.transaction.totalorder
This class behaves as a synchronization point between incoming transactions (totally ordered) and between incoming transactions and state transfer.
TotalOrderManager() - Constructor for class org.infinispan.transaction.totalorder.TotalOrderManager
 
TotalOrderNonVersionedPrepareCommand - Class in org.infinispan.commands.tx.totalorder
Command corresponding to the 1st phase of 2PC when Total Order based protocol is used.
TotalOrderNonVersionedPrepareCommand(String, GlobalTransaction, WriteCommand...) - Constructor for class org.infinispan.commands.tx.totalorder.TotalOrderNonVersionedPrepareCommand
 
TotalOrderNonVersionedPrepareCommand(String, GlobalTransaction, List<WriteCommand>) - Constructor for class org.infinispan.commands.tx.totalorder.TotalOrderNonVersionedPrepareCommand
 
TotalOrderNonVersionedPrepareCommand(String) - Constructor for class org.infinispan.commands.tx.totalorder.TotalOrderNonVersionedPrepareCommand
 
totalOrderPrepare(Collection<Address>, PrepareCommand, TimeoutValidationResponseFilter) - Method in class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
TotalOrderPrepareCommand - Interface in org.infinispan.commands.tx.totalorder
Interface with the utilities methods that the prepare command must have when Total Order based protocol is used
TotalOrderRemoteTransactionState - Class in org.infinispan.transaction.impl
Represents a state for a Remote Transaction when the Total Order based protocol is used.
TotalOrderRemoteTransactionState(GlobalTransaction) - Constructor for class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
 
TotalOrderRollbackCommand - Class in org.infinispan.commands.tx.totalorder
The 2nd phase command of 2PC, used when a transaction must be aborted.
TotalOrderRollbackCommand(String, GlobalTransaction) - Constructor for class org.infinispan.commands.tx.totalorder.TotalOrderRollbackCommand
 
TotalOrderRollbackCommand(String) - Constructor for class org.infinispan.commands.tx.totalorder.TotalOrderRollbackCommand
 
TotalOrderStateTransferInterceptor - Class in org.infinispan.interceptors.totalorder
Deprecated.
Since 8.2, no longer public API.
TotalOrderStateTransferInterceptor() - Constructor for class org.infinispan.interceptors.totalorder.TotalOrderStateTransferInterceptor
Deprecated.
 
totalOrderThreadPool() - Method in class org.infinispan.configuration.global.TransportConfiguration
 
totalOrderThreadPool() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
Deprecated.
totalOrderTxCommit(TxInvocationContext) - Static method in class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
TotalOrderTxPerCacheInboundInvocationHandler - Class in org.infinispan.remoting.inboundhandler
A PerCacheInboundInvocationHandler implementation for total order caches.
TotalOrderTxPerCacheInboundInvocationHandler() - Constructor for class org.infinispan.remoting.inboundhandler.TotalOrderTxPerCacheInboundInvocationHandler
 
totalOrderTxRollback(TxInvocationContext) - Static method in class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
TotalOrderVersionedCommitCommand - Class in org.infinispan.commands.tx.totalorder
Command corresponding to the 2nd phase of 2PC.
TotalOrderVersionedCommitCommand(String, GlobalTransaction) - Constructor for class org.infinispan.commands.tx.totalorder.TotalOrderVersionedCommitCommand
 
TotalOrderVersionedCommitCommand(String) - Constructor for class org.infinispan.commands.tx.totalorder.TotalOrderVersionedCommitCommand
 
TotalOrderVersionedDistributionInterceptor - Class in org.infinispan.interceptors.totalorder
Deprecated.
Since 8.2, no longer public API.
TotalOrderVersionedDistributionInterceptor() - Constructor for class org.infinispan.interceptors.totalorder.TotalOrderVersionedDistributionInterceptor
Deprecated.
 
TotalOrderVersionedEntryWrappingInterceptor - Class in org.infinispan.interceptors.totalorder
Deprecated.
Since 8.2, no longer public API.
TotalOrderVersionedEntryWrappingInterceptor() - Constructor for class org.infinispan.interceptors.totalorder.TotalOrderVersionedEntryWrappingInterceptor
Deprecated.
 
TotalOrderVersionedPrepareCommand - Class in org.infinispan.commands.tx.totalorder
Command corresponding to the 1st phase of 2PC when Total Order based protocol is used.
TotalOrderVersionedPrepareCommand(String, GlobalTransaction, List<WriteCommand>, boolean) - Constructor for class org.infinispan.commands.tx.totalorder.TotalOrderVersionedPrepareCommand
 
TotalOrderVersionedPrepareCommand(String) - Constructor for class org.infinispan.commands.tx.totalorder.TotalOrderVersionedPrepareCommand
 
toTebiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toTeraBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toTypedProperties(Properties) - Static method in class org.infinispan.client.hotrod.impl.TypedProperties
Factory method that converts a JDK Properties instance to an instance of TypedProperties, if needed.
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.
toTypedProperties(Properties) - Static method in class org.infinispan.util.TypedProperties
Deprecated.
Factory method that converts a JDK Properties instance to an instance of TypedProperties, if needed.
touch() - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
touch(long) - Method in class org.infinispan.container.entries.ImmortalCacheEntry
 
touch() - Method in interface org.infinispan.container.entries.InternalCacheEntry
touch(long) - Method in interface org.infinispan.container.entries.InternalCacheEntry
Updates access timestamps on this instance to a specified time
touch() - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
touch(long) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
touch() - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
touch(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
touch() - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
touch(long) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry
 
touch() - Method in class org.infinispan.container.entries.MortalCacheEntry
 
touch(long) - Method in class org.infinispan.container.entries.MortalCacheEntry
 
touch() - Method in class org.infinispan.container.entries.TransientCacheEntry
 
touch(long) - Method in class org.infinispan.container.entries.TransientCacheEntry
 
touch() - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
touch(long) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry
 
toURI() - Method in class org.infinispan.io.GridFile
 
toURL() - Method in class org.infinispan.io.GridFile
 
trace - Variable in class org.infinispan.client.hotrod.impl.protocol.Codec10
 
trace - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
trace - Static variable in class org.infinispan.expiration.impl.ClusterExpirationManager
 
trace - Static variable in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
trace - Variable in class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
trace - Variable in class org.infinispan.jcache.annotation.AbstractCacheRemoveAllInterceptor
 
trace - Variable in class org.infinispan.jcache.annotation.AbstractCacheRemoveEntryInterceptor
 
trace - Variable in class org.infinispan.jcache.annotation.AbstractCacheResultInterceptor
 
trace - Variable in class org.infinispan.stats.TransactionStatistics
 
track(byte[], short) - Method in interface org.infinispan.client.hotrod.impl.iteration.KeyTracker
 
TrackingEntryIterableFromStream<K,V,C> - Class in org.infinispan.iteration.impl
CloseableIterable that also tracks the streams it spawns so it can properly close them when the close method is invoked.
TrackingEntryIterableFromStream(KeyValueFilter<? super K, ? super V>, Converter<? super K, ? super V, C>, EnumSet<Flag>, Cache<K, V>) - Constructor for class org.infinispan.iteration.impl.TrackingEntryIterableFromStream
 
trackingSegmentKey(String, int, boolean) - Method in interface org.infinispan.client.hotrod.logging.Log
 
trackingSegmentKey(String, int, boolean) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
trackingSegmentKey$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
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_INFO - Static variable in interface org.infinispan.marshall.core.Ids
 
TRANSACTION_MANAGER_LOOKUP - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
TRANSACTION_MODE - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
TRANSACTION_PROTOCOL - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
TRANSACTION_SYNCHRONIZATION_REGISTRY_LOOKUP - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
TRANSACTION_VERSION_GENERATOR - Static variable in class org.infinispan.factories.KnownComponentNames
 
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.
TransactionalInvocationContextFactory - Class in org.infinispan.context
Invocation context to be used for transactional caches.
TransactionalInvocationContextFactory() - Constructor for class org.infinispan.context.TransactionalInvocationContextFactory
 
TransactionalLockFactory - Class in org.infinispan.lucene.impl
Factory for locks obtained in InfinispanDirectory, this factory produces instances of TransactionalSharedLuceneLock.
TransactionalLockFactory() - Constructor for class org.infinispan.lucene.impl.TransactionalLockFactory
 
TransactionalRemoteLockCommand - Interface in org.infinispan.util.concurrent.locks
Simple interface to extract all the keys that may need to be locked for transactional commands.
TransactionAwareCloseableIterable<K,V,C> - Class in org.infinispan.iteration.impl
CloseableIterable implementation that will enhance another CloseableIterable to use the provided context values in the iteration process properly.
TransactionAwareCloseableIterable(CloseableIterable<CacheEntry<K, C>>, KeyValueFilter<? super K, ? super V>, Converter<? super K, ? super V, ? extends C>, TxInvocationContext<LocalTransaction>, Cache<K, ?>) - Constructor for class org.infinispan.iteration.impl.TransactionAwareCloseableIterable
 
TransactionAwareCloseableIterator<K,V,C> - Class in org.infinispan.iteration.impl
Class that provides transactional support so that the iterator will use the values in the context if they exist.
TransactionAwareCloseableIterator(CloseableIterator<CacheEntry<K, V>>, KeyValueFilter<? super K, ? super V>, Converter<? super K, ? super V, ? extends C>, TxInvocationContext<LocalTransaction>, Cache<K, V>) - Constructor for class org.infinispan.iteration.impl.TransactionAwareCloseableIterator
 
TransactionAwareEntryIterable<K,V> - Class in org.infinispan.iteration.impl
CloseableIterable implementation that will enhance another CloseableIterable to use the provided context values in the iteration process properly.
TransactionAwareEntryIterable(EntryIterable<K, V>, KeyValueFilter<? super K, ? super V>, TxInvocationContext<LocalTransaction>, Cache<K, V>) - Constructor for class org.infinispan.iteration.impl.TransactionAwareEntryIterable
 
TransactionBoundaryCommand - Interface in org.infinispan.commands.tx
An transaction boundary command that allows the retrieval of an attached GlobalTransaction
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.
transactionCompleted(TransactionCompletedEvent) - Method in class org.infinispan.notifications.cachelistener.cluster.RemoteClusterListener
 
TransactionCompletedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for TransactionCompleted.
TransactionCompletedAdapter(Event<TransactionCompletedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.TransactionCompletedAdapter
 
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.configuration.cache
Defines transactional (JTA) characteristics of the cache.
TransactionConfigurationBuilder - Class in org.infinispan.configuration.cache
Defines transactional (JTA) characteristics of the cache.
TransactionConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
 
TransactionCoordinator - Class in org.infinispan.transaction.impl
Coordinates transaction prepare/commits as received from the TransactionManager.
TransactionCoordinator() - Constructor for class org.infinispan.transaction.impl.TransactionCoordinator
 
transactionDataReceived(int) - Method in interface org.infinispan.statetransfer.StateTransferLock
 
transactionDataReceived(int) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
 
TransactionFactory - Class in org.infinispan.transaction.xa
Factory for transaction related sate.
TransactionFactory() - Constructor for class org.infinispan.transaction.xa.TransactionFactory
 
TransactionFactory.TxFactoryEnum - Enum in org.infinispan.transaction.xa
 
TransactionInfo - Class in org.infinispan.statetransfer
A representation of a transaction that is suitable for transferring between a StateProvider and a StateConsumer running on different members of the same cache.
TransactionInfo(GlobalTransaction, int, WriteCommand[], Set<Object>) - Constructor for class org.infinispan.statetransfer.TransactionInfo
 
TransactionInfo.Externalizer - Class in org.infinispan.statetransfer
 
transactionManager - Variable in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
transactionManager - Variable in class org.infinispan.cache.impl.CacheImpl
 
TransactionManagerFactory - Class in org.infinispan.factories
Uses a number of mechanisms to retrieve a transaction manager.
TransactionManagerFactory() - Constructor for class org.infinispan.factories.TransactionManagerFactory
 
transactionManagerLookup() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.
transactionManagerLookup(TransactionManagerLookup) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
 
transactionManagerLookup(TransactionManagerLookup) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.
TransactionManagerLookup - Interface in org.infinispan.transaction.lookup
Factory interface, allows Cache to use different transactional systems.
transactionMode() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
 
transactionMode(TransactionMode) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
 
TransactionMode - Enum in org.infinispan.configuration.cache
Transaction mode
TransactionMode - Enum in org.infinispan.transaction
Enumeration containing the available transaction modes for a cache.
transactionNotificationsDisabled() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
transactionNotificationsDisabled() - Method in class org.infinispan.lucene.logging.Log_$logger
 
transactionNotificationsDisabled() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
transactionNotificationsDisabled() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
transactionNotificationsDisabled() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
transactionNotificationsDisabled() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
transactionNotificationsDisabled() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
transactionNotificationsDisabled() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
transactionNotificationsDisabled() - Method in class org.infinispan.stats.logging.Log_$logger
 
transactionNotificationsDisabled() - Method in class org.infinispan.tree.logging.Log_$logger
 
transactionNotificationsDisabled() - Method in interface org.infinispan.util.logging.Log
 
transactionNotificationsDisabled() - Method in class org.infinispan.util.logging.Log_$logger
 
transactionNotificationsDisabled$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
transactionNotificationsDisabled$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
transactionNotificationsDisabled$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
transactionNotificationsDisabled$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
transactionNotificationsDisabled$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
transactionNotificationsDisabled$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
transactionNotificationsDisabled$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
transactionNotificationsDisabled$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
transactionNotificationsDisabled$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
transactionNotificationsDisabled$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
transactionNotificationsDisabled$str() - Method in class org.infinispan.util.logging.Log_$logger
 
transactionProtocol() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
 
transactionProtocol(TransactionProtocol) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
 
transactionProtocol() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
TransactionProtocol - Enum in org.infinispan.transaction
Enumerate with the possible commits protocols.
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 registered TransactionManager.
TransactionRegisteredAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for TransactionRegistered.
TransactionRegisteredAdapter(Event<TransactionRegisteredEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.TransactionRegisteredAdapter
 
TransactionRegisteredEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
This event is passed in to any method annotated with TransactionRegistered.
transactionRemotelyPrepared(TxInvocationContext) - Static method in class org.infinispan.interceptors.base.BaseRpcInterceptor
Deprecated.
 
TransactionStatistics - Class in org.infinispan.stats
Keeps the temporary statistics for a transaction.
TransactionStatistics(ExtendedStatisticsContainer, TimeService) - Constructor for class org.infinispan.stats.TransactionStatistics
 
TransactionSynchronizationRegistryFactory - Class in org.infinispan.factories
Factory for the TransactionSynchronizationRegistry
TransactionSynchronizationRegistryFactory() - Constructor for class org.infinispan.factories.TransactionSynchronizationRegistryFactory
 
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.
TransactionSynchronizationRegistryLookup - Interface in org.infinispan.transaction.lookup
 
TransactionSynchronizerInterceptor - Class in org.infinispan.statetransfer
With the Non-Blocking State Transfer (NBST) in place it is possible for a transactional command to be forwarded multiple times, concurrently to the same node.
TransactionSynchronizerInterceptor() - Constructor for class org.infinispan.statetransfer.TransactionSynchronizerInterceptor
 
transactionTable - Variable in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
TransactionTable - Class in org.infinispan.transaction.impl
Repository for RemoteTransaction and TransactionXaAdapters (locally originated transactions).
TransactionTable() - Constructor for class org.infinispan.transaction.impl.TransactionTable
 
TransactionTable - Interface in org.infinispan.transaction
Interface that allows to fetch the GlobalTransaction associated to local or remote transactions.
TransactionTable.CompletedTransactionStatus - Enum in org.infinispan.transaction.impl
 
TransactionTableFactory - Class in org.infinispan.factories
Factory for TransactionTable objects.
TransactionTableFactory() - Constructor for class org.infinispan.factories.TransactionTableFactory
 
TransactionXaAdapter - Class in org.infinispan.transaction.xa
This acts both as an local CacheTransaction and implementor of an XAResource that will be called by tx manager on various tx stages.
TransactionXaAdapter(LocalXaTransaction, TransactionTable, RecoveryManager, TransactionCoordinator, CommandsFactory, RpcManager, ClusteringDependentLogic, Configuration, String, PartitionHandlingManager) - Constructor for class org.infinispan.transaction.xa.TransactionXaAdapter
 
TransactionXaAdapter(TransactionTable, RecoveryManager, TransactionCoordinator, CommandsFactory, RpcManager, ClusteringDependentLogic, Configuration, String, PartitionHandlingManager) - Constructor for class org.infinispan.transaction.xa.TransactionXaAdapter
 
transferComplete() - Method in interface org.infinispan.notifications.cachelistener.QueueingSegmentListener
This is needed to tell the handler when the complete iteration is done.
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
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
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.marshall.core.Ids
 
TRANSIENT_MORTAL_ENTRY - Static variable in interface org.infinispan.marshall.core.Ids
 
TRANSIENT_MORTAL_VALUE - Static variable in interface org.infinispan.marshall.core.Ids
 
TRANSIENT_VALUE - Static variable in interface org.infinispan.marshall.core.Ids
 
TransientCacheEntry - Class in org.infinispan.container.entries
A cache entry that is transient, i.e., it can be considered expired after a period of not being used.
TransientCacheEntry(Object, Object, long, long) - Constructor for class org.infinispan.container.entries.TransientCacheEntry
 
TransientCacheEntry.Externalizer - Class in org.infinispan.container.entries
 
TransientCacheValue - Class in org.infinispan.container.entries
A transient cache value, to correspond with TransientCacheEntry
TransientCacheValue(Object, long, long) - Constructor for class org.infinispan.container.entries.TransientCacheValue
 
TransientCacheValue.Externalizer - Class in org.infinispan.container.entries
 
TransientMortalCacheEntry - Class in org.infinispan.container.entries
A cache entry that is both transient and mortal.
TransientMortalCacheEntry(Object, Object, long, long, long) - Constructor for class org.infinispan.container.entries.TransientMortalCacheEntry
 
TransientMortalCacheEntry(Object, Object, long, long, long, long) - Constructor for class org.infinispan.container.entries.TransientMortalCacheEntry
 
TransientMortalCacheEntry.Externalizer - Class in org.infinispan.container.entries
 
TransientMortalCacheValue - Class in org.infinispan.container.entries
A transient, mortal cache value to correspond with TransientMortalCacheEntry
TransientMortalCacheValue(Object, long, long, long, long) - Constructor for class org.infinispan.container.entries.TransientMortalCacheValue
 
TransientMortalCacheValue(Object, long, long, long) - Constructor for class org.infinispan.container.entries.TransientMortalCacheValue
 
TransientMortalCacheValue.Externalizer - Class in org.infinispan.container.entries
 
Transport - Interface in org.infinispan.client.hotrod.impl.transport
Transport abstraction.
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() - Method in class org.infinispan.configuration.global.TransportConfiguration
 
transport(Transport) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
Class that represents a network transport.
Transport - Interface in org.infinispan.remoting.transport
An interface that provides a communication link with remote caches.
Transport - Interface in org.infinispan.server.core.transport
Server transport abstraction
TRANSPORT_FACTORY - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
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, SocketAddress) - Constructor for exception org.infinispan.client.hotrod.exceptions.TransportException
 
TransportException(String, Throwable, SocketAddress) - Constructor for exception org.infinispan.client.hotrod.exceptions.TransportException
 
TransportException(Throwable, SocketAddress) - Constructor for exception org.infinispan.client.hotrod.exceptions.TransportException
 
transportFactory(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
transportFactory(Class<? extends TransportFactory>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
transportFactory() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
transportFactory(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
transportFactory(Class<? extends TransportFactory>) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
transportFactory(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Controls which transport to use.
transportFactory(Class<? extends TransportFactory>) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Controls which transport to use.
transportFactory - Variable in class org.infinispan.client.hotrod.impl.operations.ParallelHotRodOperation
 
transportFactory - Variable in class org.infinispan.client.hotrod.impl.operations.RemoveClientListenerOperation
 
transportFactory - Variable in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation
 
TransportFactory - Interface in org.infinispan.client.hotrod.impl.transport
Transport factory for building and managing Transport objects.
transportFactory - Variable in class org.infinispan.client.hotrod.RemoteCacheManager
 
TransportFactory - Class in org.infinispan.factories
Factory for Transport implementations
TransportFactory() - Constructor for class org.infinispan.factories.TransportFactory
 
transportFactory(String) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
transportFactory(Class<? extends TransportFactory>) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
transportFactory() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
transportFactory(String) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
transportFactory(Class<? extends TransportFactory>) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
transportFactory(String) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
Controls which transport to use.
transportFactory(Class<? extends TransportFactory>) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
Controls which transport to use.
TransportObjectFactory - Class in org.infinispan.client.hotrod.impl.transport.tcp
 
TransportObjectFactory(Codec, TcpTransportFactory, AtomicInteger, boolean) - Constructor for class org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory
 
transportThreadPool() - Method in class org.infinispan.configuration.global.TransportConfiguration
 
transportThreadPool() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
 
Traversable<T> - Interface in org.infinispan.commons.api.functional
Unsorted traversable stream for sequential and aggregating operations.
Traversables - Class in org.infinispan.functional.impl
 
TreeCache<K,V> - Interface in org.infinispan.tree
This is a tree-like facade around a Cache allowing for efficient tree-style access to cached data.
TreeCacheFactory - Class in org.infinispan.tree
Factory class that contains API for users to create instances of TreeCache
TreeCacheFactory() - Constructor for class org.infinispan.tree.TreeCacheFactory
 
TreeCacheImpl<K,V> - Class in org.infinispan.tree.impl
 
TreeCacheImpl(Cache<?, ?>) - Constructor for class org.infinispan.tree.impl.TreeCacheImpl
 
TreeCacheImpl(AdvancedCache<?, ?>) - Constructor for class org.infinispan.tree.impl.TreeCacheImpl
 
TreeStructureSupport - Class in org.infinispan.tree.impl
 
TreeStructureSupport(AdvancedCache<?, ?>, BatchContainer) - Constructor for class org.infinispan.tree.impl.TreeStructureSupport
 
TriConsumer<T,U,V> - Interface in org.infinispan.util
Represents an operation that accepts three input arguments and returns no result.
TRUE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
TRUE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
truncate() - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Truncate the contents of the cache, returning a CompletableFuture that will be completed when the truncate process completes.
truncate() - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
 
TRUST_STORE_FILE_NAME - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
TRUST_STORE_PASSWORD - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
trustStoreFileName() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
 
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 a SslConfigurationBuilder.trustStorePassword(char[]).
trustStoreFileName() - Method in class org.infinispan.server.core.configuration.SslConfiguration
 
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 a #trustStorePassword(String).
trustStorePassword() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
 
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) Alternatively specify an array of #trustManagers(TrustManager[])
trustStorePassword() - Method in class org.infinispan.server.core.configuration.SslConfiguration
 
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) Alternatively specify an array of #trustManagers(TrustManager[])
tryAcquireShared(int) - Method in class org.infinispan.util.concurrent.ReclosableLatch
 
tryAdvance(Consumer<? super T>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator
If an element remains, applies the action and returns true.
tryAdvance(Consumer<? super T>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator
If an element remains, applies the action and returns true.
tryAdvance(Consumer<? super T>) - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator
 
tryFlushAll() - Method in class org.infinispan.stats.topK.StreamSummaryContainer
Tries to flush all the enqueue offers to be visible globally.
tryingToBringOnlineNonexistentSite(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
tryingToBringOnlineNonexistentSite(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
tryingToBringOnlineNonexistentSite(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite(String) - Method in interface org.infinispan.util.logging.Log
 
tryingToBringOnlineNonexistentSite(String) - Method in class org.infinispan.util.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
tryingToBringOnlineNonexistentSite$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
tryingToBringOnlineNonexistentSite$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
tryingToBringOnlineNonexistentSite$str() - Method in class org.infinispan.util.logging.Log_$logger
 
tryReleaseShared(int) - Method in class org.infinispan.util.concurrent.ReclosableLatch
 
trySkipL1Update() - Method in class org.infinispan.interceptors.distribution.L1WriteSynchronizer
Attempts to mark the L1 update to only retrieve the value and not to actually update the L1 cache.
trySplit() - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator
If possible, returns a new spliterator covering approximately one half of the elements, which will not be covered by this spliterator.
trySplit() - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator
If possible, returns a new spliterator covering approximately one half of the elements, which will not be covered by this spliterator.
trySplit() - Method in class org.infinispan.stream.impl.spliterators.IteratorAsSpliterator
 
trySwitchCluster(String, byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
trySwitchCluster(String, byte[]) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
twoPhaseCommitAsyncBackup() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
twoPhaseCommitAsyncBackup() - Method in class org.infinispan.lucene.logging.Log_$logger
 
twoPhaseCommitAsyncBackup() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
twoPhaseCommitAsyncBackup() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
twoPhaseCommitAsyncBackup() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
twoPhaseCommitAsyncBackup() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
twoPhaseCommitAsyncBackup() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
twoPhaseCommitAsyncBackup() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
twoPhaseCommitAsyncBackup() - Method in class org.infinispan.stats.logging.Log_$logger
 
twoPhaseCommitAsyncBackup() - Method in class org.infinispan.tree.logging.Log_$logger
 
twoPhaseCommitAsyncBackup() - Method in interface org.infinispan.util.logging.Log
 
twoPhaseCommitAsyncBackup() - Method in class org.infinispan.util.logging.Log_$logger
 
twoPhaseCommitAsyncBackup$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
twoPhaseCommitAsyncBackup$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
twoPhaseCommitAsyncBackup$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
twoPhaseCommitAsyncBackup$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
twoPhaseCommitAsyncBackup$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
twoPhaseCommitAsyncBackup$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
twoPhaseCommitAsyncBackup$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
twoPhaseCommitAsyncBackup$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
twoPhaseCommitAsyncBackup$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
twoPhaseCommitAsyncBackup$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
twoPhaseCommitAsyncBackup$str() - Method in class org.infinispan.util.logging.Log_$logger
 
TwoWayKey2StringMapper - Interface in org.infinispan.persistence.keymappers
Extends Key2StringMapper and allows a bidirectional transformation between keys and Strings.
tx - Variable in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
TxClusterStreamManager<K> - Class in org.infinispan.stream.impl.tx
This is a delegating cluster stream manager that sends all calls to the underlying cluster stream manager.
TxClusterStreamManager(ClusterStreamManager<K>, LocalTxInvocationContext, ConsistentHash) - Constructor for class org.infinispan.stream.impl.tx.TxClusterStreamManager
 
TxCompletionNotificationCommand - Class in org.infinispan.commands.remote.recovery
Command for removing recovery related information from the cluster.
TxCompletionNotificationCommand(Xid, GlobalTransaction, String) - Constructor for class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
 
TxCompletionNotificationCommand(long, String) - Constructor for class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
 
TxCompletionNotificationCommand(String) - Constructor for class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
 
txCoordinator - Variable in class org.infinispan.transaction.impl.AbstractEnlistmentAdapter
 
txCoordinator - Variable in class org.infinispan.transaction.impl.TransactionTable
 
TxDistributedCacheStream<R> - Class in org.infinispan.stream.impl.tx
A distributed cache stream that also utilizes transactional awareness.
TxDistributedCacheStream(Address, boolean, DistributionManager, Supplier<CacheStream<CacheEntry<K, V>>>, TxClusterStreamManager<?>, boolean, int, Executor, ComponentRegistry, LocalTxInvocationContext) - Constructor for class org.infinispan.stream.impl.tx.TxDistributedCacheStream
 
TxDistributedCacheStream(Address, boolean, DistributionManager, Supplier<CacheStream<CacheEntry<K, V>>>, TxClusterStreamManager<?>, boolean, int, Executor, ComponentRegistry, Function<? super CacheEntry<K, V>, R>, LocalTxInvocationContext) - Constructor for class org.infinispan.stream.impl.tx.TxDistributedCacheStream
 
TxDistributedDoubleCacheStream - Class in org.infinispan.stream.impl.tx
Double variant of tx cache stream
TxDistributedIntCacheStream - Class in org.infinispan.stream.impl.tx
Int variant of tx cache stream
TxDistributedLongCacheStream - Class in org.infinispan.stream.impl.tx
Long variant of tx cache stream
TxDistributionInterceptor - Class in org.infinispan.interceptors.distribution
Deprecated.
Since 8.2, no longer public API.
TxDistributionInterceptor() - Constructor for class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
TxInterceptor<K,V> - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
TxInterceptor() - Constructor for class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
TxInvocationContext<T extends AbstractCacheTransaction> - Interface in org.infinispan.context.impl
Interface defining additional functionality for invocation contexts that propagate within a transaction's scope.
txMarker(byte) - Method in class org.infinispan.client.hotrod.impl.protocol.HeaderParams
 
txTable - Variable in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
txTable - Variable in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
 
type() - Static method in class org.infinispan.commons.api.functional.MetaParam.MetaEntryVersion
 
type() - Method in class org.infinispan.commons.util.Either
 
TYPE - Static variable in class org.infinispan.configuration.cache.EvictionConfiguration
 
type() - Method in class org.infinispan.configuration.cache.EvictionConfiguration
 
type(EvictionType) - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
Sets the eviction type which can either be COUNT - entries will be evicted when the number of entries exceeds the EvictionConfigurationBuilder.size(long) MEMORY - entries will be evicted when the approximate combined size of all values exceeds the EvictionConfigurationBuilder.size(long) Cache size is guaranteed not to exceed upper limit specified by max entries.
TypeConverter<K,V,KT,VT> - Interface in org.infinispan.compat
A type converter for cached keys and values.
TypeConverterInterceptor<K,V> - Class in org.infinispan.interceptors.compat
Deprecated.
Since 8.2, no longer public API.
TypeConverterInterceptor(Marshaller) - Constructor for class org.infinispan.interceptors.compat.TypeConverterInterceptor
Deprecated.
 
TypeConverterStream - Class in org.infinispan.interceptors.compat
Delegating stream that converts elements or CacheEntries.
TypeConverterStream(CacheStream<?>, TypeConverter<Object, Object, Object, Object>, InternalEntryFactory) - Constructor for class org.infinispan.interceptors.compat.TypeConverterStream
 
TypedProperties - Class in org.infinispan.client.hotrod.impl
Type-aware properties.
TypedProperties(Properties) - Constructor for class org.infinispan.client.hotrod.impl.TypedProperties
Copy constructor
TypedProperties() - Constructor for class org.infinispan.client.hotrod.impl.TypedProperties
Default constructor that returns an empty instance
TypedProperties - Class in org.infinispan.commons.util
Type-aware properties.
TypedProperties(Properties) - Constructor for class org.infinispan.commons.util.TypedProperties
Copy constructor
TypedProperties() - Constructor for class org.infinispan.commons.util.TypedProperties
Default constructor that returns an empty instance
TypedProperties - Class in org.infinispan.util
Deprecated.
TypedProperties() - Constructor for class org.infinispan.util.TypedProperties
Deprecated.
 
TypedProperties(Properties) - Constructor for class org.infinispan.util.TypedProperties
Deprecated.
 
TypedPropertiesAttributeCopier - Class in org.infinispan.commons.configuration.attributes
TypedPropertiesAttributeCopier.
TypedPropertiesAttributeCopier() - Constructor for class org.infinispan.commons.configuration.attributes.TypedPropertiesAttributeCopier
 
types(Set<Type>) - Method in class org.infinispan.cdi.util.BeanBuilder
Define the type closure used for bean creation.
types(Type...) - Method in class org.infinispan.cdi.util.BeanBuilder
Define the type closure used for bean creation.
Types - Class in org.infinispan.cdi.util
Utility class for Types
Types() - Constructor for class org.infinispan.cdi.util.Types
 

U

UberJarDuplicatedJarsWarner - Interface in org.infinispan.commons.util.uberjar
Checks if classpath contains proper configuration for Uber Jars and warns if it does not.
unableToAcquireLock(String, Object, Object, Object) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToAcquireLock(String, Object, Object, Object) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToAcquireLock(String, Object, Object, Object) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToAcquireLock(String, Object, Object, Object) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToAcquireLock(String, Object, Object, Object) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToAcquireLock(String, Object, Object, Object) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToAcquireLock(String, Object, Object, Object) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToAcquireLock(String, Object, Object, Object) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToAcquireLock(String, Object, Object, Object) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToAcquireLock(String, Object, Object, Object) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToAcquireLock(String, Object, Object, Object) - Method in interface org.infinispan.util.logging.Log
 
unableToAcquireLock(String, Object, Object, Object) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToAcquireLock$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToAcquireLock$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToAcquireLock$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToAcquireLock$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToAcquireLock$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToAcquireLock$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToAcquireLock$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToAcquireLock$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToAcquireLock$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToAcquireLock$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToAcquireLock$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToAcquireLockToPurgeStore() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToAcquireLockToPurgeStore() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToAcquireLockToPurgeStore() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToAcquireLockToPurgeStore() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToAcquireLockToPurgeStore() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToAcquireLockToPurgeStore() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToAcquireLockToPurgeStore() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToAcquireLockToPurgeStore() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToAcquireLockToPurgeStore() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToAcquireLockToPurgeStore() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToAcquireLockToPurgeStore() - Method in interface org.infinispan.util.logging.Log
 
unableToAcquireLockToPurgeStore() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToAcquireLockToPurgeStore$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToAcquireLockToPurgeStore$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToAcquireLockToPurgeStore$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToAcquireLockToPurgeStore$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToAcquireLockToPurgeStore$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToAcquireLockToPurgeStore$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToAcquireLockToPurgeStore$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToAcquireLockToPurgeStore$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToAcquireLockToPurgeStore$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToAcquireLockToPurgeStore$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToAcquireLockToPurgeStore$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToAddNullCustomStore() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToAddNullCustomStore() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToAddNullCustomStore() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToAddNullCustomStore() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToAddNullCustomStore() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToAddNullCustomStore() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToAddNullCustomStore() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToAddNullCustomStore() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToAddNullCustomStore() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToAddNullCustomStore() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToAddNullCustomStore() - Method in interface org.infinispan.util.logging.Log
 
unableToAddNullCustomStore() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToAddNullCustomStore$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToAddNullCustomStore$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToAddNullCustomStore$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToAddNullCustomStore$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToAddNullCustomStore$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToAddNullCustomStore$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToAddNullCustomStore$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToAddNullCustomStore$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToAddNullCustomStore$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToAddNullCustomStore$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToAddNullCustomStore$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToApplyPrepare(PrepareCommand, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToApplyPrepare(PrepareCommand, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToApplyPrepare(PrepareCommand, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToApplyPrepare(PrepareCommand, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToApplyPrepare(PrepareCommand, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToApplyPrepare(PrepareCommand, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToApplyPrepare(PrepareCommand, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToApplyPrepare(PrepareCommand, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToApplyPrepare(PrepareCommand, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToApplyPrepare(PrepareCommand, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToApplyPrepare(PrepareCommand, Throwable) - Method in interface org.infinispan.util.logging.Log
 
unableToApplyPrepare(PrepareCommand, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToApplyPrepare$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToApplyPrepare$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToApplyPrepare$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToApplyPrepare$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToApplyPrepare$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToApplyPrepare$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToApplyPrepare$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToApplyPrepare$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToApplyPrepare$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToApplyPrepare$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToApplyPrepare$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToApplyXSiteState(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToApplyXSiteState(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToApplyXSiteState(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToApplyXSiteState(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToApplyXSiteState(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToApplyXSiteState(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToApplyXSiteState(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToApplyXSiteState(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToApplyXSiteState(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToApplyXSiteState(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToApplyXSiteState(Throwable) - Method in interface org.infinispan.util.logging.Log
 
unableToApplyXSiteState(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToApplyXSiteState$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToApplyXSiteState$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToApplyXSiteState$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToApplyXSiteState$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToApplyXSiteState$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToApplyXSiteState$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToApplyXSiteState$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToApplyXSiteState$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToApplyXSiteState$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToApplyXSiteState$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToApplyXSiteState$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToBroadcastInvalidation(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToBroadcastInvalidation(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToBroadcastInvalidation(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToBroadcastInvalidation(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToBroadcastInvalidation(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToBroadcastInvalidation(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToBroadcastInvalidation(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToBroadcastInvalidation(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToBroadcastInvalidation(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToBroadcastInvalidation(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToBroadcastInvalidation(Throwable) - Method in interface org.infinispan.util.logging.Log
 
unableToBroadcastInvalidation(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToBroadcastInvalidation$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToBroadcastInvalidation$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToBroadcastInvalidation$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToBroadcastInvalidation$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToBroadcastInvalidation$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToBroadcastInvalidation$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToBroadcastInvalidation$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToBroadcastInvalidation$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToBroadcastInvalidation$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToBroadcastInvalidation$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToBroadcastInvalidation$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToCalculateLocalExecutionTimeWithoutContention(Throwable) - Method in interface org.infinispan.stats.logging.Log
 
unableToCalculateLocalExecutionTimeWithoutContention(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToCalculateLocalExecutionTimeWithoutContention$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToCloseWebSocketsStream(Throwable) - Method in interface org.infinispan.server.websocket.logging.Log
 
unableToCloseWebSocketsStream(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToCloseWebSocketsStream$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToCommitTransaction(Exception) - Method in interface org.infinispan.lucene.logging.Log
 
unableToCommitTransaction(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToCommitTransaction$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToConvertFromJsonToString(Throwable) - Method in interface org.infinispan.server.websocket.logging.Log
 
unableToConvertFromJsonToString(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToConvertFromJsonToString$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToConvertFromObjectToJson(Object, Throwable) - Method in interface org.infinispan.server.websocket.logging.Log
 
unableToConvertFromObjectToJson(Object, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToConvertFromObjectToJson$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToConvertFromStringToJson(String, Throwable) - Method in interface org.infinispan.server.websocket.logging.Log
 
unableToConvertFromStringToJson(String, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToConvertFromStringToJson$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in interface org.infinispan.client.hotrod.logging.Log
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in interface org.infinispan.commons.logging.Log
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in interface org.infinispan.util.logging.Log
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in interface org.infinispan.client.hotrod.logging.Log
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in interface org.infinispan.commons.logging.Log
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in interface org.infinispan.util.logging.Log
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in interface org.infinispan.client.hotrod.logging.Log
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in interface org.infinispan.commons.logging.Log
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in interface org.infinispan.util.logging.Log
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToCopyEntryForUpdate(Object) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToCopyEntryForUpdate(Object) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToCopyEntryForUpdate(Object) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToCopyEntryForUpdate(Object) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToCopyEntryForUpdate(Object) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToCopyEntryForUpdate(Object) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToCopyEntryForUpdate(Object) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToCopyEntryForUpdate(Object) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToCopyEntryForUpdate(Object) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToCopyEntryForUpdate(Object) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToCopyEntryForUpdate(Object) - Method in interface org.infinispan.util.logging.Log
 
unableToCopyEntryForUpdate(Object) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToCopyEntryForUpdate$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToCopyEntryForUpdate$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToCopyEntryForUpdate$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToCopyEntryForUpdate$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToCopyEntryForUpdate$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToCopyEntryForUpdate$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToCopyEntryForUpdate$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToCopyEntryForUpdate$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToCopyEntryForUpdate$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToCopyEntryForUpdate$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToCopyEntryForUpdate$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToCopyValue(ExtendedStatistic, ExtendedStatistic, Throwable) - Method in interface org.infinispan.stats.logging.Log
 
unableToCopyValue(ExtendedStatistic, ExtendedStatistic, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToCopyValue$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToCreateDirectory(String) - Method in interface org.infinispan.lucene.logging.Log
 
unableToCreateDirectory(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToCreateDirectory$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToCreateInterceptor(Class, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToCreateInterceptor(Class, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToCreateInterceptor(Class, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToCreateInterceptor(Class, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToCreateInterceptor(Class, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToCreateInterceptor(Class, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToCreateInterceptor(Class, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToCreateInterceptor(Class, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToCreateInterceptor(Class, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToCreateInterceptor(Class, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToCreateInterceptor(Class, Exception) - Method in interface org.infinispan.util.logging.Log
 
unableToCreateInterceptor(Class, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToCreateInterceptor$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToCreateInterceptor$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToCreateInterceptor$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToCreateInterceptor$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToCreateInterceptor$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToCreateInterceptor$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToCreateInterceptor$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToCreateInterceptor$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToCreateInterceptor$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToCreateInterceptor$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToCreateInterceptor$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToGetFieldsFromObject(Throwable) - Method in interface org.infinispan.server.websocket.logging.Log
 
unableToGetFieldsFromObject(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToGetFieldsFromObject$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToGetPercentile(int, PercentileStatistic, Throwable) - Method in interface org.infinispan.stats.logging.Log
 
unableToGetPercentile(int, PercentileStatistic, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToGetPercentile$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToGetStatistic(ExtendedStatistic, Throwable) - Method in interface org.infinispan.stats.logging.Log
 
unableToGetStatistic(ExtendedStatistic, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToGetStatistic$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToInstantiateCacheKeyGenerator(Class, Throwable) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToInstantiateCacheKeyGenerator(Class<?>, Throwable) - Method in interface org.infinispan.jcache.logging.Log
 
unableToInstantiateCacheKeyGenerator(Class, Throwable) - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToInstantiateCacheKeyGenerator(Class, Throwable) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToInstantiateCacheKeyGenerator$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToInstantiateCacheKeyGenerator$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToInstantiateCacheKeyGenerator$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToInstantiateClass(Class) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToInstantiateClass(Class) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToInstantiateClass(Class) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToInstantiateClass(Class) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToInstantiateClass(Class) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToInstantiateClass(Class) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToInstantiateClass(Class) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToInstantiateClass(Class) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToInstantiateClass(Class) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToInstantiateClass(Class) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToInstantiateClass(Class<?>) - Method in interface org.infinispan.util.logging.Log
 
unableToInstantiateClass(Class) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToInstantiateClass$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToInstantiateClass$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToInstantiateClass$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToInstantiateClass$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToInstantiateClass$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToInstantiateClass$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToInstantiateClass$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToInstantiateClass$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToInstantiateClass$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToInstantiateClass$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToInstantiateClass$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToInvalidateTransport(SocketAddress) - Method in interface org.infinispan.client.hotrod.logging.Log
 
unableToInvalidateTransport(SocketAddress) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToInvalidateTransport$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration(Method, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration(Method, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration(Method, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration(Method, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration(Method, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration(Method, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToInvokeGetterOnConfiguration(Method, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToInvokeGetterOnConfiguration(Method, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration(Method, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration(Method, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration(Method, Exception) - Method in interface org.infinispan.util.logging.Log
 
unableToInvokeGetterOnConfiguration(Method, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToInvokeGetterOnConfiguration$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToInvokeGetterOnConfiguration$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToInvokeGetterOnConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToInvokeListenerMethod(Method, Object, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToInvokeListenerMethod(Method, Object, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToInvokeListenerMethod(Method, Object, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToInvokeListenerMethod(Method, Object, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToInvokeListenerMethod(Method, Object, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToInvokeListenerMethod(Method, Object, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToInvokeListenerMethod(Method, Object, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToInvokeListenerMethod(Method, Object, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToInvokeListenerMethod(Method, Object, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToInvokeListenerMethod(Method, Object, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToInvokeListenerMethod(Method, Object, Throwable) - Method in interface org.infinispan.util.logging.Log
 
unableToInvokeListenerMethod(Method, Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToInvokeListenerMethod$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToInvokeListenerMethod$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToInvokeListenerMethod$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToInvokeListenerMethod$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToInvokeListenerMethod$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToInvokeListenerMethod$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToInvokeListenerMethod$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToInvokeListenerMethod$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToInvokeListenerMethod$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToInvokeListenerMethod$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToInvokeListenerMethod$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener(Method, Object, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener(Method, Object, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener(Method, Object, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener(Method, Object, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener(Method, Object, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener(Method, Object, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToInvokeListenerMethodAndRemoveListener(Method, Object, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToInvokeListenerMethodAndRemoveListener(Method, Object, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener(Method, Object, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener(Method, Object, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener(Method, Object, Throwable) - Method in interface org.infinispan.util.logging.Log
 
unableToInvokeListenerMethodAndRemoveListener(Method, Object, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToInvokeListenerMethodAndRemoveListener$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToInvokeListenerMethodAndRemoveListener$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToInvokeListenerMethodAndRemoveListener$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod(Exception, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod(Exception, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod(Exception, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod(Exception, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod(Exception, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod(Exception, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToInvokeWebsphereStaticGetTmMethod(Exception, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToInvokeWebsphereStaticGetTmMethod(Exception, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod(Exception, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod(Exception, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod(Exception, String) - Method in interface org.infinispan.util.logging.Log
 
unableToInvokeWebsphereStaticGetTmMethod(Exception, String) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToInvokeWebsphereStaticGetTmMethod$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToInvokeWebsphereStaticGetTmMethod$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToInvokeWebsphereStaticGetTmMethod$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToLoadClass(String, String, Throwable) - Method in interface org.infinispan.commons.logging.Log
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToLoadClass(String, String, Throwable) - Method in interface org.infinispan.util.logging.Log
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToLoadClass$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToLoadClass$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToLoadClass$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToLoadClass$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToLoadClass$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToLoadClass$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToLoadClass$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToLoadClass$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToLoadClass$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToLoadClass$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToLoadClass$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToLoadClass$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToLoadClass$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToLoadClass$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToLoadClass$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToLoadFromCacheLoader(Object, PersistenceException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToLoadFromCacheLoader(Object, PersistenceException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToLoadFromCacheLoader(Object, PersistenceException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToLoadFromCacheLoader(Object, PersistenceException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToLoadFromCacheLoader(Object, PersistenceException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToLoadFromCacheLoader(Object, PersistenceException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToLoadFromCacheLoader(Object, PersistenceException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToLoadFromCacheLoader(Object, PersistenceException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToLoadFromCacheLoader(Object, PersistenceException) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToLoadFromCacheLoader(Object, PersistenceException) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToLoadFromCacheLoader(Object, PersistenceException) - Method in interface org.infinispan.util.logging.Log
 
unableToLoadFromCacheLoader(Object, PersistenceException) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToLoadFromCacheLoader$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToLoadFromCacheLoader$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToLoadFromCacheLoader$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToLoadFromCacheLoader$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToLoadFromCacheLoader$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToLoadFromCacheLoader$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToLoadFromCacheLoader$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToLoadFromCacheLoader$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToLoadFromCacheLoader$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToLoadFromCacheLoader$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToLoadFromCacheLoader$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToLockToInvalidate(Object, Address) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToLockToInvalidate(Object, Address) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToLockToInvalidate(Object, Address) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToLockToInvalidate(Object, Address) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToLockToInvalidate(Object, Address) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToLockToInvalidate(Object, Address) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToLockToInvalidate(Object, Address) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToLockToInvalidate(Object, Address) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToLockToInvalidate(Object, Address) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToLockToInvalidate(Object, Address) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToLockToInvalidate(Object, Address) - Method in interface org.infinispan.util.logging.Log
 
unableToLockToInvalidate(Object, Address) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToLockToInvalidate$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToLockToInvalidate$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToLockToInvalidate$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToLockToInvalidate$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToLockToInvalidate$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToLockToInvalidate$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToLockToInvalidate$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToLockToInvalidate$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToLockToInvalidate$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToLockToInvalidate$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToLockToInvalidate$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToPassivateEntry(Object, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToPassivateEntry(Object, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToPassivateEntry(Object, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToPassivateEntry(Object, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToPassivateEntry(Object, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToPassivateEntry(Object, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToPassivateEntry(Object, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToPassivateEntry(Object, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToPassivateEntry(Object, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToPassivateEntry(Object, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToPassivateEntry(Object, Exception) - Method in interface org.infinispan.util.logging.Log
 
unableToPassivateEntry(Object, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToPassivateEntry$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToPassivateEntry$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToPassivateEntry$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToPassivateEntry$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToPassivateEntry$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToPassivateEntry$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToPassivateEntry$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToPassivateEntry$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToPassivateEntry$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToPassivateEntry$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToPassivateEntry$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToProcessAsyncModifications(int) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToProcessAsyncModifications(int) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToProcessAsyncModifications(int) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToProcessAsyncModifications(int) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToProcessAsyncModifications(int) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToProcessAsyncModifications(int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToProcessAsyncModifications(int) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToProcessAsyncModifications(int) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToProcessAsyncModifications(int) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToProcessAsyncModifications(int) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToProcessAsyncModifications(int) - Method in interface org.infinispan.util.logging.Log
 
unableToProcessAsyncModifications(int) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToProcessAsyncModifications$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToProcessAsyncModifications$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToProcessAsyncModifications$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToProcessAsyncModifications$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToProcessAsyncModifications$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToProcessAsyncModifications$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToProcessAsyncModifications$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToProcessAsyncModifications$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToProcessAsyncModifications$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToProcessAsyncModifications$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToProcessAsyncModifications$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToReadEventFromServer(Throwable, SocketAddress) - Method in interface org.infinispan.client.hotrod.logging.Log
 
unableToReadEventFromServer(Throwable, SocketAddress) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToReadEventFromServer$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToReadVersionId() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToReadVersionId() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToReadVersionId() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToReadVersionId() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToReadVersionId() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToReadVersionId() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToReadVersionId() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToReadVersionId() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToReadVersionId() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToReadVersionId() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToReadVersionId() - Method in interface org.infinispan.util.logging.Log
 
unableToReadVersionId() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToReadVersionId$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToReadVersionId$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToReadVersionId$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToReadVersionId$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToReadVersionId$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToReadVersionId$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToReadVersionId$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToReadVersionId$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToReadVersionId$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToReadVersionId$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToReadVersionId$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToRegisterCacheManagerMBeans() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToRegisterCacheManagerMBeans() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans() - Method in interface org.infinispan.util.logging.Log
 
unableToRegisterCacheManagerMBeans() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToRegisterCacheManagerMBeans$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToRegisterCacheManagerMBeans$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToRegisterCacheManagerMBeans$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToRegisterMBeans() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToRegisterMBeans(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToRegisterMBeans() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToRegisterMBeans(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToRegisterMBeans() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToRegisterMBeans(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToRegisterMBeans() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToRegisterMBeans(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToRegisterMBeans() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToRegisterMBeans(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToRegisterMBeans() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToRegisterMBeans(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToRegisterMBeans() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToRegisterMBeans(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToRegisterMBeans() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToRegisterMBeans(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToRegisterMBeans() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToRegisterMBeans(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToRegisterMBeans() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToRegisterMBeans(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToRegisterMBeans() - Method in interface org.infinispan.util.logging.Log
 
unableToRegisterMBeans(String) - Method in interface org.infinispan.util.logging.Log
 
unableToRegisterMBeans() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToRegisterMBeans(String) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToRegisterMBeans0$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToRegisterMBeans0$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToRegisterMBeans0$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToRegisterMBeans0$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToRegisterMBeans0$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToRegisterMBeans0$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToRegisterMBeans0$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToRegisterMBeans0$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToRegisterMBeans0$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToRegisterMBeans0$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToRegisterMBeans0$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToRegisterMBeans1$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToRegisterMBeans1$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToRegisterMBeans1$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToRegisterMBeans1$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToRegisterMBeans1$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToRegisterMBeans1$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToRegisterMBeans1$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToRegisterMBeans1$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToRegisterMBeans1$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToRegisterMBeans1$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToRegisterMBeans1$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToRemoveEntryAfterActivation(Object, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToRemoveEntryAfterActivation(Object, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToRemoveEntryAfterActivation(Object, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToRemoveEntryAfterActivation(Object, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToRemoveEntryAfterActivation(Object, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToRemoveEntryAfterActivation(Object, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToRemoveEntryAfterActivation(Object, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToRemoveEntryAfterActivation(Object, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToRemoveEntryAfterActivation(Object, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToRemoveEntryAfterActivation(Object, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToRemoveEntryAfterActivation(Object, Exception) - Method in interface org.infinispan.util.logging.Log
 
unableToRemoveEntryAfterActivation(Object, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToRemoveEntryAfterActivation$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToRemoveEntryAfterActivation$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToRemoveEntryAfterActivation$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToRemoveEntryAfterActivation$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToRemoveEntryAfterActivation$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToRemoveEntryAfterActivation$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToRemoveEntryAfterActivation$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToRemoveEntryAfterActivation$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToRemoveEntryAfterActivation$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToRemoveEntryAfterActivation$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToRemoveEntryAfterActivation$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToRollbackEvictionsDuringPrepare(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToRollbackEvictionsDuringPrepare(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare(Throwable) - Method in interface org.infinispan.util.logging.Log
 
unableToRollbackEvictionsDuringPrepare(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToRollbackEvictionsDuringPrepare$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToRollbackEvictionsDuringPrepare$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToRollbackEvictionsDuringPrepare$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToRollbackGlobalTx(GlobalTransaction, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToRollbackGlobalTx(GlobalTransaction, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToRollbackGlobalTx(GlobalTransaction, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToRollbackGlobalTx(GlobalTransaction, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToRollbackGlobalTx(GlobalTransaction, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToRollbackGlobalTx(GlobalTransaction, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToRollbackGlobalTx(GlobalTransaction, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToRollbackGlobalTx(GlobalTransaction, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToRollbackGlobalTx(GlobalTransaction, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToRollbackGlobalTx(GlobalTransaction, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToRollbackGlobalTx(GlobalTransaction, Throwable) - Method in interface org.infinispan.util.logging.Log
 
unableToRollbackGlobalTx(GlobalTransaction, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToRollbackGlobalTx$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToRollbackGlobalTx$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToRollbackGlobalTx$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToRollbackGlobalTx$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToRollbackGlobalTx$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToRollbackGlobalTx$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToRollbackGlobalTx$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToRollbackGlobalTx$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToRollbackGlobalTx$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToRollbackGlobalTx$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToRollbackGlobalTx$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToSendWebSocketsScriptToTheClient(Throwable) - Method in interface org.infinispan.server.websocket.logging.Log
 
unableToSendWebSocketsScriptToTheClient(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToSendWebSocketsScriptToTheClient$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToSendXSiteState(String, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToSendXSiteState(String, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToSendXSiteState(String, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToSendXSiteState(String, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToSendXSiteState(String, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToSendXSiteState(String, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToSendXSiteState(String, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToSendXSiteState(String, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToSendXSiteState(String, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToSendXSiteState(String, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToSendXSiteState(String, Throwable) - Method in interface org.infinispan.util.logging.Log
 
unableToSendXSiteState(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToSendXSiteState$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToSendXSiteState$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToSendXSiteState$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToSendXSiteState$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToSendXSiteState$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToSendXSiteState$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToSendXSiteState$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToSendXSiteState$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToSendXSiteState$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToSendXSiteState$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToSendXSiteState$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToSetAccesible(Method, Exception) - Method in interface org.infinispan.client.hotrod.logging.Log
 
unableToSetAccesible(Method, Exception) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToSetAccesible$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToSetValue(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToSetValue(Exception) - Method in interface org.infinispan.commons.logging.Log
 
unableToSetValue(Exception) - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToSetValue(Exception) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToSetValue(Exception) - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToSetValue(Exception) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToSetValue(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToSetValue(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToSetValue(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToSetValue(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToSetValue(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToSetValue(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToSetValue(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToSetValue(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToSetValue(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToSetValue(Exception) - Method in interface org.infinispan.util.logging.Log
 
unableToSetValue(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToSetValue$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToSetValue$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToSetValue$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToSetValue$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToSetValue$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToSetValue$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToSetValue$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToSetValue$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToSetValue$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToSetValue$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToSetValue$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToSetValue$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToSetValue$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToSetValue$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToSetValue$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToStartTransaction(Exception) - Method in interface org.infinispan.lucene.logging.Log
 
unableToStartTransaction(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToStartTransaction$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToUnlockRebalancedKeys(GlobalTransaction, List, Address, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToUnlockRebalancedKeys(GlobalTransaction, List, Address, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToUnlockRebalancedKeys(GlobalTransaction, List, Address, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToUnlockRebalancedKeys(GlobalTransaction, List, Address, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToUnlockRebalancedKeys(GlobalTransaction, List, Address, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToUnlockRebalancedKeys(GlobalTransaction, List, Address, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToUnlockRebalancedKeys(GlobalTransaction, List, Address, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToUnlockRebalancedKeys(GlobalTransaction, List, Address, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToUnlockRebalancedKeys(GlobalTransaction, List, Address, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToUnlockRebalancedKeys(GlobalTransaction, List, Address, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToUnlockRebalancedKeys(GlobalTransaction, List<Object>, Address, Throwable) - Method in interface org.infinispan.util.logging.Log
 
unableToUnlockRebalancedKeys(GlobalTransaction, List, Address, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToUnlockRebalancedKeys$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToUnlockRebalancedKeys$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToUnlockRebalancedKeys$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToUnlockRebalancedKeys$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToUnlockRebalancedKeys$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToUnlockRebalancedKeys$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToUnlockRebalancedKeys$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToUnlockRebalancedKeys$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToUnlockRebalancedKeys$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToUnlockRebalancedKeys$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToUnlockRebalancedKeys$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToUnmarshallBytes(String, Exception) - Method in interface org.infinispan.client.hotrod.logging.Log
 
unableToUnmarshallBytes(String, Exception) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToUnmarshallBytes$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToUnmarshallBytesError(String, String, Exception) - Method in interface org.infinispan.client.hotrod.logging.Log
 
unableToUnmarshallBytesError(String, String, Exception) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToUnmarshallBytesError$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern(String, MBeanRegistrationException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern(String, MBeanRegistrationException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern(String, MBeanRegistrationException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern(String, MBeanRegistrationException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern(String, MBeanRegistrationException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern(String, MBeanRegistrationException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToUnregisterMBeanWithPattern(String, MBeanRegistrationException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToUnregisterMBeanWithPattern(String, MBeanRegistrationException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern(String, MBeanRegistrationException) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern(String, MBeanRegistrationException) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern(String, MBeanRegistrationException) - Method in interface org.infinispan.util.logging.Log
 
unableToUnregisterMBeanWithPattern(String, MBeanRegistrationException) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToUnregisterMBeanWithPattern$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToUnregisterMBeanWithPattern$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToUnregisterMBeanWithPattern$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToUnwrap(Object, Class<?>) - Method in interface org.infinispan.commons.logging.Log
 
unableToUnwrap(Object, Class) - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToUnwrap(Object, Class) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToUnwrap(Object, Class) - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToUnwrap(Object, Class) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToUnwrap$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToUnwrap$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToUnwrap$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToUnwrap$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToUnwrapAny(String, Class<?>) - Method in interface org.infinispan.commons.logging.Log
 
unableToUnwrapAny(String, Class) - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToUnwrapAny(String, Class) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToUnwrapAny(String, Class) - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToUnwrapAny(String, Class) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToUnwrapAny$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToUnwrapAny$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToUnwrapAny$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToUnwrapAny$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToUnwrapProviderImplementation(Class) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToUnwrapProviderImplementation(Class<?>) - Method in interface org.infinispan.jcache.logging.Log
 
unableToUnwrapProviderImplementation(Class) - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToUnwrapProviderImplementation(Class) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToUnwrapProviderImplementation$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unableToUnwrapProviderImplementation$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
unableToUnwrapProviderImplementation$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided(TypedProperties) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided(TypedProperties) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided(TypedProperties) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided(TypedProperties) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided(TypedProperties) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided(TypedProperties) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToUseJGroupsPropertiesProvided(TypedProperties) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToUseJGroupsPropertiesProvided(TypedProperties) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided(TypedProperties) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided(TypedProperties) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided(TypedProperties) - Method in interface org.infinispan.util.logging.Log
 
unableToUseJGroupsPropertiesProvided(TypedProperties) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToUseJGroupsPropertiesProvided$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToUseJGroupsPropertiesProvided$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToUseJGroupsPropertiesProvided$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unableToWaitForXSiteStateAcks(String, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToWaitForXSiteStateAcks(String, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToWaitForXSiteStateAcks(String, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToWaitForXSiteStateAcks(String, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToWaitForXSiteStateAcks(String, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToWaitForXSiteStateAcks(String, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToWaitForXSiteStateAcks(String, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToWaitForXSiteStateAcks(String, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToWaitForXSiteStateAcks(String, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToWaitForXSiteStateAcks(String, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToWaitForXSiteStateAcks(String, Throwable) - Method in interface org.infinispan.util.logging.Log
 
unableToWaitForXSiteStateAcks(String, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
unableToWaitForXSiteStateAcks$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unableToWaitForXSiteStateAcks$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unableToWaitForXSiteStateAcks$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unableToWaitForXSiteStateAcks$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unableToWaitForXSiteStateAcks$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unableToWaitForXSiteStateAcks$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unableToWaitForXSiteStateAcks$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unableToWaitForXSiteStateAcks$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unableToWaitForXSiteStateAcks$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unableToWaitForXSiteStateAcks$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unableToWaitForXSiteStateAcks$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unauthorizedAccess(String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unauthorizedAccess(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unauthorizedAccess(String, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unauthorizedAccess(String, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unauthorizedAccess(String, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unauthorizedAccess(String, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unauthorizedAccess(String, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unauthorizedAccess(String, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unauthorizedAccess(String, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
unauthorizedAccess(String, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
unauthorizedAccess(String, String) - Method in interface org.infinispan.util.logging.Log
 
unauthorizedAccess(String, String) - Method in class org.infinispan.util.logging.Log_$logger
 
unauthorizedAccess$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unauthorizedAccess$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unauthorizedAccess$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unauthorizedAccess$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unauthorizedAccess$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unauthorizedAccess$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unauthorizedAccess$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unauthorizedAccess$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unauthorizedAccess$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unauthorizedAccess$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unauthorizedAccess$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unavailableTotalOrderWithTxRecovery() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unavailableTotalOrderWithTxRecovery() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery() - Method in class org.infinispan.stats.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery() - Method in class org.infinispan.tree.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery() - Method in interface org.infinispan.util.logging.Log
 
unavailableTotalOrderWithTxRecovery() - Method in class org.infinispan.util.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unavailableTotalOrderWithTxRecovery$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unavailableTotalOrderWithTxRecovery$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unavailableTotalOrderWithTxRecovery$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unbindingDummyTmFailed(NamingException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unbindingDummyTmFailed(NamingException) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unbindingDummyTmFailed(NamingException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unbindingDummyTmFailed(NamingException) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unbindingDummyTmFailed(NamingException) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unbindingDummyTmFailed(NamingException) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unbindingDummyTmFailed(NamingException) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unbindingDummyTmFailed(NamingException) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unbindingDummyTmFailed(NamingException) - Method in class org.infinispan.stats.logging.Log_$logger
 
unbindingDummyTmFailed(NamingException) - Method in class org.infinispan.tree.logging.Log_$logger
 
unbindingDummyTmFailed(NamingException) - Method in interface org.infinispan.util.logging.Log
 
unbindingDummyTmFailed(NamingException) - Method in class org.infinispan.util.logging.Log_$logger
 
unbindingDummyTmFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unbindingDummyTmFailed$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unbindingDummyTmFailed$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unbindingDummyTmFailed$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unbindingDummyTmFailed$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unbindingDummyTmFailed$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unbindingDummyTmFailed$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unbindingDummyTmFailed$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unbindingDummyTmFailed$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unbindingDummyTmFailed$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unbindingDummyTmFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unblock() - Method in class org.infinispan.factories.TestDelayFactory.Control
 
unblock() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
unBlock() - Method in interface org.infinispan.transaction.totalorder.TotalOrderLatch
Unblocks this synchronization block
unBlock() - Method in class org.infinispan.transaction.totalorder.TotalOrderLatchImpl
 
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.
unBoundedDataContainer(int, Equivalence<? super K>) - Static method in class org.infinispan.container.DefaultDataContainer
 
unBoundedDataContainer(int) - Static method in class org.infinispan.container.DefaultDataContainer
 
unboxKey(KT) - Method in interface org.infinispan.compat.TypeConverter
Convert back an instance of the target key type into an instance of the cached key type.
unboxValue(VT) - Method in interface org.infinispan.compat.TypeConverter
Convert back an instance of the target value type into an instance of the cached value type.
UnclosableObjectInputStream - Class in org.infinispan.io
A delegating ObjectInput that delegates all methods except ObjectInput.close().
UnclosableObjectInputStream(ObjectInput) - Constructor for class org.infinispan.io.UnclosableObjectInputStream
 
UnclosableObjectOutputStream - Class in org.infinispan.io
An unclosable version of an ObjectOutput.
UnclosableObjectOutputStream(ObjectOutput) - Constructor for class org.infinispan.io.UnclosableObjectOutputStream
 
uncommittedChanges - Variable in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
undeclaredConfiguration(String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
undeclaredConfiguration(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
undeclaredConfiguration(String, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
undeclaredConfiguration(String, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
undeclaredConfiguration(String, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
undeclaredConfiguration(String, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
undeclaredConfiguration(String, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
undeclaredConfiguration(String, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
undeclaredConfiguration(String, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
undeclaredConfiguration(String, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
undeclaredConfiguration(String, String) - Method in interface org.infinispan.util.logging.Log
 
undeclaredConfiguration(String, String) - Method in class org.infinispan.util.logging.Log_$logger
 
undeclaredConfiguration$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
undeclaredConfiguration$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
undeclaredConfiguration$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
undeclaredConfiguration$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
undeclaredConfiguration$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
undeclaredConfiguration$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
undeclaredConfiguration$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
undeclaredConfiguration$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
undeclaredConfiguration$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
undeclaredConfiguration$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
undeclaredConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
 
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.
undefineConfiguration(String) - Method in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
 
undefinedThreadPoolName(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
undefinedThreadPoolName(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
undefinedThreadPoolName(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
undefinedThreadPoolName(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
undefinedThreadPoolName(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
undefinedThreadPoolName(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
undefinedThreadPoolName(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
undefinedThreadPoolName(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
undefinedThreadPoolName(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
undefinedThreadPoolName(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
undefinedThreadPoolName(String) - Method in interface org.infinispan.util.logging.Log
 
undefinedThreadPoolName(String) - Method in class org.infinispan.util.logging.Log_$logger
 
undefinedThreadPoolName$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
undefinedThreadPoolName$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
undefinedThreadPoolName$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
undefinedThreadPoolName$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
undefinedThreadPoolName$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
undefinedThreadPoolName$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
undefinedThreadPoolName$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
undefinedThreadPoolName$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
undefinedThreadPoolName$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
undefinedThreadPoolName$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
undefinedThreadPoolName$str() - Method in class org.infinispan.util.logging.Log_$logger
 
undelegate() - Method in class org.infinispan.persistence.support.DelegatingCacheLoader
 
undelegate() - Method in class org.infinispan.persistence.support.DelegatingCacheWriter
 
undelete(boolean) - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
 
undelete(boolean) - Method in interface org.infinispan.container.entries.CacheEntry
Deprecated.
undelete(boolean) - Method in class org.infinispan.container.entries.ClearCacheEntry
 
undelete(boolean) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
undelete(boolean) - Method in class org.infinispan.container.entries.ForwardingCacheEntry
 
undelete(boolean) - Method in class org.infinispan.container.entries.NullCacheEntry
 
undelete(boolean) - Method in class org.infinispan.container.entries.ReadCommittedEntry
 
underlyingStream - Variable in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
unexpectedAttribute(XMLStreamReader, int) - Static method in class org.infinispan.configuration.parsing.ParseUtils
Get an exception reporting an unexpected XML attribute.
unexpectedAttribute(XMLStreamReader, String) - Static method in class org.infinispan.configuration.parsing.ParseUtils
Get an exception reporting an unexpected XML attribute.
unexpectedAvailabilityMode(AvailabilityMode, CacheTopology) - Method in interface org.infinispan.util.logging.events.Messages
 
unexpectedAvailabilityMode(AvailabilityMode, CacheTopology) - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
unexpectedAvailabilityMode$str() - Method in class org.infinispan.util.logging.events.Messages_$bundle
 
unexpectedClassNotFoundException(ClassNotFoundException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
unexpectedClassNotFoundException(ClassNotFoundException) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unexpectedClassNotFoundException$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unexpectedDeliverMode(ReplicableCommand, DeliverOrder) - Method in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler
 
unexpectedElement(XMLStreamReader) - Static method in class org.infinispan.configuration.parsing.ParseUtils
Get an exception reporting an unexpected XML element.
unexpectedEndElement(XMLStreamReader) - Static method in class org.infinispan.configuration.parsing.ParseUtils
Get an exception reporting an unexpected end tag for an XML element.
unexpectedErrorConsumingEvent(ClientEvent, Throwable) - Method in interface org.infinispan.client.hotrod.logging.Log
 
unexpectedErrorConsumingEvent(ClientEvent, Throwable) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unexpectedErrorConsumingEvent$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unexpectedErrorFromResourceManager(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unexpectedErrorFromResourceManager(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unexpectedErrorFromResourceManager(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unexpectedErrorFromResourceManager(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unexpectedErrorFromResourceManager(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unexpectedErrorFromResourceManager(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unexpectedErrorFromResourceManager(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unexpectedErrorFromResourceManager(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unexpectedErrorFromResourceManager(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unexpectedErrorFromResourceManager(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
unexpectedErrorFromResourceManager(Throwable) - Method in interface org.infinispan.util.logging.Log
 
unexpectedErrorFromResourceManager(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
unexpectedErrorFromResourceManager$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unexpectedErrorFromResourceManager$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unexpectedErrorFromResourceManager$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unexpectedErrorFromResourceManager$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unexpectedErrorFromResourceManager$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unexpectedErrorFromResourceManager$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unexpectedErrorFromResourceManager$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unexpectedErrorFromResourceManager$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unexpectedErrorFromResourceManager$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unexpectedErrorFromResourceManager$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unexpectedErrorFromResourceManager$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unexpectedErrorInAsyncProcessor(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unexpectedErrorInAsyncProcessor(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor(Throwable) - Method in interface org.infinispan.util.logging.Log
 
unexpectedErrorInAsyncProcessor(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unexpectedErrorInAsyncProcessor$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unexpectedErrorInAsyncProcessor$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unexpectedErrorInAsyncProcessor$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unexpectedErrorInAsyncStoreCoordinator(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unexpectedErrorInAsyncStoreCoordinator(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator(Throwable) - Method in interface org.infinispan.util.logging.Log
 
unexpectedErrorInAsyncStoreCoordinator(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unexpectedErrorInAsyncStoreCoordinator$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unexpectedErrorInAsyncStoreCoordinator$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unexpectedErrorInAsyncStoreCoordinator$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unexpectedErrorReplicating(Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unexpectedErrorReplicating(Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unexpectedErrorReplicating(Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unexpectedErrorReplicating(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unexpectedErrorReplicating(Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unexpectedErrorReplicating(Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unexpectedErrorReplicating(Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unexpectedErrorReplicating(Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unexpectedErrorReplicating(Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
unexpectedErrorReplicating(Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
unexpectedErrorReplicating(Throwable) - Method in interface org.infinispan.util.logging.Log
 
unexpectedErrorReplicating(Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
unexpectedErrorReplicating$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unexpectedErrorReplicating$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unexpectedErrorReplicating$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unexpectedErrorReplicating$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unexpectedErrorReplicating$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unexpectedErrorReplicating$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unexpectedErrorReplicating$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unexpectedErrorReplicating$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unexpectedErrorReplicating$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unexpectedErrorReplicating$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unexpectedErrorReplicating$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unexpectedInitialVersion(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unexpectedInitialVersion(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unexpectedInitialVersion(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unexpectedInitialVersion(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unexpectedInitialVersion(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unexpectedInitialVersion(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unexpectedInitialVersion(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unexpectedInitialVersion(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unexpectedInitialVersion(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
unexpectedInitialVersion(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
unexpectedInitialVersion(String) - Method in interface org.infinispan.util.logging.Log
 
unexpectedInitialVersion(String) - Method in class org.infinispan.util.logging.Log_$logger
 
unexpectedInitialVersion$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unexpectedInitialVersion$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unexpectedInitialVersion$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unexpectedInitialVersion$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unexpectedInitialVersion$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unexpectedInitialVersion$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unexpectedInitialVersion$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unexpectedInitialVersion$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unexpectedInitialVersion$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unexpectedInitialVersion$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unexpectedInitialVersion$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unexpectedListenerId(String, String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
unexpectedListenerId(String, String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unexpectedListenerId$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unexpectedResponse(String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unexpectedResponse(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unexpectedResponse(String, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unexpectedResponse(String, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unexpectedResponse(String, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unexpectedResponse(String, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unexpectedResponse(String, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unexpectedResponse(String, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unexpectedResponse(String, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
unexpectedResponse(String, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
unexpectedResponse(String, String) - Method in interface org.infinispan.util.logging.Log
 
unexpectedResponse(String, String) - Method in class org.infinispan.util.logging.Log_$logger
 
unexpectedResponse$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unexpectedResponse$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unexpectedResponse$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unexpectedResponse$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unexpectedResponse$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unexpectedResponse$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unexpectedResponse$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unexpectedResponse$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unexpectedResponse$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unexpectedResponse$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unexpectedResponse$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unexpectedTransactionError(SystemException) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
unexpectedTransactionError(SystemException) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unexpectedTransactionError$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unfinishedTransactionsRemain(int, int) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unfinishedTransactionsRemain(int, int) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unfinishedTransactionsRemain(int, int) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unfinishedTransactionsRemain(int, int) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unfinishedTransactionsRemain(int, int) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unfinishedTransactionsRemain(int, int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unfinishedTransactionsRemain(int, int) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unfinishedTransactionsRemain(int, int) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unfinishedTransactionsRemain(int, int) - Method in class org.infinispan.stats.logging.Log_$logger
 
unfinishedTransactionsRemain(int, int) - Method in class org.infinispan.tree.logging.Log_$logger
 
unfinishedTransactionsRemain(int, int) - Method in interface org.infinispan.util.logging.Log
 
unfinishedTransactionsRemain(int, int) - Method in class org.infinispan.util.logging.Log_$logger
 
unfinishedTransactionsRemain$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unfinishedTransactionsRemain$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unfinishedTransactionsRemain$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unfinishedTransactionsRemain$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unfinishedTransactionsRemain$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unfinishedTransactionsRemain$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unfinishedTransactionsRemain$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unfinishedTransactionsRemain$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unfinishedTransactionsRemain$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unfinishedTransactionsRemain$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unfinishedTransactionsRemain$str() - Method in class org.infinispan.util.logging.Log_$logger
 
UnicastEventContext() - Constructor for class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl.UnicastEventContext
 
UnicodeEscapeSequence - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
UnicodeEscapeSequence - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
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
Creates a union of two compatible ConsistentHashes (use the same hashing function and have the same configuration parameters).
union(DefaultConsistentHash) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHash
Merges two consistent hash objects that have the same number of segments, numOwners and hash function.
union(DefaultConsistentHash, DefaultConsistentHash) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
Merges two consistent hash objects that have the same number of segments, numOwners and hash function.
union(ReplicatedConsistentHash) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
 
union(ReplicatedConsistentHash, ReplicatedConsistentHash) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
 
union(DefaultConsistentHash, DefaultConsistentHash) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
 
union(ReplicatedConsistentHash, ReplicatedConsistentHash) - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory
 
unit - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever
 
Units - Enum in org.infinispan.jmx.annotations
 
UNKNOWN_COMMAND_STATUS - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
UNKNOWN_VERSION_STATUS - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
unknownEvent(short) - Method in interface org.infinispan.client.hotrod.logging.Log
 
unknownEvent(short) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unknownEvent$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unknownExpiryOperation(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unknownExpiryOperation(String) - Method in interface org.infinispan.jcache.logging.Log
 
unknownExpiryOperation(String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
unknownExpiryOperation(String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unknownExpiryOperation$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unknownExpiryOperation$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
unknownExpiryOperation$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unknownExternalizerReaderIndex(int) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unknownExternalizerReaderIndex(int) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unknownExternalizerReaderIndex(int) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unknownExternalizerReaderIndex(int) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unknownExternalizerReaderIndex(int) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unknownExternalizerReaderIndex(int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unknownExternalizerReaderIndex(int) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unknownExternalizerReaderIndex(int) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unknownExternalizerReaderIndex(int) - Method in class org.infinispan.stats.logging.Log_$logger
 
unknownExternalizerReaderIndex(int) - Method in class org.infinispan.tree.logging.Log_$logger
 
unknownExternalizerReaderIndex(int) - Method in interface org.infinispan.util.logging.Log
 
unknownExternalizerReaderIndex(int) - Method in class org.infinispan.util.logging.Log_$logger
 
unknownExternalizerReaderIndex$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unknownExternalizerReaderIndex$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unknownExternalizerReaderIndex$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unknownExternalizerReaderIndex$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unknownExternalizerReaderIndex$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unknownExternalizerReaderIndex$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unknownExternalizerReaderIndex$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unknownExternalizerReaderIndex$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unknownExternalizerReaderIndex$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unknownExternalizerReaderIndex$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unknownExternalizerReaderIndex$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unknownMigrator(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unknownMigrator(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unknownMigrator(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unknownMigrator(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unknownMigrator(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unknownMigrator(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unknownMigrator(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unknownMigrator(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unknownMigrator(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
unknownMigrator(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
unknownMigrator(String) - Method in interface org.infinispan.util.logging.Log
 
unknownMigrator(String) - Method in class org.infinispan.util.logging.Log_$logger
 
unknownMigrator$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unknownMigrator$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unknownMigrator$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unknownMigrator$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unknownMigrator$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unknownMigrator$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unknownMigrator$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unknownMigrator$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unknownMigrator$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unknownMigrator$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unknownMigrator$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unknownOption(String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
unknownOption(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unknownOption$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unknownResponsesFromRemoteCache(Collection) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unknownResponsesFromRemoteCache(Collection) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unknownResponsesFromRemoteCache(Collection) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unknownResponsesFromRemoteCache(Collection) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unknownResponsesFromRemoteCache(Collection) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unknownResponsesFromRemoteCache(Collection) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unknownResponsesFromRemoteCache(Collection) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unknownResponsesFromRemoteCache(Collection) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unknownResponsesFromRemoteCache(Collection) - Method in class org.infinispan.stats.logging.Log_$logger
 
unknownResponsesFromRemoteCache(Collection) - Method in class org.infinispan.tree.logging.Log_$logger
 
unknownResponsesFromRemoteCache(Collection<Response>) - Method in interface org.infinispan.util.logging.Log
 
unknownResponsesFromRemoteCache(Collection) - Method in class org.infinispan.util.logging.Log_$logger
 
unknownResponsesFromRemoteCache$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unknownResponsesFromRemoteCache$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unknownResponsesFromRemoteCache$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unknownResponsesFromRemoteCache$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unknownResponsesFromRemoteCache$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unknownResponsesFromRemoteCache$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unknownResponsesFromRemoteCache$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unknownResponsesFromRemoteCache$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unknownResponsesFromRemoteCache$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unknownResponsesFromRemoteCache$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unknownResponsesFromRemoteCache$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unlock(Integer) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
Release the locks (either read or write).
unlock(Object, Object) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticLockManager
 
unlock(Object, Object) - Method in class org.infinispan.stats.wrappers.TopKeyLockManager
 
unlock(Object) - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
 
unlock(Object, Object) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
unlock(Object, Object) - Method in interface org.infinispan.util.concurrent.locks.LockManager
Releases the lock for the key if the lockOwner is the lock owner.
unlockAll(Collection<?>, Object) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticLockManager
 
unlockAll(InvocationContext) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticLockManager
 
unlockAll(Collection<?>, Object) - Method in class org.infinispan.stats.wrappers.TopKeyLockManager
 
unlockAll(InvocationContext) - Method in class org.infinispan.stats.wrappers.TopKeyLockManager
 
unlockAll(Collection<?>, Object) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
unlockAll(InvocationContext) - Method in class org.infinispan.util.concurrent.locks.impl.DefaultLockManager
 
unlockAll(Collection<?>, Object) - Method in interface org.infinispan.util.concurrent.locks.LockManager
Same as LockManager.unlock(Object, Object) but for multiple keys.
unlockAll(InvocationContext) - Method in interface org.infinispan.util.concurrent.locks.LockManager
Same as unlockAll(context.getLockedKeys(), context.getKeyLockOwner();.
unmanagedConnectionFactory() - Method in interface org.infinispan.persistence.jdbc.logging.Log
 
unmanagedConnectionFactory() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unmanagedConnectionFactory$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unmarshall(StreamingMarshaller, InputStream) - Static method in class org.infinispan.persistence.jdbc.JdbcUtil
 
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 specialzed for byte array.
unmarshallCollection(ObjectInput, MarshallUtil.CollectionBuilder<E, T>) - 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
 
unmarshallInt(ObjectInput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Unmarshall an integer.
unmarshallMap(ObjectInput, MarshallUtil.MapBuilder<K, V, T>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Unmarshall the Map.
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 class org.infinispan.stream.impl.AbstractCacheStream
 
unordered() - Method in class org.infinispan.stream.impl.AbstractDelegatingCacheStream
 
unordered() - Method in class org.infinispan.stream.impl.local.AbstractLocalCacheStream
 
UnorderedOperation<Type,Stream extends BaseStream<Type,Stream>> - Class in org.infinispan.stream.impl.intops
Performs unordered operation on a BaseStream
UnorderedOperation() - Constructor for class org.infinispan.stream.impl.intops.UnorderedOperation
 
unprocessedTxLogEntries(int) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unprocessedTxLogEntries(int) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unprocessedTxLogEntries(int) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unprocessedTxLogEntries(int) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unprocessedTxLogEntries(int) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unprocessedTxLogEntries(int) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unprocessedTxLogEntries(int) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unprocessedTxLogEntries(int) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unprocessedTxLogEntries(int) - Method in class org.infinispan.stats.logging.Log_$logger
 
unprocessedTxLogEntries(int) - Method in class org.infinispan.tree.logging.Log_$logger
 
unprocessedTxLogEntries(int) - Method in interface org.infinispan.util.logging.Log
 
unprocessedTxLogEntries(int) - Method in class org.infinispan.util.logging.Log_$logger
 
unprocessedTxLogEntries$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unprocessedTxLogEntries$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unprocessedTxLogEntries$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unprocessedTxLogEntries$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unprocessedTxLogEntries$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unprocessedTxLogEntries$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unprocessedTxLogEntries$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unprocessedTxLogEntries$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unprocessedTxLogEntries$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unprocessedTxLogEntries$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unprocessedTxLogEntries$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unprotectedAttributeSet(String) - Method in interface org.infinispan.commons.logging.Log
 
unprotectedAttributeSet(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
unprotectedAttributeSet(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unprotectedAttributeSet(String) - Method in class org.infinispan.jcache.logging.Log_$logger
 
unprotectedAttributeSet(String) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unprotectedAttributeSet$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unprotectedAttributeSet$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unprotectedAttributeSet$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
unprotectedAttributeSet$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unquote(String) - Static method in class org.infinispan.cli.connection.jmx.JMXConnection
 
unquote(String) - Static method in class org.infinispan.cli.interpreter.utils.ParserSupport
 
UnquotedStringCharacter - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
UnquotedStringCharacter - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
UnquotedStringStart - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
UnquotedStringStart - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
unrecognizedAttribute(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unrecognizedAttribute(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unrecognizedAttribute(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unrecognizedAttribute(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unrecognizedAttribute(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unrecognizedAttribute(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unrecognizedAttribute(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unrecognizedAttribute(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unrecognizedAttribute(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
unrecognizedAttribute(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
unrecognizedAttribute(String) - Method in interface org.infinispan.util.logging.Log
 
unrecognizedAttribute(String) - Method in class org.infinispan.util.logging.Log_$logger
 
unrecognizedAttribute$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unrecognizedAttribute$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unrecognizedAttribute$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unrecognizedAttribute$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unrecognizedAttribute$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unrecognizedAttribute$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unrecognizedAttribute$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unrecognizedAttribute$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unrecognizedAttribute$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unrecognizedAttribute$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unrecognizedAttribute$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unrecoverableErrorReadingEvent(Throwable, SocketAddress) - Method in interface org.infinispan.client.hotrod.logging.Log
 
unrecoverableErrorReadingEvent(Throwable, SocketAddress) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unrecoverableErrorReadingEvent$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unregister(UUID) - Method in interface org.infinispan.commands.CancellationService
Unregisters thread with CancellationService given an id
unregister(UUID) - Method in class org.infinispan.commands.CancellationServiceImpl
 
unregister() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
Stops handling the invocation.
unregisterCacheMBean() - Method in class org.infinispan.jmx.CacheJmxRegistration
 
unregisterCacheObject(AbstractJCache<K, V>, RIMBeanServerRegistrationUtility.ObjectNameType) - Static method in class org.infinispan.jcache.RIMBeanServerRegistrationUtility
Removes registered CacheStatistics for a Cache
unregisterL1WriteSynchronizer(Object, L1WriteSynchronizer) - Method in class org.infinispan.distribution.impl.L1ManagerImpl
 
unregisterL1WriteSynchronizer(Object, L1WriteSynchronizer) - Method in interface org.infinispan.distribution.L1Manager
Unregister the given write synchronizer if present.
unregisterMBean(ObjectName, MBeanServer) - Static method in class org.infinispan.jmx.JmxUtil
Unregister the MBean located under the given ObjectName
unregisterMBeans(Set<AbstractComponentRegistry.Component>) - Method in class org.infinispan.jmx.AbstractJmxRegistration
 
unregisterMBeans() - Method in class org.infinispan.jmx.ComponentsJmxRegistration
Unregisters all the MBeans registered through ComponentsJmxRegistration.registerMBeans().
unregisterMBeans(String, MBeanServer) - Static method in class org.infinispan.jmx.JmxUtil
Unregister all mbeans whose object names match a given filter.
unregisterNamedComponentRegistry(String) - Method in class org.infinispan.factories.GlobalComponentRegistry
 
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
This should always be invoked after registering write but after performing any operations required.
unregisterWrite(K) - Method in class org.infinispan.expiration.impl.ExpirationManagerImpl
 
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 for BasicCache.put(Object, Object) and BasicCache.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 for BasicCache.put(Object, Object) and BasicCache.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
 
unsafeTypedCacheRequest(String, Class, Class) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unsafeTypedCacheRequest(String, Class<?>, Class<?>) - Method in interface org.infinispan.jcache.logging.Log
 
unsafeTypedCacheRequest(String, Class, Class) - Method in class org.infinispan.jcache.logging.Log_$logger
 
unsafeTypedCacheRequest(String, Class, Class) - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unsafeTypedCacheRequest$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
 
unsafeTypedCacheRequest$str() - Method in class org.infinispan.jcache.logging.Log_$logger
 
unsafeTypedCacheRequest$str() - Method in class org.infinispan.jcache.remote.logging.Log_$logger
 
unsetFlag(DeltaAwareCacheEntry.Flags) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
Utility method that sets the value of the flag to false.
unsetFlag(ReadCommittedEntry.Flags) - Method in class org.infinispan.container.entries.ReadCommittedEntry
Utility method that sets the value of the flag to false.
UnsignedNumeric - Class in org.infinispan.commons.io
Helper to read and write unsigned numerics
UnsignedNumeric() - Constructor for class org.infinispan.commons.io.UnsignedNumeric
 
unstartedRemoteCacheManager() - Method in interface org.infinispan.client.hotrod.logging.Log
 
unstartedRemoteCacheManager() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unstartedRemoteCacheManager$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
UNSUCCESSFUL_RESPONSE - Static variable in interface org.infinispan.marshall.core.Ids
 
UnsuccessfulResponse - Class in org.infinispan.remoting.responses
An unsuccessful response
UnsuccessfulResponse.Externalizer - Class in org.infinispan.remoting.responses
 
unsuccessfulResponseForClusterListeners(Address, Response) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners(Address, Response) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners(Address, Response) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners(Address, Response) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners(Address, Response) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners(Address, Response) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unsuccessfulResponseForClusterListeners(Address, Response) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unsuccessfulResponseForClusterListeners(Address, Response) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners(Address, Response) - Method in class org.infinispan.stats.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners(Address, Response) - Method in class org.infinispan.tree.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners(Address, Response) - Method in interface org.infinispan.util.logging.Log
 
unsuccessfulResponseForClusterListeners(Address, Response) - Method in class org.infinispan.util.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unsuccessfulResponseForClusterListeners$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unsuccessfulResponseForClusterListeners$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unsuccessfulResponseForClusterListeners$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments(Address, Response) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments(Address, Response) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments(Address, Response) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments(Address, Response) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments(Address, Response) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments(Address, Response) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments(Address, Response) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments(Address, Response) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments(Address, Response) - Method in class org.infinispan.stats.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments(Address, Response) - Method in class org.infinispan.tree.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments(Address, Response) - Method in interface org.infinispan.util.logging.Log
 
unsuccessfulResponseRetrievingTransactionsForSegments(Address, Response) - Method in class org.infinispan.util.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unsuccessfulResponseRetrievingTransactionsForSegments$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unsupportedConfiguration(String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unsupportedConfiguration(String, String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unsupportedConfiguration(String, String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unsupportedConfiguration(String, String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unsupportedConfiguration(String, String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unsupportedConfiguration(String, String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unsupportedConfiguration(String, String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unsupportedConfiguration(String, String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unsupportedConfiguration(String, String) - Method in class org.infinispan.stats.logging.Log_$logger
 
unsupportedConfiguration(String, String) - Method in class org.infinispan.tree.logging.Log_$logger
 
unsupportedConfiguration(String, String) - Method in interface org.infinispan.util.logging.Log
 
unsupportedConfiguration(String, String) - Method in class org.infinispan.util.logging.Log_$logger
 
unsupportedConfiguration$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unsupportedConfiguration$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unsupportedConfiguration$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unsupportedConfiguration$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unsupportedConfiguration$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unsupportedConfiguration$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unsupportedConfiguration$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unsupportedConfiguration$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unsupportedConfiguration$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unsupportedConfiguration$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unsupportedConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
 
UnsupportedKeyTypeException - Exception in org.infinispan.persistence.keymappers
Exception thrown by certain cache stores when one tries to persist an entry with an unsupported key type.
UnsupportedKeyTypeException(Object) - Constructor for exception org.infinispan.persistence.keymappers.UnsupportedKeyTypeException
 
UnsupportedKeyTypeException(String) - Constructor for exception org.infinispan.persistence.keymappers.UnsupportedKeyTypeException
 
UnsupportedKeyTypeException(String, Throwable) - Constructor for exception org.infinispan.persistence.keymappers.UnsupportedKeyTypeException
 
UnsupportedKeyTypeException(Throwable) - Constructor for exception org.infinispan.persistence.keymappers.UnsupportedKeyTypeException
 
unsupportedMech(String, List<String>) - Method in interface org.infinispan.client.hotrod.logging.Log
 
unsupportedMech(String, List) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unsupportedMech$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
unsupportedTransactionConfiguration(boolean, boolean, boolean) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unsupportedTransactionConfiguration(boolean, boolean, boolean) - Method in class org.infinispan.lucene.logging.Log_$logger
 
unsupportedTransactionConfiguration(boolean, boolean, boolean) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unsupportedTransactionConfiguration(boolean, boolean, boolean) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unsupportedTransactionConfiguration(boolean, boolean, boolean) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unsupportedTransactionConfiguration(boolean, boolean, boolean) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unsupportedTransactionConfiguration(boolean, boolean, boolean) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unsupportedTransactionConfiguration(boolean, boolean, boolean) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unsupportedTransactionConfiguration(boolean, boolean, boolean) - Method in class org.infinispan.stats.logging.Log_$logger
 
unsupportedTransactionConfiguration(boolean, boolean, boolean) - Method in class org.infinispan.tree.logging.Log_$logger
 
unsupportedTransactionConfiguration(boolean, boolean, boolean) - Method in interface org.infinispan.util.logging.Log
 
unsupportedTransactionConfiguration(boolean, boolean, boolean) - Method in class org.infinispan.util.logging.Log_$logger
 
unsupportedTransactionConfiguration$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
unsupportedTransactionConfiguration$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
unsupportedTransactionConfiguration$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
unsupportedTransactionConfiguration$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
unsupportedTransactionConfiguration$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unsupportedTransactionConfiguration$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
unsupportedTransactionConfiguration$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
unsupportedTransactionConfiguration$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
unsupportedTransactionConfiguration$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
unsupportedTransactionConfiguration$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
unsupportedTransactionConfiguration$str() - Method in class org.infinispan.util.logging.Log_$logger
 
unsupportedValueFormat(String) - Method in interface org.infinispan.persistence.remote.logging.Log
 
unsupportedValueFormat(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
unsupportedValueFormat$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
UNSURE_RESPONSE - Static variable in interface org.infinispan.marshall.core.Ids
 
UnsureResponse - Class in org.infinispan.remoting.responses
An unsure response - used with Dist - essentially asks the caller to check the next response from the next node since the sender is in a state of flux (probably in the middle of rebalancing)
UnsureResponse() - Constructor for class org.infinispan.remoting.responses.UnsureResponse
 
UnsureResponse.Externalizer - Class in org.infinispan.remoting.responses
 
unwrap(Object, Class<T>) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
unwrap() - Method in class org.infinispan.distribution.group.impl.GroupingPartitioner
 
unwrap(Class<T>) - Method in class org.infinispan.jcache.AbstractJCache
 
unwrap(Class<T>) - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
 
unwrap(Class<T>) - Method in class org.infinispan.jcache.embedded.JCache
 
unwrap(Class<T>) - Method in class org.infinispan.jcache.embedded.JCacheManager
 
unwrap(Class<T>) - Method in class org.infinispan.jcache.JCacheEntry
 
unwrap(Class<T>) - Method in class org.infinispan.jcache.MutableJCacheEntry
 
unwrap(Class<T>) - Method in class org.infinispan.jcache.remote.JCacheManager
 
unwrap(Class<T>) - Method in class org.infinispan.jcache.RICacheEntryEvent
unwrap() - Method in class org.infinispan.stream.impl.AbstractCacheStream
 
unwrap() - Method in class org.infinispan.stream.impl.DistributedCacheStream
 
unwrap() - Method in class org.infinispan.stream.impl.DistributedDoubleCacheStream
 
unwrap() - Method in class org.infinispan.stream.impl.DistributedIntCacheStream
 
unwrap() - Method in class org.infinispan.stream.impl.DistributedLongCacheStream
 
unwrapAny(Class<T>, Object...) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
unwrapMarshalledvalue(T) - Static method in class org.infinispan.iteration.impl.LocalEntryRetriever
 
Updatable - Class in org.infinispan.atomic
A class which is updatable makes transparent the fact that it is built atop a listenable cache (in contrast to a Serializable class).
Updatable() - Constructor for class org.infinispan.atomic.Updatable
 
Update - Annotation Type in org.infinispan.atomic
To declare a method as modifying the state of the object.
update(InternalCacheEntry<K, V>, Metadata) - Method in interface org.infinispan.container.InternalEntryFactory
TODO: Adjust javadoc Updates an existing InternalCacheEntry with new metadata.
update(InternalCacheEntry<K, V>, V, Metadata) - Method in interface org.infinispan.container.InternalEntryFactory
update(InternalCacheEntry, Metadata) - Method in class org.infinispan.container.InternalEntryFactoryImpl
 
update(InternalCacheEntry, Object, Metadata) - Method in class org.infinispan.container.InternalEntryFactoryImpl
 
updateAndUnlock(TemporaryTable.LockedEntry, int, int) - Method in class org.infinispan.persistence.sifs.TemporaryTable
 
updateAvailabilityMode(List<Address>, AvailabilityMode, boolean) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
Enter a new availability mode.
updateAvailabilityMode(List<Address>, AvailabilityMode, boolean) - Method in class org.infinispan.topology.ClusterCacheStatus
 
updateBucket(Bucket) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
updateCacheMembers(List<Address>) - Method in class org.infinispan.topology.ClusterTopologyManagerImpl
 
updateConsistentHash(CacheTopology) - Method in interface org.infinispan.topology.CacheTopologyHandler
Invoked when the CH has to be immediately updated because of a leave or when the state transfer has completed and we have to install a permanent CH (pendingCH == null).
updateCurrentTopology(List<Address>) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
Use the configured ConsistentHashFactory to create a new CH with the given members, but do not start a rebalance.
updateCurrentTopology(List<Address>) - Method in class org.infinispan.topology.ClusterCacheStatus
 
updated(String, Dictionary) - Method in class org.infinispan.osgi.InfinispanEmbeddedServiceFactory
 
updateDomain(ComponentsJmxRegistration, GlobalComponentRegistry, MBeanServer, String) - Method in class org.infinispan.jmx.CacheJmxRegistration
 
updateDomain(ComponentsJmxRegistration, MBeanServer, String) - Method in class org.infinispan.jmx.CacheManagerJmxRegistration
 
updateFilteredKeys(List<Object>) - Method in class org.infinispan.remoting.inboundhandler.action.ActionState
 
updateHashFunction(Map<SocketAddress, Set<Integer>>, int, short, int, byte[], AtomicInteger) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
updateHashFunction(SocketAddress[][], int, short, byte[], AtomicInteger) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
updateHashFunction(Map<SocketAddress, Set<Integer>>, int, short, int, byte[], AtomicInteger) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
Deprecated.
Only called for Hot Rod 1.x protocol.
updateHashFunction(SocketAddress[][], int, short, byte[], AtomicInteger) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
updateMembers(CH, List<Address>, Map<Address, Float>) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
Create a new consistent hash instance, based on an existing instance, but with a new list of members.
updateMembers(DefaultConsistentHash, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
Leavers are removed and segments without owners are assigned new owners.
updateMembers(ReplicatedConsistentHash, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory
 
updateMembers(DefaultConsistentHash, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory
 
updateMembers(ReplicatedConsistentHash, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory
 
updateMembers(Collection<Address>) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferCollector
 
updateMetadata(CacheEntry, Metadata) - Static method in class org.infinispan.metadata.Metadatas
Set the providedMetadata on the cache entry.
updateMethods - Static variable in class org.infinispan.atomic.AtomicObjectFactory
 
updateOnCommunicationFailure(long) - Method in class org.infinispan.xsite.OfflineStatus
 
Updater(boolean) - Constructor for class org.infinispan.interceptors.CacheWriterInterceptor.Updater
Deprecated.
 
updateServers(byte[], Collection<SocketAddress>) - Method in class org.infinispan.client.hotrod.impl.TopologyInfo
 
updateServers(Collection<SocketAddress>, byte[], boolean) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory
 
updateServers(Collection<SocketAddress>, byte[], boolean) - Method in interface org.infinispan.client.hotrod.impl.transport.TransportFactory
 
updateStatusFromRemoteResponse(Object) - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
 
updateStatusFromRemoteResponse(Object) - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
 
updateStatusFromRemoteResponse(Object) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
updateStatusFromRemoteResponse(Object) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
updateStatusFromRemoteResponse(Object) - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
 
updateStatusFromRemoteResponse(Object) - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
 
updateStatusFromRemoteResponse(Object) - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
updateStatusFromRemoteResponse(Object) - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
updateStatusFromRemoteResponse(Object) - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
updateStatusFromRemoteResponse(Object) - Method in class org.infinispan.commands.write.ClearCommand
 
updateStatusFromRemoteResponse(Object) - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
updateStatusFromRemoteResponse(Object) - Method in class org.infinispan.commands.write.PutMapCommand
 
updateStatusFromRemoteResponse(Object) - Method in class org.infinispan.commands.write.RemoveCommand
 
updateStatusFromRemoteResponse(Object) - Method in class org.infinispan.commands.write.ReplaceCommand
 
updateStatusFromRemoteResponse(Object) - Method in interface org.infinispan.commands.write.WriteCommand
Used for conditional commands, to update the status of the command on the originator based on the result of its execution on the primary owner.
updateTimeout(long) - Method in class org.infinispan.remoting.inboundhandler.action.ActionState
 
updateTopologiesAfterMerge(CacheTopology, CacheTopology, AvailabilityMode) - Method in interface org.infinispan.partitionhandling.impl.AvailabilityStrategyContext
Updates both the stable and the current topologies.
updateTopologiesAfterMerge(CacheTopology, CacheTopology, AvailabilityMode) - Method in class org.infinispan.topology.ClusterCacheStatus
 
updateTopology(Map<SocketAddress, Set<Integer>>, int, short, int, byte[], AtomicInteger) - Method in class org.infinispan.client.hotrod.impl.TopologyInfo
 
updateTopology(SocketAddress[][], int, short, byte[], AtomicInteger) - Method in class org.infinispan.client.hotrod.impl.TopologyInfo
 
updateTopologyId(TopologyAffectedCommand) - Method in class org.infinispan.interceptors.base.BaseStateTransferInterceptor
Deprecated.
 
updateTTLForAccessed(BasicCache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCache
 
Upgrade - Class in org.infinispan.cli.commands.server
 
Upgrade() - Constructor for class org.infinispan.cli.commands.server.Upgrade
 
UPGRADE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
UPGRADE - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
upgradeLock(Object) - Method in class org.infinispan.util.concurrent.locks.StripedLock
 
upgradeStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
UpgradeStatement - Class in org.infinispan.cli.interpreter.statement
Performs operation related to rolling upgrades
UpgradeStatement(List<Option>, String) - Constructor for class org.infinispan.cli.interpreter.statement.UpgradeStatement
 
upgradeStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.upgradeStatement_return
 
use1PcForAutoCommitTransactions() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
Before Infinispan 5.1 you could access the cache both transactionally and non-transactionally.
use1PcForAutoCommitTransactions(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
Before Infinispan 5.1 you could access the cache both transactionally and non-transactionally.
USE_1_PC_FOR_AUTO_COMMIT_TRANSACTIONS - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
USE_EAGER_LOCKING - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
USE_LOCK_STRIPING - Static variable in class org.infinispan.configuration.cache.LockingConfiguration
 
USE_REPLICATION_QUEUE - Static variable in class org.infinispan.configuration.cache.AsyncConfiguration
 
USE_SSL - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
USE_SYNCHRONIZATION - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
USE_TWO_PHASE_COMMIT - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
 
useEagerLocking() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
Deprecated.
useEagerLocking(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
Deprecated.
useEagerLocking(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
Deprecated.
Starting with Infinispan 5.1 eager locking is replaced with pessimistic locking and can be enforced by setting transaction's locking mode to PESSIMISTIC.
useIntermediatePerTaskCache() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
useIntermediateSharedCache - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
useIntermediateSharedCache() - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
 
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.
useRepeatableRead - Variable in class org.infinispan.container.EntryFactoryImpl
 
useReplQueue() - Method in class org.infinispan.configuration.cache.AsyncConfiguration
Deprecated.
useReplQueue(boolean) - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
Deprecated.
Since 8.2, superseded by JGroups bundler functionality.
username - Variable in class org.infinispan.cli.connection.jmx.AbstractJMXUrl
 
username() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
 
username(String) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
 
username() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
 
username(String) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
 
UserPrincipal - Interface in org.infinispan.server.core.security
UserPrincipal.
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
 
usingBatchModeTransactionManager() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
usingBatchModeTransactionManager() - Method in class org.infinispan.lucene.logging.Log_$logger
 
usingBatchModeTransactionManager() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
usingBatchModeTransactionManager() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
usingBatchModeTransactionManager() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
usingBatchModeTransactionManager() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
usingBatchModeTransactionManager() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
usingBatchModeTransactionManager() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
usingBatchModeTransactionManager() - Method in class org.infinispan.stats.logging.Log_$logger
 
usingBatchModeTransactionManager() - Method in class org.infinispan.tree.logging.Log_$logger
 
usingBatchModeTransactionManager() - Method in interface org.infinispan.util.logging.Log
 
usingBatchModeTransactionManager() - Method in class org.infinispan.util.logging.Log_$logger
 
usingBatchModeTransactionManager$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
usingBatchModeTransactionManager$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
usingBatchModeTransactionManager$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
usingBatchModeTransactionManager$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
usingBatchModeTransactionManager$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
usingBatchModeTransactionManager$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
usingBatchModeTransactionManager$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
usingBatchModeTransactionManager$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
usingBatchModeTransactionManager$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
usingBatchModeTransactionManager$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
usingBatchModeTransactionManager$str() - Method in class org.infinispan.util.logging.Log_$logger
 
usingIntermediateCache(String) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Allows this MapReduceTask to use specific intermediate custom defined cache for storage of intermediate > key/values pairs.
usingSharedIntermediateCache(String) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Allows this MapReduceTask to use a specific shared intermediate cache for storage of intermediate > key/values pairs.
usingSharedIntermediateCache(String, String) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
Deprecated.
Allows this MapReduceTask to use a specific shared intermediate cache for storage of intermediate > key/values pairs.
usingStores() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
 
Util - Class in org.infinispan.commons.util
General utility methods used throughout the Infinispan code base.
Util - Class in org.infinispan.util
Deprecated.
Use the new org.infinispan.commons.util.Util
Utils - Class in org.infinispan.cli.util
 
Utils() - Constructor for class org.infinispan.cli.util.Utils
 
UUIDLITERAL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
UUIDLITERAL - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 

V

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.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.commons.configuration.attributes.Attribute
 
validate(T) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
validate(T) - Method in interface org.infinispan.commons.configuration.attributes.AttributeValidator
 
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
 
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(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.BackupForBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.BackupForBuilder
 
validate() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.CompatibilityModeConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
validate(GlobalConfiguration) - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
 
validate() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.DeadlockDetectionConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.EvictionConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.StoreAsBinaryConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.SyncConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.SyncConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.VersioningConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
 
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.GlobalJmxStatisticsConfigurationBuilder
 
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.ScheduledExecutorFactoryConfigurationBuilder
 
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
 
validate() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
 
validate() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
 
validate() - Method in class org.infinispan.jcache.embedded.JStoreAdapterConfigurationBuilder
 
validate() - Method in class org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfigurationBuilder
 
validate() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
 
validate() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
 
validate() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfigurationBuilder
 
validate() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
 
validate() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
 
validate() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
 
validate() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
 
validate() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
 
validate() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
 
validate() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
 
validate(GlobalConfiguration) - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
 
validate() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
 
validate(GlobalConfiguration) - 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.remoting.responses.KeysValidateFilter
 
validate() - Method in class org.infinispan.remoting.responses.SelfDeliverFilter
 
validate() - Method in interface org.infinispan.remoting.responses.TimeoutValidationResponseFilter
Validates the filter state.
validate() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
validate() - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
 
validateAndAddListenerInvocations(Object, AbstractListenerImpl<T, L>.AbstractInvocationBuilder) - Method in class org.infinispan.notifications.impl.AbstractListenerImpl
Loops through all valid methods on the object passed in, and caches the relevant methods as ListenerInvocation for invocation by reflection.
validateObject(SocketAddress, TcpTransport) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory
This will be called by the test thread when testWhileIdle==true.
validator(AttributeValidator<? super T>) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
ValidResponse - Class in org.infinispan.remoting.responses
A valid response
ValidResponse() - Constructor for class org.infinispan.remoting.responses.ValidResponse
 
value - Variable in class org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation
 
value - Variable in class org.infinispan.commands.write.RemoveCommand
When not null, value indicates that the entry should only be removed if the key is mapped to this value.
value - Variable in class org.infinispan.commons.api.functional.MetaParam.MetaLong
 
value - Variable in class org.infinispan.commons.configuration.attributes.Attribute
 
value - Variable in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
value - Variable in class org.infinispan.container.entries.ImmortalCacheEntry
 
value - Variable in class org.infinispan.container.entries.ImmortalCacheValue
 
value - Variable in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry
 
value - Variable in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry
 
value - Variable in class org.infinispan.container.entries.MortalCacheEntry
 
value - Variable in class org.infinispan.container.entries.ReadCommittedEntry
 
value - Variable in class org.infinispan.container.entries.TransientCacheEntry
 
value - Variable in class org.infinispan.container.entries.TransientMortalCacheEntry
 
value - Variable in class org.infinispan.jcache.JCacheEntry
 
VALUE - Static variable in interface org.infinispan.server.websocket.OpHandler
 
value() - Method in class org.infinispan.xsite.statetransfer.XSiteState
 
VALUE_EQUIVALENCE - Static variable in class org.infinispan.configuration.cache.DataContainerConfiguration
 
VALUE_MATCHER - Static variable in interface org.infinispan.marshall.core.Ids
 
VALUE_SIZE_ESTIMATE - Static variable in class org.infinispan.client.hotrod.impl.ConfigurationProperties
 
valueAllowed(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareEntryIterator
 
valueAllowed(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareEntrySet
 
valueAllowed(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
 
valueAllowed(Object) - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareSet
 
ValueAndMetadata() - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.ValueAndMetadata
 
ValueCacheCollection<K,V> - Class in org.infinispan.stream.impl.local
CacheCollection that can be used for the values method of a cache.
ValueCacheCollection(Cache<K, V>, CacheSet<CacheEntry<K, V>>) - Constructor for class org.infinispan.stream.impl.local.ValueCacheCollection
 
valueConverter(Class, String) - Static method in class org.infinispan.configuration.parsing.XmlConfigHelper
 
valueDecodingFailed(Exception, String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
valueDecodingFailed(Exception, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
valueDecodingFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
valueEncodingFailed(Exception, String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
valueEncodingFailed(String, String) - Method in interface org.infinispan.cli.interpreter.logging.Log
 
valueEncodingFailed(Exception, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
valueEncodingFailed(String, String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
valueEncodingFailed1$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
valueEncodingFailed2$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
valueEquivalence - Variable in class org.infinispan.commands.write.RemoveCommand
 
valueEquivalence() - Method in class org.infinispan.configuration.cache.DataContainerConfiguration
 
valueEquivalence(Equivalence<V>) - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
Set the Equivalence instance to use to compare values stored in data container.
valueIsMissing(CacheEntry) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
valueMatcher - Variable in class org.infinispan.commands.write.RemoveCommand
 
ValueMatcher - Enum in org.infinispan.commands.write
A policy for determining if a write command should be executed based on the current value in the cache.
valueMatcher(Object) - Method in interface org.infinispan.commons.marshall.LambdaExternalizer
 
valueMatcher(Object) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
 
valueMatcher(Object) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
 
valueMatcher(Object) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
 
ValueMatcher.Externalizer - Class in org.infinispan.commands.write
 
ValueMatcherMode - Enum in org.infinispan.commons.marshall
Value matcher mode.
valueOf(String) - Static method in enum org.infinispan.atomic.impl.AtomicHashMap.ProxyMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.infinispan.atomic.impl.AtomicHashMap.ProxyMode
 
valueOf(String) - Static method in enum org.infinispan.cli.interpreter.result.ResultKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.cli.shell.Color
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.cli.shell.ShellMode
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.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.impl.operations.PingOperation.PingResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory.ClusterSwitchStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.client.hotrod.impl.VersionedOperationResponse.RspCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.commands.write.ValueMatcher
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.infinispan.commands.write.ValueMatcher
 
valueOf(String) - Static method in enum org.infinispan.commons.api.functional.EntryVersion.CompareResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.commons.api.functional.Param.FutureMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.commons.api.functional.Param.PersistenceMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.infinispan.commons.api.functional.Param.PersistenceMode
 
valueOf(String) - Static method in enum org.infinispan.commons.api.functional.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.commons.equivalence.EquivalentLinkedHashMap.IterationOrder
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(int) - Static method in enum org.infinispan.commons.marshall.ValueMatcherMode
 
valueOf(String) - Static method in enum org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.Eviction
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
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.CacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.configuration.cache.Index
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.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.configuration.parsing.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.configuration.parsing.Element
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.configuration.parsing.ParsedCacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.configuration.parsing.Parser72.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.configuration.parsing.Parser72.TransactionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.configuration.parsing.Parser80.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.configuration.parsing.Parser80.TransactionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.container.entries.DeltaAwareCacheEntry.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.container.entries.ReadCommittedEntry.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.container.EntryFactory.Wrap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.container.versioning.InequalVersionComparisonResult
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.distexec.DistributedTaskExecutionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.distribution.DataLocality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.distribution.topologyaware.TopologyLevel
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.EvictionThreadPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.eviction.EvictionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.factories.scopes.Scopes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.jcache.Expiration.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.jcache.MutableJCacheEntry.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.jcache.RIMBeanServerRegistrationUtility.ObjectNameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.jmx.annotations.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.jmx.annotations.DisplayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.jmx.annotations.MeasurementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.jmx.annotations.Units
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.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(int) - Static method in enum org.infinispan.partitionhandling.AvailabilityMode
 
valueOf(String) - Static method in enum org.infinispan.persistence.cli.configuration.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.persistence.cli.configuration.Element
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.jdbc.DatabaseType
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.leveldb.configuration.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.persistence.leveldb.configuration.CompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.persistence.leveldb.configuration.Element
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration.ImplementationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.persistence.manager.PersistenceManager.AccessMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.persistence.modifications.Modification.Type
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.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.query.dsl.impl.PathExpression.AggregationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.query.dsl.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.registry.InternalCacheRegistry.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.remoting.inboundhandler.action.ActionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.remoting.inboundhandler.action.BaseLockingAction.InternalState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.remoting.inboundhandler.DeliverOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.remoting.inboundhandler.TopologyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.remoting.rpc.ResponseMode
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.memcached.MemcachedDecoderState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.statetransfer.StateRequestCommand.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.stats.container.ExtendedStatistic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.stats.percentiles.PercentileStatistic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.stats.topK.StreamSummaryContainer.Stat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.stream.impl.StreamRequestCommand.Type
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.topology.CacheTopologyControlCommand.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.topology.RebalancingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.transaction.impl.TransactionTable.CompletedTransactionStatus
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.transaction.TransactionProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.tree.impl.NodeKey.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.util.concurrent.BoundedConcurrentHashMap.Eviction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.util.concurrent.IsolationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.util.concurrent.locks.LockState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.util.concurrent.locks.LockUtil.LockOwnership
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.util.logging.events.EventLogCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.util.logging.events.EventLogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.xsite.BackupSender.BringSiteOnlineResponse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.xsite.BackupSender.TakeSiteOfflineResponse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand.StateTransferControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.xsite.XSiteAdminCommand.AdminOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.xsite.XSiteAdminCommand.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.infinispan.atomic.impl.AtomicHashMap.ProxyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.infinispan.atomic.impl.AtomicHashMap
 
values() - Method in class org.infinispan.atomic.impl.AtomicHashMapProxy
 
values() - Method in class org.infinispan.atomic.impl.FineGrainedAtomicHashMapProxy
 
values() - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
values() - Method in class org.infinispan.cache.impl.AbstractDelegatingCache
 
values() - Method in class org.infinispan.cache.impl.CacheImpl
 
values() - Method in class org.infinispan.cache.impl.DecoratedCache
 
values() - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
Values() - Constructor for class org.infinispan.cache.impl.SimpleCacheImpl.Values
 
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.cli.interpreter.result.ResultKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.cli.shell.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.cli.shell.ShellMode
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.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.impl.operations.PingOperation.PingResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheSupport
 
values() - Static method in enum org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory.ClusterSwitchStatus
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.impl.VersionedOperationResponse.RspCode
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.commands.write.ValueMatcher
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.commons.api.functional.EntryVersion.CompareResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.commons.api.functional.Param.FutureMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.commons.api.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.commons.api.functional.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
Values() - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap.Values
 
values() - Static method in enum org.infinispan.commons.equivalence.EquivalentLinkedHashMap.IterationOrder
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 - Variable in class org.infinispan.commons.util.AbstractMap
 
values() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.Eviction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a Collection view of the values contained in this map.
values() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a Collection view of the values contained in this map.
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() - Constructor for class org.infinispan.commons.util.FastCopyHashMap.Values
 
values() - Static method in enum org.infinispan.commons.util.MemoryUnit
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.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
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.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.configuration.parsing.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.configuration.parsing.Element
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.configuration.parsing.ParsedCacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.configuration.parsing.Parser72.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.configuration.parsing.Parser72.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.parsing.Parser80.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.configuration.parsing.Parser80.TransactionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface org.infinispan.container.DataContainer
 
values() - Method in class org.infinispan.container.DefaultDataContainer
 
values() - Static method in enum org.infinispan.container.entries.DeltaAwareCacheEntry.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.container.entries.ReadCommittedEntry.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.container.EntryFactory.Wrap
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.container.versioning.InequalVersionComparisonResult
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.distexec.DistributedTaskExecutionPolicy
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
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.distribution.topologyaware.TopologyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.infinispan.distribution.util.ReadOnlySegmentAwareMap
NOTE: this method is not supported.
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.EvictionThreadPolicy
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
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.factories.scopes.Scopes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.jcache.Expiration.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.jcache.MutableJCacheEntry.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.jcache.RIMBeanServerRegistrationUtility.ObjectNameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.jmx.annotations.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.jmx.annotations.DisplayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.jmx.annotations.MeasurementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.jmx.annotations.Units
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.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.persistence.cli.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.cli.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.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.jdbc.DatabaseType
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.leveldb.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.leveldb.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.leveldb.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.leveldb.configuration.LevelDBStoreConfiguration.ImplementationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.persistence.manager.PersistenceManager.AccessMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.persistence.modifications.Modification.Type
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.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.query.dsl.impl.PathExpression.AggregationType
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
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.registry.InternalCacheRegistry.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.remoting.inboundhandler.action.ActionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.remoting.inboundhandler.action.BaseLockingAction.InternalState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.remoting.inboundhandler.DeliverOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.remoting.inboundhandler.TopologyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.remoting.rpc.ResponseMode
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() - Method in class org.infinispan.security.impl.SecureCacheImpl
 
values() - Static method in enum org.infinispan.server.memcached.MemcachedDecoderState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.infinispan.server.websocket.json.JsonObject
 
values() - Static method in enum org.infinispan.statetransfer.StateRequestCommand.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.stats.container.ExtendedStatistic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.stats.percentiles.PercentileStatistic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.stats.topK.StreamSummaryContainer.Stat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.stream.impl.StreamRequestCommand.Type
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.topology.CacheTopologyControlCommand.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.topology.RebalancingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.transaction.impl.TransactionTable.CompletedTransactionStatus
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.transaction.TransactionProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.transaction.xa.TransactionFactory.TxFactoryEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.tree.impl.NodeKey.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.infinispan.util.AbstractDelegatingMap
 
values() - Static method in enum org.infinispan.util.concurrent.BoundedConcurrentHashMap.Eviction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.infinispan.util.concurrent.BoundedConcurrentHashMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum org.infinispan.util.concurrent.IsolationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.util.concurrent.locks.LockState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.util.concurrent.locks.LockUtil.LockOwnership
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.util.logging.events.EventLogCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.util.logging.events.EventLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.xsite.BackupSender.BringSiteOnlineResponse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.xsite.BackupSender.TakeSiteOfflineResponse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand.StateTransferControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.xsite.XSiteAdminCommand.AdminOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.xsite.XSiteAdminCommand.Status
Returns an array containing the constants of this enum type, in the order they are declared.
valueSizeEstimate(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
valueSizeEstimate() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
valueSizeEstimate(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
valueSizeEstimate(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
This hint allows sizing of byte buffers when serializing and deserializing values, to minimize array resizing.
valueSizeEstimate(int) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
valueSizeEstimate() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
valueSizeEstimate(int) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
valueSizeEstimate(int) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
This hint allows sizing of byte buffers when serializing and deserializing values, to minimize array resizing.
verifyKeys(Set<? extends K>) - Method in class org.infinispan.jcache.AbstractJCache
 
version(String) - Method in interface org.infinispan.cdi.util.logging.Log
 
version(String) - Method in class org.infinispan.cdi.util.logging.Log_$logger
 
Version - Class in org.infinispan.cli.commands.server
 
Version() - Constructor for class org.infinispan.cli.commands.server.Version
 
VERSION - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
VERSION - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
version(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
version(String) - Method in interface org.infinispan.client.hotrod.logging.Log
 
version(String) - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
Version - Class in org.infinispan.client.hotrod
Defines client and protocol version.
Version() - Constructor for class org.infinispan.client.hotrod.Version
 
version() - Method in class org.infinispan.configuration.global.SerializationConfiguration
 
version(short) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
Largest allowable version to use when marshalling internal state.
version(String) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
Largest allowable version to use when marshalling internal state.
version() - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata
 
version() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
 
version(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
version - Variable in class org.infinispan.metadata.EmbeddedMetadata.Builder
 
version(EntryVersion) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
 
version() - Method in class org.infinispan.metadata.EmbeddedMetadata
 
version() - Method in class org.infinispan.metadata.impl.InternalMetadataImpl
 
version() - Method in class org.infinispan.metadata.impl.L1Metadata
 
version(EntryVersion) - Method in interface org.infinispan.metadata.Metadata.Builder
Set version.
version() - Method in interface org.infinispan.metadata.Metadata
Returns the version of the cache entry with which this metadata object is associated.
version(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
version(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
version(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
version(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
version(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
version(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
version(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
version(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
version(String) - Method in interface org.infinispan.util.logging.Log
 
version(String) - Method in class org.infinispan.util.logging.Log_$logger
 
Version - Class in org.infinispan
Contains version information about this release of Infinispan.
version$str() - Method in class org.infinispan.cdi.util.logging.Log_$logger
 
version$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
version$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
version$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
version$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
version$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
version$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
version$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
version$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
version$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
version$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
version$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
version$str() - Method in class org.infinispan.util.logging.Log_$logger
 
VERSION_10 - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
VERSION_11 - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
VERSION_12 - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
VERSION_13 - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
VERSION_20 - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
VERSION_21 - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
VERSION_22 - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
VERSION_23 - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
VERSION_24 - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
VERSION_25 - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
 
VersionAwareMarshaller - Class in org.infinispan.marshall.core
A delegate to various other marshallers like JBossMarshaller.
VersionAwareMarshaller() - Constructor for class org.infinispan.marshall.core.VersionAwareMarshaller
 
Versioned - Interface in org.infinispan.container.entries.versioned
An interface that marks the ability to handle versions
VersionedCommitCommand - Class in org.infinispan.commands.tx
The same as a CommitCommand except that version information is also carried by this command, used by optimistically transactional caches making use of write skew checking when using IsolationLevel.REPEATABLE_READ.
VersionedCommitCommand() - Constructor for class org.infinispan.commands.tx.VersionedCommitCommand
 
VersionedCommitCommand(String, GlobalTransaction) - Constructor for class org.infinispan.commands.tx.VersionedCommitCommand
 
VersionedCommitCommand(String) - Constructor for class org.infinispan.commands.tx.VersionedCommitCommand
 
VersionedDistributionInterceptor - Class in org.infinispan.interceptors.distribution
Deprecated.
Since 8.2, no longer public API.
VersionedDistributionInterceptor() - Constructor for class org.infinispan.interceptors.distribution.VersionedDistributionInterceptor
Deprecated.
 
VersionedEntryWrappingInterceptor - Class in org.infinispan.interceptors
Deprecated.
Since 8.2, no longer public API.
VersionedEntryWrappingInterceptor() - Constructor for class org.infinispan.interceptors.VersionedEntryWrappingInterceptor
Deprecated.
 
VersionedOperationResponse<V> - Class in org.infinispan.client.hotrod.impl
 
VersionedOperationResponse(V, VersionedOperationResponse.RspCode) - Constructor for class org.infinispan.client.hotrod.impl.VersionedOperationResponse
 
VersionedOperationResponse.RspCode - Enum in org.infinispan.client.hotrod.impl
 
VersionedPrepareCommand - Class in org.infinispan.commands.tx
Same as PrepareCommand except that the transaction originator makes evident the versions of entries touched and stored in a transaction context so that accurate write skew checks may be performed by the lock owner(s).
VersionedPrepareCommand() - Constructor for class org.infinispan.commands.tx.VersionedPrepareCommand
 
VersionedPrepareCommand(String, GlobalTransaction, List<WriteCommand>, boolean) - Constructor for class org.infinispan.commands.tx.VersionedPrepareCommand
 
VersionedPrepareCommand(String) - Constructor for class org.infinispan.commands.tx.VersionedPrepareCommand
 
VersionedValue<V> - Interface in org.infinispan.client.hotrod
Besides the key and value, also contains an version.
VersionedValueImpl<V> - Class in org.infinispan.client.hotrod.impl
 
VersionedValueImpl(long, V) - Constructor for class org.infinispan.client.hotrod.impl.VersionedValueImpl
 
VersionGenerator - Interface in org.infinispan.container.versioning
Generates versions
versionGenerator - Variable in class org.infinispan.interceptors.VersionedEntryWrappingInterceptor
Deprecated.
 
VersionGeneratorFactory - Class in org.infinispan.factories
Version generator component factory.
VersionGeneratorFactory() - Constructor for class org.infinispan.factories.VersionGeneratorFactory
 
versioning() - Method in class org.infinispan.configuration.cache.Configuration
 
versioning() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
versioning() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
 
VersioningConfiguration - Class in org.infinispan.configuration.cache
This configuration element controls whether entries are versioned.
VersioningConfigurationBuilder - Class in org.infinispan.configuration.cache
 
VersioningConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.VersioningConfigurationBuilder
 
VersioningScheme - Enum in org.infinispan.configuration.cache
The various versioning schemes supported
versionStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
 
VersionStatement - Class in org.infinispan.cli.interpreter.statement
Implementation of the "version" statement
VersionStatement() - Constructor for class org.infinispan.cli.interpreter.statement.VersionStatement
 
versionStatement_return() - Constructor for class org.infinispan.cli.interpreter.IspnCliQLParser.versionStatement_return
 
VersionUtils - Class in org.infinispan.client.hotrod.impl.protocol
Utilities to handle protocol versions
VersionUtils() - Constructor for class org.infinispan.client.hotrod.impl.protocol.VersionUtils
 
viewAccepted(View) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
viewChange(ViewChangedEvent) - Method in class org.infinispan.notifications.cachelistener.cluster.RemoteClusterListener
 
viewChange(ViewChangedEvent) - Method in class org.infinispan.persistence.support.SingletonCacheWriter.SingletonStoreListener
The cluster formation changed, so determine whether the current cache stopped being the coordinator or became the coordinator.
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).
ViewChangedAdapter - Class in org.infinispan.cdi.event.cachemanager
 
ViewChangedAdapter(Event<ViewChangedEvent>) - Constructor for class org.infinispan.cdi.event.cachemanager.ViewChangedAdapter
 
ViewChangedEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
This event is passed in to any method annotated with ViewChanged.
viewId - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
viewUpdateCondition - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
viewUpdateLock - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
visit(FileListCacheKey) - Method in interface org.infinispan.lucene.KeyVisitor
 
visit(ChunkCacheKey) - Method in interface org.infinispan.lucene.KeyVisitor
 
visit(FileCacheKey) - Method in interface org.infinispan.lucene.KeyVisitor
 
visit(FileReadLockKey) - Method in interface org.infinispan.lucene.KeyVisitor
 
visit(BaseQueryBuilder<T>) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(AndCondition) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(OrCondition) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(NotCondition) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(EqOperator) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(GtOperator) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(GteOperator) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(LtOperator) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(LteOperator) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(BetweenOperator) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(LikeOperator) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(IsNullOperator) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(InOperator) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(ContainsOperator) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(ContainsAllOperator) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(ContainsAnyOperator) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
visit(AttributeCondition) - Method in class org.infinispan.query.dsl.impl.JPAQueryGenerator
 
VisitableCommand - Interface in org.infinispan.commands
A type of command that can accept Visitors, such as CommandInterceptors.
visitApplyDeltaCommand(InvocationContext, ApplyDeltaCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitApplyDeltaCommand(InvocationContext, ApplyDeltaCommand) - Method in interface org.infinispan.commands.Visitor
 
visitApplyDeltaCommand(InvocationContext, ApplyDeltaCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitApplyDeltaCommand(InvocationContext, ApplyDeltaCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor.Updater
Deprecated.
 
visitApplyDeltaCommand(InvocationContext, ApplyDeltaCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitApplyDeltaCommand(InvocationContext, ApplyDeltaCommand) - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
Deprecated.
 
visitApplyDeltaCommand(InvocationContext, ApplyDeltaCommand) - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
Deprecated.
 
visitApplyDeltaCommand(InvocationContext, ApplyDeltaCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitApplyDeltaCommand(InvocationContext, ApplyDeltaCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
visitApplyDeltaCommand(InvocationContext, ApplyDeltaCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitClearCommand(InvocationContext, ClearCommand) - Method in interface org.infinispan.commands.Visitor
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor.Updater
Deprecated.
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.InvalidationInterceptor
Deprecated.
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.interceptors.xsite.BaseBackupInterceptor
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.xsite.BackupSenderImpl.CustomBackupPolicyInvoker
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.xsite.BaseBackupReceiver.BackupCacheUpdater
 
visitCollection(InvocationContext, Collection<? extends VisitableCommand>) - Method in class org.infinispan.commands.AbstractVisitor
Helper method to visit a collection of VisitableCommands.
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in interface org.infinispan.commands.Visitor
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.CallInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.InvalidationInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.NotificationInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.totalorder.TotalOrderDistributionInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.totalorder.TotalOrderInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.totalorder.TotalOrderVersionedDistributionInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.totalorder.TotalOrderVersionedEntryWrappingInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.VersionedEntryWrappingInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.xsite.OptimisticBackupInterceptor
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.interceptors.xsite.PessimisticBackupInterceptor
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.statetransfer.TransactionSynchronizerInterceptor
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.xsite.BackupSenderImpl.CustomBackupPolicyInvoker
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.xsite.BaseBackupReceiver.BackupCacheUpdater
 
visitDataReadCommand(InvocationContext, DataCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
visitDataReadCommand(InvocationContext, DataCommand) - Method in class org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor
Deprecated.
 
visitDataReadCommand(InvocationContext, DataCommand) - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
Deprecated.
 
visitDataReadCommand(InvocationContext, DataCommand) - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
Deprecated.
 
visitDataWriteCommand(InvocationContext, DataWriteCommand, boolean) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
Deprecated.
 
visitDataWriteCommand(InvocationContext, DataWriteCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
visitDataWriteCommand(InvocationContext, DataWriteCommand) - Method in class org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor
Deprecated.
 
visitDataWriteCommand(InvocationContext, DataWriteCommand) - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
Deprecated.
 
visitDataWriteCommand(InvocationContext, DataWriteCommand) - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
Deprecated.
 
visitDistributedExecuteCommand(InvocationContext, DistributedExecuteCommand<V>) - Method in class org.infinispan.commands.AbstractVisitor
 
visitDistributedExecuteCommand(InvocationContext, DistributedExecuteCommand<V>) - Method in interface org.infinispan.commands.Visitor
 
visitEntrySetCommand(InvocationContext, EntrySetCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitEntrySetCommand(InvocationContext, EntrySetCommand) - Method in interface org.infinispan.commands.Visitor
 
visitEntrySetCommand(InvocationContext, EntrySetCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitEntrySetCommand(InvocationContext, EntrySetCommand) - Method in class org.infinispan.interceptors.compat.BaseTypeConverterInterceptor
Deprecated.
 
visitEntrySetCommand(InvocationContext, EntrySetCommand) - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor
Deprecated.
 
visitEntrySetCommand(InvocationContext, EntrySetCommand) - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
visitEntrySetCommand(InvocationContext, EntrySetCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitEntrySetCommand(InvocationContext, EntrySetCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
visitEvictCommand(InvocationContext, EvictCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitEvictCommand(InvocationContext, EvictCommand) - Method in interface org.infinispan.commands.Visitor
 
visitEvictCommand(InvocationContext, EvictCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
visitEvictCommand(InvocationContext, EvictCommand) - Method in class org.infinispan.interceptors.BatchingInterceptor
Deprecated.
 
visitEvictCommand(InvocationContext, EvictCommand) - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
visitEvictCommand(InvocationContext, EvictCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitEvictCommand(InvocationContext, EvictCommand) - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
visitEvictCommand(InvocationContext, EvictCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in interface org.infinispan.commands.Visitor
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.CallInterceptor
Deprecated.
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.compat.BaseTypeConverterInterceptor
Deprecated.
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.IsMarshallableInterceptor
Deprecated.
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
Deprecated.
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor
Deprecated.
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
Deprecated.
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
Deprecated.
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
visitGetAllCommand(InvocationContext, GetAllCommand) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in interface org.infinispan.commands.Visitor
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.CallInterceptor
Deprecated.
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.compat.BaseTypeConverterInterceptor
Deprecated.
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.IsMarshallableInterceptor
Deprecated.
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
visitGetCacheEntryCommand(InvocationContext, GetCacheEntryCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitGetKeysInGroupCommand(InvocationContext, GetKeysInGroupCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitGetKeysInGroupCommand(InvocationContext, GetKeysInGroupCommand) - Method in interface org.infinispan.commands.Visitor
 
visitGetKeysInGroupCommand(InvocationContext, GetKeysInGroupCommand) - Method in class org.infinispan.interceptors.base.BaseStateTransferInterceptor
Deprecated.
 
visitGetKeysInGroupCommand(InvocationContext, GetKeysInGroupCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitGetKeysInGroupCommand(InvocationContext, GetKeysInGroupCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
visitGetKeysInGroupCommand(InvocationContext, GetKeysInGroupCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitGetKeysInGroupCommand(InvocationContext, GetKeysInGroupCommand) - Method in class org.infinispan.interceptors.GroupingInterceptor
Deprecated.
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in interface org.infinispan.commands.Visitor
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.CallInterceptor
Deprecated.
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.compat.BaseTypeConverterInterceptor
Deprecated.
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.IsMarshallableInterceptor
Deprecated.
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
Deprecated.
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in interface org.infinispan.commands.Visitor
 
visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitInvalidateL1Command(InvocationContext, InvalidateL1Command) - Method in class org.infinispan.commands.AbstractVisitor
 
visitInvalidateL1Command(InvocationContext, InvalidateL1Command) - Method in interface org.infinispan.commands.Visitor
 
visitInvalidateL1Command(InvocationContext, InvalidateL1Command) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
visitInvalidateL1Command(InvocationContext, InvalidateL1Command) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitInvalidateL1Command(InvocationContext, InvalidateL1Command) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
visitInvalidateL1Command(InvocationContext, InvalidateL1Command) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitKeySetCommand(InvocationContext, KeySetCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitKeySetCommand(InvocationContext, KeySetCommand) - Method in interface org.infinispan.commands.Visitor
 
visitKeySetCommand(InvocationContext, KeySetCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitKeySetCommand(InvocationContext, KeySetCommand) - Method in class org.infinispan.interceptors.compat.BaseTypeConverterInterceptor
Deprecated.
 
visitKeySetCommand(InvocationContext, KeySetCommand) - Method in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor
Deprecated.
 
visitKeySetCommand(InvocationContext, KeySetCommand) - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
visitKeySetCommand(InvocationContext, KeySetCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitKeySetCommand(InvocationContext, KeySetCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in interface org.infinispan.commands.Visitor
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.CallInterceptor
Deprecated.
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.DeadlockDetectingInterceptor
Deprecated.
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.InvalidationInterceptor
Deprecated.
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.InvocationContextInterceptor
Deprecated.
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.IsMarshallableInterceptor
Deprecated.
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
Deprecated.
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
Deprecated.
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.totalorder.TotalOrderInterceptor
Deprecated.
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitLockControlCommand(TxInvocationContext, LockControlCommand) - Method in class org.infinispan.statetransfer.TransactionSynchronizerInterceptor
 
visitNonTxDataWriteCommand(InvocationContext, DataWriteCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
Visitor - Interface in org.infinispan.commands
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in interface org.infinispan.commands.Visitor
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.CallInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.DeadlockDetectingInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.InvalidationInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.NotificationInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.totalorder.TotalOrderInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.totalorder.TotalOrderStateTransferInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.totalorder.TotalOrderVersionedEntryWrappingInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.VersionedEntryWrappingInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.xsite.OptimisticBackupInterceptor
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.xsite.PessimisticBackupInterceptor
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.statetransfer.TransactionSynchronizerInterceptor
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.xsite.BackupSenderImpl.CustomBackupPolicyInvoker
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.xsite.BaseBackupReceiver.BackupCacheUpdater
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in interface org.infinispan.commands.Visitor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor.Updater
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.compat.BaseTypeConverterInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.DeadlockDetectingInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.DistCacheWriterInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.InvalidationInterceptor.InvalidationFilterVisitor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.InvalidationInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.IsMarshallableInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.stats.topK.CacheUsageInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.xsite.BackupSenderImpl.CustomBackupPolicyInvoker
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.xsite.BaseBackupReceiver.BackupCacheUpdater
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in interface org.infinispan.commands.Visitor
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.ActivationInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor.Updater
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.compat.BaseTypeConverterInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.DistCacheWriterInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.InvalidationInterceptor.InvalidationFilterVisitor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.InvalidationInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.IsMarshallableInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.locking.OptimisticLockingInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.locking.PessimisticLockingInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.xsite.BackupSenderImpl.CustomBackupPolicyInvoker
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.xsite.BaseBackupReceiver.BackupCacheUpdater
 
visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in interface org.infinispan.commands.Visitor
 
visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitReadOnlyKeyCommand(InvocationContext, ReadOnlyKeyCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in interface org.infinispan.commands.Visitor
 
visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitReadOnlyManyCommand(InvocationContext, ReadOnlyManyCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in interface org.infinispan.commands.Visitor
 
visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in interface org.infinispan.commands.Visitor
 
visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in interface org.infinispan.commands.Visitor
 
visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in interface org.infinispan.commands.Visitor
 
visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitRemoteTransaction(RemoteTransaction) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
visitRemoteTransaction(RemoteTransaction) - Method in class org.infinispan.commands.tx.RollbackCommand
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in interface org.infinispan.commands.Visitor
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor.Updater
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.compat.BaseTypeConverterInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.DeadlockDetectingInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.DistCacheWriterInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.InvalidationInterceptor.InvalidationFilterVisitor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.InvalidationInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.IsMarshallableInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.xsite.BackupSenderImpl.CustomBackupPolicyInvoker
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.xsite.BaseBackupReceiver.BackupCacheUpdater
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in interface org.infinispan.commands.Visitor
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.CacheLoaderInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.CacheMgmtInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor.Updater
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.compat.BaseTypeConverterInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.DeadlockDetectingInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.DistCacheWriterInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.distribution.L1LastChanceInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.distribution.L1TxInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.InvalidationInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.IsMarshallableInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.interceptors.xsite.NonTransactionalBackupInterceptor
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.xsite.BackupSenderImpl.CustomBackupPolicyInvoker
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.xsite.BaseBackupReceiver.BackupCacheUpdater
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in interface org.infinispan.commands.Visitor
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.CallInterceptor
Deprecated.
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
Deprecated.
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.NotificationInterceptor
Deprecated.
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.totalorder.TotalOrderDistributionInterceptor
Deprecated.
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.totalorder.TotalOrderInterceptor
Deprecated.
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.totalorder.TotalOrderVersionedDistributionInterceptor
Deprecated.
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.interceptors.xsite.OptimisticBackupInterceptor
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.statetransfer.StateTransferInterceptor
Deprecated.
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.statetransfer.TransactionSynchronizerInterceptor
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticInterceptor
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.xsite.BackupSenderImpl.CustomBackupPolicyInvoker
 
visitRollbackCommand(TxInvocationContext, RollbackCommand) - Method in class org.infinispan.xsite.BaseBackupReceiver.BackupCacheUpdater
 
visitSingleStore(InvocationContext, FlagAffectedCommand, Object) - Method in class org.infinispan.interceptors.CacheWriterInterceptor.Updater
Deprecated.
 
visitSizeCommand(InvocationContext, SizeCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitSizeCommand(InvocationContext, SizeCommand) - Method in interface org.infinispan.commands.Visitor
 
visitSizeCommand(InvocationContext, SizeCommand) - Method in class org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
 
visitSizeCommand(InvocationContext, SizeCommand) - Method in class org.infinispan.interceptors.TxInterceptor
Deprecated.
 
visitToken(DetailAST) - Method in class org.infinispan.checkstyle.checks.regexp.IllegalImport
 
visitUnknownCommand(InvocationContext, VisitableCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitUnknownCommand(InvocationContext, VisitableCommand) - Method in interface org.infinispan.commands.Visitor
 
visitWriteManyCommand(InvocationContext, T, Set<Object>) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in interface org.infinispan.commands.Visitor
 
visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in interface org.infinispan.commands.Visitor
 
visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
Deprecated.
 
visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in interface org.infinispan.commands.Visitor
 
visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.commands.AbstractVisitor
 
visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in interface org.infinispan.commands.Visitor
 
visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.CacheWriterInterceptor
Deprecated.
 
visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 

W

WAIT_TIME - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
waitFor(long) - Method in class org.infinispan.persistence.sifs.SyncProcessingQueue
 
waitForBackupToFinish() - Method in class org.infinispan.remoting.transport.AggregateBackupResponse
 
waitForBackupToFinish() - Method in interface org.infinispan.remoting.transport.BackupResponse
 
waitForBackupToFinish() - Method in class org.infinispan.remoting.transport.jgroups.JGroupsBackupResponse
 
waitForCacheToStabilize(Cache<Object, Object>, Configuration) - Method in class org.infinispan.commands.CreateCacheCommand
 
waitForCacheToStart(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
waitForCacheToStart(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
waitForCacheToStart(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
waitForCacheToStart(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
waitForCacheToStart(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
waitForCacheToStart(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
waitForCacheToStart(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
waitForCacheToStart(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
waitForCacheToStart(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
waitForCacheToStart(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
waitForCacheToStart(String) - Method in interface org.infinispan.util.logging.Log
 
waitForCacheToStart(String) - Method in class org.infinispan.util.logging.Log_$logger
 
waitForCacheToStart$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
waitForCacheToStart$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
waitForCacheToStart$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
waitForCacheToStart$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
waitForCacheToStart$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
waitForCacheToStart$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
waitForCacheToStart$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
waitForCacheToStart$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
waitForCacheToStart$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
waitForCacheToStart$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
waitForCacheToStart$str() - Method in class org.infinispan.util.logging.Log_$logger
 
waitForInitialStateTransferToComplete() - Method in class org.infinispan.statetransfer.StateTransferManagerImpl
 
waitForLockRelease(long) - Method in class org.infinispan.transaction.impl.AbstractCacheTransaction
 
waitForLockRelease(long) - Method in interface org.infinispan.transaction.xa.CacheTransaction
Deprecated.
waitForTopology(int) - Method in class org.infinispan.interceptors.base.BaseStateTransferInterceptor
Deprecated.
 
waitForTopology(int, long, TimeUnit) - Method in interface org.infinispan.statetransfer.StateTransferLock
 
waitForTopology(int, long, TimeUnit) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
 
waitForTransactionData(int) - Method in class org.infinispan.interceptors.base.BaseStateTransferInterceptor
Deprecated.
 
waitForTransactionData(int, long, TimeUnit) - Method in interface org.infinispan.statetransfer.StateTransferLock
 
waitForTransactionData(int, long, TimeUnit) - Method in class org.infinispan.statetransfer.StateTransferLockImpl
 
waitForView(int) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
 
waitForView(int) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
waitForView(int, long, TimeUnit) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
 
waitForView(int) - Method in interface org.infinispan.remoting.transport.Transport
 
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.
waitUntilAllCompleted() - Method in class org.infinispan.executors.ExecutorAllCompletionService
 
waitUntilPrepared(boolean) - Method in class org.infinispan.transaction.impl.TotalOrderRemoteTransactionState
Commit and rollback commands invokes this method and they are blocked here if the state is PREPARING
WAKEUP_INTERVAL - Static variable in class org.infinispan.configuration.cache.ExpirationConfiguration
 
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() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
 
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.
wallClockTime() - Method in class org.infinispan.util.DefaultTimeService
 
wallClockTime() - Method in interface org.infinispan.util.TimeService
 
warn(EventLogCategory, String) - Method in interface org.infinispan.util.logging.events.EventLogger
Logs a message to the event log using the EventLogLevel.WARN severity
warnAboutExceptionInLevelDB(Exception) - Method in interface org.infinispan.persistence.leveldb.logging.Log
 
warnAboutExceptionInLevelDB(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnAboutExceptionInLevelDB$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnAboutUberJarDuplicates() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnAboutUberJarDuplicates() - Method in interface org.infinispan.client.hotrod.logging.Log
 
warnAboutUberJarDuplicates() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
warnAboutUberJarDuplicates() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnAboutUberJarDuplicates() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnAboutUberJarDuplicates() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnAboutUberJarDuplicates() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnAboutUberJarDuplicates() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnAboutUberJarDuplicates() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnAboutUberJarDuplicates() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnAboutUberJarDuplicates() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnAboutUberJarDuplicates() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnAboutUberJarDuplicates() - Method in interface org.infinispan.util.logging.Log
 
warnAboutUberJarDuplicates() - Method in class org.infinispan.util.logging.Log_$logger
 
warnAboutUberJarDuplicates$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnAboutUberJarDuplicates$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
warnAboutUberJarDuplicates$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnAboutUberJarDuplicates$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnAboutUberJarDuplicates$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnAboutUberJarDuplicates$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnAboutUberJarDuplicates$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnAboutUberJarDuplicates$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnAboutUberJarDuplicates$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnAboutUberJarDuplicates$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnAboutUberJarDuplicates$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnAboutUberJarDuplicates$str() - Method in class org.infinispan.util.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured() - Method in interface org.infinispan.util.logging.Log
 
warnConcurrentUpdateSupportCannotBeConfigured() - Method in class org.infinispan.util.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnConcurrentUpdateSupportCannotBeConfigured$str() - Method in class org.infinispan.util.logging.Log_$logger
 
warnCouldNotCommitLocalTx(Object, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnCouldNotCommitLocalTx(Object, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnCouldNotCommitLocalTx(Object, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnCouldNotCommitLocalTx(Object, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnCouldNotCommitLocalTx(Object, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnCouldNotCommitLocalTx(Object, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnCouldNotCommitLocalTx(Object, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnCouldNotCommitLocalTx(Object, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnCouldNotCommitLocalTx(Object, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
warnCouldNotCommitLocalTx(Object, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
warnCouldNotCommitLocalTx(Object, Exception) - Method in interface org.infinispan.util.logging.Log
 
warnCouldNotCommitLocalTx(Object, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
warnCouldNotCommitLocalTx$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnCouldNotCommitLocalTx$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnCouldNotCommitLocalTx$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnCouldNotCommitLocalTx$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnCouldNotCommitLocalTx$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnCouldNotCommitLocalTx$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnCouldNotCommitLocalTx$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnCouldNotCommitLocalTx$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnCouldNotCommitLocalTx$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnCouldNotCommitLocalTx$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnCouldNotCommitLocalTx$str() - Method in class org.infinispan.util.logging.Log_$logger
 
warnCouldNotRollbackLocalTx(Object, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnCouldNotRollbackLocalTx(Object, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnCouldNotRollbackLocalTx(Object, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnCouldNotRollbackLocalTx(Object, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnCouldNotRollbackLocalTx(Object, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnCouldNotRollbackLocalTx(Object, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnCouldNotRollbackLocalTx(Object, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnCouldNotRollbackLocalTx(Object, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnCouldNotRollbackLocalTx(Object, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
warnCouldNotRollbackLocalTx(Object, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
warnCouldNotRollbackLocalTx(Object, Exception) - Method in interface org.infinispan.util.logging.Log
 
warnCouldNotRollbackLocalTx(Object, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
warnCouldNotRollbackLocalTx$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnCouldNotRollbackLocalTx$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnCouldNotRollbackLocalTx$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnCouldNotRollbackLocalTx$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnCouldNotRollbackLocalTx$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnCouldNotRollbackLocalTx$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnCouldNotRollbackLocalTx$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnCouldNotRollbackLocalTx$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnCouldNotRollbackLocalTx$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnCouldNotRollbackLocalTx$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnCouldNotRollbackLocalTx$str() - Method in class org.infinispan.util.logging.Log_$logger
 
warnExceptionRemovingRecovery(Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnExceptionRemovingRecovery(Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnExceptionRemovingRecovery(Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnExceptionRemovingRecovery(Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnExceptionRemovingRecovery(Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnExceptionRemovingRecovery(Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnExceptionRemovingRecovery(Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnExceptionRemovingRecovery(Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnExceptionRemovingRecovery(Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
warnExceptionRemovingRecovery(Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
warnExceptionRemovingRecovery(Exception) - Method in interface org.infinispan.util.logging.Log
 
warnExceptionRemovingRecovery(Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
warnExceptionRemovingRecovery$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnExceptionRemovingRecovery$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnExceptionRemovingRecovery$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnExceptionRemovingRecovery$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnExceptionRemovingRecovery$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnExceptionRemovingRecovery$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnExceptionRemovingRecovery$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnExceptionRemovingRecovery$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnExceptionRemovingRecovery$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnExceptionRemovingRecovery$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnExceptionRemovingRecovery$str() - Method in class org.infinispan.util.logging.Log_$logger
 
warnFifoStrategyIsDeprecated() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnFifoStrategyIsDeprecated() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnFifoStrategyIsDeprecated() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnFifoStrategyIsDeprecated() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnFifoStrategyIsDeprecated() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnFifoStrategyIsDeprecated() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnFifoStrategyIsDeprecated() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnFifoStrategyIsDeprecated() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnFifoStrategyIsDeprecated() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnFifoStrategyIsDeprecated() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnFifoStrategyIsDeprecated() - Method in interface org.infinispan.util.logging.Log
 
warnFifoStrategyIsDeprecated() - Method in class org.infinispan.util.logging.Log_$logger
 
warnFifoStrategyIsDeprecated$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnFifoStrategyIsDeprecated$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnFifoStrategyIsDeprecated$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnFifoStrategyIsDeprecated$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnFifoStrategyIsDeprecated$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnFifoStrategyIsDeprecated$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnFifoStrategyIsDeprecated$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnFifoStrategyIsDeprecated$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnFifoStrategyIsDeprecated$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnFifoStrategyIsDeprecated$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnFifoStrategyIsDeprecated$str() - Method in class org.infinispan.util.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnGridFSMetadataCacheRequiresSync() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnGridFSMetadataCacheRequiresSync() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync() - Method in interface org.infinispan.util.logging.Log
 
warnGridFSMetadataCacheRequiresSync() - Method in class org.infinispan.util.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnGridFSMetadataCacheRequiresSync$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnGridFSMetadataCacheRequiresSync$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnGridFSMetadataCacheRequiresSync$str() - Method in class org.infinispan.util.logging.Log_$logger
 
warnL1NotHavingReaperThread() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnL1NotHavingReaperThread() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnL1NotHavingReaperThread() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnL1NotHavingReaperThread() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnL1NotHavingReaperThread() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnL1NotHavingReaperThread() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnL1NotHavingReaperThread() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnL1NotHavingReaperThread() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnL1NotHavingReaperThread() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnL1NotHavingReaperThread() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnL1NotHavingReaperThread() - Method in interface org.infinispan.util.logging.Log
 
warnL1NotHavingReaperThread() - Method in class org.infinispan.util.logging.Log_$logger
 
warnL1NotHavingReaperThread$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnL1NotHavingReaperThread$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnL1NotHavingReaperThread$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnL1NotHavingReaperThread$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnL1NotHavingReaperThread$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnL1NotHavingReaperThread$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnL1NotHavingReaperThread$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnL1NotHavingReaperThread$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnL1NotHavingReaperThread$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnL1NotHavingReaperThread$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnL1NotHavingReaperThread$str() - Method in class org.infinispan.util.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnStrictPeerToPeerWithInjectedChannel() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnStrictPeerToPeerWithInjectedChannel() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel() - Method in interface org.infinispan.util.logging.Log
 
warnStrictPeerToPeerWithInjectedChannel() - Method in class org.infinispan.util.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnStrictPeerToPeerWithInjectedChannel$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnStrictPeerToPeerWithInjectedChannel$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnStrictPeerToPeerWithInjectedChannel$str() - Method in class org.infinispan.util.logging.Log_$logger
 
warnUnableToCloseDb(Throwable) - Method in interface org.infinispan.persistence.leveldb.logging.Log
 
warnUnableToCloseDb(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnUnableToCloseDb$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnUnableToCloseDbIterator(Throwable) - Method in interface org.infinispan.persistence.leveldb.logging.Log
 
warnUnableToCloseDbIterator(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnUnableToCloseDbIterator$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnUnableToCloseExpiredDb(Throwable) - Method in interface org.infinispan.persistence.leveldb.logging.Log
 
warnUnableToCloseExpiredDb(Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnUnableToCloseExpiredDb$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnXsiteBackupFailed(String, String, Object) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnXsiteBackupFailed(String, String, Object) - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnXsiteBackupFailed(String, String, Object) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnXsiteBackupFailed(String, String, Object) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnXsiteBackupFailed(String, String, Object) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnXsiteBackupFailed(String, String, Object) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnXsiteBackupFailed(String, String, Object) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnXsiteBackupFailed(String, String, Object) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnXsiteBackupFailed(String, String, Object) - Method in class org.infinispan.stats.logging.Log_$logger
 
warnXsiteBackupFailed(String, String, Object) - Method in class org.infinispan.tree.logging.Log_$logger
 
warnXsiteBackupFailed(String, String, Object) - Method in interface org.infinispan.util.logging.Log
 
warnXsiteBackupFailed(String, String, Object) - Method in class org.infinispan.util.logging.Log_$logger
 
warnXsiteBackupFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
warnXsiteBackupFailed$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
warnXsiteBackupFailed$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
warnXsiteBackupFailed$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
warnXsiteBackupFailed$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
warnXsiteBackupFailed$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
warnXsiteBackupFailed$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
warnXsiteBackupFailed$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
warnXsiteBackupFailed$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
warnXsiteBackupFailed$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
warnXsiteBackupFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
 
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(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(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 is 0.75.
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 is 0.75.
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
 
WebSocketServer - Class in org.infinispan.server.websocket
An HTTP server which serves Web Socket requests on an Infinispan cacheManager.
WebSocketServer() - Constructor for class org.infinispan.server.websocket.WebSocketServer
 
WebSocketServerConfiguration - Class in org.infinispan.server.websocket.configuration
WebSocketServerConfiguration.
WebSocketServerConfigurationBuilder - Class in org.infinispan.server.websocket.configuration
WebSocketServerConfigurationBuilder.
WebSocketServerConfigurationBuilder() - Constructor for class org.infinispan.server.websocket.configuration.WebSocketServerConfigurationBuilder
 
WebSocketServerHandler - Class in org.infinispan.server.websocket
Web Socket Server Handler (Netty).
WebSocketServerHandler(CacheContainer, Map<String, OpHandler>, Map<String, Cache<Object, Object>>, CacheIgnoreAware) - Constructor for class org.infinispan.server.websocket.WebSocketServerHandler
 
whereFilterCondition - Variable in class org.infinispan.query.dsl.impl.BaseQueryBuilder
 
WhiteSpace - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
 
WhiteSpace - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
 
who(Subject) - Method in interface org.infinispan.util.logging.events.EventLogger
Sets a security subject for this event log.
who(Principal) - Method in interface org.infinispan.util.logging.events.EventLogger
Sets a security principal for this event log.
who(String) - Method in interface org.infinispan.util.logging.events.EventLogger
Sets a security name for this event log.
who(String) - Method in class org.infinispan.util.logging.events.impl.BasicEventLogger
 
who - Variable in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
 
who(String) - Method in class org.infinispan.util.logging.events.impl.DecoratedEventLogger
 
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntriesEvictedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryActivatedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryCreatedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryExpiredAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryInvalidatedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryLoadedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryModifiedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryPassivatedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryRemovedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryVisitedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.DataRehashedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.TopologyChangedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.TransactionCompletedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.TransactionRegisteredAdapter
Events which will be selected (including generic type information ().
wireDependencies(Object) - Method in class org.infinispan.factories.AbstractComponentRegistry
Wires an object instance with dependencies annotated with the Inject annotation, creating more components as needed based on the Configuration passed in if these additional components don't exist in the ComponentRegistry.
wireFilterAndConverterDependencies(KeyValueFilter<? super K, ? super V>, Converter<? super K, ? super V, C>) - Method in class org.infinispan.iteration.impl.LocalEntryRetriever
 
with(ClassLoader) - Method in interface org.infinispan.AdvancedCache
Using this operation, users can call any AdvancedCache operation with a given ClassLoader.
with(ClassLoader) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
with(ClassLoader) - Method in class org.infinispan.cache.impl.CacheImpl
 
with(ClassLoader) - Method in class org.infinispan.cache.impl.DecoratedCache
 
with(ClassLoader) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
with(ClassLoader) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
with(ClassLoader) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
withAnnotationDeclared(List<Class<?>>, 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
 
withAnnotationPresent(Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ClassFinder
 
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(Flag...) - Method in interface org.infinispan.AdvancedCache
A method that adds flags to any API call.
withFlags(Flag...) - Method in class org.infinispan.cache.impl.AbstractDelegatingAdvancedCache
 
withFlags(Flag...) - Method in class org.infinispan.cache.impl.CacheImpl
 
withFlags(Flag...) - Method in class org.infinispan.cache.impl.DecoratedCache
 
withFlags(Flag...) - Method in class org.infinispan.cache.impl.SimpleCacheImpl
 
withFlags(Flag...) - Method in class org.infinispan.cache.impl.StatsCollectingCache
 
withFlags(Flag...) - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
 
withFlags(Flag...) - Method in interface org.infinispan.client.hotrod.RemoteCache
Applies one or more Flags to the scope of a single invocation.
withFlags(Flag...) - Method in class org.infinispan.security.impl.SecureCacheImpl
 
withGroupers(List<Grouper<?>>) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
Set the groupers to use
withinThreadExecutor - Variable in class org.infinispan.iteration.impl.LocalEntryRetriever
 
WithinThreadExecutor - Class in org.infinispan.util.concurrent
An executor that works within the current thread.
WithinThreadExecutor() - Constructor for class org.infinispan.util.concurrent.WithinThreadExecutor
 
WithinThreadExecutorFactory - Class in org.infinispan.executors
Executor factory that creates WithinThreadExecutor.
WithinThreadExecutorFactory() - Constructor for class org.infinispan.executors.WithinThreadExecutorFactory
 
withParams(Param<?>...) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadOnlyMap
Tweak read-only functional map executions providing Param instances.
withParams(Param<?>...) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
Tweak read-write functional map executions providing Param instances.
withParams(Param<?>...) - Method in interface org.infinispan.commons.api.functional.FunctionalMap
Tweak functional map executions providing Param instances.
withParams(Param<?>...) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Tweak write-only functional map executions providing Param instances.
withParams(Param<?>...) - Method in class org.infinispan.functional.impl.FunctionalMapImpl
 
withParams(Param<?>...) - Method in class org.infinispan.functional.impl.ReadOnlyMapImpl
 
withParams(Param<?>...) - Method in class org.infinispan.functional.impl.ReadWriteMapImpl
 
withParams(Param<?>...) - Method in class org.infinispan.functional.impl.WriteOnlyMapImpl
 
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.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.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
 
withProperties(Properties) - Method in class org.infinispan.configuration.cache.DataContainerConfigurationBuilder
Set key/value properties to this DataContainer configuration
withProperties(Properties) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
The Query engine relies on properties for configuration.
withProperties(Properties) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
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.GlobalJmxStatisticsConfigurationBuilder
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.JdbcBinaryStoreConfigurationBuilder
 
withProperties(Properties) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcMixedStoreConfigurationBuilder
 
withProperties(Properties) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
 
workerThreads() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
workerThreads - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
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
wouldLose(DldGlobalTransaction) - Method in class org.infinispan.transaction.xa.DldGlobalTransaction
 
wrap(AdvancedCache<K, V>) - Method in interface org.infinispan.cache.impl.AbstractDelegatingAdvancedCache.AdvancedCacheWrapper
 
wrapEntriesForPrepare(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
Deprecated.
 
wrapEntryForClear(InvocationContext, Object) - Method in interface org.infinispan.container.EntryFactory
Deprecated.
Clear no longer wraps entries.
wrapEntryForClear(InvocationContext, Object) - Method in class org.infinispan.container.EntryFactoryImpl
Deprecated.
wrapEntryForDelta(InvocationContext, Object, Delta) - Method in interface org.infinispan.container.EntryFactory
Used for wrapping Delta entry to be applied to DeltaAware object stored in cache.
wrapEntryForDelta(InvocationContext, Object, Delta) - Method in class org.infinispan.container.EntryFactoryImpl
 
wrapEntryForPut(InvocationContext, Object, InternalCacheEntry, boolean, FlagAffectedCommand, boolean) - Method in interface org.infinispan.container.EntryFactory
wrapEntryForPut(InvocationContext, Object, InternalCacheEntry, boolean, FlagAffectedCommand, boolean) - Method in class org.infinispan.container.EntryFactoryImpl
 
wrapEntryForReading(InvocationContext, Object, CacheEntry) - Method in interface org.infinispan.container.EntryFactory
Wraps an entry for reading.
wrapEntryForReading(InvocationContext, Object, CacheEntry) - Method in class org.infinispan.container.EntryFactoryImpl
 
wrapEntryForRemove(InvocationContext, Object, boolean, boolean, boolean) - Method in interface org.infinispan.container.EntryFactory
wrapEntryForRemove(InvocationContext, Object, boolean, boolean, boolean) - Method in class org.infinispan.container.EntryFactoryImpl
 
wrapEntryForReplace(InvocationContext, ReplaceCommand) - Method in interface org.infinispan.container.EntryFactory
wrapEntryForReplace(InvocationContext, ReplaceCommand) - Method in class org.infinispan.container.EntryFactoryImpl
 
wrapEntryForWriting(InvocationContext, Object, EntryFactory.Wrap, boolean, boolean) - Method in interface org.infinispan.container.EntryFactory
Insert an entry that exists in the data container into the context.
wrapEntryForWriting(InvocationContext, Object, EntryFactory.Wrap, boolean, boolean) - Method in class org.infinispan.container.EntryFactoryImpl
 
wrapExternalEntry(InvocationContext, Object, CacheEntry, EntryFactory.Wrap, boolean) - Method in interface org.infinispan.container.EntryFactory
Insert an external entry (e.g.
wrapExternalEntry(InvocationContext, Object, CacheEntry, EntryFactory.Wrap, boolean) - Method in class org.infinispan.container.EntryFactoryImpl
 
wrapExternalEntry(InvocationContext, Object, CacheEntry, EntryFactory.Wrap, boolean) - Method in class org.infinispan.container.IncrementalVersionableEntryFactoryImpl
 
wrapMap(Map<Object, Object>, Set<MarshalledValue>, InvocationContext) - Method in class org.infinispan.interceptors.MarshalledValueInterceptor
Deprecated.
 
wrappedEntry - Variable in class org.infinispan.container.entries.DeltaAwareCacheEntry
 
WritableGridFileChannel - Class in org.infinispan.io
 
write(int) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.SaslOutputStream
 
write(byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.SaslOutputStream
 
write(byte[], int, int) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.SaslOutputStream
 
write(byte[], int, int) - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
 
write(int) - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
 
write(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
write(byte[]) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
write(byte[], int, int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
write(int) - Method in class org.infinispan.commons.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.infinispan.commons.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(byte[], int, int) - Method in class org.infinispan.io.ExpandableMarshalledValueByteStream
 
write(int) - Method in class org.infinispan.io.ExpandableMarshalledValueByteStream
 
write(byte[], int, int) - Method in class org.infinispan.io.ExposedByteArrayOutputStream
Deprecated.
 
write(int) - Method in class org.infinispan.io.ExposedByteArrayOutputStream
Deprecated.
 
write(int) - Method in class org.infinispan.io.GridOutputStream
 
write(byte[]) - Method in class org.infinispan.io.GridOutputStream
 
write(byte[], int, int) - Method in class org.infinispan.io.GridOutputStream
 
write(int) - Method in class org.infinispan.io.ImmutableMarshalledValueByteStream
 
write(int) - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
write(byte[]) - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
write(byte[], int, int) - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
write(ByteBuffer) - Method in class org.infinispan.io.WritableGridFileChannel
 
write(MarshalledEntry) - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
 
write(MarshalledEntry) - Method in class org.infinispan.persistence.async.AsyncCacheWriter
 
write(MarshalledEntry<? extends K, ? extends V>) - Method in class org.infinispan.persistence.file.SingleFileStore
 
write(MarshalledEntry) - Method in class org.infinispan.persistence.jdbc.binary.JdbcBinaryStore
 
write(MarshalledEntry) - Method in class org.infinispan.persistence.jdbc.mixed.JdbcMixedStore
 
write(MarshalledEntry) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
write(MarshalledEntry) - Method in class org.infinispan.persistence.jpa.JpaStore
 
write(MarshalledEntry) - Method in class org.infinispan.persistence.leveldb.LevelDBStore
 
write(MarshalledEntry) - Method in class org.infinispan.persistence.remote.RemoteStore
 
write(MarshalledEntry) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
write(MarshalledEntry<? extends K, ? extends V>) - Method in interface org.infinispan.persistence.spi.CacheWriter
Persists the entry to the storage.
write(MarshalledEntry) - Method in class org.infinispan.persistence.support.DelegatingCacheWriter
 
write(MarshalledEntry) - Method in class org.infinispan.persistence.support.SingletonCacheWriter
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.infinispan.server.core.transport.SaslQopHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.infinispan.server.core.transport.StatsChannelHandler
 
WRITE_SKEW_CHECK - Static variable in class org.infinispan.configuration.cache.LockingConfiguration
 
writeArray(byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
 
writeArray(byte[]) - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
writeBoolean(boolean) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeBoolean(boolean) - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
writeByte(short) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
writeByte(short) - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
writeByte(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeByte(int) - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
writeByte(byte) - Method in class org.infinispan.lucene.impl.InfinispanIndexOutput
 
writeBytes(byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
 
writeBytes(byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
writeBytes(String) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeBytes(String) - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
writeBytes(byte[], int, int) - Method in class org.infinispan.lucene.impl.InfinispanIndexOutput
 
writeChar(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeChar(int) - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
writeChars(String) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeChars(String) - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
writeClientListenerParams(Transport, ClientListener, byte[][], byte[][]) - Method in interface org.infinispan.client.hotrod.impl.protocol.Codec
Writes client listener parameters
writeClientListenerParams(Transport, ClientListener, byte[][], byte[][]) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
 
writeClientListenerParams(Transport, ClientListener, byte[][], byte[][]) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
writeClientListenerParams(Transport, ClientListener, byte[][], byte[][]) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec21
 
WriteCommand - Interface in org.infinispan.commands.write
A command that modifies the cache in some way
writeCommandHeader(ObjectOutput, ReplicableCommand) - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
 
writeCommandParameters(ObjectOutput, ReplicableCommand) - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
 
writeDouble(double) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeDouble(double) - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
writeExpirationParams(Transport, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.impl.protocol.Codec
Write lifespan/maxidle parameters.
writeExpirationParams(Transport, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
 
writeExpirationParams(Transport, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
writeExpirationParams(Transport, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec22
 
writeExternal(ObjectOutput) - Method in class org.infinispan.atomic.sharded.collections.ShardedTreeMap
 
writeExternal(Object, ObjectOutput) - Method in class org.infinispan.commons.marshall.jboss.JBossExternalizerAdapter
 
writeExternal(ObjectOutput) - Method in class org.infinispan.commons.util.ImmutableListCopy
Format: - entry array size (int) - elements (Object)
writeExternal(ObjectOutput) - Method in class org.infinispan.io.GridFile.Metadata
 
writeExternal(ObjectOutput) - Method in class org.infinispan.marshall.core.MarshalledValue
 
writeFileListAsynchronously(boolean) - Method in interface org.infinispan.lucene.directory.BuildContext
When set to true, the list of files of the Directory is propagated to other nodes asynchronously.
writeFileListAsynchronously(boolean) - Method in class org.infinispan.lucene.impl.DirectoryBuilderImpl
 
writeFloat(float) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeFloat(float) - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
writeGlobalState() - Method in interface org.infinispan.globalstate.GlobalStateManager
Persists the global state by contacting all registered scope providers
writeGlobalState() - Method in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
 
writeHeader(Transport, short) - Method in class org.infinispan.client.hotrod.impl.operations.HotRodOperation
 
writeHeader(Transport, HeaderParams) - Method in interface org.infinispan.client.hotrod.impl.protocol.Codec
Writes a request header with the given parameters to the transport and returns an updated header parameters.
writeHeader(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
 
writeHeader(Transport, HeaderParams, byte) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
 
writeHeader(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec11
 
writeHeader(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec12
 
writeHeader(Transport, HeaderParams, byte) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec12
 
writeHeader(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec13
 
writeHeader(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
writeHeader(Transport, HeaderParams, byte) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec20
 
writeHeader(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec21
 
writeHeader(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec22
 
writeHeader(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec23
 
writeHeader(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec24
 
writeHeader(Transport, HeaderParams) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec25
 
writeInt(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeInt(int) - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
writeLong(long) - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
 
writeLong(long) - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
writeLong(long) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeLong(long) - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
writeManagedAttributeAlreadyPresent(String) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent(String) - Method in class org.infinispan.lucene.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent(String) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent(String) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent(String) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent(String) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
writeManagedAttributeAlreadyPresent(String) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
writeManagedAttributeAlreadyPresent(String) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent(String) - Method in class org.infinispan.stats.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent(String) - Method in class org.infinispan.tree.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent(String) - Method in interface org.infinispan.util.logging.Log
 
writeManagedAttributeAlreadyPresent(String) - Method in class org.infinispan.util.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
writeManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
writeManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
writeManagedAttributeAlreadyPresent$str() - Method in class org.infinispan.util.logging.Log_$logger
 
writeNeedsRemoteValue(InvocationContext, WriteCommand, Object) - Method in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
Deprecated.
 
writeNeedsRemoteValue(InvocationContext, WriteCommand, Object) - Method in class org.infinispan.interceptors.distribution.NonTxDistributionInterceptor
Deprecated.
 
writeNeedsRemoteValue(InvocationContext, WriteCommand, Object) - Method in class org.infinispan.interceptors.distribution.TxDistributionInterceptor
Deprecated.
 
writeObject(ObjectOutput, DeltaCompositeKey) - Method in class org.infinispan.atomic.DeltaCompositeKey.DeltaCompositeKeyExternalizer
 
writeObject(ObjectOutput, AtomicHashMap) - Method in class org.infinispan.atomic.impl.AtomicHashMap.Externalizer
 
writeObject(ObjectOutput, AtomicHashMapDelta) - Method in class org.infinispan.atomic.impl.AtomicHashMapDelta.Externalizer
 
writeObject(ObjectOutput, ClearOperation) - Method in class org.infinispan.atomic.impl.ClearOperation.Externalizer
 
writeObject(ObjectOutput, PutOperation) - Method in class org.infinispan.atomic.impl.PutOperation.Externalizer
 
writeObject(ObjectOutput, RemoveOperation) - Method in class org.infinispan.atomic.impl.RemoveOperation.Externalizer
 
writeObject(ObjectOutput, CommandInvocationId) - Method in class org.infinispan.commands.CommandInvocationId.Externalizer
 
writeObject(ObjectOutput, ValueMatcher) - Method in class org.infinispan.commands.write.ValueMatcher.Externalizer
 
writeObject(ObjectOutput, ByteBufferImpl) - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
 
writeObject(Object) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeObject(ObjectOutput, T) - Method in interface org.infinispan.commons.marshall.Externalizer
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, Object) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
 
writeObject(ObjectOutput, MarshallableFunctions.LambdaWithMetas) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
 
writeObject(ObjectOutput, MarshallableFunctions.SetValueIfEqualsReturnBoolean) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
 
writeObject(ObjectOutput, List) - Method in class org.infinispan.commons.util.ImmutableListCopy.Externalizer
 
writeObject(ObjectOutput, Map) - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
 
writeObject(ObjectOutput, KeyValueWithPrevious) - Method in class org.infinispan.commons.util.KeyValueWithPrevious.KeyValueWithPreviousExternalizer
 
writeObject(ObjectOutput, ImmortalCacheEntry) - Method in class org.infinispan.container.entries.ImmortalCacheEntry.Externalizer
 
writeObject(ObjectOutput, ImmortalCacheValue) - Method in class org.infinispan.container.entries.ImmortalCacheValue.Externalizer
 
writeObject(ObjectOutput, MetadataImmortalCacheEntry) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry.Externalizer
 
writeObject(ObjectOutput, MetadataImmortalCacheValue) - Method in class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue.Externalizer
 
writeObject(ObjectOutput, MetadataMortalCacheEntry) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry.Externalizer
 
writeObject(ObjectOutput, MetadataMortalCacheValue) - Method in class org.infinispan.container.entries.metadata.MetadataMortalCacheValue.Externalizer
 
writeObject(ObjectOutput, MetadataTransientCacheEntry) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry.Externalizer
 
writeObject(ObjectOutput, MetadataTransientCacheValue) - Method in class org.infinispan.container.entries.metadata.MetadataTransientCacheValue.Externalizer
 
writeObject(ObjectOutput, MetadataTransientMortalCacheEntry) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry.Externalizer
 
writeObject(ObjectOutput, MetadataTransientMortalCacheValue) - Method in class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue.Externalizer
 
writeObject(ObjectOutput, MortalCacheEntry) - Method in class org.infinispan.container.entries.MortalCacheEntry.Externalizer
 
writeObject(ObjectOutput, MortalCacheValue) - Method in class org.infinispan.container.entries.MortalCacheValue.Externalizer
 
writeObject(ObjectOutput, TransientCacheEntry) - Method in class org.infinispan.container.entries.TransientCacheEntry.Externalizer
 
writeObject(ObjectOutput, TransientCacheValue) - Method in class org.infinispan.container.entries.TransientCacheValue.Externalizer
 
writeObject(ObjectOutput, TransientMortalCacheEntry) - Method in class org.infinispan.container.entries.TransientMortalCacheEntry.Externalizer
 
writeObject(ObjectOutput, TransientMortalCacheValue) - Method in class org.infinispan.container.entries.TransientMortalCacheValue.Externalizer
 
writeObject(ObjectOutput, NumericVersion) - Method in class org.infinispan.container.versioning.NumericVersion.Externalizer
 
writeObject(ObjectOutput, SimpleClusteredVersion) - Method in class org.infinispan.container.versioning.SimpleClusteredVersion.Externalizer
 
writeObject(ObjectOutput, Flag) - Method in class org.infinispan.context.Flag.Externalizer
 
writeObject(ObjectOutput, MapReduceManagerImpl.DeltaAwareList) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaAwareListExternalizer
 
writeObject(ObjectOutput, MapReduceManagerImpl.DeltaList) - Method in class org.infinispan.distexec.mapreduce.MapReduceManagerImpl.DeltaListExternalizer
 
writeObject(ObjectOutput, DefaultConsistentHashFactory) - Method in class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Externalizer
 
writeObject(ObjectOutput, ReplicatedConsistentHashFactory) - Method in class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory.Externalizer
 
writeObject(ObjectOutput, SyncConsistentHashFactory) - Method in class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Externalizer
 
writeObject(ObjectOutput, SyncReplicatedConsistentHashFactory) - Method in class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory.Externalizer
 
writeObject(ObjectOutput, TopologyAwareConsistentHashFactory) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory.Externalizer
 
writeObject(ObjectOutput, TopologyAwareSyncConsistentHashFactory) - Method in class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Externalizer
 
writeObject(ObjectOutput, AcceptAllKeyValueFilter) - Method in class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer
 
writeObject(ObjectOutput, Object) - Method in class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
 
writeObject(ObjectOutput, CollectionKeyFilter) - Method in class org.infinispan.filter.CollectionKeyFilter.Externalizer
 
writeObject(ObjectOutput, CompositeKeyFilter) - Method in class org.infinispan.filter.CompositeKeyFilter.Externalizer
 
writeObject(ObjectOutput, CompositeKeyValueFilter) - Method in class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
 
writeObject(ObjectOutput, KeyFilterAsKeyValueFilter) - Method in class org.infinispan.filter.KeyFilterAsKeyValueFilter.Externalizer
 
writeObject(ObjectOutput, KeyValueFilterAsKeyFilter) - Method in class org.infinispan.filter.KeyValueFilterAsKeyFilter.Externalizer
 
writeObject(ObjectOutput, NullValueConverter) - Method in class org.infinispan.filter.NullValueConverter.Externalizer
 
writeObject(ObjectOutput, EntryViews.ReadWriteSnapshotView) - Method in class org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotViewExternalizer
 
writeObject(ObjectOutput, MetaParams) - Method in class org.infinispan.functional.impl.MetaParams.Externalizer
 
writeObject(ObjectOutput, MetaParamsInternalMetadata) - Method in class org.infinispan.functional.impl.MetaParamsInternalMetadata.Externalizer
 
writeObject(ObjectOutput, Params) - Static method in class org.infinispan.functional.impl.Params
 
writeObject(Object) - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
writeObject(ObjectOutput, ChunkCacheKey) - Method in class org.infinispan.lucene.ChunkCacheKey.Externalizer
 
writeObject(ObjectOutput, FileCacheKey) - Method in class org.infinispan.lucene.FileCacheKey.Externalizer
 
writeObject(ObjectOutput, FileListCacheKey) - Method in class org.infinispan.lucene.FileListCacheKey.Externalizer
 
writeObject(ObjectOutput, FileMetadata) - Method in class org.infinispan.lucene.FileMetadata.Externalizer
 
writeObject(ObjectOutput, FileReadLockKey) - Method in class org.infinispan.lucene.FileReadLockKey.Externalizer
 
writeObject(ObjectOutput, AddOperation) - Method in class org.infinispan.lucene.impl.AddOperation.AddOperationExternalizer
 
writeObject(ObjectOutput, DeleteOperation) - Method in class org.infinispan.lucene.impl.DeleteOperation.DeleteElementOperationExternalizer
 
writeObject(ObjectOutput, FileListCacheValue) - Method in class org.infinispan.lucene.impl.FileListCacheValue.Externalizer
 
writeObject(ObjectOutput, FileListCacheValueDelta) - Method in class org.infinispan.lucene.impl.FileListCacheValueDelta.Externalizer
 
writeObject(ObjectOutput, MarshalledEntryImpl) - Method in class org.infinispan.marshall.core.MarshalledEntryImpl.Externalizer
 
writeObject(ObjectOutput, MarshalledValue) - Method in class org.infinispan.marshall.core.MarshalledValue.Externalizer
 
writeObject(Object) - Method in class org.infinispan.marshall.DeltaAwareObjectOutput
 
writeObject(ObjectOutput, List[]) - Method in class org.infinispan.marshall.exts.ArrayExternalizers.ListArray
 
writeObject(ObjectOutput, CacheRpcCommand) - Method in class org.infinispan.marshall.exts.CacheRpcCommandExternalizer
 
writeObject(ObjectOutput, DoubleSummaryStatistics) - Method in class org.infinispan.marshall.exts.DoubleSummaryStatisticsExternalizer
 
writeObject(ObjectOutput, Set) - Method in class org.infinispan.marshall.exts.EnumSetExternalizer
 
writeObject(ObjectOutput, IntSummaryStatistics) - Method in class org.infinispan.marshall.exts.IntSummaryStatisticsExternalizer
 
writeObject(ObjectOutput, List) - Method in class org.infinispan.marshall.exts.ListExternalizer
 
writeObject(ObjectOutput, LongSummaryStatistics) - Method in class org.infinispan.marshall.exts.LongSummaryStatisticsExternalizer
 
writeObject(ObjectOutput, Map) - Method in class org.infinispan.marshall.exts.MapExternalizer
 
writeObject(ObjectOutput, MetaParam.MetaEntryVersion) - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.EntryVersionParamExternalizer
 
writeObject(ObjectOutput, MetaParam.MetaLifespan) - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.LifespanExternalizer
 
writeObject(ObjectOutput, EntryVersion.NumericEntryVersion) - Method in class org.infinispan.marshall.exts.MetaParamExternalizers.NumericEntryVersionExternalizer
 
writeObject(ObjectOutput, Optional) - Method in class org.infinispan.marshall.exts.OptionalExternalizer
 
writeObject(ObjectOutput, ReplicableCommand) - Method in class org.infinispan.marshall.exts.ReplicableCommandExternalizer
 
writeObject(ObjectOutput, Set) - Method in class org.infinispan.marshall.exts.SetExternalizer
 
writeObject(ObjectOutput, List<?>) - Method in class org.infinispan.marshall.exts.SingletonListExternalizer
 
writeObject(ObjectOutput, EmbeddedMetadata) - Method in class org.infinispan.metadata.EmbeddedMetadata.Externalizer
 
writeObject(ObjectOutput, InternalMetadataImpl) - Method in class org.infinispan.metadata.impl.InternalMetadataImpl.Externalizer
 
writeObject(ObjectOutput, ClusterEvent) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEvent.Externalizer
 
writeObject(ObjectOutput, ClusterEventCallable) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterEventCallable.Externalizer
 
writeObject(ObjectOutput, ClusterListenerRemoveCallable) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable.Externalizer
 
writeObject(ObjectOutput, ClusterListenerReplicateCallable) - Method in class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable.Externalizer
 
writeObject(ObjectOutput, MultiClusterEventCallable) - Method in class org.infinispan.notifications.cachelistener.cluster.MultiClusterEventCallable.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, ConverterAsCacheEventConverter) - Method in class org.infinispan.notifications.cachelistener.filter.ConverterAsCacheEventConverter.Externalizer
 
writeObject(ObjectOutput, KeyFilterAsCacheEventFilter) - Method in class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter.Externalizer
 
writeObject(ObjectOutput, KeyValueFilterAsCacheEventFilter) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
 
writeObject(ObjectOutput, AvailabilityMode) - Method in class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
 
writeObject(ObjectOutput, MigrationTask) - Method in class org.infinispan.persistence.remote.upgrade.MigrationTask.Externalizer
 
writeObject(ObjectOutput, ScopedKey) - Method in class org.infinispan.registry.ScopedKey.Externalizer
Deprecated.
 
writeObject(ObjectOutput, CacheNotFoundResponse) - Method in class org.infinispan.remoting.responses.CacheNotFoundResponse.Externalizer
 
writeObject(ObjectOutput, ExceptionResponse) - Method in class org.infinispan.remoting.responses.ExceptionResponse.Externalizer
 
writeObject(ObjectOutput, SuccessfulResponse) - Method in class org.infinispan.remoting.responses.SuccessfulResponse.Externalizer
 
writeObject(ObjectOutput, UnsuccessfulResponse) - Method in class org.infinispan.remoting.responses.UnsuccessfulResponse.Externalizer
 
writeObject(ObjectOutput, UnsureResponse) - Method in class org.infinispan.remoting.responses.UnsureResponse.Externalizer
 
writeObject(ObjectOutput, InetAddressPrincipal) - Method in class org.infinispan.server.core.security.InetAddressPrincipal.Externalizer
 
writeObject(ObjectOutput, SimpleGroupPrincipal) - Method in class org.infinispan.server.core.security.simple.SimpleGroupPrincipal.Externalizer
 
writeObject(ObjectOutput, SimpleSubjectUserInfo) - Method in class org.infinispan.server.core.security.simple.SimpleSubjectUserInfo.Externalizer
 
writeObject(ObjectOutput, SimpleUserPrincipal) - Method in class org.infinispan.server.core.security.simple.SimpleUserPrincipal.Externalizer
 
writeObject(ObjectOutput, StateChunk) - Method in class org.infinispan.statetransfer.StateChunk.Externalizer
 
writeObject(ObjectOutput, TransactionInfo) - Method in class org.infinispan.statetransfer.TransactionInfo.Externalizer
 
writeObject(ObjectOutput, IntermediateOperation) - Method in class org.infinispan.stream.impl.intops.IntermediateOperationExternalizer
 
writeObject(ObjectOutput, BaseTerminalOperation) - Method in class org.infinispan.stream.impl.termop.TerminalOperationExternalizer
 
writeObject(ObjectOutput, Object) - Method in class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
 
writeObject(ObjectOutput, CacheJoinInfo) - Method in class org.infinispan.topology.CacheJoinInfo.Externalizer
 
writeObject(ObjectOutput, CacheStatusResponse) - Method in class org.infinispan.topology.CacheStatusResponse.Externalizer
 
writeObject(ObjectOutput, DldGlobalTransaction) - Method in class org.infinispan.transaction.xa.DldGlobalTransaction.Externalizer
 
writeObject(ObjectOutput, T) - Method in class org.infinispan.transaction.xa.GlobalTransaction.AbstractGlobalTxExternalizer
 
writeObject(ObjectOutput, InDoubtTxInfoImpl) - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl.Externalizer
 
writeObject(ObjectOutput, RecoveryAwareDldGlobalTransaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareDldGlobalTransaction.Externalizer
 
writeObject(ObjectOutput, RecoveryAwareGlobalTransaction) - Method in class org.infinispan.transaction.xa.recovery.RecoveryAwareGlobalTransaction.Externalizer
 
writeObject(ObjectOutput, SerializableXid) - Method in class org.infinispan.transaction.xa.recovery.SerializableXid.XidExternalizer
 
writeObject(ObjectOutput, Fqn) - Method in class org.infinispan.tree.Fqn.Externalizer
 
writeObject(ObjectOutput, NodeKey) - Method in class org.infinispan.tree.impl.NodeKey.Externalizer
 
writeObject(ObjectOutput, KeyValuePair) - Method in class org.infinispan.util.KeyValuePair.Externalizer
 
writeObject(ObjectOutput, XSiteState) - Method in class org.infinispan.xsite.statetransfer.XSiteState.XSiteStateExternalizer
 
writeOnly(CacheEntry<K, V>) - Static method in class org.infinispan.functional.impl.EntryViews
 
WriteOnlyKeyCommand<K,V> - Class in org.infinispan.commands.functional
 
WriteOnlyKeyCommand(K, Consumer<EntryView.WriteEntryView<V>>, CommandInvocationId, ValueMatcher, Params) - Constructor for class org.infinispan.commands.functional.WriteOnlyKeyCommand
 
WriteOnlyKeyCommand() - Constructor for class org.infinispan.commands.functional.WriteOnlyKeyCommand
 
WriteOnlyKeyValueCommand<K,V> - Class in org.infinispan.commands.functional
 
WriteOnlyKeyValueCommand(K, V, BiConsumer<V, EntryView.WriteEntryView<V>>, CommandInvocationId, ValueMatcher, Params) - Constructor for class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
 
WriteOnlyKeyValueCommand() - Constructor for class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
 
WriteOnlyManyCommand<K,V> - Class in org.infinispan.commands.functional
 
WriteOnlyManyCommand(Set<? extends K>, Consumer<EntryView.WriteEntryView<V>>, Params) - Constructor for class org.infinispan.commands.functional.WriteOnlyManyCommand
 
WriteOnlyManyCommand(WriteOnlyManyCommand<K, V>) - Constructor for class org.infinispan.commands.functional.WriteOnlyManyCommand
 
WriteOnlyManyCommand() - Constructor for class org.infinispan.commands.functional.WriteOnlyManyCommand
 
WriteOnlyManyEntriesCommand<K,V> - Class in org.infinispan.commands.functional
 
WriteOnlyManyEntriesCommand(Map<? extends K, ? extends V>, BiConsumer<V, EntryView.WriteEntryView<V>>, Params) - Constructor for class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
WriteOnlyManyEntriesCommand(WriteOnlyManyEntriesCommand<K, V>) - Constructor for class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
WriteOnlyManyEntriesCommand() - Constructor for class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
WriteOnlyMapImpl<K,V> - Class in org.infinispan.functional.impl
Write-only map implementation.
writeOptionalArray(byte[]) - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
 
writeOptionalArray(byte[]) - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
writeOptionalString(String) - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
 
writeOptionalString(String) - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
writeScopedState(ScopedPersistentState) - Method in interface org.infinispan.globalstate.GlobalStateManager
Persists the specified scoped state
writeScopedState(ScopedPersistentState) - Method in class org.infinispan.globalstate.impl.GlobalStateManagerImpl
 
writeShort(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeShort(int) - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
writeSignedInt(ObjectOutput, int) - Static method in class org.infinispan.commons.io.SignedNumeric
 
writeSignedInt(OutputStream, int) - Static method in class org.infinispan.commons.io.SignedNumeric
 
writeSignedVInt(int) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
writeSignedVInt(int) - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
writeSkewCheck() - Method in class org.infinispan.configuration.cache.LockingConfiguration
This setting is only applicable in the case of REPEATABLE_READ.
writeSkewCheck(boolean) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
This setting is only applicable in the case of REPEATABLE_READ.
WriteSkewException - Exception in org.infinispan.transaction
Thrown when a write skew is detected
WriteSkewException() - Constructor for exception org.infinispan.transaction.WriteSkewException
 
WriteSkewException(Throwable, Object) - 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
 
WriteSkewHelper - Class in org.infinispan.transaction.impl
Encapsulates write skew logic in maintaining version maps, etc.
WriteSkewHelper() - Constructor for class org.infinispan.transaction.impl.WriteSkewHelper
 
WriteSkewHelper.KeySpecificLogic - Interface in org.infinispan.transaction.impl
 
writeString(String) - Method in class org.infinispan.client.hotrod.impl.transport.AbstractTransport
 
writeString(String) - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.CancelCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.control.LockControlCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.CreateCacheCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.ReadOnlyKeyCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.ReadOnlyManyCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.ReadWriteKeyCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.ReadWriteKeyValueCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.ReadWriteManyCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.ReadWriteManyEntriesCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.WriteOnlyKeyCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.WriteOnlyKeyValueCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.WriteOnlyManyCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.functional.WriteOnlyManyEntriesCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.read.AbstractLocalCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.read.DistributedExecuteCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.read.GetAllCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.read.GetCacheEntryCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.read.GetKeyValueCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.read.MapCombineCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.read.ReduceCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.remote.ClusteredGetAllCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.remote.ClusteredGetCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.remote.GetKeysInGroupCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.remote.MultipleRpcCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.remote.recovery.CompleteTransactionCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTransactionsCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.remote.recovery.GetInDoubtTxInfoCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.remote.recovery.TxCompletionNotificationCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.remote.SingleRpcCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.RemoveCacheCommand
 
writeTo(ObjectOutput) - Method in interface org.infinispan.commands.ReplicableCommand
Writes this instance to the ObjectOutput.
writeTo(ObjectOutput) - Method in class org.infinispan.commands.tx.AbstractTransactionBoundaryCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.tx.PrepareCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.tx.VersionedCommitCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.tx.VersionedPrepareCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.ApplyDeltaCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.ClearCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.InvalidateCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.InvalidateL1Command
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.PutKeyValueCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.PutMapCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.RemoveCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.RemoveExpiredCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.commands.write.ReplaceCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.iteration.impl.EntryRequestCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.iteration.impl.EntryResponseCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.manager.impl.ReplicableCommandManagerFunction
 
writeTo(ObjectOutput) - Method in class org.infinispan.manager.impl.ReplicableCommandRunnable
 
writeTo(MessageMarshaller.ProtoStreamWriter, ContinuousQueryResult) - Method in class org.infinispan.query.remote.client.ContinuousQueryResult.Marshaller
 
writeTo(MessageMarshaller.ProtoStreamWriter, FilterResult) - Method in class org.infinispan.query.remote.client.FilterResult.Marshaller
 
writeTo(MessageMarshaller.ProtoStreamWriter, QueryRequest) - Method in class org.infinispan.query.remote.client.QueryRequest.Marshaller
 
writeTo(MessageMarshaller.ProtoStreamWriter, QueryRequest.NamedParameter) - Method in class org.infinispan.query.remote.client.QueryRequest.NamedParameter.Marshaller
 
writeTo(MessageMarshaller.ProtoStreamWriter, QueryResponse) - Method in class org.infinispan.query.remote.client.QueryResponse.Marshaller
 
writeTo(ObjectOutput) - Method in class org.infinispan.statetransfer.StateRequestCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.statetransfer.StateResponseCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.stream.impl.StreamRequestCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.stream.impl.StreamResponseCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.stream.impl.StreamSegmentResponseCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.topology.CacheTopologyControlCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.xsite.SingleXSiteRpcCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
writeTo(ObjectOutput) - Method in class org.infinispan.xsite.XSiteAdminCommand
 
writeToAllStores(MarshalledEntry, PersistenceManager.AccessMode) - Method in interface org.infinispan.persistence.manager.PersistenceManager
 
writeToAllStores(MarshalledEntry, PersistenceManager.AccessMode) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
 
writeToAllStores(MarshalledEntry, PersistenceManager.AccessMode) - Method in class org.infinispan.persistence.manager.PersistenceManagerStub
 
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
 
writeUnsignedInt(byte[], int, int) - 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
 
writeUnsignedLong(byte[], int, long) - Static method in class org.infinispan.commons.io.UnsignedNumeric
Writes an int in a variable-length format.
writeUTF(String) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeUTF(String) - Method in class org.infinispan.io.UnclosableObjectOutputStream
 
writeVInt(int) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
writeVInt(int) - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
writeVLong(long) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
 
writeVLong(long) - Method in interface org.infinispan.client.hotrod.impl.transport.Transport
 
wrongTypeForJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.lucene.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
wrongTypeForJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
wrongTypeForJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.stats.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.tree.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup(String, Exception) - Method in interface org.infinispan.util.logging.Log
 
wrongTypeForJGroupsChannelLookup(String, Exception) - Method in class org.infinispan.util.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
wrongTypeForJGroupsChannelLookup$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
wrongTypeForJGroupsChannelLookup$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
wrongTypeForJGroupsChannelLookup$str() - Method in class org.infinispan.util.logging.Log_$logger
 

X

X_SITE_STATE - Static variable in interface org.infinispan.marshall.core.Ids
 
xaResourceEndFailed(XAResource, Throwable) - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
xaResourceEndFailed(XAResource, Throwable) - Method in class org.infinispan.lucene.logging.Log_$logger
 
xaResourceEndFailed(XAResource, Throwable) - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
xaResourceEndFailed(XAResource, Throwable) - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
xaResourceEndFailed(XAResource, Throwable) - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
xaResourceEndFailed(XAResource, Throwable) - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
xaResourceEndFailed(XAResource, Throwable) - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
xaResourceEndFailed(XAResource, Throwable) - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
xaResourceEndFailed(XAResource, Throwable) - Method in class org.infinispan.stats.logging.Log_$logger
 
xaResourceEndFailed(XAResource, Throwable) - Method in class org.infinispan.tree.logging.Log_$logger
 
xaResourceEndFailed(XAResource, Throwable) - Method in interface org.infinispan.util.logging.Log
 
xaResourceEndFailed(XAResource, Throwable) - Method in class org.infinispan.util.logging.Log_$logger
 
xaResourceEndFailed$str() - Method in class org.infinispan.cli.interpreter.logging.Log_$logger
 
xaResourceEndFailed$str() - Method in class org.infinispan.lucene.logging.Log_$logger
 
xaResourceEndFailed$str() - Method in class org.infinispan.persistence.jdbc.logging.Log_$logger
 
xaResourceEndFailed$str() - Method in class org.infinispan.persistence.leveldb.logging.Log_$logger
 
xaResourceEndFailed$str() - Method in class org.infinispan.persistence.remote.logging.Log_$logger
 
xaResourceEndFailed$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
xaResourceEndFailed$str() - Method in class org.infinispan.server.memcached.logging.JavaLog_$logger
 
xaResourceEndFailed$str() - Method in class org.infinispan.server.websocket.logging.Log_$logger
 
xaResourceEndFailed$str() - Method in class org.infinispan.stats.logging.Log_$logger
 
xaResourceEndFailed$str() - Method in class org.infinispan.tree.logging.Log_$logger
 
xaResourceEndFailed$str() - Method in class org.infinispan.util.logging.Log_$logger
 
XaTransactionTable - Class in org.infinispan.transaction.xa
XaTransactionTable() - Constructor for class org.infinispan.transaction.xa.XaTransactionTable
 
XID - Static variable in interface org.infinispan.marshall.core.Ids
 
xid2LocalTx - Variable in class org.infinispan.transaction.xa.XaTransactionTable
 
XID_DEADLOCK_DETECTING_GLOBAL_TRANSACTION - Static variable in interface org.infinispan.marshall.core.Ids
 
XID_GLOBAL_TRANSACTION - Static variable in interface org.infinispan.marshall.core.Ids
 
XidExternalizer() - Constructor for class org.infinispan.transaction.xa.recovery.SerializableXid.XidExternalizer
 
XmlConfigHelper - Class in org.infinispan.configuration.parsing
A simple XML utility class for reading configuration elements
XmlConfigHelper() - Constructor for class org.infinispan.configuration.parsing.XmlConfigHelper
 
XMLExtendedStreamReader - Interface in org.infinispan.configuration.parsing
An XML stream reader that can read nested <xs:any> content using a registered set of root elements.
xorSSLContext() - Method in interface org.infinispan.client.hotrod.logging.Log
 
xorSSLContext() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
xorSSLContext() - Method in interface org.infinispan.server.core.logging.JavaLog
 
xorSSLContext() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
xorSSLContext$str() - Method in class org.infinispan.client.hotrod.logging.Log_$logger
 
xorSSLContext$str() - Method in class org.infinispan.server.core.logging.JavaLog_$logger
 
XSiteAdminCommand - Class in org.infinispan.xsite
Command used for handling XSiteReplication administrative operations.
XSiteAdminCommand() - Constructor for class org.infinispan.xsite.XSiteAdminCommand
 
XSiteAdminCommand(String) - Constructor for class org.infinispan.xsite.XSiteAdminCommand
 
XSiteAdminCommand(String, String, XSiteAdminCommand.AdminOperation, Integer, Long) - Constructor for class org.infinispan.xsite.XSiteAdminCommand
 
XSiteAdminCommand.AdminOperation - Enum in org.infinispan.xsite
 
XSiteAdminCommand.Status - Enum in org.infinispan.xsite
 
XSiteAdminOperations - Class in org.infinispan.xsite
Managed bean exposing sys admin operations for Cross-Site replication functionality.
XSiteAdminOperations() - Constructor for class org.infinispan.xsite.XSiteAdminOperations
 
XSiteBackup - Class in org.infinispan.xsite
 
XSiteBackup(String, boolean, long) - Constructor for class org.infinispan.xsite.XSiteBackup
 
XSiteReplicateCommand - Class in org.infinispan.xsite
Abstract class to invoke RPC on the remote site.
XSiteReplicateCommand(String) - Constructor for class org.infinispan.xsite.XSiteReplicateCommand
 
XSiteState - Class in org.infinispan.xsite.statetransfer
Represents the state of a single key to be sent to a backup site.
XSiteState.XSiteStateExternalizer - Class in org.infinispan.xsite.statetransfer
 
XSiteStateConsumer - Interface in org.infinispan.xsite.statetransfer
It contains the logic needed to consume the state sent from other site.
XSiteStateConsumerImpl - Class in org.infinispan.xsite.statetransfer
It contains the logic needed to consume the state sent from other site.
XSiteStateConsumerImpl() - Constructor for class org.infinispan.xsite.statetransfer.XSiteStateConsumerImpl
 
XSiteStateExternalizer() - Constructor for class org.infinispan.xsite.statetransfer.XSiteState.XSiteStateExternalizer
 
XSiteStateProvider - Interface in org.infinispan.xsite.statetransfer
It contains the logic to send state to another site.
XSiteStateProviderImpl - Class in org.infinispan.xsite.statetransfer
It contains the logic to send state to another site.
XSiteStateProviderImpl() - Constructor for class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl
 
XSiteStatePushCommand - Class in org.infinispan.xsite.statetransfer
Wraps the state to be sent to another site
XSiteStatePushCommand(String, XSiteState[], long) - Constructor for class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
 
XSiteStatePushCommand(String) - Constructor for class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
 
XSiteStatePushCommand() - Constructor for class org.infinispan.xsite.statetransfer.XSiteStatePushCommand
 
XSiteStateTransferCollector - Class in org.infinispan.xsite.statetransfer
It collects the acknowledgements sent from local site member to signal the ending of the state sent.
XSiteStateTransferCollector(Collection<Address>) - Constructor for class org.infinispan.xsite.statetransfer.XSiteStateTransferCollector
 
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
 
XSiteStateTransferControlCommand - Class in org.infinispan.xsite.statetransfer
Command used to control the state transfer between sites.
XSiteStateTransferControlCommand(String, XSiteStateTransferControlCommand.StateTransferControl, String) - Constructor for class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
XSiteStateTransferControlCommand(String) - Constructor for class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
XSiteStateTransferControlCommand() - Constructor for class org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand
 
XSiteStateTransferControlCommand.StateTransferControl - Enum in org.infinispan.xsite.statetransfer
 
XSiteStateTransferManager - Interface in org.infinispan.xsite.statetransfer
It manages the state transfer between sites.
XSiteStateTransferManagerImpl - Class in org.infinispan.xsite.statetransfer
XSiteStateTransferManagerImpl() - Constructor for class org.infinispan.xsite.statetransfer.XSiteStateTransferManagerImpl
 

_

_list(Object) - Method in class org.infinispan.io.GridFile
 
_listFiles(Object) - Method in class org.infinispan.io.GridFile
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.