- 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
-
- abortingJoin(Exception) - Method in interface org.infinispan.util.logging.Log
-
- 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
-
- AbstractCacheLoader - Class in org.infinispan.loaders
-
An abstract
CacheLoader
that holds common implementations for some methods
- AbstractCacheLoader() - Constructor for class org.infinispan.loaders.AbstractCacheLoader
-
- AbstractCacheLoaderConfig - Class in org.infinispan.loaders
-
Abstract base class for CacheLoaderConfigs.
- AbstractCacheLoaderConfig() - Constructor for class org.infinispan.loaders.AbstractCacheLoaderConfig
-
- 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
-
- AbstractCacheStore - Class in org.infinispan.loaders
-
An abstract
CacheStore
that holds common implementations for some methods
- AbstractCacheStore() - Constructor for class org.infinispan.loaders.AbstractCacheStore
-
- AbstractCacheStoreConfig - Class in org.infinispan.loaders
-
- AbstractCacheStoreConfig() - Constructor for class org.infinispan.loaders.AbstractCacheStoreConfig
-
- AbstractCacheTransaction - Class in org.infinispan.transaction
-
Base class for local and remote transaction.
- AbstractCacheTransaction(GlobalTransaction, int, Equivalence<Object>) - Constructor for class org.infinispan.transaction.AbstractCacheTransaction
-
- 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
- AbstractComponentRegistry.Component() - Constructor for class org.infinispan.factories.AbstractComponentRegistry.Component
-
- AbstractConfigurationBean - Class in org.infinispan.config
-
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is
started.
- AbstractConfigurationBean() - Constructor for class org.infinispan.config.AbstractConfigurationBean
-
- AbstractConfigurationBeanVisitor - Class in org.infinispan.config
-
AbstractConfigurationBeanVisitor is a convenience super class for ConfigurationBeanVisitor
classes.
- AbstractConfigurationBeanVisitor() - Constructor for class org.infinispan.config.AbstractConfigurationBeanVisitor
-
- 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
-
- 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>) - Constructor for class org.infinispan.commands.write.AbstractDataWriteCommand
-
- AbstractDecoratorConfigurationBean - Class in org.infinispan.loaders.decorators
-
Class to aid decorators to be able to fluently modify parent properties.
- AbstractDecoratorConfigurationBean() - Constructor for class org.infinispan.loaders.decorators.AbstractDecoratorConfigurationBean
-
- AbstractDelegatingAdvancedCache<K,V> - Class in org.infinispan
-
- AbstractDelegatingAdvancedCache(AdvancedCache<K, V>) - Constructor for class org.infinispan.AbstractDelegatingAdvancedCache
-
- AbstractDelegatingAdvancedCache(AdvancedCache<K, V>, AbstractDelegatingAdvancedCache.AdvancedCacheWrapper<K, V>) - Constructor for class org.infinispan.AbstractDelegatingAdvancedCache
-
- AbstractDelegatingAdvancedCache.AdvancedCacheWrapper<K,V> - Interface in org.infinispan
-
- AbstractDelegatingCache<K,V> - Class in org.infinispan
-
This is a convenient base class for implementing a cache delegate.
- AbstractDelegatingCache(Cache<K, V>) - Constructor for class org.infinispan.AbstractDelegatingCache
-
- AbstractDelegatingEmbeddedCacheManager - Class in org.infinispan.manager
-
This is a convenient base class for implementing a cache manager delegate.
- AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager) - Constructor for class org.infinispan.manager.AbstractDelegatingEmbeddedCacheManager
-
- 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
-
- AbstractDelegatingStore - Class in org.infinispan.loaders.decorators
-
Simple delegate that delegates all calls.
- AbstractDelegatingStore(CacheStore) - Constructor for class org.infinispan.loaders.decorators.AbstractDelegatingStore
-
- 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
-
- AbstractEncoder1x - Class in org.infinispan.server.hotrod
-
Hot Rod encoder for protocol version 1.1
- AbstractEncoder1x() - Constructor for class org.infinispan.server.hotrod.AbstractEncoder1x
-
- AbstractEnlistmentAdapter - Class in org.infinispan.transaction
-
Base class for both Sync and XAResource enlistment adapters.
- AbstractEnlistmentAdapter(CacheTransaction, CommandsFactory, RpcManager, TransactionTable, ClusteringDependentLogic, Configuration, TransactionCoordinator) - Constructor for class org.infinispan.transaction.AbstractEnlistmentAdapter
-
- AbstractEnlistmentAdapter(CommandsFactory, RpcManager, TransactionTable, ClusteringDependentLogic, Configuration, TransactionCoordinator) - Constructor for class org.infinispan.transaction.AbstractEnlistmentAdapter
-
- 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
-
- AbstractGlobalModuleConfigurationBuilder<T> - Class in org.infinispan.configuration.global
-
- AbstractGlobalModuleConfigurationBuilder(GlobalConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.AbstractGlobalModuleConfigurationBuilder
-
- AbstractHashDistAwareResponse - Class in org.infinispan.server.hotrod
-
- AbstractHashDistAwareResponse(int, Map<Address, ServerAddress>, int, byte, int) - Constructor for class org.infinispan.server.hotrod.AbstractHashDistAwareResponse
-
- 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
-
- AbstractInProcessNotifyingFuture<V> - Class in org.infinispan.util.concurrent
-
An abstract NotifyingFuture that has "completed"
- AbstractInProcessNotifyingFuture() - Constructor for class org.infinispan.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
-
- AbstractInvocationContext - Class in org.infinispan.context.impl
-
Common features of transaction and invocation contexts
- AbstractInvocationContext() - 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
-
- AbstractIterator - Class in org.infinispan.query.impl
-
This is the abstract superclass of the 2 iterators.
- AbstractIterator(QueryResultLoader, int, int, int) - Constructor for class org.infinispan.query.impl.AbstractIterator
-
- 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
-
- AbstractJBossMarshaller.DebuggingExceptionListener() - Constructor for class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller.DebuggingExceptionListener
-
- AbstractJdbcStoreConfiguration - Class in org.infinispan.persistence.jdbc.configuration
-
- AbstractJdbcStoreConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties, ConnectionFactoryConfiguration, boolean) - 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) - 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, byte[], byte[], AtomicInteger, Flag[]) - Constructor for class org.infinispan.client.hotrod.impl.operations.AbstractKeyOperation
-
- 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, byte[], byte[], AtomicInteger, Flag[], byte[], int, int) - Constructor for class org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation
-
- AbstractListenerImpl - Class in org.infinispan.notifications
-
- AbstractListenerImpl() - Constructor for class org.infinispan.notifications.AbstractListenerImpl
-
- AbstractListenerImpl.ListenerInvocation - Class in org.infinispan.notifications
-
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.
- AbstractListenerImpl.ListenerInvocation(Object, Method, boolean, boolean, KeyFilter, ClassLoader) - Constructor for class org.infinispan.notifications.AbstractListenerImpl.ListenerInvocation
-
- 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
-
- AbstractLockContainer<L extends Lock> - Class in org.infinispan.util.concurrent.locks.containers
-
- AbstractLockContainer() - Constructor for class org.infinispan.util.concurrent.locks.containers.AbstractLockContainer
-
- AbstractLockingInterceptor - Class in org.infinispan.interceptors.locking
-
Base class for various locking interceptors in this package.
- AbstractLockingInterceptor() - Constructor for class org.infinispan.interceptors.locking.AbstractLockingInterceptor
-
- 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
-
- AbstractMarshaller - Class in org.infinispan.marshall
-
- AbstractMarshaller() - Constructor for class org.infinispan.marshall.AbstractMarshaller
-
Deprecated.
- 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
-
- AbstractNamedCacheConfigurationBean - Class in org.infinispan.config
-
- AbstractNamedCacheConfigurationBean() - Constructor for class org.infinispan.config.AbstractNamedCacheConfigurationBean
-
- AbstractParserContext - Class in org.infinispan.configuration.parsing
-
- AbstractParserContext() - Constructor for class org.infinispan.configuration.parsing.AbstractParserContext
-
- AbstractPerEntryLockContainer<L extends RefCountingLock> - Class in org.infinispan.util.concurrent.locks.containers
-
An abstract lock container that creates and maintains a new lock per entry
- AbstractPerEntryLockContainer(int) - Constructor for class org.infinispan.util.concurrent.locks.containers.AbstractPerEntryLockContainer
-
- AbstractPersistenceConfigurationChildBuilder - Class in org.infinispan.configuration.cache
-
AbstractPersistenceConfigurationChildBuilder.
- AbstractPersistenceConfigurationChildBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
-
- AbstractProtocolDecoder<K,V> - Class in org.infinispan.server.core
-
Common abstract decoder for Memcached and Hot Rod protocols.
- AbstractProtocolDecoder(NettyTransport) - Constructor for class org.infinispan.server.core.AbstractProtocolDecoder
-
- AbstractProtocolDecoder$ - Class in org.infinispan.server.core
-
- AbstractProtocolDecoder$() - Constructor for class org.infinispan.server.core.AbstractProtocolDecoder$
-
- AbstractProtocolServer - Class in org.infinispan.server.core
-
A common protocol server dealing with common property parameter validation and assignment and transport lifecycle.
- AbstractProtocolServer(String) - Constructor for class org.infinispan.server.core.AbstractProtocolServer
-
- 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
-
- AbstractRestStoreConfigurationChildBuilder<S> - Class in org.infinispan.persistence.rest.configuration
-
AbstractRestStoreConfigurationChildBuilder.
- AbstractRestStoreConfigurationChildBuilder(RestStoreConfigurationBuilder) - Constructor for class org.infinispan.persistence.rest.configuration.AbstractRestStoreConfigurationChildBuilder
-
- AbstractServerCommand - Class in org.infinispan.cli.commands.server
-
- AbstractServerCommand() - Constructor for class org.infinispan.cli.commands.server.AbstractServerCommand
-
- AbstractStoreConfiguration - Class in org.infinispan.configuration.cache
-
- AbstractStoreConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties) - 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
-
- AbstractStoreConfigurationChildBuilder<S> - Class in org.infinispan.configuration.cache
-
- AbstractStoreConfigurationChildBuilder(StoreConfigurationBuilder<? extends AbstractStoreConfiguration, ? extends StoreConfigurationBuilder<?, ?>>) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
-
- AbstractStripedLockContainer<L extends Lock> - Class in org.infinispan.util.concurrent.locks.containers
-
A container for locks.
- AbstractStripedLockContainer() - Constructor for class org.infinispan.util.concurrent.locks.containers.AbstractStripedLockContainer
-
- AbstractTopologyAwareEncoder1x - Class in org.infinispan.server.hotrod
-
Hot Rod encoder for protocol version 1.1
- AbstractTopologyAwareEncoder1x() - Constructor for class org.infinispan.server.hotrod.AbstractTopologyAwareEncoder1x
-
- AbstractTopologyResponse - Class in org.infinispan.server.hotrod
-
- AbstractTopologyResponse(int, Map<Address, ServerAddress>) - Constructor for class org.infinispan.server.hotrod.AbstractTopologyResponse
-
- 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 - Class in org.infinispan.context.impl
-
- AbstractTxInvocationContext() - Constructor for class org.infinispan.context.impl.AbstractTxInvocationContext
-
- AbstractTxLockingInterceptor - Class in org.infinispan.interceptors.locking
-
Base class for transaction based locking interceptors.
- AbstractTxLockingInterceptor() - Constructor for class org.infinispan.interceptors.locking.AbstractTxLockingInterceptor
-
- AbstractTypedPropertiesConfiguration - Class in org.infinispan.commons.configuration
-
- AbstractTypedPropertiesConfiguration(TypedProperties) - Constructor for class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
-
- AbstractVersionedDecoder - Class in org.infinispan.server.hotrod
-
This class represents the work to be done by a decoder of a particular Hot Rod protocol version.
- AbstractVersionedDecoder() - Constructor for class org.infinispan.server.hotrod.AbstractVersionedDecoder
-
- AbstractVersionedEncoder - Class in org.infinispan.server.hotrod
-
This class represents the work to be done by an encoder of a particular
Hot Rod protocol version.
- AbstractVersionedEncoder() - Constructor for class org.infinispan.server.hotrod.AbstractVersionedEncoder
-
- 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
-
- accept(AuditEvent) - Method in class org.infinispan.checkstyle.filters.ExcludeTestPackages
-
- accept(File, String) - Method in class org.infinispan.compatibility.loaders.Custom52xCacheStore.NumericNamedFilesFilter
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.AdvancedExternalizerConfig
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.CacheLoaderManagerConfig
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.AsyncType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.BooleanAttributeType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.ClusteringType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.CustomInterceptorsType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.DataContainerType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.DeadlockDetectionType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.EvictionType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.ExpirationType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.HashType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.L1Type
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.LockingType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.QueryConfigurationBean
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.RecoveryType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.StateRetrievalType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.StoreAsBinary
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.SyncType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.TransactionType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.UnsafeType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.Configuration.VersioningConfigurationBean
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.CustomInterceptorConfig
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GlobalConfiguration
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GlobalConfiguration.AdvancedExternalizersType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GlobalConfiguration.FactoryClassWithPropertiesType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GlobalConfiguration.GlobalJmxStatisticsType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GlobalConfiguration.SerializationType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GlobalConfiguration.ShutdownType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GlobalConfiguration.TransportType
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.GroupsConfiguration
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.config.InfinispanConfiguration
-
Deprecated.
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.loaders.AbstractCacheLoaderConfig
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.loaders.AbstractCacheStoreConfig
-
- accept(ConfigurationBeanVisitor) - Method in interface org.infinispan.loaders.CacheLoaderConfig
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.loaders.decorators.AsyncStoreConfig
-
- accept(ConfigurationBeanVisitor) - Method in class org.infinispan.loaders.decorators.SingletonStoreConfig
-
- 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(Object) - Method in interface org.infinispan.notifications.KeyFilter
-
- accept(Visitor<ReturnType>) - Method in class org.infinispan.query.dsl.impl.BaseQueryBuilder
-
- acceptedChannels() - Method in class org.infinispan.server.core.transport.NettyTransport
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.control.LockControlCommand
-
- 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.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.read.ValuesCommand
-
- acceptVisitor(InvocationContext, Visitor) - Method in class org.infinispan.commands.remote.ClusteredGetCommand
-
- 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
-
- 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) - Method in class org.infinispan.loaders.LockSupportCacheStore
-
Based on the supplied param, acquires a global read(false) or write (true) lock.
- 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(InvocationContext, Object, long, boolean) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticLockManager
-
- acquireLock(InvocationContext, Object, long, boolean) - Method in class org.infinispan.stats.wrappers.TopKeyLockManager
-
- acquireLock(Object, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.containers.AbstractPerEntryLockContainer
-
- acquireLock(Object, Object, long, TimeUnit) - Method in class org.infinispan.util.concurrent.locks.containers.AbstractStripedLockContainer
-
- acquireLock(Object, Object, long, TimeUnit) - Method in interface org.infinispan.util.concurrent.locks.containers.LockContainer
-
Attempts to acquire a lock for the given object within certain time boundaries defined by the timeout and
time unit parameters.
- acquireLock(InvocationContext, Object, long, boolean) - Method in interface org.infinispan.util.concurrent.locks.LockManager
-
Attempts to lock an entry if the lock isn't already held in the current scope, and records the lock in the
context.
- acquireLock(InvocationContext, Object, long, boolean) - Method in class org.infinispan.util.concurrent.locks.LockManagerImpl
-
- 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
-
- acquireLockNoCheck(InvocationContext, Object, long, boolean) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticLockManager
-
- acquireLockNoCheck(InvocationContext, Object, long, boolean) - Method in class org.infinispan.stats.wrappers.TopKeyLockManager
-
- acquireLockNoCheck(InvocationContext, Object, long, boolean) - Method in interface org.infinispan.util.concurrent.locks.LockManager
-
- acquireLockNoCheck(InvocationContext, Object, long, boolean) - Method in class org.infinispan.util.concurrent.locks.LockManagerImpl
-
- 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
-
- 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
-
- acquireSharedTopologyLock() - Method in interface org.infinispan.statetransfer.StateTransferLock
-
- acquireSharedTopologyLock() - Method in class org.infinispan.statetransfer.StateTransferLockImpl
-
- activate(Object) - Method in interface org.infinispan.eviction.ActivationManager
-
Remove key and associated value from cache store
and update the activation counter.
- activate(Object) - Method in class org.infinispan.eviction.ActivationManagerImpl
-
- activate(Object) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
- activate(Object) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
-
- activated - Variable in class org.infinispan.config.Configuration.HashType
-
Deprecated.
- activated - Variable in class org.infinispan.config.Configuration.L1Type
-
Deprecated.
- activateObject(SocketAddress, TcpTransport) - Method in class org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory
-
- ActivationInterceptor - Class in org.infinispan.interceptors
-
- ActivationInterceptor() - Constructor for class org.infinispan.interceptors.ActivationInterceptor
-
- ActivationManager - Interface in org.infinispan.eviction
-
Controls activation of cache entries that have been passivated.
- ActivationManagerImpl - Class in org.infinispan.eviction
-
Concrete implementation of activation logic manager.
- ActivationManagerImpl() - Constructor for class org.infinispan.eviction.ActivationManagerImpl
-
- 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.loaders.decorators.SingletonStore
-
Method called when the cache either becomes the coordinator or stops being the coordinator.
- 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.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
-
- adapt(Runnable) - Static method in class org.infinispan.commons.util.concurrent.jdk8backported.ForkJoinTask
-
Returns a new
ForkJoinTask
that performs the
run
method of the given
Runnable
as its action, and returns
a null result upon
ForkJoinTask.join()
.
- adapt(Runnable, T) - Static method in class org.infinispan.commons.util.concurrent.jdk8backported.ForkJoinTask
-
Returns a new
ForkJoinTask
that performs the
run
method of the given
Runnable
as its action, and returns
the given result upon
ForkJoinTask.join()
.
- adapt(Callable<? extends T>) - Static method in class org.infinispan.commons.util.concurrent.jdk8backported.ForkJoinTask
-
Returns a new
ForkJoinTask
that performs the
call
method of the given
Callable
as its action, and returns
its result upon
ForkJoinTask.join()
, translating any checked exceptions
encountered into
RuntimeException
.
- adapt() - Method in class org.infinispan.compatibility.loaders.Custom52xCacheStoreConfiguration
-
- 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
-
- Adaptor52xStore - Class in org.infinispan.compatibility.adaptor52x
-
- Adaptor52xStore() - Constructor for class org.infinispan.compatibility.adaptor52x.Adaptor52xStore
-
- Adaptor52xStoreConfiguration - Class in org.infinispan.compatibility.adaptor52x
-
- Adaptor52xStoreConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties, CacheLoader) - Constructor for class org.infinispan.compatibility.adaptor52x.Adaptor52xStoreConfiguration
-
- Adaptor52xStoreConfigurationBuilder - Class in org.infinispan.compatibility.adaptor52x
-
- Adaptor52xStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.compatibility.adaptor52x.Adaptor52xStoreConfigurationBuilder
-
- add(Annotation) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotationBuilder
-
- add(Class<?>, Type) - Method in class org.infinispan.cdi.util.HierarchyDiscovery
-
- add(Object) - Method in class org.infinispan.commands.read.KeySetCommand.ExpiredFilteredKeySet
-
- add(Object) - Method in class org.infinispan.commands.read.ValuesCommand.ExpiredFilteredValues
-
- add(E) - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
-
Adds the specified element to this set if it is not already present.
- 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(long) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.LongAdder
-
Adds the given value.
- 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(CommandInterceptor) - Method in class org.infinispan.config.Configuration.CustomInterceptorsType
-
Deprecated.
- add(CommandInterceptor) - Method in interface org.infinispan.config.FluentConfiguration.CustomInterceptorCumulator
-
Deprecated.
- add(ReplicableCommand) - Method in interface org.infinispan.remoting.ReplicationQueue
-
Adds a new command to the replication queue.
- add(ReplicableCommand) - Method in class org.infinispan.remoting.ReplicationQueueImpl
-
- 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.concurrent.ConcurrentHashSet
-
- add(Object) - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
-
- addAdvancedExternalizer(int, Class<? extends AdvancedExternalizer<T>>) - Method in interface org.infinispan.config.FluentGlobalConfiguration.SerializationConfig
-
Deprecated.
- addAdvancedExternalizer(Class<? extends AdvancedExternalizer<T>>) - Method in interface org.infinispan.config.FluentGlobalConfiguration.SerializationConfig
-
Deprecated.
- addAdvancedExternalizer(int, AdvancedExternalizer<T>) - Method in interface org.infinispan.config.FluentGlobalConfiguration.SerializationConfig
-
Deprecated.
Helper method that allows for quick registration of an
AdvancedExternalizer
implementation
alongside its corresponding identifier.
- addAdvancedExternalizer(AdvancedExternalizer<T>...) - Method in interface org.infinispan.config.FluentGlobalConfiguration.SerializationConfig
-
Deprecated.
- addAdvancedExternalizer(Class<? extends AdvancedExternalizer<T>>) - Method in class org.infinispan.config.GlobalConfiguration.SerializationType
-
Deprecated.
- addAdvancedExternalizer(int, Class<? extends AdvancedExternalizer<T>>) - Method in class org.infinispan.config.GlobalConfiguration.SerializationType
-
Deprecated.
- addAdvancedExternalizer(AdvancedExternalizer<T>...) - Method in class org.infinispan.config.GlobalConfiguration.SerializationType
-
Deprecated.
- addAdvancedExternalizer(int, AdvancedExternalizer<T>) - Method in class org.infinispan.config.GlobalConfiguration.SerializationType
-
Deprecated.
- addAdvancedExternalizer(int, AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Helper method that allows for quick registration of an
AdvancedExternalizer
implementation alongside its corresponding identifier.
- addAdvancedExternalizer(int, AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Deprecated.
- addAdvancedExternalizer(AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Helper method that allows for quick registration of an
AdvancedExternalizer
implementation alongside its corresponding identifier.
- addAdvancedExternalizer(AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
- addAdvancedExternalizer(AdvancedExternalizer<T>...) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
- addAdvancedExternalizer(AdvancedExternalizer<T>...) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
- 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.AbstractCacheTransaction
-
- addAll(AnnotationStore) - Method in class org.infinispan.cdi.util.annotatedtypebuilder.AnnotationBuilder
-
- addAll(Collection<?>) - Method in class org.infinispan.commands.read.KeySetCommand.ExpiredFilteredKeySet
-
- addAll(Collection<?>) - Method in class org.infinispan.commands.read.ValuesCommand.ExpiredFilteredValues
-
- addAll(Collection<? extends K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
-
- 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 E>) - Method in class org.infinispan.util.concurrent.ConcurrentHashSet
-
- addAll(Collection<?>) - Method in class org.infinispan.util.ReadOnlyDataContainerBackedKeySet
-
- addAllAffectedKeys(Collection<Object>) - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
-
- addAllAffectedKeys(Collection<Object>) - Method in interface org.infinispan.context.impl.TxInvocationContext
-
Registers a new participant with the transaction.
- addAllAffectedKeys(Collection<Object>) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- addAllSynchronizedBlocks(Collection<TotalOrderLatch>) - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- addBackup() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
-
- addBackupLockForKey(Object) - Method in class org.infinispan.transaction.AbstractCacheTransaction
-
- addBackupLockForKey(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
- addBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- addBackupOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.TopologyAwareConsistentHashFactory
-
- addCacheLoader(CacheLoaderConfig...) - Method in class org.infinispan.config.CacheLoaderManagerConfig
-
- addCacheLoader(CacheLoaderConfig...) - Method in interface org.infinispan.config.FluentConfiguration.LoadersConfig
-
Deprecated.
- addCacheLoader(CacheLoader, CacheLoaderConfiguration) - Method in class org.infinispan.loaders.decorators.ChainingCacheStore
-
- addCacheLoaderConfig(CacheLoaderConfig) - Method in class org.infinispan.config.CacheLoaderManagerConfig
-
- addChannel(CacheListener.ChannelNotifyParams) - Method in class org.infinispan.server.websocket.CacheListener
-
- 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
-
- addChild(Fqn) - Method in class org.infinispan.tree.NodeImpl
-
- addChild(Fqn, Flag...) - Method in class org.infinispan.tree.NodeImpl
-
- addClusterLoader() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
-
Adds a cluster cache loader
- 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
-
- addCustomCacheConfiguration(ConfigurationBuilder) - Method in class org.infinispan.spring.AbstractEmbeddedCacheManagerFactory
-
- 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
-
- addEntry(InternalCacheEntry) - Method in class org.infinispan.loaders.bucket.Bucket
-
- addEntry(Object, MarshalledEntry) - Method in class org.infinispan.persistence.support.Bucket
-
- addErroneousAttribute(String) - Method in exception org.infinispan.commons.CacheConfigurationException
-
- addErroneousAttribute(String) - Method in exception org.infinispan.config.ConfigurationException
-
- 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
-
- addFlags(Flag...) - Method in class org.infinispan.client.hotrod.impl.operations.OperationsFactory
-
- addGet(Object, boolean) - Method in class org.infinispan.stats.topK.StreamSummaryContainer
-
Adds the key to the read top-key.
- addGrouper(Grouper<?>) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
Add a grouper
- addInterceptor(CommandInterceptor, int) - Method in class org.infinispan.AbstractDelegatingAdvancedCache
-
- 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.CacheImpl
-
- 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).
- addInterceptorAfter(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.infinispan.AbstractDelegatingAdvancedCache
-
- 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.CacheImpl
-
- 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.
- addInterceptorBefore(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.infinispan.AbstractDelegatingAdvancedCache
-
- 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.CacheImpl
-
- 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.
- 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.
- addKeysLockedForClear() - Method in class org.infinispan.transaction.TotalOrderRemoteTransactionState
-
- addListener(Object) - Method in class org.infinispan.AbstractDelegatingCache
-
- addListener(Object, KeyFilter) - Method in class org.infinispan.AbstractDelegatingCache
-
- addListener(Object) - Method in class org.infinispan.CacheImpl
-
- addListener(Object, KeyFilter) - Method in class org.infinispan.CacheImpl
-
- addListener(Object) - Method in class org.infinispan.DecoratedCache
-
- addListener(Object, KeyFilter) - Method in class org.infinispan.DecoratedCache
-
- addListener(CacheEntryListenerConfiguration<K, V>, Cache<K, V>, JCacheNotifier<K, V>, AdvancedCache<K, V>) - Method in class org.infinispan.jcache.JCacheNotifier
-
- addListener(Object) - Method in class org.infinispan.manager.AbstractDelegatingEmbeddedCacheManager
-
- addListener(Object) - Method in class org.infinispan.manager.DefaultCacheManager
-
- addListener(Object) - Method in class org.infinispan.notifications.AbstractListenerImpl
-
- addListener(Object, ClassLoader) - Method in class org.infinispan.notifications.AbstractListenerImpl
-
- addListener(Object, KeyFilter, ClassLoader) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
-
- addListener(Object, KeyFilter) - Method in class org.infinispan.notifications.cachelistener.CacheNotifierImpl
-
- addListener(Object, KeyFilter, ClassLoader) - Method in interface org.infinispan.notifications.ClassLoaderAwareFilteringListenable
-
Adds a listener to the component.
- addListener(Object, ClassLoader) - Method in interface org.infinispan.notifications.ClassLoaderAwareListenable
-
Adds a listener along with a class loader to use for the invocation
- addListener(Object, KeyFilter) - Method in interface org.infinispan.notifications.FilteringListenable
-
Adds a listener to the component.
- 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
-
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
-
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.ClusterRegistryImpl
-
- addListener(S, KeyFilter, Object) - Method in class org.infinispan.registry.ClusterRegistryImpl
-
- 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.ImmutableContext
-
- addLockedKey(Object) - Method in class org.infinispan.context.impl.LocalTxInvocationContext
-
- addLockedKey(Object) - Method in class org.infinispan.context.impl.NonTxInvocationContext
-
- addLockedKey(Object) - Method in class org.infinispan.context.impl.RemoteTxInvocationContext
-
- 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.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.
- addMember(Address, float) - Method in class org.infinispan.topology.ClusterCacheStatus
-
- addModification(WriteCommand) - Method in class org.infinispan.transaction.LocalTransaction
-
- addModule(Class<T>) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- addModule(Class<T>) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- addNewDocument(String) - Method in class org.infinispan.lucenedemo.DemoActions
-
Creates a new document having just one field containing a string
- addOperation(Operation<?, ?>) - Method in class org.infinispan.atomic.AtomicHashMapDelta
-
- addOwner(int, Address) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- addOwner(Address) - Method in class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl
-
- addOwners(int, Collection<Address>) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- addParsingCompleteListener(ParserContextListener) - Method in class org.infinispan.configuration.parsing.AbstractParserContext
-
- addParsingCompleteListener(ParserContextListener) - Method in interface org.infinispan.configuration.parsing.ParserContext
-
- 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.DefaultConsistentHashFactory.Builder
-
- addPrimaryOwners(DefaultConsistentHashFactory.Builder) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory
-
- addProperty(String, String) - Method in class org.infinispan.config.Configuration.DataContainerType
-
Deprecated.
- addProperty(String, String) - Method in class org.infinispan.config.Configuration.QueryConfigurationBean
-
Deprecated.
- addProperty(String, String) - Method in interface org.infinispan.config.FluentConfiguration.DataContainerConfig
-
Deprecated.
- addProperty(String, String) - Method in interface org.infinispan.config.FluentConfiguration.IndexingConfig
-
Deprecated.
Defines a single property.
- addProperty(String, String) - Method in interface org.infinispan.config.FluentGlobalConfiguration.ExecutorFactoryConfig
-
Deprecated.
Add key/value property pair to this executor factory configuration
- addProperty(String, String) - Method in interface org.infinispan.config.FluentGlobalConfiguration.GlobalJmxStatisticsConfig
-
Deprecated.
- addProperty(String, String) - Method in interface org.infinispan.config.FluentGlobalConfiguration.TransportConfig
-
Deprecated.
- addProperty(String, String) - Method in class org.infinispan.config.GlobalConfiguration.ExecutorFactoryType
-
Deprecated.
- addProperty(String, String) - Method in class org.infinispan.config.GlobalConfiguration.FactoryClassWithPropertiesType
-
Deprecated.
- addProperty(String, String) - Method in class org.infinispan.config.GlobalConfiguration.GlobalJmxStatisticsType
-
Deprecated.
- addProperty(String, String) - Method in class org.infinispan.config.GlobalConfiguration.ScheduledExecutorFactoryType
-
Deprecated.
- addProperty(String, String) - Method in class org.infinispan.config.GlobalConfiguration.TransportType
-
Deprecated.
- 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.AbstractCacheTransaction
-
- addReadKey(Object) - Method in class org.infinispan.transaction.LocalTransaction
-
- addReadKey(Object) - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
- addRemoteValue(ExtendedStatistic, double) - Method in class org.infinispan.stats.CacheStatisticCollector
-
Adds a value to a remote statistic.
- addRequestor(Object, Address) - Method in interface org.infinispan.distribution.L1Manager
-
Records a request that will be cached in another nodes L1
- addRequestor(Object, Address) - Method in class org.infinispan.distribution.L1ManagerImpl
-
- Address - Class in org.infinispan.nearcache.cdi
-
An address
- Address() - Constructor for class org.infinispan.nearcache.cdi.Address
-
- 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
-
- AddressCache - Annotation Type in org.infinispan.nearcache.cdi
-
An address CDI qualifier
- addressCache() - Method in class org.infinispan.nearcache.cdi.Config
-
- addressCache() - Method in class org.infinispan.server.hotrod.CrashedMemberDetectorListener
-
- AddressCacheManager - Class in org.infinispan.nearcache.cdi
-
Global operations for the address cache
- AddressCacheManager() - Constructor for class org.infinispan.nearcache.cdi.AddressCacheManager
-
- AddressController - Class in org.infinispan.nearcache.cdi
-
CDI controller
- AddressController() - Constructor for class org.infinispan.nearcache.cdi.AddressController
-
- AddressDao - Class in org.infinispan.nearcache.cdi
-
Address data access object
- AddressDao() - Constructor for class org.infinispan.nearcache.cdi.AddressDao
-
- 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.TotalOrderRemoteTransactionState
-
- addToCache(Influenza_N_P_CR_Element) - Method in class org.infinispan.ec2demo.InfluenzaVirusCache
-
- addToCache(Nucleotide_Protein_Element) - Method in class org.infinispan.ec2demo.NucleotideCache
-
- addToCache(Nucleotide_Protein_Element) - Method in class org.infinispan.ec2demo.ProteinCache
-
- 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.
- addToPendingCount(int) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.CountedCompleter
-
Adds (atomically) the given value to the pending count.
- addToTotalCount(long) - Method in class org.infinispan.query.impl.massindex.DefaultMassIndexerProgressMonitor
-
- 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.
- addUpdatedKey(Object) - Method in interface org.infinispan.statetransfer.StateConsumer
-
Receive notification of updated keys right before they are committed in DataContainer.
- addUpdatedKey(Object) - Method in class org.infinispan.statetransfer.StateConsumerImpl
-
Receive notification of updated keys right before they are committed in DataContainer.
- 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.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.
- 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
.
- 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.KeyFilter<K> - Interface in org.infinispan.persistence.spi
-
Used during the parallel iteration to filter-out the keys that the caller is not interested in.
- AdvancedCacheLoader.TaskContext - Interface in org.infinispan.persistence.spi
-
- AdvancedCacheProducer - Class in org.infinispan.cdi
-
- 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
.
- AdvancedExternalizer<T> - Interface in org.infinispan.marshall
-
- AdvancedExternalizerConfig - Class in org.infinispan.config
-
Defines custom Externalizers to be registered with marshalling framework
- AdvancedExternalizerConfig() - Constructor for class org.infinispan.config.AdvancedExternalizerConfig
-
- 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 interface org.infinispan.util.logging.Log
-
- affectedKeys - Variable in class org.infinispan.transaction.AbstractCacheTransaction
-
Holds all the locked keys that were acquired by the transaction allover the cluster.
- after(Class<? extends CommandInterceptor>) - Method in class org.infinispan.config.Configuration.CustomInterceptorPositionType
-
Deprecated.
- after - Variable in class org.infinispan.config.CustomInterceptorConfig
-
- after(Class<? extends CommandInterceptor>) - Method in interface org.infinispan.config.FluentConfiguration.CustomInterceptorPosition
-
Deprecated.
- 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.
- afterCompletion(int) - Method in class org.infinispan.transaction.synchronization.SynchronizationAdapter
-
- afterCompletionFailed(Synchronization, Throwable) - Method in interface org.infinispan.util.logging.Log
-
- 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.
- 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
-
- aggregateReducedResult(Map<KOut, List<VOut>>, Map<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- AggregatingNotifyingFutureImpl<T> - Class in org.infinispan.commons.util.concurrent
-
For use with > 1 underlying network future
- AggregatingNotifyingFutureImpl(T, int) - Constructor for class org.infinispan.commons.util.concurrent.AggregatingNotifyingFutureImpl
-
- 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.
- allowDuplicateDomains(Boolean) - Method in interface org.infinispan.config.FluentGlobalConfiguration.GlobalJmxStatisticsConfig
-
Deprecated.
If true, multiple cache manager instances could be configured under the same configured JMX
domain.
- allowDuplicateDomains - Variable in class org.infinispan.config.GlobalConfiguration.GlobalJmxStatisticsType
-
Deprecated.
- allowDuplicateDomains(Boolean) - Method in class org.infinispan.config.GlobalConfiguration.GlobalJmxStatisticsType
-
Deprecated.
- 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.
- 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.
- alwaysProvideInMemoryState - Variable in class org.infinispan.config.Configuration.StateRetrievalType
-
Deprecated.
- alwaysProvideInMemoryState(Boolean) - Method in class org.infinispan.config.Configuration.StateRetrievalType
-
Deprecated.
- alwaysProvideInMemoryState(Boolean) - Method in interface org.infinispan.config.FluentConfiguration.StateRetrievalConfig
-
Deprecated.
If true, this will allow the cache to provide in-memory state to a neighbor, even if the
cache is not configured to fetch state from its neighbors (fetchInMemoryState is false)
- alwaysProvideInMemoryStateDeprecated() - Method in interface org.infinispan.util.logging.Log
-
- 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.
- Annotateds - Class in org.infinispan.cdi.util
-
Utilities for working with Annotated
s.
- 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.
- 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
-
- ApacheAvroMarshaller - Class in org.infinispan.client.hotrod.marshall
-
This is a portable serialization marshaller based on Apache Avro.
- ApacheAvroMarshaller() - Constructor for class org.infinispan.client.hotrod.marshall.ApacheAvroMarshaller
-
- appendCacheNameToPath(boolean) - Method in class org.infinispan.persistence.rest.configuration.AbstractRestStoreConfigurationChildBuilder
-
- appendCacheNameToPath() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfiguration
-
- appendCacheNameToPath(boolean) - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
-
- appendCacheNameToPath(boolean) - Method in interface org.infinispan.persistence.rest.configuration.RestStoreConfigurationChildBuilder
-
Determines whether to append the cache name to the path URI.
- appendDelta(Delta) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
-
- appendInterceptor(CommandInterceptor, boolean) - Method in class org.infinispan.interceptors.InterceptorChain
-
Appends at the end.
- AppendRequest() - Method in class org.infinispan.server.memcached.MemcachedOperation$
-
- AppendRequest() - Static method in class org.infinispan.server.memcached.MemcachedOperation
-
- ApplicationXJavaSerializedObject() - Method in class org.infinispan.rest.Server
-
- ApplicationXJavaSerializedObjectType() - Method in class org.infinispan.rest.Server
-
- apply(A) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.Action
-
- apply(A, B) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.BiAction
-
- apply(A, B) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.BiFun
-
- apply(double, double) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.DoubleByDoubleToDouble
-
- apply(A) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.Fun
-
- apply(int, int) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.IntByIntToInt
-
- apply(long, long) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.LongByLongToLong
-
- apply(A, B) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ObjectByObjectToDouble
-
- apply(A, B) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ObjectByObjectToInt
-
- apply(A, B) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ObjectByObjectToLong
-
- apply(A) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ObjectToDouble
-
- apply(A) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ObjectToInt
-
- apply(A) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.ObjectToLong
-
- apply(String, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.rest.MimeMetadata$
-
- apply(String, long, TimeUnit, long, TimeUnit) - Static method in class org.infinispan.rest.MimeMetadata
-
- apply(long, EntryVersion, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.server.memcached.MemcachedMetadata$
-
- apply(long, EntryVersion) - Method in class org.infinispan.server.memcached.MemcachedMetadata$
-
- apply(long, EntryVersion, long, TimeUnit, long, TimeUnit) - Static method in class org.infinispan.server.memcached.MemcachedMetadata
-
- apply(long, EntryVersion) - Static method in class org.infinispan.server.memcached.MemcachedMetadata
-
- applyDelta(K, Delta, Object...) - Method in class org.infinispan.AbstractDelegatingAdvancedCache
-
- 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.CacheImpl
-
- ApplyDeltaCommand - Class in org.infinispan.commands.write
-
- ApplyDeltaCommand() - Constructor for class org.infinispan.commands.write.ApplyDeltaCommand
-
- ApplyDeltaCommand(Object, Delta, Collection<Object>) - Constructor for class org.infinispan.commands.write.ApplyDeltaCommand
-
- applyingChangeListLocally(List<LuceneWork>) - Method in interface org.infinispan.query.logging.Log
-
- applyingChangeListRemotely(List<LuceneWork>) - Method in interface org.infinispan.query.logging.Log
-
- applyModifications(List<? extends Modification>) - Method in class org.infinispan.loaders.AbstractCacheStore
-
- applyModificationsSync(List<Modification>) - Method in class org.infinispan.loaders.decorators.AsyncStore
-
- applyModificationsSync(List<Modification>) - Method in class org.infinispan.persistence.async.AsyncCacheWriter
-
- applyOverrides(Configuration) - Method in class org.infinispan.config.Configuration
-
Deprecated.
- applyProperties(Object, Properties) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
- applyState(Address, int, Collection<StateChunk>) - Method in interface org.infinispan.statetransfer.StateConsumer
-
- applyState(Address, int, Collection<StateChunk>) - Method in class org.infinispan.statetransfer.StateConsumerImpl
-
- applyStreamWork(LuceneWork, IndexingMonitor) - Method in class org.infinispan.query.indexmanager.InfinispanCommandsBackend
-
- applyStreamWork(LuceneWork, IndexingMonitor) - Method in class org.infinispan.query.indexmanager.MasterSwitchDelegatingQueueProcessor
-
- 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.
- applyWork(List<LuceneWork>, IndexingMonitor) - Method in class org.infinispan.query.indexmanager.InfinispanCommandsBackend
-
- applyWork(List<LuceneWork>, IndexingMonitor) - Method in class org.infinispan.query.indexmanager.MasterSwitchDelegatingQueueProcessor
-
- Argument - Interface in org.infinispan.cli.commands
-
- ARRAY_LIST - Static variable in interface org.infinispan.marshall.core.Ids
-
- 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
-
- ArrayExternalizers.ListArray() - Constructor for class org.infinispan.marshall.exts.ArrayExternalizers.ListArray
-
- Arrays2 - Class in org.infinispan.cdi.util
-
A collection of utilities for working with Arrays that goes beyond that in
the JDK.
- asList() - Method in class org.infinispan.interceptors.InterceptorChain
-
Returns an unmofiable list with all the interceptors in sequence.
- 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
.
- assertTypeConstructable(Class<?>, Class<?>...) - Method in class org.infinispan.factories.AbstractComponentFactory
-
- assertValid(AtomicHashMap<?, ?>) - Method in class org.infinispan.atomic.AtomicHashMapProxy
-
- assertValid() - Method in class org.infinispan.config.Configuration
-
Deprecated.
- 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 - Variable in class org.infinispan.config.Configuration.ClusteringType
-
Deprecated.
- async() - Method in class org.infinispan.config.Configuration.ClusteringType
-
Deprecated.
- async() - Method in interface org.infinispan.config.FluentConfiguration.ClusteringConfig
-
Deprecated.
Configure async sub element.
- 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 interface org.infinispan.configuration.cache.CacheStoreConfiguration
-
Configuration for the async cache loader.
- 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 - Variable in class org.infinispan.loaders.AbstractCacheStoreConfig
-
- 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_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
-
- asyncExecutor - Variable in class org.infinispan.query.backend.QueryInterceptor
-
- asyncExecutor - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
-
- 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
-
- asyncListenerExecutor() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- asyncListenerExecutor() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- asyncMarshalling - Variable in class org.infinispan.config.Configuration.AsyncType
-
Deprecated.
- asyncMarshalling(Boolean) - Method in class org.infinispan.config.Configuration.AsyncType
-
Deprecated.
- asyncMarshalling(Boolean) - Method in interface org.infinispan.config.FluentConfiguration.AsyncConfig
-
Deprecated.
If true, asynchronous marshalling is enabled which means that caller can return even
quicker, but it can suffer from reordering of operations.
- asyncMarshalling() - Method in class org.infinispan.configuration.cache.AsyncConfiguration
-
Asynchronous marshalling allows the caller to return even quicker, but it can
suffer from reordering of operations.
- asyncMarshalling() - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
-
Enable asynchronous marshalling.
- asyncMarshalling(boolean) - Method in class org.infinispan.configuration.cache.AsyncConfigurationBuilder
-
- asyncProcessor - Variable in class org.infinispan.notifications.AbstractListenerImpl
-
- asyncPutInCache(AdvancedCache<String, byte[]>, String, byte[], String, long, long) - Method in class org.infinispan.rest.Server
-
- asyncStore() - Method in class org.infinispan.loaders.AbstractCacheStoreConfig
-
- asyncStore() - Method in interface org.infinispan.loaders.CacheStoreConfig
-
- asyncStore() - Method in class org.infinispan.loaders.decorators.AbstractDecoratorConfigurationBean
-
- AsyncStore - Class in org.infinispan.loaders.decorators
-
The AsyncStore is a delegating CacheStore that buffers changes and writes them asynchronously to
the underlying CacheStore.
- AsyncStore(CacheStore, AsyncStoreConfig) - Constructor for class org.infinispan.loaders.decorators.AsyncStore
-
- AsyncStoreConfig - Class in org.infinispan.loaders.decorators
-
Configuration for the async cache loader.
- AsyncStoreConfig() - Constructor for class org.infinispan.loaders.decorators.AsyncStoreConfig
-
- 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.
- asyncStoreCoordinatorInterrupted(InterruptedException) - Method in interface org.infinispan.util.logging.Log
-
- asyncStoreShutdownTimeoutTooHigh(long, long, long) - Method in interface org.infinispan.util.logging.Log
-
- asyncTransportExecutor() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
- asyncTransportExecutor() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
- asyncTransportExecutor() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
- atIndex(int) - Method in class org.infinispan.config.Configuration.CustomInterceptorPositionType
-
Deprecated.
- atIndex(int) - Method in interface org.infinispan.config.FluentConfiguration.CustomInterceptorPosition
-
Deprecated.
- 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
-
- AtomicHashMap() - Constructor for class org.infinispan.atomic.AtomicHashMap
-
- AtomicHashMap(boolean) - Constructor for class org.infinispan.atomic.AtomicHashMap
-
- AtomicHashMap.Externalizer - Class in org.infinispan.atomic
-
- AtomicHashMap.Externalizer() - Constructor for class org.infinispan.atomic.AtomicHashMap.Externalizer
-
- AtomicHashMapDelta - Class in org.infinispan.atomic
-
Changes that have occurred on an AtomicHashMap
- AtomicHashMapDelta() - Constructor for class org.infinispan.atomic.AtomicHashMapDelta
-
- AtomicHashMapDelta.Externalizer - Class in org.infinispan.atomic
-
- AtomicHashMapDelta.Externalizer() - Constructor for class org.infinispan.atomic.AtomicHashMapDelta.Externalizer
-
- AtomicHashMapProxy<K,V> - Class in org.infinispan.atomic
-
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
-
- attachListener(FutureListener<T>) - Method in class org.infinispan.client.hotrod.impl.async.NotifyingFutureImpl
-
- 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<V>) - Method in class org.infinispan.commons.util.concurrent.DeferredReturnFuture
-
- 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'.
- attachListener(FutureListener<V>) - Method in class org.infinispan.util.concurrent.AbstractInProcessNotifyingFuture
-
- attachListener(FutureListener<V>) - Method in class org.infinispan.util.concurrent.AbstractInProcessNotifyingFuture
-
- attachListener(FutureListener<T>) - Method in class org.infinispan.util.concurrent.LegacyNotifyingFutureAdaptor
-
Deprecated.
- attachListener(FutureListener<T>) - Method in interface org.infinispan.util.concurrent.NotifyingFuture
-
Deprecated.
Attaches a listener and returns the same future instance, to allow for 'building'.
- 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.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.rest.configuration
-
Enumerates the attributes used by the Remote cache store configuration
- AttributeJdbc - Enum in org.infinispan.compatibility.parsing
-
Enumerates the attributes used by the JDBC cache stores configuration
- attributes - Variable in class org.infinispan.tools.doclet.jmx.MBeanComponent
-
- 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(boolean) - Method in class org.infinispan.config.Configuration.RecoveryType
-
Deprecated.
- autoCommit - Variable in class org.infinispan.config.Configuration.TransactionType
-
Deprecated.
- autoCommit(boolean) - Method in class org.infinispan.config.Configuration.TransactionType
-
Deprecated.
- autoCommit(boolean) - Method in interface org.infinispan.config.FluentConfiguration.TransactionConfig
-
Deprecated.
- 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.
- AutoInstantiableFactory - Interface in org.infinispan.factories
-
Component factories that implement this interface can be instantiated automatically by component registries when
looking up components.
- available() - Method in class org.infinispan.io.GridInputStream
-
- available() - Method in class org.infinispan.io.UnclosableObjectInputStream
-
- await() - Method in class org.infinispan.factories.TestDelayFactory.Control
-
- await() - Method in class org.infinispan.util.concurrent.ReclosableLatch
-
- await(long, TimeUnit) - Method in class org.infinispan.util.concurrent.ReclosableLatch
-
- awaitCompletion() - Method in class org.infinispan.statetransfer.InboundTransferTask
-
Wait until all segments are received, cancelled, or the task is terminated abruptly by terminate()
.
- awaitForPushToFinish(Future<?>, long, TimeUnit) - Method in class org.infinispan.loaders.decorators.SingletonStore
-
Method that waits for the in-memory to cache loader state to finish.
- 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).
- awaitQuiescence(long, TimeUnit) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.ForkJoinPool
-
- awaitTermination(long, TimeUnit) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.ForkJoinPool
-
Blocks until all tasks have completed execution after a
shutdown request, or the timeout occurs, or the current thread
is interrupted, whichever happens first.
- 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.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
-
- backup() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
-
- 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(String, BackupConfiguration.BackupStrategy, long, BackupFailurePolicy, String, boolean, TakeOfflineConfiguration, boolean) - 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() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
- 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(String, String) - Constructor for class org.infinispan.configuration.cache.BackupForConfiguration
-
- backupKeyLocks - Variable in class org.infinispan.transaction.AbstractCacheTransaction
-
Holds all the locks for which the local node is a secondary data owner.
- 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.
- BackupReceiverImpl - Class in org.infinispan.xsite
-
- BackupReceiverImpl(Cache) - Constructor for class org.infinispan.xsite.BackupReceiverImpl
-
- BackupReceiverImpl.BackupCacheUpdater - Class in org.infinispan.xsite
-
- BackupReceiverRepository - Interface in org.infinispan.xsite
-
Global component that holds all the
BackupReceiver
s within this CacheManager.
- BackupReceiverRepositoryImpl - Class in org.infinispan.xsite
-
- BackupReceiverRepositoryImpl() - Constructor for class org.infinispan.xsite.BackupReceiverRepositoryImpl
-
- backupRemotely(Collection<XSiteBackup>, ReplicableCommand) - Method in class org.infinispan.remoting.transport.AbstractDelegatingTransport
-
- backupRemotely(Collection<XSiteBackup>, ReplicableCommand) - Method in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
-
- backupRemotely(Collection<XSiteBackup>, ReplicableCommand) - 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
-
- BackupSenderImpl.CustomBackupPolicyInvoker(String, CustomFailurePolicy, Transaction) - Constructor for class org.infinispan.xsite.BackupSenderImpl.CustomBackupPolicyInvoker
-
- 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() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- balancingStrategy(String) - 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(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.
- 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.InputStream(InputStream) - Constructor for class org.infinispan.commons.util.Base64.InputStream
-
- Base64.InputStream(InputStream, int) - Constructor for class org.infinispan.commons.util.Base64.InputStream
-
- 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.
- Base64.OutputStream(OutputStream) - Constructor for class org.infinispan.commons.util.Base64.OutputStream
-
- Base64.OutputStream(OutputStream, int) - Constructor for class org.infinispan.commons.util.Base64.OutputStream
-
- BaseBackupInterceptor - Class in org.infinispan.interceptors.xsite
-
- BaseBackupInterceptor() - Constructor for class org.infinispan.interceptors.xsite.BaseBackupInterceptor
-
- baseCfg - Variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- BaseCustomInterceptor - Class in org.infinispan.interceptors.base
-
- BaseCustomInterceptor() - Constructor for class org.infinispan.interceptors.base.BaseCustomInterceptor
-
- BaseDistributionInterceptor - Class in org.infinispan.interceptors.distribution
-
Base class for distribution of entries across a cluster.
- BaseDistributionInterceptor() - Constructor for class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
-
- BaseExtendedStatisticsContainer - Class in org.infinispan.stats.container
-
- BaseExtendedStatisticsContainer(int) - Constructor for class org.infinispan.stats.container.BaseExtendedStatisticsContainer
-
- BaseLockFactory - Class in org.infinispan.lucene.locking
-
Default factory for locks obtained in InfinispanDirectory
,
this factory produces instances of BaseLuceneLock
.
- BaseLockFactory(Cache<?, ?>, String) - Constructor for class org.infinispan.lucene.locking.BaseLockFactory
-
- BaseNotifyingFuture<T> - Class in org.infinispan.commons.util.concurrent
-
- BaseNotifyingFuture() - Constructor for class org.infinispan.commons.util.concurrent.BaseNotifyingFuture
-
- BaseProtoStreamMarshaller - Class in org.infinispan.query.remote.client
-
- BaseProtoStreamMarshaller() - Constructor for class org.infinispan.query.remote.client.BaseProtoStreamMarshaller
-
- BaseQueryBuilder<T extends Query> - Class in org.infinispan.query.dsl.impl
-
- BaseQueryBuilder(Class) - 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
-
Acts as a base for all RPC calls
- BaseRpcInterceptor() - Constructor for class org.infinispan.interceptors.base.BaseRpcInterceptor
-
- BaseRpcInvokingCommand - Class in org.infinispan.commands.remote
-
Base class for RPC commands.
- BaseRpcInvokingCommand(String) - Constructor for class org.infinispan.commands.remote.BaseRpcInvokingCommand
-
- BaseTypeConverterInterceptor - Class in org.infinispan.interceptors.compat
-
Base implementation for an interceptor that applies type conversion to the data stored in the cache.
- BaseTypeConverterInterceptor() - Constructor for class org.infinispan.interceptors.compat.BaseTypeConverterInterceptor
-
- BasicCache<K,V> - Interface in org.infinispan.api
-
- 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.api
-
- BasicCacheContainer - Interface in org.infinispan.commons.api
-
BasicCacheContainer defines the methods used to obtain a
BasicCache
.
- 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
-
- BatchContainer() - Constructor for class org.infinispan.batch.BatchContainer
-
- batchContainer - Variable in class org.infinispan.CacheImpl
-
- BatchingCache - Interface in org.infinispan.commons.api
-
The BatchingCache is implemented by all caches which support batching
- BatchingInterceptor - Class in org.infinispan.interceptors
-
Interceptor that captures batched calls and attaches contexts.
- BatchingInterceptor() - Constructor for class org.infinispan.interceptors.BatchingInterceptor
-
- 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() - 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.
- 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.
- BeanConventions - Class in org.infinispan.tools
-
BeanConventions.
- BeanConventions() - Constructor for class org.infinispan.tools.BeanConventions
-
- beanLifecycle(ContextualLifecycle<T>) - Method in class org.infinispan.cdi.util.BeanBuilder
-
- 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
-
- before(Class<? extends CommandInterceptor>) - Method in class org.infinispan.config.Configuration.CustomInterceptorPositionType
-
Deprecated.
- before - Variable in class org.infinispan.config.CustomInterceptorConfig
-
- before(Class<? extends CommandInterceptor>) - Method in interface org.infinispan.config.FluentConfiguration.CustomInterceptorPosition
-
Deprecated.
- 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.
- beforeCompletion() - Method in class org.infinispan.transaction.synchronization.SynchronizationAdapter
-
- beforeCompletionFailed(Synchronization, Throwable) - Method in interface org.infinispan.util.logging.Log
-
- beforeConfirmRebalance(String, int, Throwable) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
-
- beforeHandleConsistentHashUpdate(String, CacheTopology, int) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
-
- beforeHandleRebalance(String, CacheTopology, int) - Method in class org.infinispan.util.AbstractControlledLocalTopologyManager
-
- beforeInvalidation(Set<Integer>, Set<Integer>) - Method in interface org.infinispan.statetransfer.StateConsumerImpl.KeyInvalidationListener
-
- 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(Principal) - Method in class org.infinispan.demos.gridfs.GridStore
-
- 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
-
- between(Object, Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Checks that the left argument is between the given range limits.
- 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
- block() - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.ForkJoinPool.ManagedBlocker
-
Possibly blocks the current thread, for example waiting for
a lock or condition.
- 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(ExecutorService, TimeService) - Constructor for class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
-
- blockSize() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
-
- blockSize - Variable in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- blockSize(int) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- BOOLEAN - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
-
- 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<K, V>, Equivalence<K>, Equivalence<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<K>, Equivalence<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<K>, Equivalence<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<K>, Equivalence<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<K>, Equivalence<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, int, EvictionStrategy, EvictionThreadPolicy, Equivalence, Equivalence) - Static method in class org.infinispan.container.DefaultDataContainer
-
- 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
-
- boxedClass(Class<?>) - Static method in class org.infinispan.cdi.util.Types
-
- boxKey(K) - Method in interface org.infinispan.compat.TypeConverter
-
Covert a instance of cached key type into an instance of target key type.
- boxKey(Object) - Method in class org.infinispan.server.hotrod.HotRodTypeConverter
-
- boxKey(String) - Method in class org.infinispan.server.memcached.MemcachedTypeConverter
-
- boxValue(V) - Method in interface org.infinispan.compat.TypeConverter
-
Covert a instance of cached key type into an instance of target key type.
- boxValue(Object) - Method in class org.infinispan.server.hotrod.HotRodTypeConverter
-
- boxValue(Object) - Method in class org.infinispan.server.memcached.MemcachedTypeConverter
-
- 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.XSiteAdminOperations
-
- broadcast(ClusteredQueryCommand) - Method in class org.infinispan.query.clustered.ClusteredQueryInvoker
-
Broadcast this ClusteredQueryCommand to all cluster nodes.
- broadcastRemoteCommands(ReplicableCommand, ResponseMode, long, boolean, RspFilter, boolean, boolean, boolean) - Method in class org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher
-
- broadcastRpcCommand(ReplicableCommand, boolean) - Method in interface org.infinispan.remoting.rpc.RpcManager
-
- broadcastRpcCommand(ReplicableCommand, boolean, boolean) - Method in interface org.infinispan.remoting.rpc.RpcManager
-
- broadcastRpcCommand(ReplicableCommand, boolean) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
-
- broadcastRpcCommand(ReplicableCommand, boolean, boolean) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
-
- broadcastRpcCommand(ReplicableCommand, boolean) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
-
- broadcastRpcCommand(ReplicableCommand, boolean, boolean) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
-
- broadcastRpcCommandInFuture(ReplicableCommand, NotifyingNotifiableFuture<Object>) - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Deprecated.
this method may be removed in the future. Use #invokeRemotelyInFuture(java.util.Collection, org.infinispan.commands.ReplicableCommand, RpcOptions, org.infinispan.util.concurrent.NotifyingNotifiableFuture)
- broadcastRpcCommandInFuture(ReplicableCommand, boolean, NotifyingNotifiableFuture<Object>) - Method in interface org.infinispan.remoting.rpc.RpcManager
-
Deprecated.
this method may be removed in the future. Use #invokeRemotelyInFuture(java.util.Collection, org.infinispan.commands.ReplicableCommand, RpcOptions, org.infinispan.util.concurrent.NotifyingNotifiableFuture)
- broadcastRpcCommandInFuture(ReplicableCommand, NotifyingNotifiableFuture<Object>) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
-
- broadcastRpcCommandInFuture(ReplicableCommand, boolean, NotifyingNotifiableFuture<Object>) - Method in class org.infinispan.remoting.rpc.RpcManagerImpl
-
- broadcastRpcCommandInFuture(ReplicableCommand, NotifyingNotifiableFuture<Object>) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
-
- broadcastRpcCommandInFuture(ReplicableCommand, boolean, NotifyingNotifiableFuture<Object>) - Method in class org.infinispan.stats.wrappers.ExtendedStatisticRpcManager
-
- Bucket - Class in org.infinispan.loaders.bucket
-
A bucket is where entries are stored.
- Bucket() - Constructor for class org.infinispan.loaders.bucket.Bucket
-
- 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
-
- Bucket.Externalizer - Class in org.infinispan.loaders.bucket
-
- Bucket.Externalizer() - Constructor for class org.infinispan.loaders.bucket.Bucket.Externalizer
-
- BucketBasedCacheStore - Class in org.infinispan.loaders.bucket
-
Base class for CacheStore implementations that combine entries into buckets when storing data.
- BucketBasedCacheStore() - Constructor for class org.infinispan.loaders.bucket.BucketBasedCacheStore
-
- BucketBasedCacheStore.BucketHandler - Interface in org.infinispan.loaders.bucket
-
- BucketBasedCacheStore.CollectionGeneratingBucketHandler<T> - Class in org.infinispan.loaders.bucket
-
- BucketBasedCacheStore.CollectionGeneratingBucketHandler() - Constructor for class org.infinispan.loaders.bucket.BucketBasedCacheStore.CollectionGeneratingBucketHandler
-
- buffer(int) - Method in class org.infinispan.server.core.transport.ExtendedChannelBuffer$
-
- buffer(int) - Static method in class org.infinispan.server.core.transport.ExtendedChannelBuffer
-
- bufferSize() - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfiguration
-
- bufferSize(int) - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfigurationBuilder
-
- BufferSizePredictor - Interface in org.infinispan.commons.marshall
-
Buffer size predictor
- BufferSizePredictor - Interface in org.infinispan.marshall
-
- BufferSizePredictorAdapter - Class in org.infinispan.marshall
-
Deprecated.
- BufferSizePredictorAdapter(BufferSizePredictor) - Constructor for class org.infinispan.marshall.BufferSizePredictorAdapter
-
Deprecated.
- 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.client.hotrod.impl.query.RemoteQueryBuilder
-
- build() - Method in interface org.infinispan.config.FluentConfiguration.GroupsConfig
-
Deprecated.
- build() - Method in interface org.infinispan.config.FluentConfiguration.HashConfig
-
Deprecated.
- build() - Method in interface org.infinispan.config.FluentConfiguration.StoreAsBinaryConfig
-
Deprecated.
- build() - 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.DefaultConsistentHashFactory.Builder
-
- build() - Method in class org.infinispan.jcache.ConfigurationAdapter
-
- build() - Method in class org.infinispan.loaders.decorators.AbstractDecoratorConfigurationBean
-
Get back up to the CacheStoreConfig
level.
- build() - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
-
- build() - Method in interface org.infinispan.metadata.Metadata.Builder
-
Build a metadata instance.
- build() - Method in interface org.infinispan.query.dsl.QueryBuilder
-
Builds the query object.
- build() - Method in class org.infinispan.remoting.rpc.RpcOptionsBuilder
-
- build() - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
-
- build(boolean) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
-
- build() - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
-
Builds a configuration object
- build(boolean) - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
-
- build() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
-
- 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
-
- 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
-
- 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
-
- buildCommandLineOptions() - Method in class org.infinispan.demo.Demo
-
- buildCommandLineOptions() - Method in class org.infinispan.demo.distexec.PiApproximationDemo
-
- buildCommandLineOptions() - Method in class org.infinispan.demo.mapreduce.WordCountDemo
-
- 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(String, String, false, 0)
.
- buildCreateCacheCommand(String, String, boolean, 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, boolean, 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
-
- buildEntrySetCommand(Set<Flag>) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a EntrySetCommand
- buildEntrySetCommand(Set<Flag>) - Method in class org.infinispan.commands.CommandsFactoryImpl
-
- Builder<T> - Interface in org.infinispan.commons.configuration
-
Builder.
- Builder<T> - Interface in org.infinispan.configuration
-
Deprecated.
- builder() - Method in class org.infinispan.jcache.JCacheInternalMetadata
-
- builder() - Method in class org.infinispan.metadata.EmbeddedMetadata
-
- builder() - Method in class org.infinispan.metadata.InternalMetadataImpl
-
- builder() - Method in interface org.infinispan.metadata.Metadata
-
- builder() - Method in class org.infinispan.rest.MimeMetadata
-
- builder() - Method in class org.infinispan.server.memcached.MemcachedMetadata
-
- builderFor(B) - Static method in class org.infinispan.commons.configuration.ConfigurationUtils
-
- 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
-
- 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
-
- buildGetKeyValueCommand(Object, Set<Flag>, boolean) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a GetKeyValueCommand
- buildGetKeyValueCommand(Object, Set<Flag>, boolean) - 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(boolean, Set<Flag>, Collection<Object>) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds an InvalidateFromL1Command
- buildInvalidateFromL1Command(Address, boolean, Set<Flag>, Collection<Object>) - Method in interface org.infinispan.commands.CommandsFactory
-
- buildInvalidateFromL1Command(boolean, Set<Flag>, Collection<Object>) - Method in class org.infinispan.commands.CommandsFactoryImpl
-
- buildInvalidateFromL1Command(Address, boolean, 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<Object>, 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<Object>, 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
-
- buildMetadata(String, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.persistence.rest.metadata.EmbeddedMetadataHelper
-
- buildMetadata(String, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.persistence.rest.metadata.MetadataHelper
-
- buildMetadata(String, long, TimeUnit, long, TimeUnit) - Method in class org.infinispan.persistence.rest.metadata.MimeMetadataHelper
-
- buildMetadata() - Method in class org.infinispan.server.core.AbstractProtocolDecoder
-
- buildMetadata() - Method in class org.infinispan.server.memcached.MemcachedDecoder
-
- 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
- buildQueryBuilderForClass(Class<?>) - Method in class org.infinispan.query.impl.SearchManagerImpl
-
- buildQueryBuilderForClass(Class<?>) - Method in interface org.infinispan.query.SearchManager
-
Experimental.
- 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
-
- 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
-
- 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
-
- 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
-
- buildValuesCommand(Set<Flag>) - Method in interface org.infinispan.commands.CommandsFactory
-
Builds a ValuesCommand
- buildValuesCommand(Set<Flag>) - 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
-
- 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 - Class in org.infinispan.client.hotrod.impl.operations
-
Reads all keys.
- BulkGetKeysOperation(Codec, TransportFactory, byte[], AtomicInteger, Flag[], int) - Constructor for class org.infinispan.client.hotrod.impl.operations.BulkGetKeysOperation
-
- BulkGetKeysRequest() - Method in class org.infinispan.server.hotrod.HotRodOperation$
-
- BulkGetKeysRequest() - Static method in class org.infinispan.server.hotrod.HotRodOperation
-
- BulkGetKeysResponse - Class in org.infinispan.server.hotrod
-
- BulkGetKeysResponse(byte, long, String, short, Enumeration.Value, Enumeration.Value, int, int) - Constructor for class org.infinispan.server.hotrod.BulkGetKeysResponse
-
- BulkGetKeysResponse() - Method in class org.infinispan.server.hotrod.OperationResponse$
-
- BulkGetKeysResponse() - Static method in class org.infinispan.server.hotrod.OperationResponse
-
- BulkGetOperation - Class in org.infinispan.client.hotrod.impl.operations
-
Reads more keys at a time.
- BulkGetOperation(Codec, TransportFactory, byte[], AtomicInteger, Flag[], int) - Constructor for class org.infinispan.client.hotrod.impl.operations.BulkGetOperation
-
- BulkGetRequest() - Method in class org.infinispan.server.hotrod.HotRodOperation$
-
- BulkGetRequest() - Static method in class org.infinispan.server.hotrod.HotRodOperation
-
- BulkGetResponse - Class in org.infinispan.server.hotrod
-
- BulkGetResponse(byte, long, String, short, Enumeration.Value, Enumeration.Value, int, int) - Constructor for class org.infinispan.server.hotrod.BulkGetResponse
-
- BulkGetResponse() - Method in class org.infinispan.server.hotrod.OperationResponse$
-
- BulkGetResponse() - Static method in class org.infinispan.server.hotrod.OperationResponse
-
- BulkUtil - Class in org.infinispan.server.hotrod.util
-
- BulkUtil() - Constructor for class org.infinispan.server.hotrod.util.BulkUtil
-
- 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
-
- 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
-
- ByteArrayKey - Class in org.infinispan.util
-
Wrapper class for byte[] keys.
- ByteArrayKey(byte[]) - Constructor for class org.infinispan.util.ByteArrayKey
-
- ByteArrayKey.Externalizer - Class in org.infinispan.util
-
- ByteArrayKey.Externalizer() - Constructor for class org.infinispan.util.ByteArrayKey.Externalizer
-
- 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
-
- 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
-
- ByteBufferImpl.Externalizer() - Constructor for class org.infinispan.commons.io.ByteBufferImpl.Externalizer
-
- cache - Variable in class org.infinispan.AbstractDelegatingAdvancedCache
-
- cache - Variable in class org.infinispan.atomic.AtomicHashMapProxy
-
- Cache<K,V> - Interface in org.infinispan
-
The central interface of Infinispan.
- 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.distexec.DefaultExecutorService
-
- cache - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- cache - Variable in class org.infinispan.interceptors.base.BaseCustomInterceptor
-
- cache - Variable in class org.infinispan.loaders.AbstractCacheLoader
-
- cache - Variable in class org.infinispan.query.clustered.commandworkers.ClusteredQueryCommandWorker
-
- cache - Variable in class org.infinispan.query.clustered.DistributedIterator
-
- cache - Variable in class org.infinispan.query.impl.CacheQueryImpl
-
- cache() - Method in class org.infinispan.server.core.AbstractProtocolDecoder
-
- cache() - Method in class org.infinispan.server.core.transport.ConnectionAdderTask
-
- 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.tree.TreeStructureSupport
-
- cache - Variable in class org.infinispan.xsite.AbstractCustomFailurePolicy
-
- 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 - Static variable in class org.infinispan.rest.ServerBootstrap
-
- CACHE_MANAGER_JMX_GROUP - Static variable in class org.infinispan.jmx.CacheManagerJmxRegistration
-
- CACHE_MANAGER_JMX_GROUP - Static variable in class org.infinispan.rhq.CacheManagerDiscovery
-
- CACHE_MANAGER_OBJECTS - Static variable in class org.infinispan.rhq.CacheManagerDiscovery
-
- CACHE_MARSHALLER - Static variable in class org.infinispan.factories.KnownComponentNames
-
- 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_STOPPED_TOPOLOGY_ID - Static variable in class org.infinispan.transaction.TransactionTable
-
- CACHE_TOPOLOGY - Static variable in interface org.infinispan.marshall.core.Ids
-
- cacheAlreadyExists(String) - Method in interface org.infinispan.cli.interpreter.logging.Log
-
- cacheAlreadyRegistered(String, Configuration, Configuration) - Method in interface org.infinispan.jcache.logging.Log
-
- cacheBackupsDataToSameSite(String) - Method in interface org.infinispan.util.logging.Log
-
- CacheBuilder - Class in org.infinispan.demo
-
Builds CacheManager given Infinispan configuration and transport file.
- CacheBuilder(String) - Constructor for class org.infinispan.demo.CacheBuilder
-
- CacheBuilder - Class in org.infinispan.ec2demo
-
- CacheBuilder(String) - Constructor for class org.infinispan.ec2demo.CacheBuilder
-
- CacheComponent - Class in org.infinispan.rhq
-
Component class for Caches within Infinispan
- CacheComponent() - Constructor for class org.infinispan.rhq.CacheComponent
-
- cacheComponentPattern(String, String) - Static method in class org.infinispan.rhq.CacheDiscovery
-
- 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.Log
-
- 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
-
- cacheContainer - Static variable in class org.infinispan.demos.gridfs.CacheManagerHolder
-
- CacheContainer - Interface in org.infinispan.manager
-
- CacheDiscovery - Class in org.infinispan.rhq
-
Discovery class for individual cache instances
- CacheDiscovery() - Constructor for class org.infinispan.rhq.CacheDiscovery
-
- CacheEntriesEvicted - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when cache entries are evicted.
- CacheEntriesEvictedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- CacheEntry - 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
-
- CacheEntryActivatedAdapter(Event<CacheEntryActivatedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryActivatedAdapter
-
- CacheEntryActivatedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- 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
-
- CacheEntryCreatedAdapter(Event<CacheEntryCreatedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryCreatedAdapter
-
- CacheEntryCreatedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- 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.
- CacheEntryEvicted - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
Deprecated.
Note that this annotation will be removed in Infinispan 6.0
- CacheEntryEvictedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
-
- CacheEntryEvictedAdapter(Event<CacheEntryEvictedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryEvictedAdapter
-
- CacheEntryEvictedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
Deprecated.
Note that this interface will be removed in Infinispan 6.0
- 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
-
- CacheEntryInvalidatedAdapter(Event<CacheEntryInvalidatedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryInvalidatedAdapter
-
- CacheEntryInvalidatedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
Notifies a listener of an invalidation event.
- CacheEntryLoaded - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when a cache entry is loaded from a
CacheLoader
.
- CacheEntryLoadedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
-
- CacheEntryLoadedAdapter(Event<CacheEntryLoadedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryLoadedAdapter
-
- CacheEntryLoadedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- 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
-
- CacheEntryModifiedAdapter(Event<CacheEntryModifiedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryModifiedAdapter
-
- CacheEntryModifiedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- 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
-
- CacheEntryPassivatedAdapter(Event<CacheEntryPassivatedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryPassivatedAdapter
-
- CacheEntryPassivatedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- 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
-
- CacheEntryRemovedAdapter(Event<CacheEntryRemovedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryRemovedAdapter
-
- CacheEntryRemovedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- 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
-
- CacheEntryVisitedAdapter(Event<CacheEntryVisitedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryVisitedAdapter
-
- CacheEntryVisitedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
- CacheEventBridge - Class in org.infinispan.cdi.event.cache
-
- CacheEventBridge() - Constructor for class org.infinispan.cdi.event.cache.CacheEventBridge
-
- CacheException - Exception in org.infinispan
-
Deprecated.
- CacheException() - Constructor for exception org.infinispan.CacheException
-
Deprecated.
- CacheException(Throwable) - Constructor for exception org.infinispan.CacheException
-
Deprecated.
- CacheException(String) - Constructor for exception org.infinispan.CacheException
-
Deprecated.
- CacheException(String, Throwable) - Constructor for exception org.infinispan.CacheException
-
Deprecated.
- 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.AbstractDelegatingEmbeddedCacheManager
-
- cacheExists(String) - Method in class org.infinispan.manager.DefaultCacheManager
-
- cacheExists(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
- cacheForWriting - Variable in class org.infinispan.atomic.AtomicHashMapProxy
-
- CacheImpl<K,V> - Class in org.infinispan
-
- CacheImpl(String) - Constructor for class org.infinispan.CacheImpl
-
- CacheInvocationParameterImpl - Class in org.infinispan.jcache.annotation
-
The CacheInvocationParameter
implementation.
- CacheInvocationParameterImpl(ParameterMetaData, Object) - Constructor for class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
-
- 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
-
- CacheJoinInfo.Externalizer() - Constructor for class org.infinispan.topology.CacheJoinInfo.Externalizer
-
- 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
-
- CacheListener.ChannelNotifyParams(Channel, String, String[]) - Constructor for class org.infinispan.server.websocket.CacheListener.ChannelNotifyParams
-
- 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 - Interface in org.infinispan.loaders
-
Responsible for loading cache data from an external source
- CacheLoader<K,V> - Interface in org.infinispan.persistence.spi
-
Defines the logic for loading data from an external storage.
- cacheLoaderClassName - Variable in class org.infinispan.loaders.AbstractCacheLoaderConfig
-
- CacheLoaderConfig - Interface in org.infinispan.loaders
-
Configures individual cache loaders
- cacheLoaderConfigs - Variable in class org.infinispan.config.CacheLoaderManagerConfig
-
- CacheLoaderConfiguration - Interface in org.infinispan.configuration.cache
-
LoaderConfiguration
- CacheLoaderConfigurationBuilder<T extends CacheLoaderConfiguration,S extends CacheLoaderConfigurationBuilder<T,S>> - Interface in org.infinispan.configuration.cache
-
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
- cacheLoaderConfigurationCannotBeNull() - Method in interface org.infinispan.util.logging.Log
-
- CacheLoaderException - Exception in org.infinispan.loaders
-
An exception thrown by a
CacheLoader
implementation if there are problems reading from a loader.
- CacheLoaderException() - Constructor for exception org.infinispan.loaders.CacheLoaderException
-
- CacheLoaderException(String) - Constructor for exception org.infinispan.loaders.CacheLoaderException
-
- CacheLoaderException(String, Throwable) - Constructor for exception org.infinispan.loaders.CacheLoaderException
-
- CacheLoaderException(Throwable) - Constructor for exception org.infinispan.loaders.CacheLoaderException
-
- cacheLoaderIgnoringKey(Object) - Method in interface org.infinispan.lucene.logging.Log
-
- cacheLoaderIgnoringUnexpectedFile(Object, String) - Method in interface org.infinispan.util.logging.Log
-
- CacheLoaderInterceptor - Class in org.infinispan.interceptors
-
- CacheLoaderInterceptor() - Constructor for class org.infinispan.interceptors.CacheLoaderInterceptor
-
- CacheLoaderManagerConfig - Class in org.infinispan.config
-
Holds the configuration of the cache loader chain.
- CacheLoaderManagerConfig() - Constructor for class org.infinispan.config.CacheLoaderManagerConfig
-
- CacheLoaderManagerConfig(CacheLoaderConfig) - Constructor for class org.infinispan.config.CacheLoaderManagerConfig
-
- CacheLoaderMetadata - Annotation Type in org.infinispan.loaders
-
Allows you to provide metadata, such as CacheLoaderConfig type via annotation so that the CacheLoader or CacheStore
need not be instantiated by the configuration parser to set up the cache loader configuration.
- CacheLookupHelper - Class in org.infinispan.jcache.annotation
-
An helper class providing useful methods for cache lookup.
- CacheManager - Interface in org.infinispan.manager
-
Deprecated.
- cacheManager() - Method in class org.infinispan.server.core.AbstractProtocolServer
-
- cacheManager - Variable in class org.infinispan.xsite.BackupReceiverRepositoryImpl
-
- cacheManagerAlreadyRegistered(String) - Method in interface org.infinispan.util.logging.Log
-
- CacheManagerComponent - Class in org.infinispan.rhq
-
The component class for the Infinispan manager
- CacheManagerComponent() - Constructor for class org.infinispan.rhq.CacheManagerComponent
-
- CacheManagerDiscovery - Class in org.infinispan.rhq
-
Discovery class for Infinispan engines
- CacheManagerDiscovery() - Constructor for class org.infinispan.rhq.CacheManagerDiscovery
-
- CacheManagerEventBridge - Class in org.infinispan.cdi.event.cachemanager
-
- CacheManagerEventBridge() - Constructor for class org.infinispan.cdi.event.cachemanager.CacheManagerEventBridge
-
- CacheManagerHolder - Class in org.infinispan.demos.gridfs
-
A bootstrapping startup listener which creates and holds a cache instance
- CacheManagerHolder() - Constructor for class org.infinispan.demos.gridfs.CacheManagerHolder
-
- 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(String) - Method in interface org.infinispan.config.FluentGlobalConfiguration.GlobalJmxStatisticsConfig
-
Deprecated.
If JMX statistics are enabled, this property represents the name of this cache manager.
- cacheManagerName - Variable in class org.infinispan.config.GlobalConfiguration.GlobalJmxStatisticsType
-
Deprecated.
- cacheManagerName(String) - Method in class org.infinispan.config.GlobalConfiguration.GlobalJmxStatisticsType
-
Deprecated.
- 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 interface org.infinispan.jcache.logging.Log
-
- 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
-
- 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
-
- cacheManagerStarted(GlobalComponentRegistry) - Method in class org.infinispan.query.remote.LifecycleManager
-
- 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.query.remote.LifecycleManager
-
- cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.rest.LifecycleCallbacks
-
- cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.server.core.LifecycleCallbacks
-
- cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.server.hotrod.LifecycleCallbacks
-
- cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.server.memcached.LifecycleCallbacks
-
- cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.tree.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.query.remote.LifecycleManager
-
- 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
-
Captures cache management statistics
- CacheMgmtInterceptor() - Constructor for class org.infinispan.interceptors.CacheMgmtInterceptor
-
- 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.
- 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() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
-
- cacheName() - Method in class org.infinispan.server.hotrod.BulkGetKeysResponse
-
- cacheName() - Method in class org.infinispan.server.hotrod.BulkGetResponse
-
- cacheName() - Method in class org.infinispan.server.hotrod.ErrorResponse
-
- cacheName() - Method in class org.infinispan.server.hotrod.GetResponse
-
- cacheName() - Method in class org.infinispan.server.hotrod.GetWithMetadataResponse
-
- cacheName() - Method in class org.infinispan.server.hotrod.GetWithVersionResponse
-
- cacheName() - Method in class org.infinispan.server.hotrod.HotRodHeader
-
- cacheName() - Method in class org.infinispan.server.hotrod.QueryResponse
-
- cacheName() - Method in class org.infinispan.server.hotrod.Response
-
- cacheName() - Method in class org.infinispan.server.hotrod.ResponseWithPrevious
-
- cacheName() - Method in class org.infinispan.server.hotrod.StatsResponse
-
- cacheNotDistributed() - Method in interface org.infinispan.cli.interpreter.logging.Log
-
- CacheNotFoundException - Exception in org.infinispan.rest
-
- CacheNotFoundException(String) - Constructor for exception org.infinispan.rest.CacheNotFoundException
-
- CacheNotFoundException - Exception in org.infinispan.server.hotrod
-
- CacheNotFoundException(String, byte, long) - Constructor for exception org.infinispan.server.hotrod.CacheNotFoundException
-
- CacheNotFoundResponse - Class in org.infinispan.remoting.responses
-
A response that signals the named cache is not running on the target node.
- CacheNotFoundResponse() - Constructor for class org.infinispan.remoting.responses.CacheNotFoundResponse
-
- CacheNotFoundResponse.Externalizer - Class in org.infinispan.remoting.responses
-
- CacheNotFoundResponse.Externalizer() - Constructor for class org.infinispan.remoting.responses.CacheNotFoundResponse.Externalizer
-
- CacheNotifier - Interface in org.infinispan.notifications.cachelistener
-
Public interface with all allowed notifications.
- CacheNotifierImpl - Class in org.infinispan.notifications.cachelistener
-
Helper class that handles all notifications to registered listeners.
- CacheNotifierImpl() - Constructor for class org.infinispan.notifications.cachelistener.CacheNotifierImpl
-
- cacheNotStarted() - Method in interface org.infinispan.util.logging.Log
-
- 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 interface org.infinispan.jcache.logging.Log
-
- cachePutMethodWithoutCacheValueParameter(String) - Method in interface org.infinispan.jcache.logging.Log
-
- CacheQuery - Interface in org.infinispan.query
-
A cache-query is what will be returned when the getQuery() method is run on
SearchManagerImpl
.
- CacheQueryImpl - Class in org.infinispan.query.impl
-
Implementation class of the CacheQuery interface.
- CacheQueryImpl(Query, SearchFactoryIntegrator, AdvancedCache<?, ?>, KeyTransformationHandler, Class<?>...) - Constructor for class org.infinispan.query.impl.CacheQueryImpl
-
- CacheQueryImpl(Query, SearchFactoryIntegrator, AdvancedCache<?, ?>, KeyTransformationHandler, TimeoutExceptionFactory, Class<?>...) - Constructor for class org.infinispan.query.impl.CacheQueryImpl
-
- 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 interface org.infinispan.jcache.logging.Log
-
- 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 interface org.infinispan.jcache.logging.Log
-
- 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
-
- CacheRpcCommand - Interface in org.infinispan.commands.remote
-
- 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
-
- CacheSearchServlet - Class in org.infinispan.ec2demo.web
-
Servlet implementation class CacheSearchServlet
- CacheSearchServlet() - Constructor for class org.infinispan.ec2demo.web.CacheSearchServlet
-
- CacheServletListener - Class in org.infinispan.ec2demo.web
-
- CacheServletListener() - Constructor for class org.infinispan.ec2demo.web.CacheServletListener
-
- cacheSize() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
-
- cacheSize - Variable in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- cacheSize(long) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- cacheSizes() - Method in class org.infinispan.ec2demo.InfluenzaDataLoader
-
- cacheStarted(ComponentRegistry, String) - Method in class org.infinispan.cli.upgrade.SourceMigratorInstaller
-
- cacheStarted(ComponentRegistry, String) - Method in class org.infinispan.lifecycle.AbstractModuleLifecycle
-
- cacheStarted(ComponentRegistry, String) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
-
- cacheStarted(Event) - Method in class org.infinispan.loaders.decorators.SingletonStore.SingletonStoreListener
-
Cache started, check whether the cache is the coordinator and set the singleton store's active status.
- 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.
- cacheStarted(ComponentRegistry, String) - Method in class org.infinispan.query.impl.LifecycleManager
-
- cacheStarted(ComponentRegistry, String) - Method in class org.infinispan.query.remote.LifecycleManager
-
- 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
-
- cacheStarting(ComponentRegistry, Configuration, String) - Method in class org.infinispan.query.impl.LifecycleManager
-
Registers the Search interceptor in the cache before it gets started
- cacheStarting(ComponentRegistry, Configuration, String) - Method in class org.infinispan.query.remote.LifecycleManager
-
Registers the remote value wrapper interceptor in the cache before it gets started.
- cacheStarting(ComponentRegistry, Configuration, String) - Method in class org.infinispan.server.core.LifecycleCallbacks
-
- 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
-
- 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
-
- 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(ComponentRegistry, String) - Method in class org.infinispan.query.impl.LifecycleManager
-
- cacheStopped(ComponentRegistry, String) - Method in class org.infinispan.query.remote.LifecycleManager
-
- 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
-
- cacheStopping(ComponentRegistry, String) - Method in class org.infinispan.query.impl.LifecycleManager
-
- cacheStopTimeout - Variable in class org.infinispan.config.Configuration.TransactionType
-
Deprecated.
- cacheStopTimeout(Integer) - Method in class org.infinispan.config.Configuration.TransactionType
-
Deprecated.
- cacheStopTimeout(Integer) - Method in interface org.infinispan.config.FluentConfiguration.TransactionConfig
-
Deprecated.
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing
remote and local transactions to finish.
- cacheStopTimeout(long) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing
remote and local transactions to finish.
- cacheStopTimeout() - 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.
- CacheStore - Interface in org.infinispan.loaders
-
A specialization of the
CacheLoader
interface that can be written to.
- CacheStoreConfig - Interface in org.infinispan.loaders
-
Defines config elements for all CacheStoreConfigs.
- CacheStoreConfiguration - Interface in org.infinispan.configuration.cache
-
- CacheStoreConfigurationBuilder<T extends CacheStoreConfiguration,S extends CacheStoreConfigurationBuilder<T,S>> - Interface in org.infinispan.configuration.cache
-
StoreConfigurationBuilder is the interface which should be implemented by all cache store builders
- CacheSupport<K,V> - Class in org.infinispan
-
- CacheSupport() - Constructor for class org.infinispan.CacheSupport
-
- CacheSupport(long, long) - Constructor for class org.infinispan.CacheSupport
-
- CacheTopology - Class in org.infinispan.topology
-
The status of a cache from a distribution/state transfer point of view.
- CacheTopology(int, ConsistentHash, ConsistentHash) - Constructor for class org.infinispan.topology.CacheTopology
-
- CacheTopology.Externalizer - Class in org.infinispan.topology
-
- CacheTopology.Externalizer() - Constructor for class org.infinispan.topology.CacheTopology.Externalizer
-
- 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, Throwable, int) - Constructor for class org.infinispan.topology.CacheTopologyControlCommand
-
- CacheTopologyControlCommand(String, CacheTopologyControlCommand.Type, Address, CacheTopology, int) - Constructor for class org.infinispan.topology.CacheTopologyControlCommand
-
- CacheTopologyControlCommand.Type - Enum in org.infinispan.topology
-
- CacheTopologyHandler - Interface in org.infinispan.topology
-
- CacheTransaction - Interface in org.infinispan.transaction.xa
-
Defines the state a infinispan transaction should have.
- 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
-
- CacheValue - Class in org.infinispan.server.core
-
Deprecated.
- CacheValue(byte[], long) - Constructor for class org.infinispan.server.core.CacheValue
-
Deprecated.
- CacheValue$ - Class in org.infinispan.server.core
-
- CacheValue$() - Constructor for class org.infinispan.server.core.CacheValue$
-
- CacheValue.Externalizer - Class in org.infinispan.server.core
-
Deprecated.
- CacheValue.Externalizer() - Constructor for class org.infinispan.server.core.CacheValue.Externalizer
-
Deprecated.
- cacheViewRollbackIdMismatch(int, int) - Method in interface org.infinispan.util.logging.Log
-
- 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
-
Writes modifications back to the store on the way out: stores modifications back through the CacheLoader, either
after each method call (no TXs), or at TX commit.
- CacheWriterInterceptor() - Constructor for class org.infinispan.interceptors.CacheWriterInterceptor
-
- CacheWriterInterceptor.Updater - Class in org.infinispan.interceptors
-
- CacheWriterInterceptor.Updater(boolean) - Constructor for class org.infinispan.interceptors.CacheWriterInterceptor.Updater
-
- calculateHashCode() - Method in class org.infinispan.tree.Fqn
-
Calculates a hash code by summing the hash code of all elements.
- calculateRank(ViewChangedEvent) - Method in class org.infinispan.container.versioning.NumericVersionGenerator.RankCalculator
-
- call() - Method in class org.infinispan.server.core.transport.ConnectionAdderTask
-
- call() - Method in class org.infinispan.tasks.GlobalKeySetTask
-
- callable(Callable<T>) - Method in interface org.infinispan.distexec.DistributedTaskBuilder
-
- CallInterceptor - Class in org.infinispan.interceptors
-
Always at the end of the chain, directly in front of the cache.
- CallInterceptor() - Constructor for class org.infinispan.interceptors.CallInterceptor
-
- canBlock() - Method in class org.infinispan.commands.CreateCacheCommand
-
- 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.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.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.query.clustered.ClusteredQueryCommand
-
- canBlock() - Method in class org.infinispan.query.indexmanager.IndexUpdateCommand
-
- canBlock() - Method in class org.infinispan.statetransfer.StateRequestCommand
-
- canBlock() - Method in class org.infinispan.statetransfer.StateResponseCommand
-
- canBlock() - Method in class org.infinispan.topology.CacheTopologyControlCommand
-
- cancel(boolean) - Method in class org.infinispan.client.hotrod.impl.async.NotifyingFutureImpl
-
- 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.AggregatingNotifyingFutureImpl
-
- cancel(boolean) - Method in class org.infinispan.commons.util.concurrent.DeferredReturnFuture
-
- cancel(boolean) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.ForkJoinTask
-
Attempts to cancel execution of this task.
- cancel(boolean) - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
-
- cancel(boolean) - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureAdaptor
-
- 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.
- 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
-
- 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
-
- CancellationServiceImpl - Class in org.infinispan.commands
-
- 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
-
- 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.
- canEqual(Object) - Method in class org.infinispan.rest.MimeMetadata
-
- canEqual(Object) - Method in class org.infinispan.server.memcached.MemcachedMetadata
-
- 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
-
- canLoad(Object) - Method in class org.infinispan.interceptors.ClusteredCacheLoaderInterceptor
-
- 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
-
- cannotCreateClusteredCaches(Throwable, String) - Method in interface org.infinispan.cli.interpreter.logging.Log
-
- cannotEnableHotRodWrapping() - Method in interface org.infinispan.persistence.remote.logging.Log
-
- cannotLoadHotRodEntryWrapper(Exception) - Method in interface org.infinispan.persistence.remote.logging.Log
-
- cannotLoadlevelDBFactories(String) - Method in interface org.infinispan.persistence.leveldb.logging.Log
-
- cannotResolveExternalizerReader(ComponentStatus, int) - Method in interface org.infinispan.util.logging.Log
-
- cannotRespondToCommit(GlobalTransaction, String) - Method in interface org.infinispan.util.logging.Log
-
- cannotRespondToRollback(GlobalTransaction, String) - Method in interface org.infinispan.util.logging.Log
-
- cannotRollbackTransaction(Exception) - Method in interface org.infinispan.cli.interpreter.logging.Log
-
- cannotSelectRandomMembers(int, List<Address>) - Method in interface org.infinispan.util.logging.Log
-
- canRead() - Method in class org.infinispan.io.GridFile
-
- canWrite() - Method in class org.infinispan.io.GridFile
-
- 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.
- 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.
- CDIDistributedTaskLifecycle - Class in org.infinispan.cdi
-
- CDIDistributedTaskLifecycle() - Constructor for class org.infinispan.cdi.CDIDistributedTaskLifecycle
-
- CDIMapReduceTaskLifecycle - Class in org.infinispan.cdi
-
- CDIMapReduceTaskLifecycle() - Constructor for class org.infinispan.cdi.CDIMapReduceTaskLifecycle
-
- cdl - Variable in class org.infinispan.interceptors.distribution.BaseDistributionInterceptor
-
- cdl - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
-
- cdl - Variable in class org.infinispan.interceptors.EntryWrappingInterceptor
-
- cdl - Variable in class org.infinispan.interceptors.locking.AbstractLockingInterceptor
-
- cf - Variable in class org.infinispan.interceptors.ClusteringInterceptor
-
- cfgFile - Variable in class org.infinispan.demo.Demo
-
- ChainingCacheStore - Class in org.infinispan.loaders.decorators
-
A chaining cache loader that allows us to configure > 1 cache loader.
- ChainingCacheStore() - Constructor for class org.infinispan.loaders.decorators.ChainingCacheStore
-
- channel - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
-
- CHANNEL_LOOKUP - Static variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
-
- channelConnectedLatch - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
-
- channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class org.infinispan.server.core.transport.IdleStateHandlerProvider
-
- channelNotSetUp() - Method in interface org.infinispan.util.logging.Log
-
- channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class org.infinispan.server.core.AbstractProtocolDecoder
-
- channelStillBound(Channel, SocketAddress) - Method in interface org.infinispan.server.core.logging.JavaLog
-
- channelStillConnected(Channel, SocketAddress) - Method in interface org.infinispan.server.core.logging.JavaLog
-
- 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
-
- CHARSET() - Method in class org.infinispan.server.memcached.TextProtocolUtil$
-
- CHARSET() - Static method in class org.infinispan.server.memcached.TextProtocolUtil
-
- checkAuthentication(ITransaction) - Method in class org.infinispan.demos.gridfs.GridStore
-
- checkForErrorsInResponseStatus(Transport, HeaderParams, short) - Method in class org.infinispan.client.hotrod.impl.protocol.Codec10
-
- 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 the thread.
- checkForReadyTasks() - Method in class org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl
-
- checkParentDirs(String, boolean) - Method in class org.infinispan.io.GridFile
-
Checks whether the parent directories are present (and are directories).
- checkpointTo(DecoderState) - Method in class org.infinispan.server.core.AbstractProtocolDecoder
-
- checkResponse(Object, Address) - Method in class org.infinispan.remoting.transport.AbstractTransport
-
- checkReturnValue(Object, Bean<?>, InjectionPoint, BeanManager) - Static method in class org.infinispan.cdi.util.Beans
-
- checkStatisticsUsed() - Method in class org.infinispan.interceptors.base.JmxStatsCommandInterceptor
-
- 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.
- CHUNK_CACHE_KEY - Static variable in interface org.infinispan.lucene.ExternalizerIds
-
- ChunkCacheKey - Class in org.infinispan.lucene
-
Used as a key to distinguish file chunk in cache.
- ChunkCacheKey(String, String, int, int) - Constructor for class org.infinispan.lucene.ChunkCacheKey
-
- ChunkCacheKey.Externalizer - Class in org.infinispan.lucene
-
- ChunkCacheKey.Externalizer() - Constructor for class org.infinispan.lucene.ChunkCacheKey.Externalizer
-
- chunkSize - Variable in class org.infinispan.config.Configuration.StateRetrievalType
-
Deprecated.
- chunkSize(Integer) - Method in class org.infinispan.config.Configuration.StateRetrievalType
-
Deprecated.
- chunkSize(Integer) - Method in interface org.infinispan.config.FluentConfiguration.StateRetrievalConfig
-
Deprecated.
Size of a state transfer chunk, in cache entries.
- chunkSize() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
If > 0, the state will be transferred in batches of chunkSize
cache entries.
- chunkSize(int) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
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.cache.Configuration
-
Deprecated.
- classLoader(ClassLoader) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
-
- 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.AbstractListenerImpl.ListenerInvocation
-
- ClassLoaderAwareFilteringListenable - 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
- className - Variable in class org.infinispan.config.CustomInterceptorConfig
-
- className - Variable in class org.infinispan.tools.doclet.jmx.MBeanComponent
-
- classNotFoundIntegratingState(ClassNotFoundException) - Method in interface org.infinispan.persistence.jdbc.logging.Log
-
- classResolver(ClassResolver) - Method in interface org.infinispan.config.FluentGlobalConfiguration.SerializationConfig
-
Deprecated.
Class resolver to use when unmarshallig objects.
- classResolver(ClassResolver) - Method in class org.infinispan.config.GlobalConfiguration.SerializationType
-
Deprecated.
- 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
-
- cleanup() - Static method in class org.infinispan.transaction.lookup.DummyTransactionManagerLookup
-
- cleanupCompletedTransactions() - Method in class org.infinispan.transaction.TransactionTable
-
- 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.
- cleanupStaleTransactions(CacheTopology) - Method in class org.infinispan.transaction.TransactionTable
-
- cleanupStaleTransactions(CacheTopology) - 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(Long) - Method in class org.infinispan.config.Configuration.L1Type
-
Deprecated.
- cleanupTaskFrequency(Long) - Method in interface org.infinispan.config.FluentConfiguration.L1Config
-
Deprecated.
Determines how often a cleanup thread runs to clean up an internal log of requestors for a specific key
- 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.AbstractDelegatingCache
-
- clear() - Method in class org.infinispan.atomic.AtomicHashMap
-
- clear() - Method in class org.infinispan.atomic.AtomicHashMapProxy
-
- clear() - Method in class org.infinispan.atomic.FineGrainedAtomicHashMapProxy
-
- clear() - Method in class org.infinispan.CacheImpl
-
- clear() - Method in class org.infinispan.cdi.util.Synthetic.Provider
-
- Clear - Class in org.infinispan.cli.commands.server
-
- Clear() - Constructor for class org.infinispan.cli.commands.server.Clear
-
- CLEAR - Static variable in class org.infinispan.cli.interpreter.IspnCliQLLexer
-
- CLEAR - Static variable in class org.infinispan.cli.interpreter.IspnCliQLParser
-
- clear() - Method in class org.infinispan.client.hotrod.impl.RemoteCacheImpl
-
- clear() - Method in class org.infinispan.commands.read.KeySetCommand.ExpiredFilteredKeySet
-
- clear() - Method in class org.infinispan.commands.read.ValuesCommand.ExpiredFilteredValues
-
- 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.concurrent.ConcurrentWeakKeyHashMap
-
Removes all of the mappings 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 class org.infinispan.compatibility.adaptor52x.Adaptor52xStore
-
- 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.DecoratedCache
-
- clear() - Method in class org.infinispan.jcache.JCache
-
- clear() - Method in class org.infinispan.jcache.RICacheStatistics
-
Statistics will also automatically be cleared if internal counters
overflow.
- clear() - Method in interface org.infinispan.loaders.CacheStore
-
Clears all entries in the store
- clear() - Method in class org.infinispan.loaders.decorators.AbstractDelegatingStore
-
- clear() - Method in class org.infinispan.loaders.decorators.AsyncStore
-
- clear() - Method in class org.infinispan.loaders.decorators.ChainingCacheStore
-
- clear() - Method in class org.infinispan.loaders.decorators.ReadOnlyStore
-
- clear() - Method in class org.infinispan.loaders.decorators.SingletonStore
-
- clear() - Method in class org.infinispan.loaders.LockSupportCacheStore
-
- Clear - Class in org.infinispan.loaders.modifications
-
- Clear() - Constructor for class org.infinispan.loaders.modifications.Clear
-
- 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.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.rest.RestStore
-
- 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() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
-
- clear(S) - Method in interface org.infinispan.registry.ClusterRegistry
-
- clear(S) - Method in class org.infinispan.registry.ClusterRegistryImpl
-
- 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.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
-
- clearAll() - Method in class org.infinispan.registry.ClusterRegistryImpl
-
- clearAllStores(boolean) - Method in interface org.infinispan.persistence.manager.PersistenceManager
-
- clearAllStores(boolean) - Method in class org.infinispan.persistence.manager.PersistenceManagerImpl
-
- clearAsync() - Method in class org.infinispan.AbstractDelegatingCache
-
- clearAsync() - Method in interface org.infinispan.api.BasicCache
-
Deprecated.
- clearAsync() - Method in class org.infinispan.CacheImpl
-
- 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.DecoratedCache
-
- clearCache() - Method in class org.infinispan.nearcache.cdi.AddressCacheManager
-
- ClearCommand - Class in org.infinispan.commands.write
-
- ClearCommand() - Constructor for class org.infinispan.commands.write.ClearCommand
-
- ClearCommand(CacheNotifier, Set<Flag>) - Constructor for class org.infinispan.commands.write.ClearCommand
-
- 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() - Method in class org.infinispan.tree.NodeImpl
-
- clearData(Flag...) - Method in class org.infinispan.tree.NodeImpl
-
- 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
-
- clearData(String) - Method in class org.infinispan.tree.TreeCacheImpl
-
- clearData(String, Flag...) - Method in class org.infinispan.tree.TreeCacheImpl
-
- clearData(Fqn) - Method in class org.infinispan.tree.TreeCacheImpl
-
- clearData(Fqn, Flag...) - Method in class org.infinispan.tree.TreeCacheImpl
-
- clearData(AdvancedCache<NodeKey, AtomicMap<?, ?>>, Fqn) - Method in class org.infinispan.tree.TreeCacheImpl
-
- clearEntries() - Method in class org.infinispan.loaders.bucket.Bucket
-
- clearGroupers() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
Clear the groupers
- clearLock(String) - Method in class org.infinispan.lucene.locking.BaseLockFactory
- clearLock(String) - Method in class org.infinispan.lucene.locking.TransactionalLockFactory
- clearLockedKeys() - Method in class org.infinispan.context.impl.AbstractTxInvocationContext
-
- 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.AbstractCacheTransaction
-
- clearLockedKeys() - Method in interface org.infinispan.transaction.xa.CacheTransaction
-
- clearLockSafe() - Method in class org.infinispan.compatibility.loaders.Custom52xCacheStore
-
- clearLockSafe() - Method in class org.infinispan.loaders.LockSupportCacheStore
-
- clearLookedUpEntries() - Method in class org.infinispan.transaction.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
-
An atomic clear operation.
- clearOperation() - Method in class org.infinispan.CacheImpl
-
- ClearOperation - Class in org.infinispan.client.hotrod.impl.operations
-
- ClearOperation(Codec, TransportFactory, byte[], AtomicInteger, Flag[]) - Constructor for class org.infinispan.client.hotrod.impl.operations.ClearOperation
-
- ClearOperation.Externalizer - Class in org.infinispan.atomic
-
- ClearOperation.Externalizer() - Constructor for class org.infinispan.atomic.ClearOperation.Externalizer
-
- 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
- clearRemoteLocksAcquired() - Method in class org.infinispan.transaction.LocalTransaction
-
- ClearRequest() - Method in class org.infinispan.server.hotrod.HotRodOperation$
-
- ClearRequest() - Static method in class org.infinispan.server.hotrod.HotRodOperation
-
- ClearResponse() - Method in class org.infinispan.server.hotrod.OperationResponse$
-
- ClearResponse() - Static method in class org.infinispan.server.hotrod.OperationResponse
-
- clearStatement() - Method in class org.infinispan.cli.interpreter.IspnCliQLParser
-
- ClearStatement - Class in org.infinispan.cli.interpreter.statement
-
ClearStatement.
- ClearStatement(String) - Constructor for class org.infinispan.cli.interpreter.statement.ClearStatement
-
- 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 - Variable in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- clearThreshold(int) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- CLIENT_ERROR_BAD_FORMAT() - Method in class org.infinispan.server.memcached.TextProtocolUtil$
-
- CLIENT_ERROR_BAD_FORMAT() - Static method in class org.infinispan.server.memcached.TextProtocolUtil
-
- 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
-
- clientIntel(byte) - Method in class org.infinispan.client.hotrod.impl.protocol.HeaderParams
-
- clientIntel() - Method in class org.infinispan.server.hotrod.BulkGetKeysResponse
-
- clientIntel() - Method in class org.infinispan.server.hotrod.BulkGetResponse
-
- clientIntel() - Method in class org.infinispan.server.hotrod.ErrorResponse
-
- clientIntel() - Method in class org.infinispan.server.hotrod.GetResponse
-
- clientIntel() - Method in class org.infinispan.server.hotrod.GetWithMetadataResponse
-
- clientIntel() - Method in class org.infinispan.server.hotrod.GetWithVersionResponse
-
- clientIntel() - Method in class org.infinispan.server.hotrod.HotRodHeader
-
- clientIntel() - Method in class org.infinispan.server.hotrod.QueryResponse
-
- clientIntel() - Method in class org.infinispan.server.hotrod.Response
-
- clientIntel() - Method in class org.infinispan.server.hotrod.ResponseWithPrevious
-
- clientIntel() - Method in class org.infinispan.server.hotrod.StatsResponse
-
- 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
-
- CLInterfaceLoaderConfigurationParser60 - Class in org.infinispan.persistence.cli.configuration
-
XML parser for CLI cache loader configuration.
- CLInterfaceLoaderConfigurationParser60() - Constructor for class org.infinispan.persistence.cli.configuration.CLInterfaceLoaderConfigurationParser60
-
- CLInterfaceSourceMigrator - Class in org.infinispan.cli.upgrade
-
// TODO: Document this
- CLInterfaceSourceMigrator(Cache<?, ?>) - Constructor for class org.infinispan.cli.upgrade.CLInterfaceSourceMigrator
-
- 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.util.FastCopyHashMap
-
- clone() - Method in class org.infinispan.config.AbstractConfigurationBean
-
- clone() - Method in class org.infinispan.config.AbstractNamedCacheConfigurationBean
-
- clone() - Method in class org.infinispan.config.CacheLoaderManagerConfig
-
- clone() - Method in interface org.infinispan.config.CloneableConfigurationComponent
-
- clone() - Method in class org.infinispan.config.Configuration
-
Deprecated.
- clone() - Method in class org.infinispan.config.Configuration.ClusteringType
-
Deprecated.
- clone() - Method in class org.infinispan.config.Configuration.CustomInterceptorsType
-
Deprecated.
- clone() - Method in class org.infinispan.config.Configuration.HashType
-
Deprecated.
- clone() - Method in class org.infinispan.config.Configuration.QueryConfigurationBean
-
Deprecated.
- clone() - Method in class org.infinispan.config.Configuration.StoreAsBinary
-
Deprecated.
- clone() - Method in class org.infinispan.config.Configuration.TransactionType
-
Deprecated.
- clone() - Method in class org.infinispan.config.CustomInterceptorConfig
-
- clone() - Method in class org.infinispan.config.GlobalConfiguration.AdvancedExternalizersType
-
Deprecated.
- clone() - Method in class org.infinispan.config.GlobalConfiguration
-
Deprecated.
- clone() - Method in class org.infinispan.config.GlobalConfiguration.ExecutorFactoryType
-
Deprecated.
- clone() - Method in class org.infinispan.config.GlobalConfiguration.FactoryClassWithPropertiesType
-
Deprecated.
- clone() - Method in class org.infinispan.config.GlobalConfiguration.ScheduledExecutorFactoryType
-
Deprecated.
- clone() - Method in class org.infinispan.config.GlobalConfiguration.TransportType
-
Deprecated.
- clone() - Method in class org.infinispan.config.GroupsConfiguration
-
- clone() - Method in class org.infinispan.container.entries.AbstractInternalCacheEntry
-
- 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.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.ImmutableContext
-
- clone() - Method in class org.infinispan.context.impl.NonTxInvocationContext
-
- clone() - Method in class org.infinispan.context.impl.RemoteTxInvocationContext
-
- 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
-
- clone(Reducer<KOut, VOut>) - Method in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- clone() - Method in class org.infinispan.factories.AbstractComponentRegistry
-
- clone() - Method in class org.infinispan.loaders.AbstractCacheLoaderConfig
-
- clone() - Method in class org.infinispan.loaders.AbstractCacheStoreConfig
-
- clone() - Method in interface org.infinispan.loaders.CacheLoaderConfig
-
- clone() - Method in class org.infinispan.loaders.decorators.AbstractDecoratorConfigurationBean
-
- clone() - Method in class org.infinispan.loaders.decorators.AsyncStoreConfig
-
- clone() - Method in class org.infinispan.loaders.decorators.SingletonStoreConfig
-
- clone() - Method in class org.infinispan.lucene.impl.InfinispanIndexInputV3
-
- clone() - Method in class org.infinispan.lucene.impl.InfinispanIndexInputV4
-
- 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.RemoteTransaction
-
- clone() - Method in class org.infinispan.transaction.xa.GlobalTransaction
-
- CloneableConfigurationComponent - Interface in org.infinispan.config
-
Interface for all configurable components
- 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.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.commons.util.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- 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.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() - Method in class org.infinispan.jcache.JCache
-
- close() - Method in class org.infinispan.jcache.JCacheManager
-
- close() - Method in class org.infinispan.jcache.JCachingProvider
-
- close(ClassLoader) - Method in class org.infinispan.jcache.JCachingProvider
-
- close(URI, ClassLoader) - Method in class org.infinispan.jcache.JCachingProvider
-
- close() - Method in class org.infinispan.lucene.cacheloader.DirectoryV3Adaptor
-
- close() - Method in class org.infinispan.lucene.cacheloader.DirectoryV4Adaptor
-
- close() - Method in interface org.infinispan.lucene.cacheloader.InternalDirectoryContract
-
- close() - Method in class org.infinispan.lucene.impl.InfinispanIndexOutput
-
- close() - Method in class org.infinispan.lucene.impl.SingleChunkIndexInput
-
- close() - Method in class org.infinispan.lucene.InfinispanDirectory
-
Deprecated.
- close() - Method in class org.infinispan.query.clustered.DistributedIterator
-
- close() - Method in class org.infinispan.query.clustered.DistributedLazyIterator
-
- close() - Method in class org.infinispan.query.impl.EagerIterator
-
- close() - Method in class org.infinispan.query.impl.LazyIterator
-
- close() - Method in class org.infinispan.query.impl.NullFilteringResultIterator
-
- close() - Method in class org.infinispan.query.indexmanager.InfinispanCommandsBackend
-
- close() - Method in class org.infinispan.query.indexmanager.MasterSwitchDelegatingQueueProcessor
-
- close() - Method in interface org.infinispan.query.ResultIterator
-
This method must be called on your iterator once you have finished so that any local
or remote resources can be freed up.
- close() - Method in class org.infinispan.util.concurrent.ReclosableLatch
-
- 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.
- closeChannel - Variable in class org.infinispan.remoting.transport.jgroups.JGroupsTransport
-
- closeMarshaller() - Method in interface org.infinispan.commons.marshall.jboss.RiverCloseListener
-
- closeUnmarshaller() - Method in interface org.infinispan.commons.marshall.jboss.RiverCloseListener
-
- ClusterCacheStatus - Class in org.infinispan.topology
-
Keeps track of a cache's status: members, current/pending consistent hashes, and rebalance status
- ClusterCacheStatus(String, CacheJoinInfo) - Constructor for class org.infinispan.topology.ClusterCacheStatus
-
- clusterDependentLogic - Variable in class org.infinispan.distexec.DefaultExecutorService
-
- clustered(boolean) - Method in class org.infinispan.container.versioning.NumericVersionGenerator
-
- clustered - Variable in class org.infinispan.transaction.TransactionTable
-
- CLUSTERED_QUERY - Static variable in interface org.infinispan.query.impl.ModuleCommandIds
-
- ClusteredActivationInterceptor - Class in org.infinispan.interceptors
-
The same as a regular cache loader interceptor, except that it contains additional logic to force loading from the
cache loader if needed on a remote node, in certain conditions.
- ClusteredActivationInterceptor() - Constructor for class org.infinispan.interceptors.ClusteredActivationInterceptor
-
- ClusteredCacheLoaderInterceptor - Class in org.infinispan.interceptors
-
The same as a regular cache loader interceptor, except that it contains additional logic to force loading from the
cache loader if needed on a remote node, in certain conditions.
- ClusteredCacheLoaderInterceptor() - Constructor for class org.infinispan.interceptors.ClusteredCacheLoaderInterceptor
-
- ClusteredCacheQueryImpl - Class in org.infinispan.query.clustered
-
A extension of CacheQueryImpl used for distributed queries.
- ClusteredCacheQueryImpl(Query, SearchFactoryIntegrator, ExecutorService, AdvancedCache<?, ?>, KeyTransformationHandler, Class<?>...) - Constructor for class org.infinispan.query.clustered.ClusteredCacheQueryImpl
-
- 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.
- ClusteredDoc - Interface in org.infinispan.query.clustered
-
ClusteredDoc.
- ClusteredFieldDoc - Class in org.infinispan.query.clustered
-
ClusteredFIeldDoc.
- ClusteredFieldDoc(FieldDoc, UUID, int) - Constructor for class org.infinispan.query.clustered.ClusteredFieldDoc
-
- 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
-
- ClusteredGetResponseValidityFilter(Collection<Address>, Address) - Constructor for class org.infinispan.remoting.responses.ClusteredGetResponseValidityFilter
-
- ClusteredQueryCommand - Class in org.infinispan.query.clustered
-
Encapsulates all rpc calls for distributed queries actions
- ClusteredQueryCommand(String) - Constructor for class org.infinispan.query.clustered.ClusteredQueryCommand
-
For CommandFactory only.
- ClusteredQueryCommandType - Enum in org.infinispan.query.clustered
-
Types of ClusteredQueryCommandWorker.
- ClusteredQueryCommandWorker - Class in org.infinispan.query.clustered.commandworkers
-
ClusteredQueryCommandWorker.
- ClusteredQueryCommandWorker() - Constructor for class org.infinispan.query.clustered.commandworkers.ClusteredQueryCommandWorker
-
- ClusteredQueryInvoker - Class in org.infinispan.query.clustered
-
Invoke a CusteredQueryCommand on the cluster, including on own node.
- 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
-
- ClusteredScoreDoc - Class in org.infinispan.query.clustered
-
ClusteredScoreDoc.
- ClusteredScoreDoc(ScoreDoc, UUID, int) - Constructor for class org.infinispan.query.clustered.ClusteredScoreDoc
-
- ClusteredTopDocs - Class in org.infinispan.query.clustered
-
ClusteredTopDocs.
- 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
-
- 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.AbstractClusteringDependentLogic() - Constructor for class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
-
- ClusteringDependentLogic.DistributionLogic - Class in org.infinispan.interceptors.locking
-
This logic is used in distributed mode caches.
- ClusteringDependentLogic.DistributionLogic() - Constructor for class org.infinispan.interceptors.locking.ClusteringDependentLogic.DistributionLogic
-
- ClusteringDependentLogic.InvalidationLogic - Class in org.infinispan.interceptors.locking
-
This logic is used in invalidation mode caches.
- ClusteringDependentLogic.InvalidationLogic() - Constructor for class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
-
- ClusteringDependentLogic.LocalLogic - Class in org.infinispan.interceptors.locking
-
This logic is used in local mode caches.
- ClusteringDependentLogic.LocalLogic() - Constructor for class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
-
- ClusteringDependentLogic.ReplicationLogic - Class in org.infinispan.interceptors.locking
-
This logic is used in replicated mode caches.
- ClusteringDependentLogic.ReplicationLogic() - Constructor for class org.infinispan.interceptors.locking.ClusteringDependentLogic.ReplicationLogic
-
- ClusteringInterceptor - Class in org.infinispan.interceptors
-
Base class for replication and distribution interceptors.
- ClusteringInterceptor() - Constructor for class org.infinispan.interceptors.ClusteringInterceptor
-
- clusteringLogic - Variable in class org.infinispan.transaction.TransactionTable
-
- 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(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties, long) - 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
-
- clusterModeWriteSkewCheck - Variable in class org.infinispan.container.EntryFactoryImpl
-
- clusterName(String) - Method in interface org.infinispan.config.FluentGlobalConfiguration.TransportConfig
-
Deprecated.
Defines the name of the cluster.
- clusterName - Variable in class org.infinispan.config.GlobalConfiguration.TransportType
-
Deprecated.
- clusterName(String) - Method in class org.infinispan.config.GlobalConfiguration.TransportType
-
Deprecated.
- clusterName() - Method in class org.infinispan.configuration.global.TransportConfiguration
-
- clusterName(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Defines the name of the cluster.
- ClusterRegistry<S,K,V> - Interface in org.infinispan.registry
-
A registry of scoped key-values available to all the nodes in the cluster.
- ClusterRegistryImpl<S,K,V> - Class in org.infinispan.registry
-
Default implementation of the ClusterRegistry.
- ClusterRegistryImpl() - Constructor for class org.infinispan.registry.ClusterRegistryImpl
-
- ClusterTopologyManager - Interface in org.infinispan.topology
-
Maintains the list of members and performs rebalance operations.
- 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
-
- ClusterTopologyManagerImpl.ClusterViewListener() - Constructor for class org.infinispan.topology.ClusterTopologyManagerImpl.ClusterViewListener
-
- cm - Variable in class org.infinispan.manager.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.
- 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
-
- 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
-
- CODENAME - Static variable in class org.infinispan.Version
-
- coinToss - Variable in class org.infinispan.transaction.xa.DldGlobalTransaction
-
- collate(Map<String, Integer>) - Method in class org.infinispan.demo.mapreduce.WordCountCollator
-
- 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.
- CollectionFactory - Class in org.infinispan.commons.util
-
A factory for ConcurrentMaps.
- CollectionFactory() - Constructor for class org.infinispan.commons.util.CollectionFactory
-
- CollectionKeyFilter - Class in org.infinispan.persistence
-
Filter based on accepting/rejecting the keys that are present in a supplied collection.
- CollectionKeyFilter(Collection) - Constructor for class org.infinispan.persistence.CollectionKeyFilter
-
- CollectionKeyFilter(Collection, boolean) - Constructor for class org.infinispan.persistence.CollectionKeyFilter
-
- CollectionsHelper - Class in org.infinispan.jcache.annotation
-
An helper class providing useful methods to work with JDK collections.
- collectionVariantList() - Method in class org.infinispan.rest.Server
-
- Collector<K,V> - Interface in org.infinispan.distexec.mapreduce
-
OutputCollector is the intermediate key/value result data output collector given to each
Mapper
- Color - Enum in org.infinispan.cli.shell
-
- colorForRow(int) - Method in class org.infinispan.demo.InfinispanDemo.AlternateColorTable
-
Returns the appropriate background color for the given row.
- 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
-
Specifies Combiner to use for this MapReduceTask
- combiner - Variable in class org.infinispan.distexec.mapreduce.MapReduceTask
-
- Command - Interface in org.infinispan.cli.commands
-
- 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.read.DistributedExecuteCommand
-
- 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.ClusteredGetCommand
-
- 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.ReplaceCommand
-
- COMMAND_ID - Static variable in class org.infinispan.query.clustered.ClusteredQueryCommand
-
- COMMAND_ID - Static variable in class org.infinispan.query.indexmanager.IndexUpdateCommand
-
- 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.topology.CacheTopologyControlCommand
-
- COMMAND_ID - Static variable in class org.infinispan.xsite.XSiteAdminCommand
-
- COMMAND_TIMEOUT_STATUS - Static variable in interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
-
- CommandAwareRpcDispatcher - Class in org.infinispan.remoting.transport.jgroups
-
- CommandAwareRpcDispatcher(Channel, JGroupsTransport, ExecutorService, ExecutorService, InboundInvocationHandler, GlobalComponentRegistry, BackupReceiverRepository) - 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
-
- CommandFactory - Class in org.infinispan.query.impl
-
Remote commands factory implementation
- CommandFactory() - Constructor for class org.infinispan.query.impl.CommandFactory
-
- CommandInitializer - Class in org.infinispan.query.impl
-
Initializes query module remote commands
- CommandInitializer() - Constructor for class org.infinispan.query.impl.CommandInitializer
-
- 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
VisitableCommand
s.
- CommandInterceptor() - Constructor for class org.infinispan.interceptors.base.CommandInterceptor
-
- commandLineOptions - Variable in class org.infinispan.demo.Demo
-
- CommandRegistry - Class in org.infinispan.cli
-
- CommandRegistry() - Constructor for class org.infinispan.cli.CommandRegistry
-
- commandsBackendInitialized(String) - Method in interface org.infinispan.query.logging.Log
-
- commandsFactory - Variable in class org.infinispan.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
-
- commandsFactory - Variable in class org.infinispan.transaction.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 class org.infinispan.atomic.AtomicHashMap
-
- 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 - 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, Metadata) - Method in interface org.infinispan.container.entries.CacheEntry
-
Commits changes
- commit(DataContainer, Metadata) - Method in class org.infinispan.container.entries.DeltaAwareCacheEntry
-
- commit(DataContainer, Metadata) - Method in class org.infinispan.container.entries.ReadCommittedEntry
-
- commit(ITransaction) - Method in class org.infinispan.demos.gridfs.GridStore
-
- commit(GlobalTransaction) - Method in class org.infinispan.loaders.AbstractCacheStore
-
- commit(GlobalTransaction) - Method in interface org.infinispan.loaders.CacheStore
-
Commits a transaction that has been previously prepared.
- commit(GlobalTransaction) - Method in class org.infinispan.loaders.decorators.AbstractDelegatingStore
-
- commit(GlobalTransaction) - Method in class org.infinispan.loaders.decorators.AsyncStore
-
- commit(GlobalTransaction) - Method in class org.infinispan.loaders.decorators.ChainingCacheStore
-
- commit(GlobalTransaction) - Method in class org.infinispan.loaders.decorators.ReadOnlyStore
-
- commit(GlobalTransaction) - Method in class org.infinispan.loaders.decorators.SingletonStore
-
- 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(LocalTransaction, boolean) - Method in class org.infinispan.transaction.TransactionCoordinator
-
- commit(Xid, boolean) - Method in class org.infinispan.transaction.xa.TransactionXaAdapter
-
- commitCacheEntry(CacheEntry, Metadata) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.AbstractClusteringDependentLogic
-
- 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
-
- commitContextEntries(InvocationContext, FlagAffectedCommand, Metadata) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
-
- commitContextEntry(CacheEntry, InvocationContext, FlagAffectedCommand, Metadata) - Method in class org.infinispan.interceptors.EntryWrappingInterceptor
-
- commitContextEntry(CacheEntry, InvocationContext, FlagAffectedCommand, Metadata) - Method in class org.infinispan.interceptors.totalorder.TotalOrderVersionedEntryWrappingInterceptor
-
- commitContextEntry(CacheEntry, InvocationContext, FlagAffectedCommand, Metadata) - Method in class org.infinispan.interceptors.VersionedEntryWrappingInterceptor
-
- commitEntry(CacheEntry, Metadata, FlagAffectedCommand, InvocationContext) - Method in interface org.infinispan.interceptors.locking.ClusteringDependentLogic
-
- commitEntry(CacheEntry, Metadata, FlagAffectedCommand, InvocationContext) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.DistributionLogic
-
- commitEntry(CacheEntry, Metadata, FlagAffectedCommand, InvocationContext) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.InvalidationLogic
-
- commitEntry(CacheEntry, Metadata, FlagAffectedCommand, InvocationContext) - Method in class org.infinispan.interceptors.locking.ClusteringDependentLogic.LocalLogic
-
- commitEntry(CacheEntry, Metadata, FlagAffectedCommand, InvocationContext) - 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
-
- commonPool() - Static method in class org.infinispan.commons.util.concurrent.jdk8backported.ForkJoinPool
-
Returns the common pool instance.
- CommonsBufferSizePredictorAdapter - Class in org.infinispan.marshall
-
Deprecated.
- CommonsBufferSizePredictorAdapter(BufferSizePredictor) - Constructor for class org.infinispan.marshall.CommonsBufferSizePredictorAdapter
-
Deprecated.
- compare(T, T) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
-
- 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(Fqn, Fqn) - Method in class org.infinispan.tree.FqnComparator
-
Returns -1 if the first comes before; 0 if they are the same; 1 if the second Fqn comes before.
- compareAndSetForkJoinTaskTag(short, short) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.ForkJoinTask
-
Atomically conditionally sets the tag value for this task.
- compareAndSetPendingCount(int, int) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.CountedCompleter
-
Sets (atomically) the pending count to the given count only if
it currently holds the given expected value.
- 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.server.hotrod.ServerAddress
-
- compareTo(JmxComponent) - Method in class org.infinispan.tools.doclet.jmx.JmxComponent
-
- compareTo(Fqn) - Method in class org.infinispan.tree.Fqn
-
- 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
- CompatibilityProtoStreamMarshaller - Class in org.infinispan.query.remote
-
A per EmbeddedCacheManager marshaller that can be used as compatibility mode marshaller.
- CompatibilityProtoStreamMarshaller() - Constructor for class org.infinispan.query.remote.CompatibilityProtoStreamMarshaller
-
- 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(T) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.CountedCompleter
-
- complete(V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.ForkJoinTask
-
Completes this task, and if not already aborted or cancelled,
returning the given value as the result of subsequent
invocations of join
and related operations.
- 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.
- completeExceptionally(Throwable) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.ForkJoinTask
-
Completes this task abnormally, and if not already aborted or
cancelled, causes it to throw the given exception upon
join
and related operations.
- 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
-
- COMPONENT_KEY - Static variable in class org.infinispan.jmx.ComponentsJmxRegistration
-
- componentFailedToStop(Throwable) - Method in interface org.infinispan.util.logging.Log
-
- ComponentMetadata - Class in org.infinispan.factories.components
-
- 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
- ComponentMetadata.PrioritizedMethodMetadata(String, int) - Constructor for class org.infinispan.factories.components.ComponentMetadata.PrioritizedMethodMetadata
-
- 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
-
- componentMetadataRepo() - Method in class org.infinispan.server.core.LifecycleCallbacks$
-
- componentMetadataRepo() - Static method in class org.infinispan.server.core.LifecycleCallbacks
-
- ComponentName - Annotation Type in org.infinispan.factories.annotations
-
Mechanism for specifying the name of components to retrieve
- componentRegistry - Variable in class org.infinispan.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.
- ComponentRegistryServiceProvider - Class in org.infinispan.query.backend
-
Simple wrapper to make the Cache ComponentRegistry available to the services managed by
Hibernate Search
- ComponentRegistryServiceProvider(ComponentRegistry) - Constructor for class org.infinispan.query.backend.ComponentRegistryServiceProvider
-
- ComponentRegistryUtils - Class in org.infinispan.query.impl
-
Component registry utilities
- 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.
- CompositeFilter - Class in org.infinispan.persistence
-
Allows AND-composing several filters.
- CompositeFilter(AdvancedCacheLoader.KeyFilter...) - Constructor for class org.infinispan.persistence.CompositeFilter
-
- CompressionType - Enum in org.infinispan.persistence.leveldb.configuration
-
- compressionType() - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfiguration
-
- compressionType - Variable in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- compressionType(CompressionType) - Method in class org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationBuilder
-
- compute() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.CountedCompleter
-
The main computation performed by this task.
- compute(K, EquivalentConcurrentHashMapV8.BiFun<? 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).
- computeActualNumOwners(int, List<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder
-
- computeExpectedSegments(int, int, Address) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
-
- computeGroup(T, String) - Method in interface org.infinispan.distribution.group.Grouper
-
Compute the group for a given key
- computeIfAbsent(K, EquivalentConcurrentHashMapV8.Fun<? 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
.
- computeIfPresent(K, EquivalentConcurrentHashMapV8.BiFun<? 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.
- computeMaxSegmentsForMachine(int, double, Collection<TopologyInfo.Machine>, TopologyInfo.Machine, Address) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
-
- computeMaxSegmentsForNode(int, double, Collection<Address>, Address) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
-
- computeMaxSegmentsForRack(int, double, Collection<TopologyInfo.Rack>, TopologyInfo.Rack, TopologyInfo.Machine, Address) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
-
- computeMaxSegmentsForSite(int, double, Collection<TopologyInfo.Site>, TopologyInfo.Site, TopologyInfo.Rack, TopologyInfo.Machine, Address) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
-
- 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
-
- computeTotalCapacity(Collection<Address>, Map<Address, Float>) - Method in class org.infinispan.distribution.topologyaware.TopologyInfo
-
- concat(byte[], byte[]) - Method in class org.infinispan.server.memcached.TextProtocolUtil$
-
- concat(byte[], byte[]) - Static method in class org.infinispan.server.memcached.TextProtocolUtil
-
- concurrencyLevel - Variable in class org.infinispan.config.Configuration.LockingType
-
Deprecated.
- concurrencyLevel(Integer) - Method in class org.infinispan.config.Configuration.LockingType
-
Deprecated.
- concurrencyLevel(Integer) - Method in interface org.infinispan.config.FluentConfiguration.LockingConfig
-
Deprecated.
Concurrency level for lock containers.
- 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.
- ConcurrentWeakKeyHashMap<K,V> - Class in org.infinispan.commons.util.concurrent
-
- 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
-
- config - Variable in class org.infinispan.CacheImpl
-
- Config - Interface in org.infinispan.cli
-
- config - Variable in class org.infinispan.context.AbstractInvocationContextFactory
-
- config - Variable in class org.infinispan.interceptors.distribution.L1NonTxInterceptor
-
- Config - Class in org.infinispan.nearcache.cdi
-
Configuration of the cache
- Config() - Constructor for class org.infinispan.nearcache.cdi.Config
-
- ConfigFilesConvertor - Class in org.infinispan.config.parsing
-
Class used for converting different configuration files to INFINISPAN format.
- ConfigFilesConvertor() - Constructor for class org.infinispan.config.parsing.ConfigFilesConvertor
-
- 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.config
-
- Configuration() - Constructor for class org.infinispan.config.Configuration
-
Deprecated.
- Configuration - Class in org.infinispan.configuration.cache
-
- configuration - Variable in class org.infinispan.factories.AbstractNamedCacheComponentFactory
-
- configuration - Variable in class org.infinispan.remoting.transport.AbstractTransport
-
- configuration() - Method in class org.infinispan.rest.Server
-
- CONFIGURATION - Static variable in class org.infinispan.rest.ServerBootstrap
-
- configuration() - Method in class org.infinispan.server.core.AbstractProtocolServer
-
- configuration - Variable in class org.infinispan.transaction.TransactionTable
-
- configuration - Variable in class org.infinispan.util.concurrent.locks.LockManagerImpl
-
- Configuration.AsyncType - Class in org.infinispan.config
-
Deprecated.
- Configuration.BooleanAttributeType - Class in org.infinispan.config
-
Deprecated.
- Configuration.BooleanAttributeType() - Constructor for class org.infinispan.config.Configuration.BooleanAttributeType
-
Deprecated.
- Configuration.BooleanAttributeType(String) - Constructor for class org.infinispan.config.Configuration.BooleanAttributeType
-
Deprecated.
- Configuration.CacheMode - Enum in org.infinispan.config
-
Deprecated.
- Configuration.ClusteringType - Class in org.infinispan.config
-
Deprecated.
- Configuration.ClusteringType(Configuration.CacheMode) - Constructor for class org.infinispan.config.Configuration.ClusteringType
-
Deprecated.
- Configuration.ClusteringType() - Constructor for class org.infinispan.config.Configuration.ClusteringType
-
Deprecated.
- Configuration.ClusteringTypeAdapter - Class in org.infinispan.config
-
Deprecated.
- Configuration.ClusteringTypeAdapter() - Constructor for class org.infinispan.config.Configuration.ClusteringTypeAdapter
-
Deprecated.
- Configuration.CustomInterceptorPositionType - Class in org.infinispan.config
-
Deprecated.
- Configuration.CustomInterceptorPositionType(CommandInterceptor, Configuration.CustomInterceptorsType) - Constructor for class org.infinispan.config.Configuration.CustomInterceptorPositionType
-
Deprecated.
- Configuration.CustomInterceptorsType - Class in org.infinispan.config
-
Deprecated.
- Configuration.CustomInterceptorsType() - Constructor for class org.infinispan.config.Configuration.CustomInterceptorsType
-
Deprecated.
- Configuration.DataContainerType - Class in org.infinispan.config
-
Deprecated.
- Configuration.DataContainerType() - Constructor for class org.infinispan.config.Configuration.DataContainerType
-
Deprecated.
- Configuration.DeadlockDetectionType - Class in org.infinispan.config
-
Deprecated.
- Configuration.DeadlockDetectionType() - Constructor for class org.infinispan.config.Configuration.DeadlockDetectionType
-
Deprecated.
- Configuration.EvictionType - Class in org.infinispan.config
-
Deprecated.
- Configuration.EvictionType() - Constructor for class org.infinispan.config.Configuration.EvictionType
-
Deprecated.
- Configuration.ExpirationType - Class in org.infinispan.config
-
Deprecated.
- Configuration.ExpirationType() - Constructor for class org.infinispan.config.Configuration.ExpirationType
-
Deprecated.
- Configuration.HashType - Class in org.infinispan.config
-
Deprecated.
- Configuration.HashType() - Constructor for class org.infinispan.config.Configuration.HashType
-
Deprecated.
- Configuration.InvocationBatching - Class in org.infinispan.config
-
Deprecated.
- Configuration.InvocationBatching() - Constructor for class org.infinispan.config.Configuration.InvocationBatching
-
Deprecated.
- Configuration.JmxStatistics - Class in org.infinispan.config
-
Deprecated.
- Configuration.JmxStatistics() - Constructor for class org.infinispan.config.Configuration.JmxStatistics
-
Deprecated.
- Configuration.L1Type - Class in org.infinispan.config
-
Deprecated.
- Configuration.L1Type() - Constructor for class org.infinispan.config.Configuration.L1Type
-
Deprecated.
- Configuration.LazyDeserialization - Class in org.infinispan.config
-
Deprecated.
- Configuration.LazyDeserialization() - Constructor for class org.infinispan.config.Configuration.LazyDeserialization
-
Deprecated.
- Configuration.LockingType - Class in org.infinispan.config
-
Deprecated.
- Configuration.LockingType() - Constructor for class org.infinispan.config.Configuration.LockingType
-
Deprecated.
- Configuration.QueryConfigurationBean - Class in org.infinispan.config
-
Deprecated.
- Configuration.QueryConfigurationBean() - Constructor for class org.infinispan.config.Configuration.QueryConfigurationBean
-
Deprecated.
- Configuration.RecoveryType - Class in org.infinispan.config
-
Deprecated.
- Configuration.RecoveryType() - Constructor for class org.infinispan.config.Configuration.RecoveryType
-
Deprecated.
- Configuration.StateRetrievalType - Class in org.infinispan.config
-
Deprecated.
- Configuration.StateRetrievalType() - Constructor for class org.infinispan.config.Configuration.StateRetrievalType
-
Deprecated.
- Configuration.StoreAsBinary - Class in org.infinispan.config
-
Deprecated.
- Configuration.StoreAsBinary() - Constructor for class org.infinispan.config.Configuration.StoreAsBinary
-
Deprecated.
- Configuration.SyncType - Class in org.infinispan.config
-
Deprecated.
- Configuration.SyncType() - Constructor for class org.infinispan.config.Configuration.SyncType
-
Deprecated.
- Configuration.TransactionType - Class in org.infinispan.config
-
Deprecated.
- Configuration.TransactionType(String) - Constructor for class org.infinispan.config.Configuration.TransactionType
-
Deprecated.
- Configuration.TransactionType() - Constructor for class org.infinispan.config.Configuration.TransactionType
-
Deprecated.
- Configuration.UnsafeType - Class in org.infinispan.config
-
Deprecated.
- Configuration.UnsafeType() - Constructor for class org.infinispan.config.Configuration.UnsafeType
-
Deprecated.
- Configuration.VersioningConfigurationBean - Class in org.infinispan.config
-
Deprecated.
- Configuration.VersioningConfigurationBean() - Constructor for class org.infinispan.config.Configuration.VersioningConfigurationBean
-
Deprecated.
- 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
-
ConfigurationAdapter takes
Configuration
and creates
equivalent instance of
Configuration
- ConfigurationAdapter(Configuration<K, V>) - Constructor for class org.infinispan.jcache.ConfigurationAdapter
-
- ConfigurationBeanVisitor - Interface in org.infinispan.config
-
ConfigurationBeanVisitor implementations are passed through InfinispanConfiguration object tree
visiting each configuration element of InfinispanConfiguration instance.
- ConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
- 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
-
- ConfigurationDoc - Annotation Type in org.infinispan.config
-
Configuration bean element annotated with @ConfigurationDoc indicates that the element should
be included in configuration reference.
- ConfigurationDocRef - Annotation Type in org.infinispan.config
-
Configuration bean element annotated with @ConfigurationDocRef indicates that the element
should be included in configuration reference but that the description should be extracted from
bean class target and its targetElement (method or field).
- ConfigurationDocs - Annotation Type in org.infinispan.config
-
Configuration bean element annotated with @ConfigurationDocs wraps multiple
@ConfigurationDoc annotations
- ConfigurationException - Exception in org.infinispan.config
-
An exception that represents an error in the configuration.
- ConfigurationException(Exception) - Constructor for exception org.infinispan.config.ConfigurationException
-
- ConfigurationException(String) - Constructor for exception org.infinispan.config.ConfigurationException
-
- ConfigurationException(String, String) - Constructor for exception org.infinispan.config.ConfigurationException
-
- ConfigurationException(String, Throwable) - Constructor for exception org.infinispan.config.ConfigurationException
-
- ConfigurationFor - Annotation Type in org.infinispan.commons.configuration
-
ConfigurationFor.
- 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.